Home
last modified time | relevance | path

Searched refs:set_cred (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
DREADME-HS20325 > set_cred 0 realm "mail.example.com"
327 > set_cred 0 username "username"
329 > set_cred 0 password "password"
331 > set_cred 0 priority 1
333 > set_cred 0 temporary 1
340 > set_cred 1 imsi "23456-0000000000"
342 > set_cred 1 milenage "90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581:0000000001…
344 > set_cred 1 priority 1
348 the following set_cred commands.
356 > set_cred 1 imsi "23456-0000000000"
[all …]
/external/wpa_supplicant_8/src/common/
Dwpa_helpers.h33 int set_cred(const char *ifname, int id, const char *field, const char *value);
Dwpa_helpers.c277 int set_cred(const char *ifname, int id, const char *field, const char *value) in set_cred() function
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c913 set_cred(ctx->ifname, id, "min_dl_bandwidth_home", dl) < 0) in set_pps_cred_policy_min_backhaul()
916 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0) in set_pps_cred_policy_min_backhaul()
920 set_cred(ctx->ifname, id, "min_dl_bandwidth_roaming", dl) < in set_pps_cred_policy_min_backhaul()
924 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) < in set_pps_cred_policy_min_backhaul()
999 if (set_cred(ctx->ifname, id, "req_conn_capab", buf) < 0) in set_pps_cred_policy_required_proto_port()
1027 if (set_cred(ctx->ifname, id, "max_bss_load", str) < 0) in set_pps_cred_policy_max_bss_load()
1069 if (set_cred(ctx->ifname, id, "sp_priority", str) < 0) in set_pps_cred_priority()
1212 if (set_cred(ctx->ifname, id, "required_roaming_consortium", in set_pps_cred_home_sp_oi()
1400 if (set_cred(ctx->ifname, id, "password", hex) < 0) in set_pps_cred_password()
1551 set_cred(ctx->ifname, id, "ocsp", "2") < 0) in set_pps_cred_check_aaa_cert_status()
[all …]