Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/radius/
H A Dradius_client.c408 conf->auth_server->requests++; in radius_client_retransmit()
410 conf->auth_server->timeouts++; in radius_client_retransmit()
411 conf->auth_server->retransmissions++; in radius_client_retransmit()
585 old = conf->auth_server; in radius_client_auth_failover()
600 conf->auth_server = next; in radius_client_auth_failover()
793 conf->auth_server->requests++; in radius_client_send()
839 rconf = conf->auth_server; in radius_client_receive()
1276 oserv = conf->auth_server; in radius_retry_primary_timer()
1277 conf->auth_server = conf->auth_servers; in radius_retry_primary_timer()
1281 conf->auth_server = oserv; in radius_retry_primary_timer()
[all …]
H A Dradius_client.h134 struct hostapd_radius_server *auth_server; member
/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11_auth.c131 hapd->conf->radius->auth_server->shared_secret, in hostapd_radius_acl_query()
132 hapd->conf->radius->auth_server->shared_secret_len)) { in hostapd_radius_acl_query()
258 if (!hapd->conf->radius->auth_server) in hostapd_allowed_address()
H A Dap_config.c1536 bss->radius->auth_server = bss->radius->auth_servers; in hostapd_set_security_params()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Deapol_test.c670 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()
1038 e->radius_conf->auth_server = as; in wpa_init_conf()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dconfig_file.c2743 &bss->radius->auth_server)) { in hostapd_config_fill()
2749 } else if (bss->radius->auth_server && in hostapd_config_fill()
2752 &bss->radius->auth_server->addr)) { in hostapd_config_fill()
2758 } else if (bss->radius->auth_server && in hostapd_config_fill()
2760 bss->radius->auth_server->port = atoi(pos); in hostapd_config_fill()
2761 } else if (bss->radius->auth_server && in hostapd_config_fill()
2770 os_free(bss->radius->auth_server->shared_secret); in hostapd_config_fill()
2771 bss->radius->auth_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2772 bss->radius->auth_server->shared_secret_len = len; in hostapd_config_fill()