Searched refs:wifi_event_completion (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_glue.c | 825 … ret = wifi_event_completion(WIFI_EVENT_11N_SEND_ADDBA, WIFI_EVENT_REASON_SUCCESS, addba); in wrapper_wlan_uap_ampdu_enable() 1055 ret = wifi_event_completion(WIFI_EVENT_11N_SEND_ADDBA, WIFI_EVENT_REASON_SUCCESS, addba); in wrapper_wlan_sta_ampdu_enable() 2976 … (void)wifi_event_completion(WIFI_EVENT_UAP_STOPPED, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_process_cmd_response() 3096 … (void)wifi_event_completion(WIFI_EVENT_UAP_STARTED, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_process_cmd_response() 3229 … (void)wifi_event_completion(WIFI_EVENT_GET_HW_SPEC, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_process_cmd_response() 3260 … (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() 3302 … (void)wifi_event_completion(WIFI_EVENT_DEAUTHENTICATION, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_process_cmd_response() 3325 if (wifi_event_completion((enum wifi_event)ps_event, result, in wifi_process_cmd_response() [all …]
|
| D | wifi.c | 1057 (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in wlan_process_hang() 1082 (void)wifi_event_completion(WIFI_EVENT_FW_HANG, WIFI_EVENT_REASON_SUCCESS, NULL); in wlan_process_hang() 1103 (void)wifi_event_completion(WIFI_EVENT_FW_RESET, WIFI_EVENT_REASON_SUCCESS, NULL); in wlan_process_hang() 1321 int wifi_event_completion(enum wifi_event event, enum wifi_event_reason result, void *data) in wifi_event_completion() function 1851 (void)wifi_event_completion(WIFI_EVENT_SCAN_START, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_scan_task() 1857 … (void)wifi_event_completion(WIFI_EVENT_SCAN_RESULT, WIFI_EVENT_REASON_FAILURE, NULL); in wifi_scan_task() 1881 wifi_event_completion(WIFI_EVENT_SLEEP, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_powersave_task() 2862 … if (wifi_event_completion(WIFI_EVENT_UAP_CLIENT_ASSOC, WIFI_EVENT_REASON_SUCCESS, sta_addr) != in wlan_process_802dot11_mgmt_pkt2() 2960 … if (wifi_event_completion(WIFI_EVENT_UAP_CLIENT_DEAUTH, WIFI_EVENT_REASON_SUCCESS, sta_addr) != in wlan_process_802dot11_mgmt_pkt2()
|
| D | wifi_pwrmgr.c | 401 wifi_event_completion(WIFI_EVENT_HS_ACTIVATED, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_process_hs_cfg_resp() 634 wifi_event_completion(WIFI_EVENT_SLEEP_CONFIRM_DONE, result, NULL); in wifi_process_ps_enh_response()
|
| D | wifi-internal.h | 290 int wifi_event_completion(enum wifi_event event, enum wifi_event_reason result, void *data);
|
| D | mlan_11v.c | 312 …if (wifi_event_completion(WIFI_EVENT_NLIST_REPORT, WIFI_EVENT_REASON_SUCCESS, (void *)pnlist_rep_p… in wlan_process_mgmt_wnm_btm_req()
|
| D | mlan_11k.c | 982 …if (wifi_event_completion(WIFI_EVENT_NLIST_REPORT, WIFI_EVENT_REASON_SUCCESS, pnlist_rep_param) !=… in wlan_process_neighbor_report_response()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/ |
| D | rtos_wpa_supp_if.c | 586 …(void)wifi_event_completion(WIFI_EVENT_DEAUTHENTICATION, le_to_host16(mgmt->u.deauth.reason_code),… in wifi_nxp_wpa_supp_event_proc_deauth() 1263 …status = wifi_event_completion(WIFI_EVENT_SURVEY_RESULT_GET, WIFI_EVENT_REASON_SUCCESS, wifi_surve… in wifi_nxp_wpa_supp_survey_results_get() 1845 … (void)wifi_event_completion(WIFI_EVENT_AUTHENTICATION, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_nxp_wpa_supp_set_supp_port()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/ |
| D | net.c | 323 if (wifi_event_completion(WIFI_EVENT_MGMT_FRAME, WIFI_EVENT_REASON_SUCCESS, p) != WM_SUCCESS) in process_mgmt_packet()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 5089 …(void)wifi_event_completion(WIFI_EVENT_LINK_LOSS, WIFI_EVENT_REASON_FAILURE, (void *)IEEEtypes_REA… in wlcm_process_disconnected() 5393 (void)wifi_event_completion(WIFI_EVENT_NLIST_REPORT, WIFI_EVENT_REASON_SUCCESS, NULL); in wpa_supplicant_msg_cb() 5967 …if (wifi_event_completion(WIFI_EVENT_CHAN_SWITCH, WIFI_EVENT_REASON_SUCCESS, pecsa_info) != WM_SUC… in wlan_notify_uap_chan_switch() 6606 (void)wifi_event_completion(WIFI_EVENT_RSSI_LOW, WIFI_EVENT_REASON_SUCCESS, NULL); in wifi_process_bg_scan_stopped()
|