Searched refs:eap_eke_auth (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_eke_common.h | 111 int eap_eke_auth(struct eap_eke_session *sess, const char *label,
|
D | eap_eke_common.c | 686 int eap_eke_auth(struct eap_eke_session *sess, const char *label, in eap_eke_auth() function
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_eke.c | 350 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth) < 0) { in eap_eke_build_confirm() 631 if (eap_eke_auth(&data->sess, "EAP-EKE peer", data->msgs, auth_p) < 0) { in eap_eke_process_confirm()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_eke.c | 564 if (eap_eke_auth(&data->sess, "EAP-EKE server", data->msgs, auth_s) < 0) in eap_eke_process_confirm() 597 if (eap_eke_auth(&data->sess, "EAP-EKE peer", data->msgs, auth) < 0) { in eap_eke_process_confirm()
|