Searched refs:hs20_svc (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.h12 struct hs20_svc { struct
22 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
24 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node);
26 xml_node_t * hs20_spp_server_process(struct hs20_svc *ctx, xml_node_t *node,
29 int hs20_spp_server_init(struct hs20_svc *ctx);
30 void hs20_spp_server_deinit(struct hs20_svc *ctx);
H A Dhs20_spp_server.c32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
48 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node)
64 static int process(struct hs20_svc *ctx)
140 struct hs20_svc ctx;
H A Dspp_server.c47 static char * db_get_session_val(struct hs20_svc *ctx, const char *user,
50 static char * db_get_osu_config_val(struct hs20_svc *ctx, const char *realm,
52 static xml_node_t * build_policy(struct hs20_svc *ctx, const char *user,
56 static int db_add_session(struct hs20_svc *ctx,
86 static void db_update_session_password(struct hs20_svc *ctx, const char *user,
106 static void db_update_session_machine_managed(struct hs20_svc *ctx,
128 static void db_add_session_pps(struct hs20_svc *ctx, const char *user,
153 static void db_add_session_devinfo(struct hs20_svc *ctx, const char *sessionid,
176 static void db_add_session_devdetail(struct hs20_svc *ctx,
200 static void db_remove_session(struct hs20_svc *ct
[all...]

Completed in 316 milliseconds