Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/auth_serv/
Das2.conf20 eap_fast_a_id=101112131415161718191a1b1c1d1e1f
Das.conf20 eap_fast_a_id=101112131415161718191a1b1c1d1e1f
/hostap-latest/src/ap/
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()
Dap_config.h455 u8 *eap_fast_a_id; member
Dap_config.c866 os_free(conf->eap_fast_a_id); in hostapd_config_free_bss()
/hostap-latest/src/eap_server/
Deap.h158 u8 *eap_fast_a_id; member
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()
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()
Deap_server.c2100 os_free(cfg->eap_fast_a_id); in eap_server_config_free()
/hostap-latest/hostapd/
Dconfig_file.c2726 os_free(bss->eap_fast_a_id); in hostapd_config_fill()
2727 bss->eap_fast_a_id = os_malloc(idlen / 2); in hostapd_config_fill()
2728 if (bss->eap_fast_a_id == NULL || in hostapd_config_fill()
2729 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) { in hostapd_config_fill()
2732 os_free(bss->eap_fast_a_id); in hostapd_config_fill()
2733 bss->eap_fast_a_id = NULL; in hostapd_config_fill()
DChangeLog865 implementations; eap_fast_a_id is now configured as a hex string