Searched refs:wifi_mgmt_raise_connect_result_event (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-latest/drivers/wifi/siwx91x/ |
| D | siwx91x_wifi.c | 34 wifi_mgmt_raise_connect_result_event(sidev->iface, WIFI_STATUS_CONN_FAIL); in siwx91x_on_join() 39 wifi_mgmt_raise_connect_result_event(sidev->iface, WIFI_STATUS_CONN_SUCCESS); in siwx91x_on_join()
|
| /Zephyr-latest/drivers/wifi/esp32/src/ |
| D | esp_wifi_drv.c | 85 wifi_mgmt_raise_connect_result_event(iface, 0); in wifi_event_handler() 306 wifi_mgmt_raise_connect_result_event(esp32_wifi_iface, 0); in esp_wifi_handle_sta_connect_event() 494 wifi_mgmt_raise_connect_result_event(iface, -1); in esp32_wifi_connect() 523 wifi_mgmt_raise_connect_result_event(iface, -1); in esp32_wifi_connect()
|
| /Zephyr-latest/drivers/wifi/simplelink/ |
| D | simplelink.c | 60 wifi_mgmt_raise_connect_result_event(simplelink_data.iface, in simplelink_wifi_cb()
|
| /Zephyr-latest/drivers/wifi/eswifi/ |
| D | eswifi_core.c | 377 wifi_mgmt_raise_connect_result_event(eswifi->iface, 0); in eswifi_status_work() 407 wifi_mgmt_raise_connect_result_event(eswifi->iface, err); in eswifi_request_work()
|
| /Zephyr-latest/drivers/wifi/nxp/ |
| D | nxp_wifi_drv.c | 200 wifi_mgmt_raise_connect_result_event(g_mlan.netif, 0); in nxp_wifi_wlan_event_callback() 205 wifi_mgmt_raise_connect_result_event(g_mlan.netif, WIFI_STATUS_CONN_FAIL); in nxp_wifi_wlan_event_callback() 210 wifi_mgmt_raise_connect_result_event(g_mlan.netif, WIFI_STATUS_CONN_AP_NOT_FOUND); in nxp_wifi_wlan_event_callback() 221 wifi_mgmt_raise_connect_result_event(g_mlan.netif, WIFI_STATUS_CONN_WRONG_PASSWORD); in nxp_wifi_wlan_event_callback() 895 wifi_mgmt_raise_connect_result_event(g_mlan.netif, -1); in nxp_wifi_connect() 901 wifi_mgmt_raise_connect_result_event(g_mlan.netif, -1); in nxp_wifi_connect()
|
| /Zephyr-latest/drivers/wifi/esp_at/ |
| D | esp.c | 572 wifi_mgmt_raise_connect_result_event(dev->net_iface, 0); in MODEM_CMD_DEFINE() 949 wifi_mgmt_raise_connect_result_event(dev->net_iface, -1); in MODEM_CMD_DEFINE() 1162 wifi_mgmt_raise_connect_result_event(dev->net_iface, in esp_mgmt_connect_work() 1167 wifi_mgmt_raise_connect_result_event(dev->net_iface, 0); in esp_mgmt_connect_work()
|
| /Zephyr-latest/modules/hostap/src/ |
| D | supp_events.c | 373 wifi_mgmt_raise_connect_result_event( in supplicant_send_wifi_mgmt_event()
|
| /Zephyr-latest/drivers/wifi/winc1500/ |
| D | wifi_winc1500.c | 628 wifi_mgmt_raise_connect_result_event(w1500_data.iface, in handle_wifi_con_state_changed() 644 wifi_mgmt_raise_connect_result_event(w1500_data.iface, 0); in handle_wifi_con_state_changed()
|
| /Zephyr-latest/include/zephyr/net/ |
| D | wifi_mgmt.h | 1631 void wifi_mgmt_raise_connect_result_event(struct net_if *iface, int status);
|
| /Zephyr-latest/drivers/wifi/infineon/ |
| D | airoc_wifi.c | 573 wifi_mgmt_raise_connect_result_event(data->iface, ret); in airoc_mgmt_connect()
|
| /Zephyr-latest/subsys/net/l2/wifi/ |
| D | wifi_mgmt.c | 482 void wifi_mgmt_raise_connect_result_event(struct net_if *iface, int status) in wifi_mgmt_raise_connect_result_event() function
|