Home
last modified time | relevance | path

Searched refs:set_cred_quoted (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_helpers.h34 int set_cred_quoted(const char *ifname, int id, const char *field,
Dwpa_helpers.c286 int set_cred_quoted(const char *ifname, int id, const char *field, in set_cred_quoted() function
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c776 if (set_cred_quoted(ctx->ifname, id, "excluded_ssid", txt) < 0) in set_pps_cred_policy_spe()
842 if (set_cred_quoted(ctx->ifname, id, "roaming_partner", val) < 0) in set_pps_cred_policy_prp()
1166 if (set_cred_quoted(ctx->ifname, id, "domain", str) < 0) in set_pps_cred_home_sp_fqdn()
1168 if (set_cred_quoted(ctx->ifname, id, "domain_suffix_match", str) < 0) in set_pps_cred_home_sp_fqdn()
1216 if (set_cred_quoted(ctx->ifname, id, "roaming_consortium", in set_pps_cred_home_sp_oi()
1263 if (set_cred_quoted(ctx->ifname, id, "domain", fqdn) < 0) in set_pps_cred_home_sp_other_partner()
1369 if (set_cred_quoted(ctx->ifname, id, "username", str) < 0) in set_pps_cred_username()
1493 if (set_cred_quoted(ctx->ifname, id, "username", "cert") < 0) { in set_pps_cred_digital_cert()
1499 if (set_cred_quoted(ctx->ifname, id, "client_cert", buf) < 0) { in set_pps_cred_digital_cert()
1506 if (set_cred_quoted(ctx->ifname, id, "private_key", buf) < 0) { in set_pps_cred_digital_cert()
[all …]