Searched refs:get_node_text (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.c | 327 static char * get_node_text(struct xml_node_ctx *ctx, xml_node_t *node, in get_node_text() function 343 nodename = get_node_text(ctx, node, "NodeName"); in add_mo_node() 346 value = get_node_text(ctx, node, "Value"); in add_mo_node() 359 path = get_node_text(ctx, node, "Path"); in add_mo_node() 394 nodename = get_node_text(ctx, node, "NodeName"); in tnds_to_mo_iter()
|