Searched refs:WLAN_STA_PERM (Results 1 – 4 of 4) sorted by relevance
17 #define WLAN_STA_PERM BIT(4) /* permanent; do not remove entry on expiration */ macro
194 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()
24 #define WLAN_STA_PERM BIT(4) macro
53 #define WLAN_STA_PERM BIT(4) macro