Searched refs:hostapd_radius_server (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_client.h | 17 * struct hostapd_radius_server - RADIUS server information for RADIUS client 27 struct hostapd_radius_server { struct 124 struct hostapd_radius_server *auth_servers; 134 struct hostapd_radius_server *auth_server; 139 struct hostapd_radius_server *acct_servers; 149 struct hostapd_radius_server *acct_server;
|
H A D | radius_client.c | 249 struct hostapd_radius_server *nserv, 250 struct hostapd_radius_server *oserv, 580 struct hostapd_radius_server *next, *old; in radius_client_auth_failover() 609 struct hostapd_radius_server *next, *old; in radius_client_acct_failover() 826 struct hostapd_radius_server *rconf; in radius_client_receive() 1062 struct hostapd_radius_server *nserv, in radius_change_server() 1063 struct hostapd_radius_server *oserv, in radius_change_server() 1244 struct hostapd_radius_server *oserv; in radius_retry_primary_timer() 1557 struct hostapd_radius_server *serv, in radius_client_dump_auth_server() 1606 struct hostapd_radius_server *ser in radius_client_dump_acct_server() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_client.h | 17 * struct hostapd_radius_server - RADIUS server information for RADIUS client 27 struct hostapd_radius_server { struct 124 struct hostapd_radius_server *auth_servers; 134 struct hostapd_radius_server *auth_server; 139 struct hostapd_radius_server *acct_servers; 149 struct hostapd_radius_server *acct_server;
|
H A D | radius_client.c | 250 struct hostapd_radius_server *nserv, 251 struct hostapd_radius_server *oserv, 581 struct hostapd_radius_server *next, *old; in radius_client_auth_failover() 613 struct hostapd_radius_server *next, *old; in radius_client_acct_failover() 835 struct hostapd_radius_server *rconf; in radius_client_receive() 1078 struct hostapd_radius_server *nserv, in radius_change_server() 1079 struct hostapd_radius_server *oserv, in radius_change_server() 1282 struct hostapd_radius_server *oserv; in radius_retry_primary_timer() 1595 struct hostapd_radius_server *serv, in radius_client_dump_auth_server() 1644 struct hostapd_radius_server *ser in radius_client_dump_acct_server() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | eapol_test.c | 1003 struct hostapd_radius_server *as; in wpa_init_conf() 1016 as = os_zalloc(sizeof(struct hostapd_radius_server)); in wpa_init_conf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | eapol_test.c | 1001 struct hostapd_radius_server *as; in wpa_init_conf() 1014 as = os_zalloc(sizeof(struct hostapd_radius_server)); in wpa_init_conf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.c | 538 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, in hostapd_config_free_radius()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.c | 457 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, in hostapd_config_free_radius()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 635 hostapd_config_read_radius_addr(struct hostapd_radius_server **server, in hostapd_config_read_radius_addr() 637 struct hostapd_radius_server **curr_serv) in hostapd_config_read_radius_addr() 639 struct hostapd_radius_server *nserv; in hostapd_config_read_radius_addr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 629 hostapd_config_read_radius_addr(struct hostapd_radius_server **server, in hostapd_config_read_radius_addr() 631 struct hostapd_radius_server **curr_serv) in hostapd_config_read_radius_addr() 633 struct hostapd_radius_server *nserv; in hostapd_config_read_radius_addr()
|
Completed in 21 milliseconds