Searched refs:hostapd_radius_server (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_client.h | 27 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;
|
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 *serv, in radius_client_dump_acct_server() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_client.h | 27 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;
|
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() 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 …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
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/wpa_supplicant/ |
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/src/ap/ |
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/src/ap/ |
D | ap_config.c | 537 static void hostapd_config_free_radius(struct hostapd_radius_server *servers, in hostapd_config_free_radius()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 631 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()
|