Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hs20/client/
Doma_dm_client.c272 xml_node_t *syncbody, in oma_dm_add_hs20_generic_alert() argument
279 node = add_alert(ctx, syncbody, cmdid, DM_GENERIC_ALERT); in oma_dm_add_hs20_generic_alert()
295 xml_node_t *syncml, *syncbody; in build_oma_dm_1() local
303 syncbody = xml_node_create(ctx->xml, syncml, NULL, "SyncBody"); in build_oma_dm_1()
304 if (syncbody == NULL) { in build_oma_dm_1()
310 add_alert(ctx, syncbody, cmdid, DM_CLIENT_INITIATED_MGMT); in build_oma_dm_1()
318 oma_dm_add_hs20_generic_alert(ctx, syncbody, cmdid, oper, str); in build_oma_dm_1()
322 add_replace_devinfo(ctx, syncbody, cmdid); in build_oma_dm_1()
324 xml_node_create(ctx->xml, syncbody, NULL, "Final"); in build_oma_dm_1()
991 xml_node_t *syncml, *syncbody, *hdr, *body, *child; in oma_dm_process() local
[all …]