Searched refs:DIS_AUTO_PS (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi_pwrmgr.c | 276 return wifi_send_power_save_command(DIS_AUTO_PS, BITMAP_STA_PS, MLAN_BSS_TYPE_STA, NULL); in wifi_exit_ieee_power_save() 307 return wifi_send_power_save_command(DIS_AUTO_PS, BITMAP_AUTO_DS, MLAN_BSS_TYPE_STA, &idletime); in wifi_exit_deepsleep_power_save() 343 return wifi_send_power_save_command(DIS_AUTO_PS, BITMAP_UAP_INACT_PS, type, NULL); in wifi_uap_ps_inactivity_sleep_exit() 468 else if (ps_mode->action == (t_u16)DIS_AUTO_PS) in wifi_process_ps_enh_response() 684 …return wifi_send_power_save_command(DIS_AUTO_PS, BITMAP_UAP_INACT_PS, MLAN_BSS_TYPE_WIFIDIRECT, NU… in wifi_wfd_ps_inactivity_sleep_exit()
|
| D | mlan_cmdevt.c | 109 if (cmd_action == DIS_AUTO_PS) in wlan_cmd_enh_power_mode() 111 psmode_enh->action = (ENH_PS_MODES)(wlan_cpu_to_le16(DIS_AUTO_PS)); in wlan_cmd_enh_power_mode()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
| D | wlan.h | 493 DIS_AUTO_PS = 0xfe, enumerator
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_fw.h | 1381 DIS_AUTO_PS = 0xfe,
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 2899 else if (action == DIS_AUTO_PS) in wlcm_process_ieeeps_event() 2935 else if (action == DIS_AUTO_PS) in wlcm_process_deepsleep_event()
|