Home
last modified time | relevance | path

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

/hostap-latest/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
/hostap-latest/radius_example/
Dradius_example.c75 ctx->conf.auth_server->shared_secret, in start_example()
76 ctx->conf.auth_server->shared_secret_len)) { in start_example()
125 ctx.conf.auth_server = ctx.conf.auth_servers = srv; in main()
/hostap-latest/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()
/hostap-latest/hostapd/
Dconfig_file.c2888 &bss->radius->auth_server)) { in hostapd_config_fill()
2894 } else if (bss->radius->auth_server && in hostapd_config_fill()
2897 &bss->radius->auth_server->addr)) { in hostapd_config_fill()
2903 } else if (bss->radius->auth_server && in hostapd_config_fill()
2905 bss->radius->auth_server->port = atoi(pos); in hostapd_config_fill()
2906 } else if (bss->radius->auth_server && in hostapd_config_fill()
2915 os_free(bss->radius->auth_server->shared_secret); in hostapd_config_fill()
2916 bss->radius->auth_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2917 bss->radius->auth_server->shared_secret_len = len; in hostapd_config_fill()
2918 } else if (bss->radius->auth_server && in hostapd_config_fill()
[all …]
/hostap-latest/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.c1643 bss->radius->auth_server = bss->radius->auth_servers; in hostapd_set_security_params()