Searched refs:WLAN_STA_PS (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/hostap/
H A Dhostap_ap.h14 #define WLAN_STA_PS BIT(2) macro
H A Dhostap_ap.c1059 sta->flags & WLAN_STA_PS ? " PS" : "",
1906 if (!(sta->flags & WLAN_STA_PS)) {
1989 if (sta->flags & WLAN_STA_PS) {
2808 if (!(sta->flags & WLAN_STA_PS))
2940 if (pwrmgt && !(sta->flags & WLAN_STA_PS)) {
2941 sta->flags |= WLAN_STA_PS;
2945 } else if (!pwrmgt && (sta->flags & WLAN_STA_PS)) {
2946 sta->flags &= ~WLAN_STA_PS;
/drivers/staging/vt6655/
H A Dbssdb.h55 #define WLAN_STA_PS BIT2 macro
/drivers/staging/rtl8723au/include/
H A Dieee80211.h35 #define WLAN_STA_PS BIT(2) macro
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h69 #define WLAN_STA_PS BIT(2) macro

Completed in 95 milliseconds