Home
last modified time | relevance | path

Searched refs:in_ps (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Drx.c1615 bool in_ps; in ieee80211_sta_ps_transition() local
1620 in_ps = test_sta_flag(sta, WLAN_STA_PS_STA); in ieee80211_sta_ps_transition()
1621 if ((start && in_ps) || (!start && !in_ps)) in ieee80211_sta_ps_transition()
/kernel/linux/linux-6.6/net/mac80211/
H A Drx.c1599 bool in_ps; in ieee80211_sta_ps_transition() local
1604 in_ps = test_sta_flag(sta, WLAN_STA_PS_STA); in ieee80211_sta_ps_transition()
1605 if ((start && in_ps) || (!start && !in_ps)) in ieee80211_sta_ps_transition()

Completed in 12 milliseconds