Home
last modified time | relevance | path

Searched refs:WIFI_EVENT_SCAN_RESULT (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi_events.h41 WIFI_EVENT_SCAN_RESULT, enumerator
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c3260 … (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in wifi_process_cmd_response()
3276 … (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_SUCCESS, 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()
4407 … (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_process_cmd_response()
6199 wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_handle_fw_event()
Dwifi.c1057 (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/wlcmgr/
Dwlan.c1967 (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()
6942 case WIFI_EVENT_SCAN_RESULT: in handle_message()