Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/radius/
H A Dradius_client.c430 conf->auth_server->requests++; in radius_client_retransmit()
432 conf->auth_server->timeouts++; in radius_client_retransmit()
642 old = conf->auth_server; in radius_client_auth_failover()
657 conf->auth_server = next; in radius_client_auth_failover()
795 if (radius->conf->auth_server->tls) in radius_close_auth_socket()
906 conf->auth_server->requests++; in radius_client_send()
1130 rconf = conf->auth_server; in radius_client_receive()
1773 oserv = conf->auth_server; in radius_retry_primary_timer()
1777 conf->auth_server = oserv; in radius_retry_primary_timer()
1864 if ((conf->auth_server && conf->auth_server->tls) || in radius_client_init()
[all …]
H A Dradius_client.h159 struct hostapd_radius_server *auth_server; member
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Deapol_test.c674 if (e->radius_conf && e->radius_conf->auth_server) { in test_eapol_clean()
675 os_free(e->radius_conf->auth_server->shared_secret); in test_eapol_clean()
676 os_free(e->radius_conf->auth_server->ca_cert); in test_eapol_clean()
677 os_free(e->radius_conf->auth_server->client_cert); in test_eapol_clean()
678 os_free(e->radius_conf->auth_server->private_key); in test_eapol_clean()
679 os_free(e->radius_conf->auth_server->private_key_passwd); in test_eapol_clean()
680 os_free(e->radius_conf->auth_server); in test_eapol_clean()
1069 e->radius_conf->auth_server = as; in wpa_init_conf()
/freebsd-14.2/contrib/wpa/hostapd/
H A Dconfig_file.c2863 &bss->radius->auth_server)) { in hostapd_config_fill()
2869 } else if (bss->radius->auth_server && in hostapd_config_fill()
2878 } else if (bss->radius->auth_server && in hostapd_config_fill()
2881 } else if (bss->radius->auth_server && in hostapd_config_fill()
2893 } else if (bss->radius->auth_server && in hostapd_config_fill()
2896 bss->radius->auth_server->tls = false; in hostapd_config_fill()
2899 bss->radius->auth_server->tls = true; in hostapd_config_fill()
2907 } else if (bss->radius->auth_server && in hostapd_config_fill()
2911 } else if (bss->radius->auth_server && in hostapd_config_fill()
2915 } else if (bss->radius->auth_server && in hostapd_config_fill()
[all …]
/freebsd-14.2/contrib/wpa/src/ap/
H A Dieee802_11_auth.c143 hapd->conf->radius->auth_server->shared_secret, in hostapd_radius_acl_query()
144 hapd->conf->radius->auth_server->shared_secret_len)) { in hostapd_radius_acl_query()
295 if (!hapd->conf->radius->auth_server) in hostapd_allowed_address()
H A Dap_config.c1631 bss->radius->auth_server = bss->radius->auth_servers; in hostapd_set_security_params()