Home
last modified time | relevance | path

Searched refs:ap_active (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c595 bool ap_active; member
637 power_iterator->ap_active = true; in iwl_mvm_power_get_vifs_iterator()
698 if (vifs->bss_active && !vifs->p2p_active && !vifs->ap_active) { in iwl_mvm_power_set_pm()
704 if (vifs->p2p_active && !vifs->bss_active && !vifs->ap_active) { in iwl_mvm_power_set_pm()
712 if (vifs->bss_active && vifs->ap_active) in iwl_mvm_power_set_pm()
729 if (client_same_channel && !vifs->ap_active) { in iwl_mvm_power_set_pm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_ps.h33 bool ap_active; member
H A Dphl_cmd_ps.c80 bool ap_active; member
834 if (ps->mr_info.ap_active || ps->mr_info.gc_active) { in _chk_wrole_with_ps_mode()
836 ps->mr_info.ap_active, ps->mr_info.gc_active); in _chk_wrole_with_ps_mode()
1078 (ps->mr_info.ap_active ? "yes" : "no"), (ps->mr_info.gc_active ? "yes" : "no")); in _ps_watchdog_info_dump()
1301 ps->mr_info.ap_active = (wr->mstate == MLME_NO_LINK) ? false : true; in _ps_mr_info_upt()
1305 ps->mr_info.gc_active, ps->mr_info.ap_active); in _ps_mr_info_upt()
1831 basic_info->ap_active = ps->mr_info.ap_active; in _ps_mdl_query_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_ps.h33 bool ap_active; member
H A Dphl_cmd_ps.c59 bool ap_active; member
809 if (ps->mr_info.ap_active || ps->mr_info.gc_active) { in _chk_wrole_with_ps_mode()
811 ps->mr_info.ap_active, ps->mr_info.gc_active); in _chk_wrole_with_ps_mode()
1053 (ps->mr_info.ap_active ? "yes" : "no"), (ps->mr_info.gc_active ? "yes" : "no")); in _ps_watchdog_info_dump()
1272 ps->mr_info.ap_active = (wr->mstate == MLME_NO_LINK) ? false : true; in _ps_mr_info_upt()
1276 ps->mr_info.gc_active, ps->mr_info.ap_active); in _ps_mr_info_upt()
1795 basic_info->ap_active = ps->mr_info.ap_active; in _ps_mdl_query_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dphl_ps_dbg_cmd.c137 (info.ap_active == true ? "yes" : "no"), (info.gc_active == true ? "yes" : "no"), in phl_ps_dbg_dump()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dphl_ps_dbg_cmd.c137 (info.ap_active == true ? "yes" : "no"), (info.gc_active == true ? "yes" : "no"), in phl_ps_dbg_dump()