Searched refs:add_text_node (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ |
D | spp_server.c | 382 static void add_text_node(struct hs20_svc *ctx, xml_node_t *parent, in add_text_node() function 615 add_text_node(ctx, node, "EAPType", "21"); in add_eap_ttls() 616 add_text_node(ctx, node, "InnerMethod", "MS-CHAP-V2"); in add_eap_ttls() 634 add_text_node(ctx, node, "Username", user); in build_username_password() 642 add_text_node(ctx, node, "Password", b64); in build_username_password() 659 add_text_node(ctx, node, "MachineManaged", in add_username_password() 661 add_text_node(ctx, node, "SoftTokenApp", ""); in add_username_password() 699 add_text_node(ctx, cred, "Realm", realm); in build_credential_pw() 729 add_text_node(ctx, cert, "CertificateType", "x509v3"); in build_credential_cert() 730 add_text_node(ctx, cert, "CertSHA256Fingerprint", cert_fingerprint); in build_credential_cert() [all …]
|