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

/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h390 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds
395 int wpa_ptk_rekey; member in struct:wpa_ssid
H A Dwpa_supplicant.conf592 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
883 wpa_ptk_rekey=600
H A Dwpas_glue.c892 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
H A Dconfig.c1631 { INT(wpa_ptk_rekey) },
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c40 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dap_config.h268 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h133 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c2057 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
2060 wpa_ptk_rekey, 0, wpa_rekey_ptk,
/freebsd-10.1-release/contrib/wpa/src/rsn_supp/
H A Dwpa.h89 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa_i.h60 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.c556 if (sm->wpa_ptk_rekey) {
558 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2210 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2219 sm->wpa_ptk_rekey = 0;
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c2127 } else if (os_strcmp(buf, "wpa_ptk_rekey") == 0) {
2128 bss->wpa_ptk_rekey = atoi(pos);

Completed in 228 milliseconds