Searched refs:eapol_auth (Results 1 – 3 of 3) sorted by relevance
1 SUBDIRS=ap common crypto drivers eapol_auth eapol_supp eap_common eap_peer eap_server l2_packet p2p…
217 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_tx_key()862 return eapol_auth_alloc(hapd->eapol_auth, sta->addr, flags, in ieee802_1x_alloc_eapol_sm()1920 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_rekey_broadcast()1958 struct eapol_authenticator *eapol = hapd->eapol_auth; in ieee802_1x_rekey()2271 hapd->eapol_auth = eapol_auth_init(&conf, &cb); in ieee802_1x_init()2272 if (hapd->eapol_auth == NULL) in ieee802_1x_init()2293 if (hapd->eapol_auth->default_wep_key == NULL) in ieee802_1x_init()2321 eapol_auth_deinit(hapd->eapol_auth); in ieee802_1x_deinit()2322 hapd->eapol_auth = NULL; in ieee802_1x_deinit()
165 struct eapol_authenticator *eapol_auth; member