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

  /external/wpa_supplicant_8/hs20/server/
spp_server.h 24 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node);
hs20_spp_server.c 48 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node) function
93 debug_dump_node(ctx, "Received SOAP message", soap);
100 debug_dump_node(ctx, "Received SPP message", spp);
spp_server.c 1071 debug_dump_node(ctx, "moContainer", child);
    [all...]
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 151 debug_dump_node(ctx, "updateNode", update);
211 debug_dump_node(ctx, "Parsed TNDS", unode);
356 debug_dump_node(ctx, "Received response to MO upload", ret_node);
374 debug_dump_node(ctx, "Received addMO", add_mo);
409 debug_dump_node(ctx, "addMO", add_mo);
491 debug_dump_node(ctx, "Received response to certificate enrollment "
518 debug_dump_node(ctx, "exec", exec);
601 debug_dump_node(ctx, "sppPostDevDataResponse node", node);
623 debug_dump_node(ctx, "child", child);
822 debug_dump_node(ctx, "sppExchangeComplete", node)
    [all...]