Searched refs:WLAN_STA_PS (Results 1 – 4 of 4) sorted by relevance
15 #define WLAN_STA_PS BIT(2) macro
1011 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()
22 #define WLAN_STA_PS BIT(2) macro
51 #define WLAN_STA_PS BIT(2) macro