Searched refs:esp32_wifi_iface (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 38 static struct net_if *esp32_wifi_iface; variable 129 if (esp32_wifi_iface == NULL) { in eth_esp32_rx() 135 pkt = net_pkt_rx_alloc_with_buffer(esp32_wifi_iface, len, AF_UNSPEC, 0, K_MSEC(100)); in eth_esp32_rx() 147 if (net_recv_data(esp32_wifi_iface, pkt) < 0) { in eth_esp32_rx() 277 esp32_data.scan_cb(esp32_wifi_iface, 0, &res); in scan_done_handler() 291 esp32_data.scan_cb(esp32_wifi_iface, 0, NULL); in scan_done_handler() 300 net_dhcpv4_start(esp32_wifi_iface); in esp_wifi_handle_sta_connect_event() 302 wifi_mgmt_raise_connect_result_event(esp32_wifi_iface, 0); in esp_wifi_handle_sta_connect_event() 312 net_dhcpv4_stop(esp32_wifi_iface); in esp_wifi_handle_sta_disconnect_event() 314 wifi_mgmt_raise_disconnect_result_event(esp32_wifi_iface, 0); in esp_wifi_handle_sta_disconnect_event() [all …]
|