Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/radius/
Dradius_client.c430 conf->auth_server->requests++; in radius_client_retransmit()
432 conf->auth_server->timeouts++; in radius_client_retransmit()
433 conf->auth_server->retransmissions++; 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()
890 if (conf->auth_server && radius->auth_sock < 0) in radius_client_send()
893 if (conf->auth_server == NULL || radius->auth_sock < 0 || in radius_client_send()
894 conf->auth_server->shared_secret == NULL) { in radius_client_send()
901 shared_secret = conf->auth_server->shared_secret; in radius_client_send()
[all …]
Dradius_client.h159 struct hostapd_radius_server *auth_server; member
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
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()
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dconfig_file.c2863 &bss->radius->auth_server)) { in hostapd_config_fill()
2869 } else if (bss->radius->auth_server && in hostapd_config_fill()
2872 &bss->radius->auth_server->addr)) { in hostapd_config_fill()
2878 } else if (bss->radius->auth_server && in hostapd_config_fill()
2880 bss->radius->auth_server->port = atoi(pos); in hostapd_config_fill()
2881 } else if (bss->radius->auth_server && in hostapd_config_fill()
2890 os_free(bss->radius->auth_server->shared_secret); in hostapd_config_fill()
2891 bss->radius->auth_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2892 bss->radius->auth_server->shared_secret_len = len; in hostapd_config_fill()
2893 } else if (bss->radius->auth_server && in hostapd_config_fill()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/ap/
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()
Dap_config.c1631 bss->radius->auth_server = bss->radius->auth_servers; in hostapd_set_security_params()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dclient.c79 static void auth_server (cvsroot_t *, struct buffer *, struct buffer *,
3577 auth_server (root, to_server, from_server, verify_only, do_gssapi); in connect_to_pserver()
3611 auth_server (cvsroot_t *root, struct buffer *to_server, in auth_server() function
DChangeLog6778 (auth_server): Rename lto_server & lfrom_server to s/^l//. Remove
8012 * client.c (auth_server): Use the new function.
8864 (auth_server): Factored this portion of the pserver code so it can be