Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h275 int wep_rekeying_period; member
Dap_config.c50 bss->wep_rekeying_period = 300; in hostapd_config_defaults_bss()
Dieee802_1x.c1953 if (hapd->conf->wep_rekeying_period > 0) { in ieee802_1x_rekey()
1954 eloop_register_timeout(hapd->conf->wep_rekeying_period, 0, in ieee802_1x_rekey()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2257 bss->wep_rekeying_period = atoi(pos); in hostapd_config_fill()
2258 if (bss->wep_rekeying_period < 0) { in hostapd_config_fill()
2260 line, bss->wep_rekeying_period); in hostapd_config_fill()