ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
wireguard.h File Reference

Go to the source code of this file.

Data Structures

struct  esphome::wireguard::AllowedIP
 Allowed IP entry for WireGuard peer configuration. More...
 
class  esphome::wireguard::Wireguard
 Main Wireguard component class. More...
 
class  esphome::wireguard::WireguardPeerOnlineCondition< Ts >
 Condition to check if remote peer is online. More...
 
class  esphome::wireguard::WireguardEnabledCondition< Ts >
 Condition to check if Wireguard component is enabled. More...
 
class  esphome::wireguard::WireguardEnableAction< Ts >
 Action to enable Wireguard component. More...
 
class  esphome::wireguard::WireguardDisableAction< Ts >
 Action to disable Wireguard component. More...
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::wireguard
 

Functions

void esphome::wireguard::suspend_wdt ()
 
void esphome::wireguard::resume_wdt ()
 
void esphome::wireguard::mask_key_to (char *buffer, size_t len, const char *key)
 Strip most part of the key only for secure printing.