Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/
Dconfig_ssid.h344 int wpa_ptk_rekey; member
Dwpas_glue.c639 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
Dwpa_supplicant.conf.orig334 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
546 wpa_ptk_rekey=600
Dconfig.c1412 { INT(wpa_ptk_rekey) }
DChangeLog59 * added a new network configuration option, wpa_ptk_rekey, that can be
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h358 int wpa_ptk_rekey; member
Dwpa_supplicant.conf627 wpa_ptk_rekey=600
Dwpas_glue.c849 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
Dconfig.c1623 { INT(wpa_ptk_rekey) },
DChangeLog158 * added a new network configuration option, wpa_ptk_rekey, that can be
/external/wpa_supplicant_8/src/ap/
Dap_config.h226 int wpa_ptk_rekey; member
Dwpa_auth_glue.c40 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
Dwpa_auth.h133 int wpa_ptk_rekey; member
Dwpa_auth.c2078 if (sm->wpa_auth->conf.wpa_ptk_rekey) { in SM_STATE()
2081 wpa_ptk_rekey, 0, wpa_rekey_ptk, in SM_STATE()
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa.h88 int wpa_ptk_rekey; member
Dwpa_i.h63 int wpa_ptk_rekey; member
Dwpa.c558 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
560 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
2065 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
2074 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c555 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
557 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
2260 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
2269 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
Dwpa.h90 int wpa_ptk_rekey; member
Dwpa_i.h60 int wpa_ptk_rekey; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1597 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_read()
DChangeLog114 * added a new configuration option, wpa_ptk_rekey, that can be used to