Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/wpa/src/
DMakefile8 eapol_auth \
/freebsd-12-stable/usr.sbin/wpa/src/eapol_auth/
DMakefile10 .PATH: ${WPA_DISTDIR}/src/eapol_auth
/freebsd-12-stable/contrib/wpa/src/
DMakefile1 SUBDIRS=ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p…
/freebsd-12-stable/usr.sbin/wpa/
DMakefile.inc23 CFLAGS+=-I${WPA_DISTDIR}/src/eapol_auth
/freebsd-12-stable/contrib/wpa/src/ap/
Dieee802_1x.c244 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_tx_key()
994 return eapol_auth_alloc(hapd->eapol_auth, sta->addr, flags, in ieee802_1x_alloc_eapol_sm()
2124 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_rekey_broadcast()
2162 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_rekey()
2470 hapd->eapol_auth = eapol_auth_init(&conf, &cb); in ieee802_1x_init()
2471 if (!hapd->eapol_auth) in ieee802_1x_init()
2495 if (!hapd->eapol_auth->default_wep_key) in ieee802_1x_init()
2526 eapol_auth_deinit(hapd->eapol_auth); in ieee802_1x_deinit()
2527 hapd->eapol_auth = NULL; in ieee802_1x_deinit()
Dhostapd.h197 struct eapol_authenticator *eapol_auth; member
/freebsd-12-stable/share/mk/
Dsrc.libnames.mk578 LIBWPAEAPOL_AUTHDIR= ${OBJTOP}/usr.sbin/wpa/src/eapol_auth