Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h16 #define WLAN_STA_TIM BIT(3) /* TIM bit is on for PS stations */ macro
H A Dhostap_ap.c232 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()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h52 #define WLAN_STA_TIM BIT(3) macro