Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS20377 > set_cred 0 realm "mail.example.com"
379 > set_cred 0 username "username"
381 > set_cred 0 password "password"
383 > set_cred 0 priority 1
385 > set_cred 0 temporary 1
392 > set_cred 1 imsi "23456-0000000000"
394 > set_cred 1 milenage "90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581:0000000001…
396 > set_cred 1 priority 1
400 the following set_cred commands.
408 > set_cred 1 imsi "23456-0000000000"
[all …]
/freebsd/contrib/wpa/src/common/
H A Dwpa_helpers.h33 int set_cred(const char *ifname, int id, const char *field, const char *value);
H A Dwpa_helpers.c279 int set_cred(const char *ifname, int id, const char *field, const char *value) in set_cred() function
/freebsd/contrib/wpa/hs20/client/
H A 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()
1424 if (set_cred(ctx->ifname, id, "password", hex) < 0) in set_pps_cred_password()
1501 if (set_cred(ctx->ifname, id, "eap", eap_method) < 0) in set_pps_cred_eap_method_eap_type()
1667 set_cred(ctx->ifname, id, "ocsp", "2") < 0) in set_pps_cred_check_aaa_cert_status()
[all …]