Searched defs:esp32_wifi_runtime (Results 1 – 1 of 1) sorted by relevance
66 struct esp32_wifi_runtime { struct67 uint8_t mac_addr[6];68 uint8_t frame_buf[NET_ETH_MAX_FRAME_SIZE];70 struct net_stats_wifi stats;94 struct esp32_wifi_runtime *data = dev->data; in esp32_wifi_send() argument