HomeSort by relevance Sort by last modified time
    Searched refs:next_pseudonym (Results 1 - 6 of 6) sorted by null

  /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 767 attr->next_pseudonym = pos + 4;
  /external/wpa_supplicant_8/src/eap_peer/
eap_sim.c 402 if (attr->next_pseudonym) {
410 attr->next_pseudonym,
430 os_memcpy(data->pseudonym, attr->next_pseudonym,
    [all...]
eap_aka.c 382 if (attr->next_pseudonym) {
390 attr->next_pseudonym,
410 os_memcpy(data->pseudonym, attr->next_pseudonym,
    [all...]

Completed in 1140 milliseconds