Searched refs:ps_bitmap (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi_pwrmgr.c | 246 static int wifi_send_power_save_command(ENH_PS_MODES action, t_u16 ps_bitmap, mlan_bss_type interfa… in wifi_send_power_save_command() argument 256 if (ps_bitmap == BITMAP_AUTO_DS) in wifi_send_power_save_command() 263 …n_cmd_enh_power_mode((mlan_private *)mlan_adap->priv[0], cmd, action, (t_u16)ps_bitmap, pdata_buf); in wifi_send_power_save_command() 430 if ((ps_mode->params.auto_ps.ps_bitmap & BITMAP_AUTO_DS) != 0U) in wifi_process_ps_enh_response() 443 if ((ps_mode->params.auto_ps.ps_bitmap & BITMAP_STA_PS) != 0U) in wifi_process_ps_enh_response() 470 if ((ps_mode->params.ps_bitmap & BITMAP_AUTO_DS) != 0U) in wifi_process_ps_enh_response() 476 if ((ps_mode->params.ps_bitmap & BITMAP_STA_PS) != 0U) in wifi_process_ps_enh_response() 489 if ((ps_mode->params.auto_ps.ps_bitmap & BITMAP_STA_PS) != 0) in wifi_process_ps_enh_response() 492 …ps_enh_response: bitmap = 0x%x, type = 0x%x\n", ps_mode->params.auto_ps.ps_bitmap, mrvl_tlv->type); in wifi_process_ps_enh_response() 508 if ((ps_mode->params.ps_bitmap & BITMAP_STA_PS) != 0) in wifi_process_ps_enh_response() [all …]
|
| D | mlan_cmdevt.c | 97 IN t_u16 ps_bitmap, in wlan_cmd_enh_power_mode() argument 106 PRINTM(MCMND, "PS Command: action = 0x%x, bitmap = 0x%x\n", cmd_action, ps_bitmap); in wlan_cmd_enh_power_mode() 112 psmode_enh->params.ps_bitmap = wlan_cpu_to_le16(ps_bitmap); in wlan_cmd_enh_power_mode() 119 psmode_enh->params.ps_bitmap = wlan_cpu_to_le16(ps_bitmap); in wlan_cmd_enh_power_mode() 126 psmode_enh->params.ps_bitmap = wlan_cpu_to_le16(ps_bitmap); in wlan_cmd_enh_power_mode() 141 psmode_enh->params.auto_ps.ps_bitmap = wlan_cpu_to_le16(ps_bitmap); in wlan_cmd_enh_power_mode() 144 if ((ps_bitmap & BITMAP_STA_PS) != 0U) in wlan_cmd_enh_power_mode() 162 if ((ps_bitmap & BITMAP_AUTO_DS) != 0U) in wlan_cmd_enh_power_mode() 180 if ((pdata_buf != MNULL) && (ps_bitmap & (BITMAP_UAP_INACT_PS | BITMAP_UAP_DTIM_PS))) in wlan_cmd_enh_power_mode() 217 psmode_enh->params.auto_ps.ps_bitmap = wlan_cpu_to_le16(ps_bitmap); in wlan_cmd_enh_power_mode() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_fw.h | 3344 t_u16 ps_bitmap; member 3419 t_u16 ps_bitmap;
|
| D | mlan_main.h | 2578 IN t_u16 ps_bitmap,
|