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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h532 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds
537 int wpa_ptk_rekey; member in struct:wpa_ssid
H A Dwpa_supplicant.conf1061 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
1550 wpa_ptk_rekey=600
H A Dwpas_glue.c1273 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
H A Dconfig_file.c885 INT(wpa_ptk_rekey);
H A Dconfig.c2337 { INT(wpa_ptk_rekey) },
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h65 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.h112 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa.c842 if (sm->wpa_ptk_rekey) {
844 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2934 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2953 sm->wpa_ptk_rekey = 0;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h373 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h178 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c48 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dwpa_auth.c325 if (sm && sm->wpa_auth->conf.wpa_ptk_rekey) {
328 sm->wpa_auth->conf.wpa_ptk_rekey);
330 eloop_register_timeout(sm->wpa_auth->conf.wpa_ptk_rekey, 0,
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2880 } else if (os_strcmp(buf, "wpa_ptk_rekey") == 0) {
2881 bss->wpa_ptk_rekey = atoi(pos);

Completed in 379 milliseconds