Lines Matching refs:upd
1450 xml_node_t *pps, *c, *trust, *aaa, *aaa1, *upd, *homesp, *p; in build_pps() local
1487 upd = xml_node_create(ctx->xml, p, NULL, "PolicyUpdate"); in build_pps()
1488 add_text_node(ctx, upd, "UpdateInterval", "30"); in build_pps()
1489 add_text_node(ctx, upd, "UpdateMethod", "SPP-ClientInitiated"); in build_pps()
1490 add_text_node(ctx, upd, "Restriction", "Unrestricted"); in build_pps()
1491 add_text_node_conf(ctx, realm, upd, "URI", "policy_url"); in build_pps()
1492 trust = xml_node_create(ctx->xml, upd, NULL, "TrustRoot"); in build_pps()
1501 upd = xml_node_create(ctx->xml, c, NULL, "SubscriptionUpdate"); in build_pps()
1502 add_text_node(ctx, upd, "UpdateInterval", "4294967295"); in build_pps()
1503 add_text_node(ctx, upd, "UpdateMethod", "SPP-ClientInitiated"); in build_pps()
1504 add_text_node(ctx, upd, "Restriction", "HomeSP"); in build_pps()
1505 add_text_node_conf(ctx, realm, upd, "URI", "spp_http_auth_url"); in build_pps()
1506 trust = xml_node_create(ctx->xml, upd, NULL, "TrustRoot"); in build_pps()
1520 !build_username_password(ctx, upd, dmacc_username, in build_pps()