Searched defs:hs20_osu_client (Results 1 – 1 of 1) sorted by relevance
27 struct hs20_osu_client { struct28 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;57 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...) argument