Searched refs:WLAN_STA_PREAUTH (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dpreauth_auth.c77 sta->flags = WLAN_STA_PREAUTH;
H A Dsta_info.h24 #define WLAN_STA_PREAUTH BIT(8) macro
H A Dsta_info.c178 !(sta->flags & WLAN_STA_PREAUTH)) {
294 !(sta->flags & WLAN_STA_PREAUTH)) {
1425 (flags & WLAN_STA_PREAUTH ? "[PREAUTH]" : ""),
H A Dieee802_1x.c96 if (sta->flags & WLAN_STA_PREAUTH) {
113 if (sta->flags & WLAN_STA_PREAUTH)
462 if (sta->flags & WLAN_STA_PREAUTH) {
978 if (sta->flags & WLAN_STA_PREAUTH)
1040 if (!sta || (!(sta->flags & (WLAN_STA_ASSOC | WLAN_STA_PREAUTH)) &&
H A Ddrv_callbacks.c1091 sta->flags &= ~WLAN_STA_PREAUTH;
H A Dieee802_11.c2291 sta->flags &= ~WLAN_STA_PREAUTH;

Completed in 127 milliseconds