Searched refs:ps_bitmap (Results 1 – 3 of 3) sorted by relevance
1301 u16 cmd_action, uint16_t ps_bitmap, in mwifiex_cmd_enh_power_mode() argument1312 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()1314 sizeof(psmode_enh->params.ps_bitmap)); in mwifiex_cmd_enh_power_mode()1317 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()1319 sizeof(psmode_enh->params.ps_bitmap)); in mwifiex_cmd_enh_power_mode()1322 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()1324 sizeof(psmode_enh->params.ps_bitmap); in mwifiex_cmd_enh_power_mode()1326 if (ps_bitmap & BITMAP_STA_PS) { in mwifiex_cmd_enh_power_mode()1353 if (ps_bitmap & BITMAP_AUTO_DS) { in mwifiex_cmd_enh_power_mode()1391 uint16_t ps_bitmap = le16_to_cpu(ps_mode->params.ps_bitmap); in mwifiex_ret_enh_power_mode() local[all …]
53 (le16_to_cpu(pm->params.ps_bitmap) & BITMAP_STA_PS) && in mwifiex_process_cmdresp_error()
1088 __le16 ps_bitmap; member