Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/ap/
Dauthsrv.c195 if (hapd->conf->eap_fast_a_id) { in authsrv_eap_config()
196 cfg->eap_fast_a_id = os_memdup(hapd->conf->eap_fast_a_id, in authsrv_eap_config()
Dap_config.h430 u8 *eap_fast_a_id; member
Dap_config.c809 os_free(conf->eap_fast_a_id); in hostapd_config_free_bss()
/freebsd-12-stable/contrib/wpa/src/eap_server/
Deap.h155 u8 *eap_fast_a_id; member
Deap_server_fast.c470 if (sm->cfg->eap_fast_a_id == NULL) { in eap_fast_init()
475 data->srv_id = os_memdup(sm->cfg->eap_fast_a_id, in eap_fast_init()
Deap_server_teap.c398 if (!sm->cfg->eap_fast_a_id) { in eap_teap_init()
408 os_memcpy(data->srv_id, sm->cfg->eap_fast_a_id, in eap_teap_init()
Deap_server.c2100 os_free(cfg->eap_fast_a_id); in eap_server_config_free()
/freebsd-12-stable/contrib/wpa/hostapd/
Dconfig_file.c2588 os_free(bss->eap_fast_a_id); in hostapd_config_fill()
2589 bss->eap_fast_a_id = os_malloc(idlen / 2); in hostapd_config_fill()
2590 if (bss->eap_fast_a_id == NULL || in hostapd_config_fill()
2591 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) { in hostapd_config_fill()
2594 os_free(bss->eap_fast_a_id); in hostapd_config_fill()
2595 bss->eap_fast_a_id = NULL; in hostapd_config_fill()
DChangeLog828 implementations; eap_fast_a_id is now configured as a hex string