Searched refs:WLAN_STA_PS (Results 1 – 3 of 3) sorted by relevance
14 #define WLAN_STA_PS BIT(2) macro
1059 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()
64 #define WLAN_STA_PS BIT(2) macro