Home
last modified time | relevance | path

Searched refs:STA_PS_SLEEP (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath6kl/
Dtxrx.c222 if (ar->sta_list[ctr].sta_flags & STA_PS_SLEEP) { in ath6kl_powersave_ap()
273 if (conn->sta_flags & STA_PS_SLEEP) { in ath6kl_powersave_ap()
1443 prev_ps = !!(conn->sta_flags & STA_PS_SLEEP); in ath6kl_rx()
1446 conn->sta_flags |= STA_PS_SLEEP; in ath6kl_rx()
1448 conn->sta_flags &= ~STA_PS_SLEEP; in ath6kl_rx()
1451 if ((conn->sta_flags & STA_PS_SLEEP) && trig_state) in ath6kl_rx()
1454 if (prev_ps ^ !!(conn->sta_flags & STA_PS_SLEEP)) { in ath6kl_rx()
1455 if (!(conn->sta_flags & STA_PS_SLEEP)) { in ath6kl_rx()
Dcore.h249 #define STA_PS_SLEEP BIT(1) macro
Dcfg80211.c3123 if (conn->sta_flags & STA_PS_SLEEP) { in ath6kl_mgmt_powersave_ap()