Home
last modified time | relevance | path

Searched refs:WLAN_STA_PS (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h15 #define WLAN_STA_PS BIT(2) macro
Dhostap_ap.c1011 sta->flags & WLAN_STA_PS ? " PS" : "", in prism2_sta_proc_show()
1844 if (!(sta->flags & WLAN_STA_PS)) { in pspoll_send_buffered()
1927 if (sta->flags & WLAN_STA_PS) { in handle_pspoll()
2746 if (!(sta->flags & WLAN_STA_PS)) in hostap_handle_sta_tx()
2878 if (pwrmgt && !(sta->flags & WLAN_STA_PS)) { in hostap_update_sta_ps2()
2879 sta->flags |= WLAN_STA_PS; in hostap_update_sta_ps2()
2883 } else if (!pwrmgt && (sta->flags & WLAN_STA_PS)) { in hostap_update_sta_ps2()
2884 sta->flags &= ~WLAN_STA_PS; in hostap_update_sta_ps2()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dieee80211.h22 #define WLAN_STA_PS BIT(2) macro
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dieee80211.h51 #define WLAN_STA_PS BIT(2) macro