Home
last modified time | relevance | path

Searched defs:radius_server_conf (Results 1 – 1 of 1) sorted by relevance

/hostap/src/radius/
Dradius_server.h19 struct radius_server_conf { struct
23 int auth_port;
28 int acct_port;
41 char *client_file;
46 const char *sqlite_file;
54 void *conf_ctx;
56 const char *erp_domain;
61 int ipv6;
77 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
99 int (*acct_req_cb)(void *ctx, struct radius_msg *msg, u32 status_type);
[all …]