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-HS20340 > set_cred 0 realm "mail.example.com"
342 > set_cred 0 username "username"
344 > set_cred 0 password "password"
346 > set_cred 0 priority 1
348 > set_cred 0 temporary 1
355 > set_cred 1 imsi "23456-0000000000"
357 > set_cred 1 milenage "90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581:0000000001…
359 > set_cred 1 priority 1
363 the following set_cred commands.
371 > 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.c279 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.c935 set_cred(ctx->ifname, id, "min_dl_bandwidth_home", dl) < 0) in set_pps_cred_policy_min_backhaul()
938 set_cred(ctx->ifname, id, "min_ul_bandwidth_home", ul) < 0) in set_pps_cred_policy_min_backhaul()
942 set_cred(ctx->ifname, id, "min_dl_bandwidth_roaming", dl) < in set_pps_cred_policy_min_backhaul()
946 set_cred(ctx->ifname, id, "min_ul_bandwidth_roaming", ul) < in set_pps_cred_policy_min_backhaul()
1021 if (set_cred(ctx->ifname, id, "req_conn_capab", buf) < 0) in set_pps_cred_policy_required_proto_port()
1049 if (set_cred(ctx->ifname, id, "max_bss_load", str) < 0) in set_pps_cred_policy_max_bss_load()
1091 if (set_cred(ctx->ifname, id, "sp_priority", str) < 0) in set_pps_cred_priority()
1234 if (set_cred(ctx->ifname, id, "required_roaming_consortium", in set_pps_cred_home_sp_oi()
1238 if (set_cred(ctx->ifname, id, "roaming_consortium", homeoi) < 0) in set_pps_cred_home_sp_oi()
1423 if (set_cred(ctx->ifname, id, "password", hex) < 0) in set_pps_cred_password()
[all …]