/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_i.h | 190 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len,
|
eap_gtc.c | 158 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
|
eap_ikev2.c | 49 if (eap_user_get(sm, IDr, IDr_len, 0) < 0 || sm->user == NULL ||
|
eap_pax.c | 352 if (eap_user_get(sm, (u8 *) data->cid, data->cid_len, 0) < 0) {
|
eap_psk.c | 255 if (eap_user_get(sm, data->id_p, data->id_p_len, 0) < 0) {
|
eap.c | 86 * eap_user_get - Fetch user information from the database 98 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, function 1114 if (eap_user_get(sm, sm->identity, sm->identity_len, 0) != 0) { [all...] |
eap_fast.c | 1038 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { [all...] |
eap_ttls.c | 1035 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { [all...] |
eap_peap.c | 984 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_i.h | 199 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len,
|
eap_server_gtc.c | 158 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) {
|
eap_server_ikev2.c | 49 if (eap_user_get(sm, IDr, IDr_len, 0) < 0 || sm->user == NULL ||
|
eap_server_pax.c | 353 if (eap_user_get(sm, (u8 *) data->cid, data->cid_len, 0) < 0) {
|
eap_server_psk.c | 256 if (eap_user_get(sm, data->id_p, data->id_p_len, 0) < 0) {
|
eap_server.c | 87 * eap_user_get - Fetch user information from the database 99 int eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, function 1130 if (eap_user_get(sm, sm->identity, sm->identity_len, 0) != 0) { [all...] |
eap_server_fast.c | 1043 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { [all...] |
eap_server_ttls.c | 1013 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { 1168 if (eap_user_get(sm, parse.user_name, parse.user_name_len, 1) [all...] |
eap_server_peap.c | 987 if (eap_user_get(sm, sm->identity, sm->identity_len, 1) != 0) { [all...] |