Searched refs:auth_server (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/radius/ |
| HD | radius_client.c | 407 conf->auth_server->requests++; in radius_client_retransmit() 409 conf->auth_server->timeouts++; in radius_client_retransmit() 410 conf->auth_server->retransmissions++; in radius_client_retransmit() 584 old = conf->auth_server; in radius_client_auth_failover() 599 conf->auth_server = next; in radius_client_auth_failover() 776 if (conf->auth_server && radius->auth_sock < 0) in radius_client_send() 779 if (conf->auth_server == NULL || radius->auth_sock < 0 || in radius_client_send() 780 conf->auth_server->shared_secret == NULL) { in radius_client_send() 787 shared_secret = conf->auth_server->shared_secret; in radius_client_send() 788 shared_secret_len = conf->auth_server->shared_secret_len; in radius_client_send() [all …]
|
| HD | radius_client.h | 134 struct hostapd_radius_server *auth_server; member
|
| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | ieee802_11_auth.c | 172 hapd->conf->radius->auth_server->shared_secret, in hostapd_radius_acl_query() 173 hapd->conf->radius->auth_server->shared_secret_len)) { in hostapd_radius_acl_query() 323 if (!hapd->conf->radius->auth_server) in hostapd_allowed_address()
|
| HD | ap_config.c | 1306 bss->radius->auth_server = bss->radius->auth_servers; in hostapd_set_security_params()
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | eapol_test.c | 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() 1039 e->radius_conf->auth_server = as; in wpa_init_conf()
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | client.c | 73 static void auth_server (cvsroot_t *, struct buffer *, struct buffer *, 3582 auth_server (root, to_server, from_server, verify_only, do_gssapi, in connect_to_pserver() 3617 auth_server (cvsroot_t *root, struct buffer *to_server, in auth_server() function
|