Searched refs:auth_server (Results 1 – 6 of 6) sorted by relevance
430 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 …]
159 struct hostapd_radius_server *auth_server; member
674 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()
2863 &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 …]
143 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()
1631 bss->radius->auth_server = bss->radius->auth_servers; in hostapd_set_security_params()