Searched refs:esp32_wifi_iface (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 31 static struct net_if *esp32_wifi_iface; variable 74 wifi_mgmt_raise_connect_result_event(esp32_wifi_iface, 0); in wifi_event_handler() 119 if (esp32_wifi_iface == NULL) { in eth_esp32_rx() 125 pkt = net_pkt_rx_alloc_with_buffer(esp32_wifi_iface, len, AF_UNSPEC, 0, K_MSEC(100)); in eth_esp32_rx() 137 if (net_recv_data(esp32_wifi_iface, pkt) < 0) { in eth_esp32_rx() 220 esp32_data.scan_cb(esp32_wifi_iface, 0, &res); in scan_done_handler() 234 esp32_data.scan_cb(esp32_wifi_iface, 0, NULL); in scan_done_handler() 243 net_dhcpv4_start(esp32_wifi_iface); in esp_wifi_handle_sta_connect_event() 245 wifi_mgmt_raise_connect_result_event(esp32_wifi_iface, 0); in esp_wifi_handle_sta_connect_event() 255 net_dhcpv4_stop(esp32_wifi_iface); in esp_wifi_handle_sta_disconnect_event() [all …]
|