Home
last modified time | relevance | path

Searched refs:hostapd_radius_server (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/radius/
Dradius_client.h27 struct hostapd_radius_server { struct
149 struct hostapd_radius_server *auth_servers; argument
159 struct hostapd_radius_server *auth_server;
164 struct hostapd_radius_server *acct_servers;
174 struct hostapd_radius_server *acct_server;
Dradius_client.c258 struct hostapd_radius_server *nserv,
259 struct hostapd_radius_server *oserv,
638 struct hostapd_radius_server *next, *old; in radius_client_auth_failover()
665 struct hostapd_radius_server *next, *old; in radius_client_acct_failover()
1104 struct hostapd_radius_server *rconf; in radius_client_receive()
1322 struct hostapd_radius_server *server; in radius_client_write_ready()
1521 struct hostapd_radius_server *nserv, in radius_change_server()
1522 struct hostapd_radius_server *oserv, in radius_change_server()
1769 struct hostapd_radius_server *oserv; in radius_retry_primary_timer()
1956 struct hostapd_radius_server *serv, in radius_client_dump_auth_server()
[all …]
/hostap-latest/radius_example/
Dradius_example.c97 struct hostapd_radius_server *srv; in main()
/hostap-latest/wpa_supplicant/
Deapol_test.c1023 struct hostapd_radius_server *as; in wpa_init_conf()
1036 as = os_zalloc(sizeof(struct hostapd_radius_server)); in wpa_init_conf()
/hostap-latest/src/ap/
Dap_config.c562 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, in hostapd_config_free_radius()
/hostap-latest/hostapd/
Dconfig_file.c585 hostapd_config_read_radius_addr(struct hostapd_radius_server **server, in hostapd_config_read_radius_addr()
587 struct hostapd_radius_server **curr_serv) in hostapd_config_read_radius_addr()
589 struct hostapd_radius_server *nserv; in hostapd_config_read_radius_addr()