Lines Matching defs:hs20_osu_client
27 struct hs20_osu_client { struct
28 struct xml_node_ctx *xml;
29 struct http_ctx *http;
30 int no_reconnect;
31 char pps_fname[300];
32 char *devid;
33 const char *result_file;
34 const char *summary_file;
35 const char *ifname;
36 const char *ca_fname;
60 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) argument