Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dpreauth.c60 if (sm->preauth_eapol == NULL || in rsn_preauth_receive()
69 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len); in rsn_preauth_receive()
177 if (sm->preauth_eapol) in rsn_preauth_init()
223 sm->preauth_eapol = eapol_sm_init(ctx); in rsn_preauth_init()
224 if (sm->preauth_eapol == NULL) { in rsn_preauth_init()
236 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf); in rsn_preauth_init()
243 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6); in rsn_preauth_init()
246 eapol_sm_notify_portValid(sm->preauth_eapol, TRUE); in rsn_preauth_init()
248 eapol_sm_notify_portEnabled(sm->preauth_eapol, TRUE); in rsn_preauth_init()
275 if (sm == NULL || !sm->preauth_eapol) in rsn_preauth_deinit()
[all …]
Dwpa_i.h51 struct eapol_sm *preauth_eapol; member
Dwpa.c2904 if (sm->preauth_eapol) in wpa_sm_set_scard_ctx()
2905 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx); in wpa_sm_set_scard_ctx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpreauth.c69 if (sm->preauth_eapol == NULL || in rsn_preauth_receive()
78 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len); in rsn_preauth_receive()
186 if (sm->preauth_eapol) in rsn_preauth_init()
232 sm->preauth_eapol = eapol_sm_init(ctx); in rsn_preauth_init()
233 if (sm->preauth_eapol == NULL) { in rsn_preauth_init()
245 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf); in rsn_preauth_init()
252 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6); in rsn_preauth_init()
255 eapol_sm_notify_portValid(sm->preauth_eapol, true); in rsn_preauth_init()
257 eapol_sm_notify_portEnabled(sm->preauth_eapol, true); in rsn_preauth_init()
284 if (sm == NULL || !sm->preauth_eapol) in rsn_preauth_deinit()
[all …]
Dwpa_i.h56 struct eapol_sm *preauth_eapol; member
Dwpa.c3192 if (sm->preauth_eapol) in wpa_sm_set_scard_ctx()
3193 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx); in wpa_sm_set_scard_ctx()