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

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_config.h226 int wep_rekeying_period; member in struct:hostapd_bss_config
H A Dap_config.c48 bss->wep_rekeying_period = 300;
H A Dieee802_1x.c1632 if (hapd->conf->wep_rekeying_period > 0) {
1633 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0,
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c1969 bss->wep_rekeying_period = atoi(pos);
1970 if (bss->wep_rekeying_period < 0) {
1973 line, bss->wep_rekeying_period);

Completed in 112 milliseconds