Searched refs:WLAN_STA_TIM (Results 1 – 4 of 4) sorted by relevance
16 #define WLAN_STA_TIM BIT(3) /* TIM bit is on for PS stations */ macro
232 sta->flags &= ~WLAN_STA_TIM; in ap_handle_timer()1012 sta->flags & WLAN_STA_TIM ? " TIM" : "", in prism2_sta_proc_show()1938 if (!(sta->flags & WLAN_STA_TIM)) in handle_pspoll()1942 sta->flags &= ~WLAN_STA_TIM; in handle_pspoll()2770 sta->flags |= WLAN_STA_TIM; in hostap_handle_sta_tx()2782 if (sta->flags & WLAN_STA_TIM) in hostap_handle_sta_tx()2786 sta->flags |= WLAN_STA_TIM; in hostap_handle_sta_tx()
23 #define WLAN_STA_TIM BIT(3) macro
52 #define WLAN_STA_TIM BIT(3) macro