Searched refs:add_update_node (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 769 static int add_update_node(struct hs20_svc *ctx, xml_node_t *spp_node, in add_update_node() function 920 if ((cred && add_update_node(ctx, spp_node, ns, buf, cred) < 0) || in build_sub_rem_resp() 1001 if (add_update_node(ctx, spp_node, ns, buf, policy) < 0) { in policy_remediation() 1276 if (add_update_node(ctx, spp_node, ns, buf, policy) < 0) { in hs20_policy_update() 1785 if (add_update_node(ctx, spp_node, ns, buf, cred) < 0) { in hs20_user_input_free_remediation() 1881 if (add_update_node(ctx, spp_node, ns, buf, cred) < 0) { in hs20_cert_reenroll_complete()
|