Searched refs:wifi_mgmt_raise_disconnect_result_event (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink.c | 66 wifi_mgmt_raise_disconnect_result_event(simplelink_data.iface, in simplelink_wifi_cb()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_core.c | 373 wifi_mgmt_raise_disconnect_result_event(eswifi->iface, 0); in eswifi_status_work() 413 wifi_mgmt_raise_disconnect_result_event(eswifi->iface, err); in eswifi_request_work()
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 225 wifi_mgmt_raise_disconnect_result_event(g_mlan.netif, 0); in nxp_wifi_wlan_event_callback() 958 wifi_mgmt_raise_disconnect_result_event(g_mlan.netif, -1); in nxp_wifi_disconnect() 971 wifi_mgmt_raise_disconnect_result_event(g_mlan.netif, -1); in nxp_wifi_disconnect() 975 wifi_mgmt_raise_disconnect_result_event(g_mlan.netif, 0); in nxp_wifi_disconnect()
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_events.c | 378 wifi_mgmt_raise_disconnect_result_event( in supplicant_send_wifi_mgmt_event()
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 314 wifi_mgmt_raise_disconnect_result_event(esp32_wifi_iface, 0); in esp_wifi_handle_sta_disconnect_event() 316 wifi_mgmt_raise_disconnect_result_event(esp32_wifi_iface, -1); in esp_wifi_handle_sta_disconnect_event()
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 603 wifi_mgmt_raise_disconnect_result_event(dev->net_iface, 0); in esp_mgmt_disconnect_work() 945 wifi_mgmt_raise_disconnect_result_event(dev->net_iface, 0); in MODEM_CMD_DEFINE() 1153 wifi_mgmt_raise_disconnect_result_event(dev->net_iface, in esp_mgmt_connect_work()
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_mgmt.h | 1637 void wifi_mgmt_raise_disconnect_result_event(struct net_if *iface, int status);
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | airoc_wifi.c | 595 wifi_mgmt_raise_disconnect_result_event(data->iface, ret); in airoc_mgmt_disconnect()
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500.c | 635 wifi_mgmt_raise_disconnect_result_event(w1500_data.iface, 0); in handle_wifi_con_state_changed()
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_mgmt.c | 462 void wifi_mgmt_raise_disconnect_result_event(struct net_if *iface, int status) in wifi_mgmt_raise_disconnect_result_event() function
|