ESPHome 2025.5.0
Loading...
Searching...
No Matches
wireguard.h File Reference

Go to the source code of this file.

Data Structures

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 ()
 
std::string esphome::wireguard::mask_key (const std::string &key)
 Strip most part of the key only for secure printing.