Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.c70 if (sm->preauth_eapol == NULL || in rsn_preauth_receive()
79 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len, in rsn_preauth_receive()
188 if (sm->preauth_eapol) in rsn_preauth_init()
234 sm->preauth_eapol = eapol_sm_init(ctx); in rsn_preauth_init()
235 if (sm->preauth_eapol == NULL) { in rsn_preauth_init()
247 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf); in rsn_preauth_init()
254 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6); in rsn_preauth_init()
257 eapol_sm_notify_portValid(sm->preauth_eapol, true); in rsn_preauth_init()
259 eapol_sm_notify_portEnabled(sm->preauth_eapol, true); in rsn_preauth_init()
286 if (sm == NULL || !sm->preauth_eapol) in rsn_preauth_deinit()
[all …]
H A Dwpa_i.h57 struct eapol_sm *preauth_eapol; member
H A Dwpa.c4432 if (sm->preauth_eapol) in wpa_sm_set_scard_ctx()
4433 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx); in wpa_sm_set_scard_ctx()