Home
last modified time | relevance | path

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

/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h14 #define WLAN_STA_PS BIT(2) macro
Dhostap_ap.c1059 sta->flags & WLAN_STA_PS ? " PS" : "", in prism2_sta_proc_show()
1906 if (!(sta->flags & WLAN_STA_PS)) { in pspoll_send_buffered()
1989 if (sta->flags & WLAN_STA_PS) { in handle_pspoll()
2808 if (!(sta->flags & WLAN_STA_PS)) in hostap_handle_sta_tx()
2940 if (pwrmgt && !(sta->flags & WLAN_STA_PS)) { in hostap_update_sta_ps2()
2941 sta->flags |= WLAN_STA_PS; in hostap_update_sta_ps2()
2945 } else if (!pwrmgt && (sta->flags & WLAN_STA_PS)) { in hostap_update_sta_ps2()
2946 sta->flags &= ~WLAN_STA_PS; in hostap_update_sta_ps2()
/drivers/staging/rtl8188eu/include/
Dieee80211.h64 #define WLAN_STA_PS BIT(2) macro