Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.h427 u8 *eap_fast_a_id; member
Dap_config.c804 os_free(conf->eap_fast_a_id); in hostapd_config_free_bss()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2566 os_free(bss->eap_fast_a_id);
2567 bss->eap_fast_a_id = os_malloc(idlen / 2);
2568 if (bss->eap_fast_a_id == NULL ||
2569 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) {
2572 os_free(bss->eap_fast_a_id);
2573 bss->eap_fast_a_id = NULL;
DChangeLog785 implementations; eap_fast_a_id is now configured as a hex string