Searched refs:add_text_node_conf (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 321 static void add_text_node_conf(struct hs20_svc *ctx, const char *realm, in add_text_node_conf() function 1234 add_text_node_conf(ctx, realm, aaa1, "CertURL", in build_pps() 1236 add_text_node_conf(ctx, realm, aaa1, "CertSHA256Fingerprint", in build_pps() 1243 add_text_node_conf(ctx, realm, upd, "URI", "spp_http_auth_url"); in build_pps() 1245 add_text_node_conf(ctx, realm, trust, "CertURL", "trust_root_cert_url"); in build_pps() 1246 add_text_node_conf(ctx, realm, trust, "CertSHA256Fingerprint", in build_pps() 1250 add_text_node_conf(ctx, realm, homesp, "FriendlyName", "friendly_name"); in build_pps() 1251 add_text_node_conf(ctx, realm, homesp, "FQDN", "fqdn"); in build_pps()
|