Home
last modified time | relevance | path

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

/hostap-3.7.0/wpa_supplicant/
Deapol_test.c57 struct hostapd_radius_servers *radius_conf; member
670 if (e->radius_conf && e->radius_conf->auth_server) { in test_eapol_clean()
671 os_free(e->radius_conf->auth_server->shared_secret); in test_eapol_clean()
672 os_free(e->radius_conf->auth_server); in test_eapol_clean()
674 os_free(e->radius_conf); in test_eapol_clean()
675 e->radius_conf = NULL; in test_eapol_clean()
1011 e->radius_conf = os_zalloc(sizeof(struct hostapd_radius_servers)); in wpa_init_conf()
1012 assert(e->radius_conf != NULL); in wpa_init_conf()
1013 e->radius_conf->num_auth_servers = 1; in wpa_init_conf()
1038 e->radius_conf->auth_server = as; in wpa_init_conf()
[all …]