Searched refs:set_cred_quoted (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | wpa_helpers.h | 34 int set_cred_quoted(const char *ifname, int id, const char *field,
|
D | wpa_helpers.c | 287 int set_cred_quoted(const char *ifname, int id, const char *field, in set_cred_quoted() function
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.c | 798 if (set_cred_quoted(ctx->ifname, id, "excluded_ssid", txt) < 0) in set_pps_cred_policy_spe() 864 if (set_cred_quoted(ctx->ifname, id, "roaming_partner", val) < 0) in set_pps_cred_policy_prp() 1188 if (set_cred_quoted(ctx->ifname, id, "domain", str) < 0) in set_pps_cred_home_sp_fqdn() 1190 if (set_cred_quoted(ctx->ifname, id, "domain_suffix_match", str) < 0) in set_pps_cred_home_sp_fqdn() 1284 if (set_cred_quoted(ctx->ifname, id, "domain", fqdn) < 0) in set_pps_cred_home_sp_other_partner() 1313 if (set_cred_quoted(ctx->ifname, id, "roaming_consortiums", in set_pps_cred_home_sp_roaming_consortium_oi() 1392 if (set_cred_quoted(ctx->ifname, id, "username", str) < 0) in set_pps_cred_username() 1530 if (set_cred_quoted(ctx->ifname, id, "phase2", phase2) < 0) in set_pps_cred_eap_method_inner_method() 1599 if (set_cred_quoted(ctx->ifname, id, "username", "cert") < 0) { in set_pps_cred_digital_cert() 1608 if (set_cred_quoted(ctx->ifname, id, "client_cert", buf) < 0) { in set_pps_cred_digital_cert() [all …]
|