Lines Matching defs:hostapd_radius_server
27 struct hostapd_radius_server { struct
31 struct hostapd_ip_addr addr;
36 int port;
41 bool tls;
46 u8 *shared_secret;
51 size_t shared_secret_len;
56 char *ca_cert;
61 char *client_cert;
66 char *private_key;
71 char *private_key_passwd;
78 int index;
84 int round_trip_time;
89 u32 requests;
94 u32 retransmissions;
99 u32 access_accepts;
104 u32 access_rejects;
109 u32 access_challenges;
114 u32 responses;
119 u32 malformed_responses;
143 * struct hostapd_radius_servers - RADIUS servers for RADIUS client argument
149 struct hostapd_radius_server *auth_servers; argument