|
ESPHome 2026.5.0-dev
|
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 |
Enumerations | |
| enum class | esphome::wifi::ESP8266WiFiSTAState : uint8_t { esphome::wifi::IDLE , esphome::wifi::CONNECTING , esphome::wifi::ASSOCIATED , esphome::wifi::CONNECTED , esphome::wifi::ERROR_NOT_FOUND , esphome::wifi::ERROR_FAILED } |
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) |