Searched defs:eap_conf (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h24 struct eap_peer_config *eap_conf);
46 struct eap_peer_config *eap_conf)
45 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
H A Dpreauth.c167 * @eap_conf: Current EAP configuration
178 struct eap_peer_config *eap_conf)
239 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
177 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.h18 struct eap_peer_config *eap_conf);
41 struct eap_peer_config *eap_conf)
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
H A Dpreauth.c157 * @eap_conf: Current EAP configuration
168 struct eap_peer_config *eap_conf)
229 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
167 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.h18 struct eap_peer_config *eap_conf);
41 struct eap_peer_config *eap_conf)
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
H A Dpreauth.c157 * @eap_conf: Current EAP configuration
168 struct eap_peer_config *eap_conf)
229 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
167 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h18 struct eap_peer_config *eap_conf);
41 struct eap_peer_config *eap_conf)
40 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
H A Dpreauth.c157 * @eap_conf: Current EAP configuration
168 struct eap_peer_config *eap_conf)
229 eapol_sm_notify_config(sm->preauth_eapol, eap_conf, &eapol_conf);
167 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c763 struct eap_config eap_conf; local
811 os_memset(&eap_conf, 0, sizeof(eap_conf));
812 eap_conf.eap_server = eapol->conf.eap_server;
813 eap_conf.ssl_ctx = eapol->conf.ssl_ctx;
814 eap_conf.msg_ctx = eapol->conf.msg_ctx;
815 eap_conf.eap_sim_db_priv = eapol->conf.eap_sim_db_priv;
816 eap_conf.pac_opaque_encr_key = eapol->conf.pac_opaque_encr_key;
817 eap_conf.eap_fast_a_id = eapol->conf.eap_fast_a_id;
818 eap_conf
[all...]
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c763 struct eap_config eap_conf; local
811 os_memset(&eap_conf, 0, sizeof(eap_conf));
812 eap_conf.eap_server = eapol->conf.eap_server;
813 eap_conf.ssl_ctx = eapol->conf.ssl_ctx;
814 eap_conf.msg_ctx = eapol->conf.msg_ctx;
815 eap_conf.eap_sim_db_priv = eapol->conf.eap_sim_db_priv;
816 eap_conf.pac_opaque_encr_key = eapol->conf.pac_opaque_encr_key;
817 eap_conf.eap_fast_a_id = eapol->conf.eap_fast_a_id;
818 eap_conf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.c763 struct eap_config eap_conf; local
811 os_memset(&eap_conf, 0, sizeof(eap_conf));
812 eap_conf.eap_server = eapol->conf.eap_server;
813 eap_conf.ssl_ctx = eapol->conf.ssl_ctx;
814 eap_conf.msg_ctx = eapol->conf.msg_ctx;
815 eap_conf.eap_sim_db_priv = eapol->conf.eap_sim_db_priv;
816 eap_conf.pac_opaque_encr_key = eapol->conf.pac_opaque_encr_key;
817 eap_conf.eap_fast_a_id = eapol->conf.eap_fast_a_id;
818 eap_conf
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
H A Dradius_server.c282 struct eap_config eap_conf; local
314 os_memset(&eap_conf, 0, sizeof(eap_conf));
315 eap_conf.ssl_ctx = data->ssl_ctx;
316 eap_conf.eap_sim_db_priv = data->eap_sim_db_priv;
317 eap_conf.backend_auth = TRUE;
318 eap_conf.eap_server = 1;
319 eap_conf.pac_opaque_encr_key = data->pac_opaque_encr_key;
320 eap_conf.eap_fast_a_id = data->eap_fast_a_id;
321 eap_conf
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c465 struct eap_config eap_conf; local
497 os_memset(&eap_conf, 0, sizeof(eap_conf));
498 eap_conf.ssl_ctx = data->ssl_ctx;
499 eap_conf.msg_ctx = data->msg_ctx;
500 eap_conf.eap_sim_db_priv = data->eap_sim_db_priv;
501 eap_conf.backend_auth = TRUE;
502 eap_conf.eap_server = 1;
503 eap_conf.pac_opaque_encr_key = data->pac_opaque_encr_key;
504 eap_conf
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c465 struct eap_config eap_conf; local
497 os_memset(&eap_conf, 0, sizeof(eap_conf));
498 eap_conf.ssl_ctx = data->ssl_ctx;
499 eap_conf.msg_ctx = data->msg_ctx;
500 eap_conf.eap_sim_db_priv = data->eap_sim_db_priv;
501 eap_conf.backend_auth = TRUE;
502 eap_conf.eap_server = 1;
503 eap_conf.pac_opaque_encr_key = data->pac_opaque_encr_key;
504 eap_conf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c465 struct eap_config eap_conf; local
497 os_memset(&eap_conf, 0, sizeof(eap_conf));
498 eap_conf.ssl_ctx = data->ssl_ctx;
499 eap_conf.msg_ctx = data->msg_ctx;
500 eap_conf.eap_sim_db_priv = data->eap_sim_db_priv;
501 eap_conf.backend_auth = TRUE;
502 eap_conf.eap_server = 1;
503 eap_conf.pac_opaque_encr_key = data->pac_opaque_encr_key;
504 eap_conf
[all...]

Completed in 116 milliseconds