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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim.c 38 char *next_pseudonym; member in struct:eap_sim_data
98 os_free(data->next_pseudonym);
138 os_free(data->next_pseudonym);
139 data->next_pseudonym =
151 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
170 if (data->next_pseudonym) {
172 data->next_pseudonym);
174 os_strlen(data->next_pseudonym),
175 (u8 *) data->next_pseudonym,
176 os_strlen(data->next_pseudonym));
    [all...]
eap_aka.c 43 char *next_pseudonym; member in struct:eap_aka_data
157 os_free(data->next_pseudonym);
301 os_free(data->next_pseudonym);
302 data->next_pseudonym =
314 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
333 if (data->next_pseudonym) {
335 data->next_pseudonym);
337 os_strlen(data->next_pseudonym),
338 (u8 *) data->next_pseudonym,
339 os_strlen(data->next_pseudonym));
    [all...]
  /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);
150 os_free(data->next_pseudonym);
152 data->next_pseudonym =
157 data->next_pseudonym = NULL;
170 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
189 if (data->next_pseudonym) {
191 data->next_pseudonym);
193 os_strlen(data->next_pseudonym),
194 (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);
393 os_free(data->next_pseudonym);
395 data->next_pseudonym =
402 data->next_pseudonym = NULL;
417 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
436 if (data->next_pseudonym) {
438 data->next_pseudonym);
440 os_strlen(data->next_pseudonym),
441 (u8 *) data->next_pseudonym,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sim_common.h 191 const u8 *next_pseudonym, *next_reauth_id; member in struct:eap_sim_attrs
eap_sim_common.c 774 attr->next_pseudonym = pos + 4;
  /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...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 295 if (attr->next_pseudonym) {
303 os_memcpy(data->pseudonym, attr->next_pseudonym,
eap_aka.c 265 if (attr->next_pseudonym) {
273 os_memcpy(data->pseudonym, attr->next_pseudonym,
    [all...]

Completed in 4073 milliseconds