Searched refs:eap_fast_a_id (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.c | 819 eap_conf.eap_fast_a_id = eapol->conf.eap_fast_a_id; in eapol_auth_alloc() 1080 if (src->eap_fast_a_id) { in eapol_auth_conf_clone() 1081 dst->eap_fast_a_id = os_malloc(src->eap_fast_a_id_len); in eapol_auth_conf_clone() 1082 if (dst->eap_fast_a_id == NULL) { in eapol_auth_conf_clone() 1087 os_memcpy(dst->eap_fast_a_id, src->eap_fast_a_id, in eapol_auth_conf_clone() 1091 dst->eap_fast_a_id = NULL; in eapol_auth_conf_clone() 1097 os_free(dst->eap_fast_a_id); in eapol_auth_conf_clone() 1119 os_free(conf->eap_fast_a_id); in eapol_auth_conf_free() 1120 conf->eap_fast_a_id = NULL; in eapol_auth_conf_free()
|
D | eapol_auth_sm.h | 28 u8 *eap_fast_a_id; member
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.h | 88 u8 *eap_fast_a_id; member
|
D | radius_server.c | 181 u8 *eap_fast_a_id; member 664 eap_conf.eap_fast_a_id = data->eap_fast_a_id; in radius_server_get_new_session() 1701 if (conf->eap_fast_a_id) { in radius_server_init() 1702 data->eap_fast_a_id = os_malloc(conf->eap_fast_a_id_len); in radius_server_init() 1703 if (data->eap_fast_a_id) { in radius_server_init() 1704 os_memcpy(data->eap_fast_a_id, conf->eap_fast_a_id, in radius_server_init() 1826 os_free(data->eap_fast_a_id); in radius_server_deinit()
|
/external/wpa_supplicant_8/src/ap/ |
D | authsrv.c | 104 srv.eap_fast_a_id = conf->eap_fast_a_id; in hostapd_setup_radius_srv()
|
D | ap_config.h | 306 u8 *eap_fast_a_id; member
|
D | ap_config.c | 448 os_free(conf->eap_fast_a_id); in hostapd_config_free_bss()
|
D | ieee802_1x.c | 1993 conf.eap_fast_a_id = hapd->conf->eap_fast_a_id; in ieee802_1x_init()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap.h | 96 u8 *eap_fast_a_id; member
|
D | eap_server.c | 1302 if (conf->eap_fast_a_id) { in eap_server_sm_init() 1303 sm->eap_fast_a_id = os_malloc(conf->eap_fast_a_id_len); in eap_server_sm_init() 1304 if (sm->eap_fast_a_id) { in eap_server_sm_init() 1305 os_memcpy(sm->eap_fast_a_id, conf->eap_fast_a_id, in eap_server_sm_init() 1360 os_free(sm->eap_fast_a_id); in eap_server_sm_deinit()
|
D | eap_i.h | 168 u8 *eap_fast_a_id; member
|
D | eap_server_fast.c | 464 if (sm->eap_fast_a_id == NULL) { in eap_fast_init() 474 os_memcpy(data->srv_id, sm->eap_fast_a_id, sm->eap_fast_a_id_len); in eap_fast_init()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 2010 os_free(bss->eap_fast_a_id); in hostapd_config_fill() 2011 bss->eap_fast_a_id = os_malloc(idlen / 2); in hostapd_config_fill() 2012 if (bss->eap_fast_a_id == NULL || in hostapd_config_fill() 2013 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) { in hostapd_config_fill() 2016 os_free(bss->eap_fast_a_id); in hostapd_config_fill() 2017 bss->eap_fast_a_id = NULL; in hostapd_config_fill()
|
D | ChangeLog | 498 implementations; eap_fast_a_id is now configured as a hex string
|