Home
last modified time | relevance | path

Searched refs:SME_PS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_power_save.c293 case SME_PS_ENABLE: in sme_ps_process_command()
342 if (command == SME_PS_ENABLE && !usr_cfg_ps_enable) { in sme_enable_sta_ps_check()
415 command = usr_ps_cfg ? SME_PS_ENABLE : SME_PS_DISABLE; in sme_ps_update()
503 SME_PS_ENABLE); in sme_ps_set_powersave()
557 status = sme_enable_sta_ps_check(mac_ctx, session_id, SME_PS_ENABLE); in sme_ps_timer_flush_sync()
1035 status = sme_enable_sta_ps_check(mac_ctx, session_id, SME_PS_ENABLE); in sme_auto_ps_entry_timer_expired()
1038 SME_PS_ENABLE); in sme_auto_ps_entry_timer_expired()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_power_save.h65 SME_PS_ENABLE = 0, enumerator