Home
last modified time | relevance | path

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

/hostap-3.7.0/tests/hwsim/
Dtest_wpas_config.py216 wpas.set_cred(id, "priority", "3")
217 wpas.set_cred(id, "sp_priority", "6")
218 wpas.set_cred(id, "update_identifier", "4")
219 wpas.set_cred(id, "ocsp", "1")
220 wpas.set_cred(id, "eap", "TTLS")
221 wpas.set_cred(id, "req_conn_capab", "6:1234")
226 wpas.set_cred(id, "roaming_consortium", "112233")
227 wpas.set_cred(id, "required_roaming_consortium", "112233")
Dtest_wpas_ctrl.py406 def set_cred(dev, id, field, value): function
407 dev.set_cred(id, field, value)
452 set_cred(dev[0], id, "temporary", "1")
453 set_cred(dev[0], id, "priority", "1")
454 set_cred(dev[0], id, "pcsc", "1")
455 set_cred(dev[0], id, "sim_num", "0")
471 …dev[0].set_cred(id, "excluded_ssid", "00112233445566778899aabbccddeeff00112233445566778899aabbccdd…
545 set_cred(dev[0], id, v[0], v[1])
Dtest_ext_password.py81 dev[0].set_cred(id, "password", "ext:pw1")
Dtest_ap_hs20.py1770 dev[0].set_cred(id, "required_roaming_consortium", "112233")
1771 dev[0].set_cred(id, "required_roaming_consortium", "112233445566778899aabbccddeeff")
2071 dev[0].set_cred(id1, "sp_priority", "2")
2072 dev[0].set_cred(id2, "sp_priority", "1")
2127 dev[0].set_cred(id1, "sp_priority", "2")
2128 dev[0].set_cred(id2, "sp_priority", "1")
2229 dev[0].set_cred(id, "req_conn_capab", "6:22")
2274 dev[0].set_cred(id, "req_conn_capab", "50")
2279 dev[0].set_cred(id, "req_conn_capab", "51")
2472 dev[0].set_cred(id, "min_dl_bandwidth_roaming", "6000")
[all …]
Dwpasupplicant.py435 def set_cred(self, id, field, value): member in WpaSupplicant
469 self.set_cred(id, field, params[field])
/hostap-3.7.0/wpa_supplicant/
DREADME-HS20346 > set_cred 0 realm "mail.example.com"
348 > set_cred 0 username "username"
350 > set_cred 0 password "password"
352 > set_cred 0 priority 1
354 > set_cred 0 temporary 1
361 > set_cred 1 imsi "23456-0000000000"
363 > set_cred 1 milenage "90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581:0000000001…
365 > set_cred 1 priority 1
369 the following set_cred commands.
377 > set_cred 1 imsi "23456-0000000000"
[all …]
/hostap-3.7.0/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
/hostap-3.7.0/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 …]
/hostap-3.7.0/wpadebug/src/w1/fi/wpadebug/
DWpaCredActivity.java252 private boolean set_cred(int id, String field, String value) in set_cred() method in WpaCredActivity
261 return set_cred(id, field, value2); in set_cred_quoted()