Searched refs:esp32_wifi_iface_ap (Results 1 – 1 of 1) sorted by relevance
42 static struct net_if *esp32_wifi_iface_ap; variable176 if (esp32_wifi_iface_ap == NULL) { in wifi_esp32_ap_iface_rx()182 pkt = net_pkt_rx_alloc_with_buffer(esp32_wifi_iface_ap, len, AF_UNSPEC, 0, K_MSEC(100)); in wifi_esp32_ap_iface_rx()194 if (net_recv_data(esp32_wifi_iface_ap, pkt) < 0) { in wifi_esp32_ap_iface_rx()347 struct net_if *iface = esp32_wifi_iface_ap; in esp_wifi_handle_ap_connect_event()396 struct net_if *iface = esp32_wifi_iface_ap; in esp_wifi_handle_ap_disconnect_event()420 struct net_if *iface_ap = esp32_wifi_iface_ap; in esp_wifi_event_handler()840 if (!esp32_wifi_iface_ap) { in esp32_wifi_init()841 esp32_wifi_iface_ap = iface; in esp32_wifi_init()845 wifi_nm_register_mgd_type_iface(nm, WIFI_TYPE_SAP, esp32_wifi_iface_ap); in esp32_wifi_init()