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

/external/wpa_supplicant_8/hostapd/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.c1516 if (hapd->conf->wep_rekeying_period > 0) {
1517 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0,
/external/wpa_supplicant_8/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.c1516 if (hapd->conf->wep_rekeying_period > 0) {
1517 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0,
/external/wpa_supplicant_8/wpa_supplicant/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.c1516 if (hapd->conf->wep_rekeying_period > 0) {
1517 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0,
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1962 bss->wep_rekeying_period = atoi(pos);
1963 if (bss->wep_rekeying_period < 0) {
1966 line, bss->wep_rekeying_period);

Completed in 125 milliseconds