Home
last modified time | relevance | path

Searched refs:owe_ptk_workaround (Results 1 – 16 of 16) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_owe.py1002 def owe_check_ok(dev, hapd, owe_group, owe_ptk_workaround): argument
1004 owe_group=owe_group, owe_ptk_workaround=owe_ptk_workaround,
1026 owe_group=str(group), owe_ptk_workaround="1",
Dtest_sigma_dut.py46 bridge=None, sae_h2e=False, owe_ptk_workaround=False, argument
57 owe_ptk_workaround)
148 bridge=None, sae_h2e=False, owe_ptk_workaround=False): argument
167 if owe_ptk_workaround:
1220 with SigmaDut(ifname, owe_ptk_workaround=True) as dut:
1290 SigmaDut(iface, owe_ptk_workaround=True, hostapd_logdir=logdir) as dut:
1297 owe_group="20", owe_ptk_workaround="1",
/hostap-latest/wpa_supplicant/
Dconfig_ssid.h1175 int owe_ptk_workaround; member
Dwpas_glue.c1546 conf.owe_ptk_workaround = ssid->owe_ptk_workaround; in wpa_supplicant_rsn_supp_set_config()
Dconfig_file.c850 INT(owe_ptk_workaround); in wpa_config_write_network()
Dconfig.c2747 { INT_RANGE(owe_ptk_workaround, 0, 1) },
/hostap-latest/src/rsn_supp/
Dwpa_i.h75 int owe_ptk_workaround; member
Dwpa.h163 int owe_ptk_workaround; member
Dwpa.c738 if (sm->owe_ptk_workaround && akmp == WPA_KEY_MGMT_OWE && in wpa_derive_ptk()
4652 sm->owe_ptk_workaround = config->owe_ptk_workaround; in wpa_sm_set_config()
4674 sm->owe_ptk_workaround = 0; in wpa_sm_set_config()
/hostap-latest/src/ap/
Dwpa_auth.h291 int owe_ptk_workaround; member
Dap_config.h817 int owe_ptk_workaround; member
Dwpa_auth_glue.c261 wconf->owe_ptk_workaround = conf->owe_ptk_workaround; in hostapd_wpa_auth_conf()
Dwpa_auth.c3643 int owe_ptk_workaround = !!wpa_auth->conf.owe_ptk_workaround; local
3693 owe_ptk_workaround == 2, pmk_r0, pmk_r1,
3720 owe_ptk_workaround == 1) {
3723 owe_ptk_workaround = 2;
/hostap-latest/src/common/
Dwpa_common.c406 int owe_ptk_workaround = 0; in wpa_pmk_to_ptk() local
409 owe_ptk_workaround = 1; in wpa_pmk_to_ptk()
480 owe_ptk_workaround)) { in wpa_pmk_to_ptk()
/hostap-latest/hostapd/
DChangeLog70 backwards compatible; owe_ptk_workaround=1 can be used to enabled a
Dconfig_file.c4899 bss->owe_ptk_workaround = atoi(pos); in hostapd_config_fill()