/external/wpa_supplicant_8/src/eap_server/ |
eap_server_sim.c | 33 char *next_pseudonym; member in struct:eap_sim_data 95 os_free(data->next_pseudonym); 151 os_free(data->next_pseudonym); 153 data->next_pseudonym = 158 data->next_pseudonym = NULL; 171 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL && 190 if (data->next_pseudonym) { 192 data->next_pseudonym); 194 os_strlen(data->next_pseudonym), 195 (u8 *) data->next_pseudonym, [all...] |
eap_server_aka.c | 37 char *next_pseudonym; member in struct:eap_aka_data 240 os_free(data->next_pseudonym); 394 os_free(data->next_pseudonym); 396 data->next_pseudonym = 403 data->next_pseudonym = NULL; 418 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL && 437 if (data->next_pseudonym) { 439 data->next_pseudonym); 441 os_strlen(data->next_pseudonym), 442 (u8 *) data->next_pseudonym, [all...] |
/external/wpa_supplicant_8/src/eap_common/ |
eap_sim_common.h | 185 const u8 *next_pseudonym, *next_reauth_id; member in struct:eap_sim_attrs
|
eap_sim_common.c | 769 attr->next_pseudonym = pos + 4;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_sim.c | 298 if (attr->next_pseudonym) { 306 attr->next_pseudonym, 326 os_memcpy(data->pseudonym, attr->next_pseudonym,
|
eap_aka.c | 268 if (attr->next_pseudonym) { 276 attr->next_pseudonym, 296 os_memcpy(data->pseudonym, attr->next_pseudonym, [all...] |