Home
last modified time | relevance | path

Searched refs:wep_rekeying_period (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h336 int wep_rekeying_period; member
H A Dieee802_1x.c2297 if (hapd->conf->wep_rekeying_period > 0) { in ieee802_1x_rekey()
2298 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0, in ieee802_1x_rekey()
H A Dap_config.c60 bss->wep_rekeying_period = 300; in hostapd_config_defaults_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2817 bss->wep_rekeying_period = atoi(pos); in hostapd_config_fill()
2818 if (bss->wep_rekeying_period < 0) { in hostapd_config_fill()
2820 line, bss->wep_rekeying_period); in hostapd_config_fill()