HomeSort by relevance Sort by last modified time
    Searched refs:hs20_svc (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/hs20/server/
spp_server.h 12 struct hs20_svc { struct
26 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
28 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node);
30 xml_node_t * hs20_spp_server_process(struct hs20_svc *ctx, xml_node_t *node,
33 int hs20_spp_server_init(struct hs20_svc *ctx);
34 void hs20_spp_server_deinit(struct hs20_svc *ctx);
hs20_spp_server.c 33 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
49 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node)
65 static int process(struct hs20_svc *ctx)
157 struct hs20_svc ctx;
spp_server.c 49 static char * db_get_session_val(struct hs20_svc *ctx, const char *user,
52 static char * db_get_osu_config_val(struct hs20_svc *ctx, const char *realm,
54 static xml_node_t * build_policy(struct hs20_svc *ctx, const char *user,
56 static xml_node_t * spp_exec_get_certificate(struct hs20_svc *ctx,
63 static int db_add_session(struct hs20_svc *ctx,
100 static void db_update_session_password(struct hs20_svc *ctx, const char *user,
120 static void db_update_session_machine_managed(struct hs20_svc *ctx,
142 static void db_add_session_pps(struct hs20_svc *ctx, const char *user,
167 static void db_add_session_devinfo(struct hs20_svc *ctx, const char *sessionid,
190 static void db_add_session_devdetail(struct hs20_svc *ctx
    [all...]

Completed in 523 milliseconds