Searched defs:IDr (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Dikev2.h44 u8 *IDr; member in struct:ikev2_initiator_data
55 const u8 * (*get_shared_secret)(void *ctx, const u8 *IDr,
H A Deap_ikev2.c36 static const u8 * eap_ikev2_get_shared_secret(void *ctx, const u8 *IDr, argument
42 if (IDr == NULL) {
43 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No IDr received - default "
45 IDr = sm->identity;
49 if (eap_user_get(sm, IDr, IDr_len, 0) < 0 || sm->user == NULL ||
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Dikev2.h46 u8 *IDr; member in struct:ikev2_responder_data

Completed in 113 milliseconds