Home
last modified time | relevance | path

Searched refs:owe_ptk_workaround (Results 1 - 13 of 13) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_ssid.h1106 * owe_ptk_workaround - OWE PTK derivation workaround
1116 int owe_ptk_workaround; member
H A Dwpas_glue.c1491 conf.owe_ptk_workaround = ssid->owe_ptk_workaround; in wpa_supplicant_rsn_supp_set_config()
H A Dconfig_file.c892 INT(owe_ptk_workaround); in wpa_config_write_network()
H A Dconfig.c2770 { INT_RANGE(owe_ptk_workaround, 0, 1) },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h74 int owe_ptk_workaround; member
H A Dwpa.h139 int owe_ptk_workaround; member
H A Dwpa.c651 if (sm->owe_ptk_workaround && akmp == WPA_KEY_MGMT_OWE && in wpa_derive_ptk()
4351 sm->owe_ptk_workaround = config->owe_ptk_workaround;
4373 sm->owe_ptk_workaround = 0;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h767 int owe_ptk_workaround; member
H A Dwpa_auth.h265 int owe_ptk_workaround; member
H A Dwpa_auth.c2973 int owe_ptk_workaround = !!wpa_auth->conf.owe_ptk_workaround; in SM_STATE() local
3012 owe_ptk_workaround == 2) < 0) in SM_STATE()
3038 owe_ptk_workaround == 1) { in SM_STATE()
3041 owe_ptk_workaround = 2; in SM_STATE()
H A Dwpa_auth_glue.c208 wconf->owe_ptk_workaround = conf->owe_ptk_workaround; in hostapd_wpa_auth_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c397 int owe_ptk_workaround = 0; in wpa_pmk_to_ptk() local
400 owe_ptk_workaround = 1; in wpa_pmk_to_ptk()
471 owe_ptk_workaround)) { in wpa_pmk_to_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c4649 } else if (os_strcmp(buf, "owe_ptk_workaround") == 0) { in hostapd_config_fill()
4650 bss->owe_ptk_workaround = atoi(pos); in hostapd_config_fill()

Completed in 40 milliseconds