Searched refs:WIFI_EVENT_REASON_FAILURE (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi_pwrmgr.c | 416 enum wifi_event_reason result = WIFI_EVENT_REASON_FAILURE; in wifi_process_ps_enh_response() 591 return WIFI_EVENT_REASON_FAILURE; in wifi_process_ps_enh_response() 619 return WIFI_EVENT_REASON_FAILURE; in wifi_process_ps_enh_response() 624 return WIFI_EVENT_REASON_FAILURE; in wifi_process_ps_enh_response()
|
| D | mlan_glue.c | 2897 enum wifi_event_reason result = WIFI_EVENT_REASON_FAILURE; in wifi_process_cmd_response() 3260 … (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in wifi_process_cmd_response() 3291 … (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in wifi_process_cmd_response() 3440 … (void)wifi_event_completion(WIFI_EVENT_ASSOCIATION, WIFI_EVENT_REASON_FAILURE, NULL); in wifi_process_cmd_response() 3463 result = WIFI_EVENT_REASON_FAILURE; in wifi_process_cmd_response() 5569 (void)wifi_event_completion(WIFI_EVENT_LINK_LOSS, WIFI_EVENT_REASON_FAILURE, in wifi_handle_fw_event() 5584 (void)wifi_event_completion(WIFI_EVENT_LINK_LOSS, WIFI_EVENT_REASON_FAILURE, in wifi_handle_fw_event() 5589 (void)wifi_event_completion(WIFI_EVENT_AUTHENTICATION, WIFI_EVENT_REASON_FAILURE, in wifi_handle_fw_event() 5600 (void)wifi_event_completion(WIFI_EVENT_DISASSOCIATION, WIFI_EVENT_REASON_FAILURE, in wifi_handle_fw_event()
|
| D | wifi.c | 1057 (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in wlan_process_hang() 1857 … (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in wifi_scan_task()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
| D | wifi_events.h | 199 WIFI_EVENT_REASON_FAILURE, enumerator
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/ |
| D | wifi_nxp_internal.c | 82 if (msg->reason == WIFI_EVENT_REASON_FAILURE) in wifi_scan_done()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/ |
| D | net.c | 1001 (void)wlan_wlcmgr_send_msg(WIFI_EVENT_NET_DHCP_CONFIG, WIFI_EVENT_REASON_FAILURE, NULL); in dhcp_timer_cb()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 1967 (void)wlan_wlcmgr_send_msg(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in do_scan() 2021 (void)wlan_wlcmgr_send_msg(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in do_hidden_scan() 5089 …(void)wifi_event_completion(WIFI_EVENT_LINK_LOSS, WIFI_EVENT_REASON_FAILURE, (void *)IEEEtypes_REA… in wlcm_process_disconnected() 7004 if(msg->reason == WIFI_EVENT_REASON_FAILURE) in handle_message() 7797 …wlan_wlcmgr_send_msg(WIFI_EVENT_AUTHENTICATION, WIFI_EVENT_REASON_FAILURE, (void *)WPA2_ENTERPRISE… in wlcm_wps_callback()
|