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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h230 int wep_rekeying_period; member in struct:hostapd_bss_config
H A Dap_config.c48 bss->wep_rekeying_period = 300;
H A Dieee802_1x.c1795 if (hapd->conf->wep_rekeying_period > 0) {
1796 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0,
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h230 int wep_rekeying_period; member in struct:hostapd_bss_config
H A Dap_config.c48 bss->wep_rekeying_period = 300;
H A Dieee802_1x.c1795 if (hapd->conf->wep_rekeying_period > 0) {
1796 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h230 int wep_rekeying_period; member in struct:hostapd_bss_config
H A Dap_config.c48 bss->wep_rekeying_period = 300;
H A Dieee802_1x.c1795 if (hapd->conf->wep_rekeying_period > 0) {
1796 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0,
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2086 bss->wep_rekeying_period = atoi(pos);
2087 if (bss->wep_rekeying_period < 0) {
2089 line, bss->wep_rekeying_period);

Completed in 617 milliseconds