Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dpreauth_auth.c77 sta->flags = WLAN_STA_PREAUTH; in rsn_preauth_receive()
H A Dsta_info.h28 #define WLAN_STA_PREAUTH BIT(8) macro
H A Dieee802_1x.c95 if (sta->flags & WLAN_STA_PREAUTH) { in ieee802_1x_send()
119 if (sta->flags & WLAN_STA_PREAUTH) in ieee802_1x_set_authorized()
528 if (sta->flags & WLAN_STA_PREAUTH) { in add_common_radius_sta_attr()
1055 if (sta->flags & WLAN_STA_PREAUTH) in ieee802_1x_alloc_eapol_sm()
1136 if (!sta || (!(sta->flags & (WLAN_STA_ASSOC | WLAN_STA_PREAUTH)) && in ieee802_1x_receive()
H A Dsta_info.c247 !(sta->flags & WLAN_STA_PREAUTH)) { in ap_free_sta()
377 !(sta->flags & WLAN_STA_PREAUTH)) { in ap_free_sta()
1729 (flags & WLAN_STA_PREAUTH ? "[PREAUTH]" : ""), in ap_sta_flags_txt()
H A Ddrv_callbacks.c1601 sta->flags &= ~WLAN_STA_PREAUTH; in hostapd_notif_auth()
H A Dieee802_11.c3194 sta->flags &= ~WLAN_STA_PREAUTH; in handle_auth()