Home
last modified time | relevance | path

Searched refs:debug_dump_node (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hs20/client/
Dspp_client.c158 debug_dump_node(ctx, "updateNode", update); in process_update_node()
218 debug_dump_node(ctx, "Parsed TNDS", unode); in process_update_node()
363 debug_dump_node(ctx, "Received response to MO upload", ret_node); in hs20_spp_upload_mo()
381 debug_dump_node(ctx, "Received addMO", add_mo); in hs20_add_mo()
416 debug_dump_node(ctx, "addMO", add_mo); in process_spp_user_input_response()
498 debug_dump_node(ctx, "Received response to certificate enrollment " in hs20_spp_get_certificate()
525 debug_dump_node(ctx, "exec", exec); in hs20_spp_exec()
608 debug_dump_node(ctx, "sppPostDevDataResponse node", node); in process_spp_post_dev_data_response()
630 debug_dump_node(ctx, "child", child); in process_spp_post_dev_data_response()
829 debug_dump_node(ctx, "sppExchangeComplete", node); in process_spp_exchange_complete()
Doma_dm_client.c343 debug_dump_node(ctx, "OMA-DM Package 1 (sub reg)", syncml); in build_oma_dm_1_sub_reg()
357 debug_dump_node(ctx, "OMA-DM Package 1 (sub prov)", syncml); in build_oma_dm_1_sub_prov()
370 debug_dump_node(ctx, "OMA-DM Package 1 (pol upd)", syncml); in build_oma_dm_1_pol_upd()
384 debug_dump_node(ctx, "OMA-DM Package 1 (sub rem)", syncml); in build_oma_dm_1_sub_rem()
454 debug_dump_node(ctx, "OMA-DM getCertificate", getcert); in oma_dm_exec_get_cert()
636 debug_dump_node(ctx, "Parsed TNDS", unode); in oma_dm_run_add()
824 debug_dump_node(ctx, "Parsed TNDS", unode); in oma_dm_replace()
986 debug_dump_node(ctx, "OMA DM Package", resp); in oma_dm_send_recv()
1147 debug_dump_node(ctx, "OMA-DM Package 3", syncml); in oma_dm_process()
Dosu_client.h63 void debug_dump_node(struct hs20_osu_client *ctx, const char *title,
Dosu_client.c77 void debug_dump_node(struct hs20_osu_client *ctx, const char *title, in debug_dump_node() function
653 debug_dump_node(ctx, "Parsed TNDS", mo); in hs20_add_pps_mo()
/external/wpa_supplicant_8/hs20/server/
Dhs20_spp_server.c49 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node) in debug_dump_node() function
110 debug_dump_node(ctx, "Received SOAP message", soap); in process()
117 debug_dump_node(ctx, "Received SPP message", spp); in process()
Dspp_server.h28 void debug_dump_node(struct hs20_svc *ctx, const char *title, xml_node_t *node);
Dspp_server.c1321 debug_dump_node(ctx, "moContainer", child); in spp_get_mo()
2818 debug_dump_node(ctx, "received request", node); in hs20_spp_server_process()