Searched refs:auth_server (Results 1 – 7 of 7) sorted by relevance
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 …]
134 struct hostapd_radius_server *auth_server; member
182 with _AuthReferenceServer(response_message) as auth_server:183 self.assertFalse(auth_server.bad_request)195 self.assertTrue(auth_server.bad_request)
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()
1179 bss->radius->auth_server = bss->radius->auth_servers; in hostapd_set_security_params()
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); in test_eapol_clean()1043 e->radius_conf->auth_server = as; in wpa_init_conf()
2717 &bss->radius->auth_server)) { in hostapd_config_fill()2723 } else if (bss->radius->auth_server && in hostapd_config_fill()2726 &bss->radius->auth_server->addr)) { in hostapd_config_fill()2732 } else if (bss->radius->auth_server && in hostapd_config_fill()2734 bss->radius->auth_server->port = atoi(pos); in hostapd_config_fill()2735 } else if (bss->radius->auth_server && in hostapd_config_fill()2744 os_free(bss->radius->auth_server->shared_secret); in hostapd_config_fill()2745 bss->radius->auth_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()2746 bss->radius->auth_server->shared_secret_len = len; in hostapd_config_fill()