Home
last modified time | relevance | path

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

/hostap-3.6.0/src/radius/
Dradius_client.h27 struct hostapd_radius_server { struct
124 struct hostapd_radius_server *auth_servers; argument
134 struct hostapd_radius_server *auth_server;
139 struct hostapd_radius_server *acct_servers;
149 struct hostapd_radius_server *acct_server;
Dradius_client.c250 struct hostapd_radius_server *nserv,
251 struct hostapd_radius_server *oserv,
581 struct hostapd_radius_server *next, *old; in radius_client_auth_failover()
610 struct hostapd_radius_server *next, *old; in radius_client_acct_failover()
829 struct hostapd_radius_server *rconf; in radius_client_receive()
1072 struct hostapd_radius_server *nserv, in radius_change_server()
1073 struct hostapd_radius_server *oserv, in radius_change_server()
1272 struct hostapd_radius_server *oserv; in radius_retry_primary_timer()
1585 struct hostapd_radius_server *serv, in radius_client_dump_auth_server()
1634 struct hostapd_radius_server *serv, in radius_client_dump_acct_server()
[all …]
/hostap-3.6.0/radius_example/
Dradius_example.c97 struct hostapd_radius_server *srv; in main()
/hostap-3.6.0/wpa_supplicant/
Deapol_test.c1001 struct hostapd_radius_server *as; in wpa_init_conf()
1014 as = os_zalloc(sizeof(struct hostapd_radius_server)); in wpa_init_conf()
/hostap-3.6.0/src/ap/
Dap_config.c537 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, in hostapd_config_free_radius()
/hostap-3.6.0/hostapd/
Dconfig_file.c631 hostapd_config_read_radius_addr(struct hostapd_radius_server **server, in hostapd_config_read_radius_addr()
633 struct hostapd_radius_server **curr_serv) in hostapd_config_read_radius_addr()
635 struct hostapd_radius_server *nserv; in hostapd_config_read_radius_addr()