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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h183 int wep_rekeying_period; member in struct:hostapd_bss_config
H A Dap_config.c54 bss->wep_rekeying_period = 300;
H A Dieee802_1x.c1449 if (hapd->conf->wep_rekeying_period > 0) {
1450 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0,
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c1413 bss->wep_rekeying_period = atoi(pos);
1414 if (bss->wep_rekeying_period < 0) {
1417 line, bss->wep_rekeying_period);

Completed in 103 milliseconds