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 | 820 eap_conf.eap_fast_a_id = eapol->conf.eap_fast_a_id; in eapol_auth_alloc() 1118 if (src->eap_fast_a_id) { in eapol_auth_conf_clone() 1119 dst->eap_fast_a_id = os_malloc(src->eap_fast_a_id_len); in eapol_auth_conf_clone() 1120 if (dst->eap_fast_a_id == NULL) in eapol_auth_conf_clone() 1122 os_memcpy(dst->eap_fast_a_id, src->eap_fast_a_id, in eapol_auth_conf_clone() 1126 dst->eap_fast_a_id = NULL; in eapol_auth_conf_clone() 1166 os_free(conf->eap_fast_a_id); in eapol_auth_conf_free() 1167 conf->eap_fast_a_id = NULL; in eapol_auth_conf_free()
|
D | eapol_auth_sm.h | 31 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 678 eap_conf.eap_fast_a_id = data->eap_fast_a_id; in radius_server_get_new_session() 1719 if (conf->eap_fast_a_id) { in radius_server_init() 1720 data->eap_fast_a_id = os_malloc(conf->eap_fast_a_id_len); in radius_server_init() 1721 if (data->eap_fast_a_id) { in radius_server_init() 1722 os_memcpy(data->eap_fast_a_id, conf->eap_fast_a_id, in radius_server_init() 1864 os_free(data->eap_fast_a_id); in radius_server_deinit()
|
/external/wpa_supplicant_8/src/ap/ |
D | authsrv.c | 110 srv.eap_fast_a_id = conf->eap_fast_a_id; in hostapd_setup_radius_srv()
|
D | ap_config.h | 336 u8 *eap_fast_a_id; member
|
D | ap_config.c | 459 os_free(conf->eap_fast_a_id); in hostapd_config_free_bss()
|
D | ieee802_1x.c | 2100 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 | 115 u8 *eap_fast_a_id; member
|
D | eap_i.h | 183 u8 *eap_fast_a_id; member
|
D | eap_server.c | 1828 if (conf->eap_fast_a_id) { in eap_server_sm_init() 1829 sm->eap_fast_a_id = os_malloc(conf->eap_fast_a_id_len); in eap_server_sm_init() 1830 if (sm->eap_fast_a_id) { in eap_server_sm_init() 1831 os_memcpy(sm->eap_fast_a_id, conf->eap_fast_a_id, in eap_server_sm_init() 1888 os_free(sm->eap_fast_a_id); in eap_server_sm_deinit()
|
D | eap_server_fast.c | 463 if (sm->eap_fast_a_id == NULL) { in eap_fast_init() 473 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 | 2102 os_free(bss->eap_fast_a_id); in hostapd_config_fill() 2103 bss->eap_fast_a_id = os_malloc(idlen / 2); in hostapd_config_fill() 2104 if (bss->eap_fast_a_id == NULL || in hostapd_config_fill() 2105 hexstr2bin(pos, bss->eap_fast_a_id, idlen / 2)) { in hostapd_config_fill() 2108 os_free(bss->eap_fast_a_id); in hostapd_config_fill() 2109 bss->eap_fast_a_id = NULL; in hostapd_config_fill()
|
D | ChangeLog | 542 implementations; eap_fast_a_id is now configured as a hex string
|