Searched refs:wpa_group_rekey (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c38 wconf->wpa_group_rekey = conf->wpa_group_rekey;
H A Dap_config.h271 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h131 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c254 if (wpa_auth->conf.wpa_group_rekey) {
255 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
425 if (wpa_auth->conf.wpa_group_rekey) {
426 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
H A Dap_config.c54 bss->wpa_group_rekey = 600;
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c38 wconf->wpa_group_rekey = conf->wpa_group_rekey;
H A Dap_config.h271 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h131 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c254 if (wpa_auth->conf.wpa_group_rekey) {
255 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
425 if (wpa_auth->conf.wpa_group_rekey) {
426 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
H A Dap_config.c54 bss->wpa_group_rekey = 600;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c38 wconf->wpa_group_rekey = conf->wpa_group_rekey;
H A Dap_config.h271 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h131 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dwpa_auth.c254 if (wpa_auth->conf.wpa_group_rekey) {
255 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
425 if (wpa_auth->conf.wpa_group_rekey) {
426 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
H A Dap_config.c54 bss->wpa_group_rekey = 600;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c293 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) &&
302 bss->wpa_group_rekey = 86400;
H A Dibss_rsn.c421 conf.wpa_group_rekey = 600;
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2235 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) {
2236 bss->wpa_group_rekey = atoi(pos);

Completed in 253 milliseconds