Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/radius/
Dradius_client.c368 conf->auth_server->requests++; in radius_client_retransmit()
370 conf->auth_server->timeouts++; in radius_client_retransmit()
371 conf->auth_server->retransmissions++; in radius_client_retransmit()
494 old = conf->auth_server; in radius_client_auth_failover()
509 conf->auth_server = next; in radius_client_auth_failover()
718 if (conf->auth_server && radius->auth_sock < 0) in radius_client_send()
721 if (conf->auth_server == NULL || radius->auth_sock < 0 || in radius_client_send()
722 conf->auth_server->shared_secret == NULL) { in radius_client_send()
729 shared_secret = conf->auth_server->shared_secret; in radius_client_send()
730 shared_secret_len = conf->auth_server->shared_secret_len; in radius_client_send()
[all …]
Dradius_client.h134 struct hostapd_radius_server *auth_server; member
/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c179 hapd->conf->radius->auth_server->shared_secret, in hostapd_radius_acl_query()
180 hapd->conf->radius->auth_server->shared_secret_len)) { in hostapd_radius_acl_query()
299 if (!hapd->conf->radius->auth_server) in hostapd_allowed_address()
Dap_config.c927 bss->radius->auth_server = bss->radius->auth_servers; in hostapd_set_security_params()
/external/wpa_supplicant_8/wpa_supplicant/
Deapol_test.c625 if (e->radius_conf && e->radius_conf->auth_server) { in test_eapol_clean()
626 os_free(e->radius_conf->auth_server->shared_secret); in test_eapol_clean()
627 os_free(e->radius_conf->auth_server); in test_eapol_clean()
950 e->radius_conf->auth_server = as; in wpa_init_conf()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2228 &bss->radius->auth_server)) { in hostapd_config_fill()
2234 } else if (bss->radius->auth_server && in hostapd_config_fill()
2237 &bss->radius->auth_server->addr)) { in hostapd_config_fill()
2243 } else if (bss->radius->auth_server && in hostapd_config_fill()
2245 bss->radius->auth_server->port = atoi(pos); in hostapd_config_fill()
2246 } else if (bss->radius->auth_server && in hostapd_config_fill()
2255 os_free(bss->radius->auth_server->shared_secret); in hostapd_config_fill()
2256 bss->radius->auth_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2257 bss->radius->auth_server->shared_secret_len = len; in hostapd_config_fill()