Searched refs:next_pseudonym (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_sim.c33 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...]
H A Deap_server_aka.c37 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...]
/freebsd-11.0-release/contrib/wpa/src/eap_common/
H A Deap_sim_common.h185 const u8 *next_pseudonym, *next_reauth_id; member in struct:eap_sim_attrs
H A Deap_sim_common.c769 attr->next_pseudonym = pos + 4;
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_aka.c373 if (attr->next_pseudonym) {
381 attr->next_pseudonym,
401 os_memcpy(data->pseudonym, attr->next_pseudonym,
H A Deap_sim.c393 if (attr->next_pseudonym) {
401 attr->next_pseudonym,
421 os_memcpy(data->pseudonym, attr->next_pseudonym,

Completed in 174 milliseconds