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
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);
hs20_spp_server.c 32 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;
spp_server.c 47 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_add_session_pps(struct hs20_svc *ctx, const char *user,
131 static void db_add_session_devinfo(struct hs20_svc *ctx, const char *sessionid,
154 static void db_add_session_devdetail(struct hs20_svc *ctx,
178 static void db_remove_session(struct hs20_svc *ctx,
203 static void hs20_eventlog(struct hs20_svc *ctx
    [all...]

Completed in 52 milliseconds