ESPHome 2026.2.1
Loading...
Searching...
No Matches
wifi_component_esp8266.cpp File Reference

Go to the source code of this file.

Namespaces

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

Functions

struct netif * esphome::wifi::eagle_lwip_getif (int netif_index)
 
void esphome::wifi::netif_set_addr (struct netif *netif, const ip4_addr_t *ip, const ip4_addr_t *netmask, const ip4_addr_t *gw)
 
 esphome::wifi::PROGMEM_STRING_TABLE (AuthModeStrings, "OPEN", "WEP", "WPA PSK", "WPA2 PSK", "WPA/WPA2 PSK", "UNKNOWN")
 
const LogString * esphome::wifi::get_auth_mode_str (uint8_t mode)
 
 esphome::wifi::PROGMEM_STRING_TABLE (OpModeStrings, "OFF", "STA", "AP", "AP+STA", "UNKNOWN")
 
const LogString * esphome::wifi::get_op_mode_str (uint8_t mode)
 
const LogString * esphome::wifi::get_disconnect_reason_str (uint8_t reason)