Home
last modified time | relevance | path

Searched refs:WLAN_STA_PS (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h15 #define WLAN_STA_PS BIT(2) macro
H A Dhostap_ap.c1011 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()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h15 #define WLAN_STA_PS BIT(2) macro
H A Dhostap_ap.c1011 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dieee80211.h50 #define WLAN_STA_PS BIT(2) macro
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Dieee80211.h51 #define WLAN_STA_PS BIT(2) macro
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Dieee80211.h51 #define WLAN_STA_PS BIT(2) macro

Completed in 16 milliseconds