Searched refs:ps_event (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi_pwrmgr.c | 414 enum wifi_event_reason wifi_process_ps_enh_response(t_u8 *cmd_res_buffer, t_u16 *ps_event, t_u16 *a… in wifi_process_ps_enh_response() argument 426 *ps_event = (t_u16)WIFI_EVENT_PS_INVALID; in wifi_process_ps_enh_response() 440 *ps_event = (t_u16)WIFI_EVENT_DEEP_SLEEP; in wifi_process_ps_enh_response() 463 *ps_event = (t_u16)WIFI_EVENT_IEEE_PS; in wifi_process_ps_enh_response() 473 *ps_event = (t_u16)WIFI_EVENT_DEEP_SLEEP; in wifi_process_ps_enh_response() 481 *ps_event = (t_u16)WIFI_EVENT_IEEE_PS; in wifi_process_ps_enh_response() 503 *ps_event = (t_u16)WIFI_EVENT_WNM_PS; in wifi_process_ps_enh_response() 515 *ps_event = (t_u16)WIFI_EVENT_WNM_PS; in wifi_process_ps_enh_response() 524 *ps_event = (t_u16)WIFI_EVENT_WNM_PS; in wifi_process_ps_enh_response() 567 *ps_event = (t_u16)WIFI_EVENT_IEEE_DEEP_SLEEP; in wifi_process_ps_enh_response() [all …]
|
| D | mlan_glue.c | 111 static t_u16 ps_event; variable 3318 result = wifi_process_ps_enh_response((t_u8 *)resp, &ps_event, ps_action_p); in wifi_process_cmd_response() 3320 if (ps_event != (t_u16)WIFI_EVENT_PS_INVALID) in wifi_process_cmd_response() 3323 if (ps_event == WIFI_EVENT_WNM_PS) in wifi_process_cmd_response() 3325 if (wifi_event_completion((enum wifi_event)ps_event, result, in wifi_process_cmd_response() 3338 … if (wifi_event_completion((enum wifi_event)ps_event, result, (void *)ps_action_p) != in wifi_process_cmd_response()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
| D | wifi.h | 777 enum wifi_event_reason wifi_process_ps_enh_response(t_u8 *cmd_res_buffer, t_u16 *ps_event, t_u16 *a…
|