Searched refs:eapol_auth (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/usr.sbin/wpa/
H A DMakefile.inc12 ${WPA_DISTDIR}/src/eapol_auth \
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c24 #include "eapol_auth/eapol_auth_sm.h"
25 #include "eapol_auth/eapol_auth_sm_i.h"
244 struct eapol_authenticator *eapol = hapd->eapol_auth;
985 return eapol_auth_alloc(hapd->eapol_auth, sta->addr, flags,
2109 struct eapol_authenticator *eapol = hapd->eapol_auth;
2147 struct eapol_authenticator *eapol = hapd->eapol_auth;
2470 hapd->eapol_auth = eapol_auth_init(&conf, &cb);
2471 if (hapd->eapol_auth == NULL)
2492 if (hapd->eapol_auth->default_wep_key == NULL)
2520 eapol_auth_deinit(hapd->eapol_auth);
[all...]
H A Dhostapd.h188 struct eapol_authenticator *eapol_auth; member in struct:hostapd_data
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk868 OBJS += src/eapol_auth/eapol_auth_sm.c

Completed in 207 milliseconds