Searched refs:esp32_wifi_iface_ap (Results 1 – 1 of 1) sorted by relevance
42 static struct net_if *esp32_wifi_iface_ap; variable180 if (esp32_wifi_iface_ap == NULL) { in wifi_esp32_ap_iface_rx()186 pkt = net_pkt_rx_alloc_with_buffer(esp32_wifi_iface_ap, len, AF_UNSPEC, 0, K_MSEC(100)); in wifi_esp32_ap_iface_rx()198 if (net_recv_data(esp32_wifi_iface_ap, pkt) < 0) { in wifi_esp32_ap_iface_rx()351 struct net_if *iface = esp32_wifi_iface_ap; in esp_wifi_handle_ap_connect_event()400 struct net_if *iface = esp32_wifi_iface_ap; in esp_wifi_handle_ap_disconnect_event()424 struct net_if *iface_ap = esp32_wifi_iface_ap; in esp_wifi_event_handler()893 esp32_wifi_iface_ap = iface; in esp32_wifi_init_ap()897 wifi_nm_register_mgd_type_iface(nm, WIFI_TYPE_SAP, esp32_wifi_iface_ap); in esp32_wifi_init_ap()