ESPHome  2024.4.1
Namespaces | Functions
wifi_component_esp8266.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 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)
 
const char * esphome::wifi::get_auth_mode_str (uint8_t mode)
 
std::string esphome::wifi::format_ip_addr (struct ipv4_addr ip)
 
std::string esphome::wifi::format_ip_addr (struct ip_addr ip)
 
const char * esphome::wifi::get_op_mode_str (uint8_t mode)
 
const char * esphome::wifi::get_disconnect_reason_str (uint8_t reason)