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
93 os_free(data->next_pseudonym);
133 os_free(data->next_pseudonym);
134 data->next_pseudonym =
146 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
165 if (data->next_pseudonym) {
167 data->next_pseudonym);
169 os_strlen(data->next_pseudonym),
170 (u8 *) data->next_pseudonym,
171 os_strlen(data->next_pseudonym));
    [all...]
eap_server_aka.c 37 char *next_pseudonym; member in struct:eap_aka_data
150 os_free(data->next_pseudonym);
294 os_free(data->next_pseudonym);
295 data->next_pseudonym =
307 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
326 if (data->next_pseudonym) {
328 data->next_pseudonym);
330 os_strlen(data->next_pseudonym),
331 (u8 *) data->next_pseudonym,
332 os_strlen(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 287 if (attr->next_pseudonym) {
295 attr->next_pseudonym,
315 os_memcpy(data->pseudonym, attr->next_pseudonym,
eap_aka.c 256 if (attr->next_pseudonym) {
264 attr->next_pseudonym,
284 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 2295 milliseconds