Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h600 int wpa_ptk_rekey; member
H A Dwpa_supplicant.conf1802 wpa_ptk_rekey=600
H A Dwpas_glue.c1528 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
H A Dconfig_file.c835 INT(wpa_ptk_rekey); in wpa_config_write_network()
H A Dconfig.c2665 { INT(wpa_ptk_rekey) },
H A DChangeLog1412 * added a new network configuration option, wpa_ptk_rekey, that can be
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h71 int wpa_ptk_rekey; member
H A Dwpa.h150 int wpa_ptk_rekey; member
H A Dwpa.c1265 if (sm->wpa_ptk_rekey) { in wpa_supplicant_install_ptk()
1267 eloop_register_timeout(sm->wpa_ptk_rekey, 0, wpa_sm_rekey_ptk, in wpa_supplicant_install_ptk()
4462 sm->wpa_ptk_rekey = config->wpa_ptk_rekey; in wpa_sm_set_config()
4484 sm->wpa_ptk_rekey = 0; in wpa_sm_set_config()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h181 int wpa_ptk_rekey; member
H A Dap_config.h384 int wpa_ptk_rekey; member
H A Dwpa_auth_glue.c53 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
H A 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()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr114 wpa_ptk_rekey \
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3084 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_fill()
H A DChangeLog825 * added a new configuration option, wpa_ptk_rekey, that can be used to