Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/
DMakefile1 SUBDIRS=ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p…
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c209 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_tx_key()
822 return eapol_auth_alloc(hapd->eapol_auth, sta->addr, flags, in ieee802_1x_alloc_eapol_sm()
1790 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_rekey_broadcast()
1828 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_rekey()
2136 hapd->eapol_auth = eapol_auth_init(&conf, &cb); in ieee802_1x_init()
2137 if (hapd->eapol_auth == NULL) in ieee802_1x_init()
2158 if (hapd->eapol_auth->default_wep_key == NULL) in ieee802_1x_init()
2186 eapol_auth_deinit(hapd->eapol_auth); in ieee802_1x_deinit()
2187 hapd->eapol_auth = NULL; in ieee802_1x_deinit()
Dhostapd.h149 struct eapol_authenticator *eapol_auth; member
/external/wpa_supplicant_8/hostapd/
DMakefile122 OBJS += ../src/eapol_auth/eapol_auth_sm.o
138 OBJS += ../src/eapol_auth/eapol_auth_dump.o
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile822 OBJS += ../src/eapol_auth/eapol_auth_sm.o
904 OBJS_h += ../src/eapol_auth/eapol_auth_sm.o