Home
last modified time | relevance | path

Searched refs:eapol_auth (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/wpa/
HDMakefile.inc13 ${WPA_DISTDIR}/src/eapol_auth \
/NextBSD/contrib/wpa/src/ap/
HDieee802_1x.c212 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_tx_key()
828 return eapol_auth_alloc(hapd->eapol_auth, sta->addr, flags, in ieee802_1x_alloc_eapol_sm()
1796 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_rekey_broadcast()
1834 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_rekey()
2147 hapd->eapol_auth = eapol_auth_init(&conf, &cb); in ieee802_1x_init()
2148 if (hapd->eapol_auth == NULL) in ieee802_1x_init()
2169 if (hapd->eapol_auth->default_wep_key == NULL) in ieee802_1x_init()
2197 eapol_auth_deinit(hapd->eapol_auth); in ieee802_1x_deinit()
2198 hapd->eapol_auth = NULL; in ieee802_1x_deinit()
HDhostapd.h150 struct eapol_authenticator *eapol_auth; member