Searched refs:preauth_eapol (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c70 if (sm->preauth_eapol == NULL ||
79 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len);
183 if (sm->preauth_eapol)
227 sm->preauth_eapol = eapol_sm_init(ctx);
228 if (sm->preauth_eapol == NULL) {
239 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
246 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6);
249 eapol_sm_notify_portValid(sm->preauth_eapol, TRUE);
251 eapol_sm_notify_portEnabled(sm->preauth_eapol, TRUE);
269 if (sm == NULL || !sm->preauth_eapol)
[all...]
H A Dwpa_i.h48 struct eapol_sm *preauth_eapol; member in struct:wpa_sm
H A Dwpa.c2034 if (sm->preauth_eapol)
2035 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx);
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.c60 if (sm->preauth_eapol == NULL ||
69 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len);
173 if (sm->preauth_eapol)
217 sm->preauth_eapol = eapol_sm_init(ctx);
218 if (sm->preauth_eapol == NULL) {
229 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
236 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6);
239 eapol_sm_notify_portValid(sm->preauth_eapol, TRUE);
241 eapol_sm_notify_portEnabled(sm->preauth_eapol, TRUE);
259 if (sm == NULL || !sm->preauth_eapol)
[all...]
H A Dwpa_i.h45 struct eapol_sm *preauth_eapol; member in struct:wpa_sm
H A Dwpa.c2159 if (sm->preauth_eapol)
2160 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx);
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.c60 if (sm->preauth_eapol == NULL ||
69 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len);
173 if (sm->preauth_eapol)
217 sm->preauth_eapol = eapol_sm_init(ctx);
218 if (sm->preauth_eapol == NULL) {
229 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
236 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6);
239 eapol_sm_notify_portValid(sm->preauth_eapol, TRUE);
241 eapol_sm_notify_portEnabled(sm->preauth_eapol, TRUE);
259 if (sm == NULL || !sm->preauth_eapol)
[all...]
H A Dwpa_i.h45 struct eapol_sm *preauth_eapol; member in struct:wpa_sm
H A Dwpa.c2159 if (sm->preauth_eapol)
2160 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx);
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c60 if (sm->preauth_eapol == NULL ||
69 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len);
173 if (sm->preauth_eapol)
217 sm->preauth_eapol = eapol_sm_init(ctx);
218 if (sm->preauth_eapol == NULL) {
229 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
236 eapol_sm_configure(sm->preauth_eapol, -1, -1, 5, 6);
239 eapol_sm_notify_portValid(sm->preauth_eapol, TRUE);
241 eapol_sm_notify_portEnabled(sm->preauth_eapol, TRUE);
259 if (sm == NULL || !sm->preauth_eapol)
[all...]
H A Dwpa_i.h45 struct eapol_sm *preauth_eapol; member in struct:wpa_sm
H A Dwpa.c2159 if (sm->preauth_eapol)
2160 eapol_sm_register_scard_ctx(sm->preauth_eapol, scard_ctx);

Completed in 104 milliseconds