Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
Deapol_auth_sm.c832 eap_conf.eap_fast_a_id = eapol->conf.eap_fast_a_id; in eapol_auth_alloc()
1220 if (src->eap_fast_a_id) { in eapol_auth_conf_clone()
1221 dst->eap_fast_a_id = os_memdup(src->eap_fast_a_id, in eapol_auth_conf_clone()
1223 if (dst->eap_fast_a_id == NULL) in eapol_auth_conf_clone()
1227 dst->eap_fast_a_id = NULL; in eapol_auth_conf_clone()
1272 os_free(conf->eap_fast_a_id); in eapol_auth_conf_free()
1273 conf->eap_fast_a_id = NULL; in eapol_auth_conf_free()
Deapol_auth_sm.h33 u8 *eap_fast_a_id; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.h88 u8 *eap_fast_a_id; member
Dradius_server.c198 u8 *eap_fast_a_id; member
794 eap_conf.eap_fast_a_id = data->eap_fast_a_id; in radius_server_get_new_session()
2382 if (conf->eap_fast_a_id) { in radius_server_init()
2383 data->eap_fast_a_id = os_malloc(conf->eap_fast_a_id_len); in radius_server_init()
2384 if (data->eap_fast_a_id) { in radius_server_init()
2385 os_memcpy(data->eap_fast_a_id, conf->eap_fast_a_id, in radius_server_init()
2538 os_free(data->eap_fast_a_id); in radius_server_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dauthsrv.c117 srv.eap_fast_a_id = conf->eap_fast_a_id; in hostapd_setup_radius_srv()
Dap_config.h424 u8 *eap_fast_a_id; member
Dap_config.c715 os_free(conf->eap_fast_a_id); in hostapd_config_free_bss()
Dieee802_1x.c2431 conf.eap_fast_a_id = hapd->conf->eap_fast_a_id; in ieee802_1x_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap.h118 u8 *eap_fast_a_id; member
Deap_i.h185 u8 *eap_fast_a_id; member
Deap_server.c1859 if (conf->eap_fast_a_id) { in eap_server_sm_init()
1860 sm->eap_fast_a_id = os_malloc(conf->eap_fast_a_id_len); in eap_server_sm_init()
1861 if (sm->eap_fast_a_id) { in eap_server_sm_init()
1862 os_memcpy(sm->eap_fast_a_id, conf->eap_fast_a_id, in eap_server_sm_init()
1925 os_free(sm->eap_fast_a_id); in eap_server_sm_deinit()
Deap_server_fast.c469 if (sm->eap_fast_a_id == NULL) { in eap_fast_init()
474 data->srv_id = os_memdup(sm->eap_fast_a_id, sm->eap_fast_a_id_len); in eap_fast_init()
Deap_server_teap.c387 if (!sm->eap_fast_a_id) { in eap_teap_init()
397 os_memcpy(data->srv_id, sm->eap_fast_a_id, sm->eap_fast_a_id_len); in eap_teap_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c2588 os_free(bss->eap_fast_a_id);
2589 bss->eap_fast_a_id = os_malloc(idlen / 2);
2590 if (bss->eap_fast_a_id == NULL ||
2591 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) {
2594 os_free(bss->eap_fast_a_id);
2595 bss->eap_fast_a_id = NULL;
DChangeLog785 implementations; eap_fast_a_id is now configured as a hex string
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_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