Searched defs:IDr (Results 1 - 12 of 12) 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_8/hostapd/src/eap_server/
H A Dikev2.h38 u8 *IDr; member in struct:ikev2_initiator_data
49 const u8 * (*get_shared_secret)(void *ctx, const u8 *IDr,
H A Deap_server_ikev2.c30 static const u8 * eap_ikev2_get_shared_secret(void *ctx, const u8 *IDr, argument
36 if (IDr == NULL) {
37 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No IDr received - default "
39 IDr = sm->identity;
43 if (eap_user_get(sm, IDr, IDr_len, 0) < 0 || sm->user == NULL ||
/external/wpa_supplicant_8/src/eap_server/
H A Dikev2.h38 u8 *IDr; member in struct:ikev2_initiator_data
49 const u8 * (*get_shared_secret)(void *ctx, const u8 *IDr,
H A Deap_server_ikev2.c30 static const u8 * eap_ikev2_get_shared_secret(void *ctx, const u8 *IDr, argument
36 if (IDr == NULL) {
37 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No IDr received - default "
39 IDr = sm->identity;
43 if (eap_user_get(sm, IDr, IDr_len, 0) < 0 || sm->user == NULL ||
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dikev2.h38 u8 *IDr; member in struct:ikev2_initiator_data
49 const u8 * (*get_shared_secret)(void *ctx, const u8 *IDr,
H A Deap_server_ikev2.c30 static const u8 * eap_ikev2_get_shared_secret(void *ctx, const u8 *IDr, argument
36 if (IDr == NULL) {
37 wpa_printf(MSG_DEBUG, "EAP-IKEV2: No IDr received - default "
39 IDr = sm->identity;
43 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
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dikev2.h40 u8 *IDr; member in struct:ikev2_responder_data
/external/wpa_supplicant_8/src/eap_peer/
H A Dikev2.h40 u8 *IDr; member in struct:ikev2_responder_data
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dikev2.h40 u8 *IDr; member in struct:ikev2_responder_data

Completed in 91 milliseconds