Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dbssdb.h58 #define WLAN_STA_TIM BIT3 macro
/drivers/staging/vt6656/
Dbssdb.h57 #define WLAN_STA_TIM BIT3 macro
/drivers/net/wireless/hostap/
Dhostap_ap.h15 #define WLAN_STA_TIM BIT(3) /* TIM bit is on for PS stations */ macro
Dhostap_ap.c244 sta->flags &= ~WLAN_STA_TIM; in ap_handle_timer()
1060 sta->flags & WLAN_STA_TIM ? " TIM" : "", in prism2_sta_proc_show()
2000 if (!(sta->flags & WLAN_STA_TIM)) in handle_pspoll()
2004 sta->flags &= ~WLAN_STA_TIM; in handle_pspoll()
2832 sta->flags |= WLAN_STA_TIM; in hostap_handle_sta_tx()
2844 if (sta->flags & WLAN_STA_TIM) in hostap_handle_sta_tx()
2848 sta->flags |= WLAN_STA_TIM; in hostap_handle_sta_tx()