Searched refs:wpa_group_rekey (Results 1 - 17 of 17) 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.h265 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h130 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dap_config.c54 bss->wpa_group_rekey = 600;
H A Dwpa_auth.c248 if (wpa_auth->conf.wpa_group_rekey) {
249 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
419 if (wpa_auth->conf.wpa_group_rekey) {
420 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c38 wconf->wpa_group_rekey = conf->wpa_group_rekey;
H A Dap_config.h265 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h130 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dap_config.c54 bss->wpa_group_rekey = 600;
H A Dwpa_auth.c248 if (wpa_auth->conf.wpa_group_rekey) {
249 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
419 if (wpa_auth->conf.wpa_group_rekey) {
420 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
/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.h265 int wpa_group_rekey; member in struct:hostapd_bss_config
H A Dwpa_auth.h130 int wpa_group_rekey; member in struct:wpa_auth_config
H A Dap_config.c54 bss->wpa_group_rekey = 600;
H A Dwpa_auth.c248 if (wpa_auth->conf.wpa_group_rekey) {
249 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
419 if (wpa_auth->conf.wpa_group_rekey) {
420 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c379 conf.wpa_group_rekey = 600;
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2084 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) {
2085 bss->wpa_group_rekey = atoi(pos);

Completed in 166 milliseconds