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.c278 xml_node_t *syncbody, in oma_dm_add_hs20_generic_alert() argument
285 node = add_alert(ctx, syncbody, cmdid, DM_GENERIC_ALERT); in oma_dm_add_hs20_generic_alert()
301 xml_node_t *syncml, *syncbody; in build_oma_dm_1() local
309 syncbody = xml_node_create(ctx->xml, syncml, NULL, "SyncBody"); in build_oma_dm_1()
310 if (syncbody == NULL) { in build_oma_dm_1()
316 add_alert(ctx, syncbody, cmdid, DM_CLIENT_INITIATED_MGMT); in build_oma_dm_1()
324 oma_dm_add_hs20_generic_alert(ctx, syncbody, cmdid, oper, str); in build_oma_dm_1()
328 add_replace_devinfo(ctx, syncbody, cmdid); in build_oma_dm_1()
330 xml_node_create(ctx->xml, syncbody, NULL, "Final"); in build_oma_dm_1()
997 xml_node_t *syncml, *syncbody, *hdr, *body, *child; in oma_dm_process() local
[all …]