Home
last modified time | relevance | path

Searched refs:wpa_ptk_rekey (Results 1 – 18 of 18) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_ap_ft.py1131 def start_ft_sae(dev, apdev, wpa_ptk_rekey=None, sae_pwe=None, argument
1144 if wpa_ptk_rekey:
1145 params['wpa_ptk_rekey'] = str(wpa_ptk_rekey)
1164 if wpa_ptk_rekey:
1165 params['wpa_ptk_rekey'] = str(wpa_ptk_rekey)
1265 hapd0, hapd1 = start_ft_sae(dev[0], apdev, wpa_ptk_rekey=2)
1275 hapd0, hapd1 = start_ft_sae(dev[0], apdev, wpa_ptk_rekey=2,
1313 hapd0, hapd1 = start_ft_sae(dev[0], apdev, wpa_ptk_rekey=2)
1596 discovery=False, roams=1, wpa_ptk_rekey=0, argument
1626 if wpa_ptk_rekey:
[all …]
Dtest_ap_psk.py227 dev[0].connect(ssid, psk=passphrase, wpa_ptk_rekey="1", scan_freq="2412")
246 dev[0].connect(ssid, psk=passphrase, wpa_ptk_rekey="1", scan_freq="2412")
263 dev[0].connect(ssid, psk=passphrase, wpa_ptk_rekey="1", scan_freq="2412",
281 dev[0].connect(ssid, psk=passphrase, wpa_ptk_rekey="1", scan_freq="2412")
317 wpa_ptk_rekey="1", scan_freq="2412")
352 dev[0].connect(ssid, psk=passphrase, wpa_ptk_rekey="1", scan_freq="2412")
811 def setup_psk_ext(dev, apdev, wpa_ptk_rekey=None): argument
817 if wpa_ptk_rekey:
818 params['wpa_ptk_rekey'] = wpa_ptk_rekey
1283 hapd = setup_psk_ext(dev[0], apdev[0], wpa_ptk_rekey="3")
[all …]
Dtest_fils.py1723 def setup_fils_rekey(dev, apdev, params, wpa_ptk_rekey=0, wpa_group_rekey=0, argument
1736 if wpa_ptk_rekey:
1737 params['wpa_ptk_rekey'] = str(wpa_ptk_rekey)
1787 hapd = setup_fils_rekey(dev, apdev, params, wpa_ptk_rekey=2)
1800 hapd = setup_fils_rekey(dev, apdev, params, wpa_ptk_rekey=2,
2417 hapd = setup_fils_rekey(dev, apdev, params, wpa_ptk_rekey=2,
/hostap-latest/wpa_supplicant/
Dconfig_ssid.h614 int wpa_ptk_rekey; member
Dwpa_supplicant.conf1813 wpa_ptk_rekey=600
Dwpas_glue.c1544 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
Dconfig_file.c835 INT(wpa_ptk_rekey); in wpa_config_write_network()
Dconfig.c2665 { INT(wpa_ptk_rekey) },
DChangeLog1412 * added a new network configuration option, wpa_ptk_rekey, that can be
/hostap-latest/src/rsn_supp/
Dwpa_i.h71 int wpa_ptk_rekey; member
Dwpa.h159 int wpa_ptk_rekey; member
Dwpa.c1300 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
1302 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
4649 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
4671 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
/hostap-latest/src/ap/
Dwpa_auth.h183 int wpa_ptk_rekey; member
Dap_config.h388 int wpa_ptk_rekey; member
Dwpa_auth_glue.c55 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.c614 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) { in wpa_auth_set_ptk_rekey_timer()
618 sm->wpa_auth->conf.wpa_ptk_rekey); in wpa_auth_set_ptk_rekey_timer()
620 eloop_register_timeout(sm->wpa_auth->conf.wpa_ptk_rekey, 0, in wpa_auth_set_ptk_rekey_timer()
/hostap-latest/hostapd/
DChangeLog825 * added a new configuration option, wpa_ptk_rekey, that can be used to
Dconfig_file.c3109 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_fill()