Searched refs:wpa_ptk_rekey (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_ssid.h | 600 int wpa_ptk_rekey; member
|
H A D | wpa_supplicant.conf | 1802 wpa_ptk_rekey=600
|
H A D | wpas_glue.c | 1528 conf.wpa_ptk_rekey = ssid->wpa_ptk_rekey; in wpa_supplicant_rsn_supp_set_config()
|
H A D | config_file.c | 835 INT(wpa_ptk_rekey); in wpa_config_write_network()
|
H A D | config.c | 2665 { INT(wpa_ptk_rekey) },
|
H A D | ChangeLog | 1412 * added a new network configuration option, wpa_ptk_rekey, that can be
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 71 int wpa_ptk_rekey; member
|
H A D | wpa.h | 150 int wpa_ptk_rekey; member
|
H A D | wpa.c | 1265 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 D | wpa_auth.h | 181 int wpa_ptk_rekey; member
|
H A D | ap_config.h | 384 int wpa_ptk_rekey; member
|
H A D | wpa_auth_glue.c | 53 wconf->wpa_ptk_rekey = conf->wpa_ptk_rekey; in hostapd_wpa_auth_conf()
|
H A D | wpa_auth.c | 614 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 D | wlan.subr | 114 wpa_ptk_rekey \
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 3084 bss->wpa_ptk_rekey = atoi(pos); in hostapd_config_fill()
|
H A D | ChangeLog | 825 * added a new configuration option, wpa_ptk_rekey, that can be used to
|