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

/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h341 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds
346 int wpa_ptk_rekey; member in struct:wpa_ssid
H A Dwpa_supplicant.conf363 # wpa_ptk_rekey: Maximum lifetime for PTK in seconds. This can be used to
585 wpa_ptk_rekey=600
H A Dwpas_glue.c682 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey;
H A Dconfig.c1505 { INT(wpa_ptk_rekey) },
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h219 int wpa_ptk_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth_glue.c50 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey;
H A Dwpa_auth.h139 int wpa_ptk_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c1833 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
1836 wpa_ptk_rekey, 0, wpa_rekey_ptk,
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h64 int wpa_ptk_rekey; member in struct:wpa_sm
H A Dwpa.h83 int wpa_ptk_rekey; member in struct:rsn_supp_config
H A Dwpa.c540 if (sm->wpa_ptk_rekey) {
542 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk,
2183 sm->wpa_ptk_rekey = config->wpa_ptk_rekey;
2192 sm->wpa_ptk_rekey = 0;
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1526 } else if (os_strcmp(buf, "wpa_ptk_rekey") == 0) {
1527 bss->wpa_ptk_rekey = atoi(pos);

Completed in 145 milliseconds