Home
last modified time | relevance | path

Searched refs:esp32_wifi_runtime (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/wifi/esp32/src/
Desp_wifi_drv.c39 static struct esp32_wifi_runtime esp32_data;
43 static struct esp32_wifi_runtime esp32_ap_sta_data;
66 struct esp32_wifi_runtime { struct
94 struct esp32_wifi_runtime *data = dev->data; in esp32_wifi_send() argument
421 struct esp32_wifi_runtime *ap_data = &esp32_ap_sta_data; in esp_wifi_event_handler()
424 struct esp32_wifi_runtime *ap_data = &esp32_data; in esp_wifi_event_handler()
484 struct esp32_wifi_runtime *data = dev->data; in esp32_wifi_connect()
597 struct esp32_wifi_runtime *data = dev->data; in esp32_wifi_scan()
650 struct esp32_wifi_runtime *data = dev->data; in esp32_wifi_ap_enable()
738 struct esp32_wifi_runtime *data = dev->data; in esp32_wifi_status()
[all …]