Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_ap.h17 #define WLAN_STA_PERM BIT(4) /* permanent; do not remove entry on expiration */ macro
Dhostap_ap.c194 else if ((sta->flags & WLAN_STA_PERM) && !(sta->flags & WLAN_STA_AUTH)) in ap_handle_timer()
217 if (sta->timeout_next == STA_DEAUTH && !(sta->flags & WLAN_STA_PERM)) { in ap_handle_timer()
270 if (sta->flags & WLAN_STA_PERM) { in ap_handle_timer()
1013 sta->flags & WLAN_STA_PERM ? " PERM" : "", in prism2_sta_proc_show()
3229 sta->flags |= WLAN_STA_PERM; in ap_crypt_get_ptrs()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dieee80211.h24 #define WLAN_STA_PERM BIT(4) macro
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dieee80211.h53 #define WLAN_STA_PERM BIT(4) macro