HomeSort by relevance Sort by last modified time
    Searched defs:next_reauth_id (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim.c 39 char *next_reauth_id; member in struct:eap_sim_data
99 os_free(data->next_reauth_id);
141 os_free(data->next_reauth_id);
143 data->next_reauth_id =
148 data->next_reauth_id = NULL;
151 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
179 if (data->next_reauth_id) {
181 data->next_reauth_id);
183 os_strlen(data->next_reauth_id),
184 (u8 *) data->next_reauth_id,
    [all...]
eap_aka.c 44 char *next_reauth_id; member in struct:eap_aka_data
158 os_free(data->next_reauth_id);
304 os_free(data->next_reauth_id);
306 data->next_reauth_id =
311 data->next_reauth_id = NULL;
314 if (data->next_pseudonym == NULL && data->next_reauth_id == NULL &&
342 if (data->next_reauth_id) {
344 data->next_reauth_id);
346 os_strlen(data->next_reauth_id),
347 (u8 *) data->next_reauth_id,
    [all...]
  /external/wpa_supplicant/
eap_sim_common.h 132 const u8 *next_pseudonym, *next_reauth_id; member in struct:eap_sim_attrs
  /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

Completed in 234 milliseconds