Home
last modified time | relevance | path

Searched refs:eap_fast_a_id (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dauthsrv.c215 if (hapd->conf->eap_fast_a_id) { in authsrv_eap_config()
216 cfg->eap_fast_a_id = os_memdup(hapd->conf->eap_fast_a_id, in authsrv_eap_config()
H A Dap_config.h439 u8 *eap_fast_a_id; member
H A Dap_config.c859 os_free(conf->eap_fast_a_id); in hostapd_config_free_bss()
/freebsd/contrib/wpa/src/eap_server/
H A Deap.h158 u8 *eap_fast_a_id; member
H A Deap_server_fast.c459 if (sm->cfg->eap_fast_a_id == NULL) { in eap_fast_init()
464 data->srv_id = os_memdup(sm->cfg->eap_fast_a_id, in eap_fast_init()
H A Deap_server_teap.c402 if (!sm->cfg->eap_fast_a_id) { in eap_teap_init()
412 os_memcpy(data->srv_id, sm->cfg->eap_fast_a_id, in eap_teap_init()
H A Deap_server.c2100 os_free(cfg->eap_fast_a_id); in eap_server_config_free()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2701 os_free(bss->eap_fast_a_id); in hostapd_config_fill()
2702 bss->eap_fast_a_id = os_malloc(idlen / 2); in hostapd_config_fill()
2703 if (bss->eap_fast_a_id == NULL || in hostapd_config_fill()
2704 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) { in hostapd_config_fill()
2707 os_free(bss->eap_fast_a_id); in hostapd_config_fill()
2708 bss->eap_fast_a_id = NULL; in hostapd_config_fill()
H A DChangeLog865 implementations; eap_fast_a_id is now configured as a hex string