Searched refs:wpa_group_rekey (Results 1 - 17 of 17) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | wpa_auth_glue.c | 38 wconf->wpa_group_rekey = conf->wpa_group_rekey;
|
H A D | ap_config.h | 265 int wpa_group_rekey; member in struct:hostapd_bss_config
|
H A D | wpa_auth.h | 130 int wpa_group_rekey; member in struct:wpa_auth_config
|
H A D | ap_config.c | 54 bss->wpa_group_rekey = 600;
|
H A D | wpa_auth.c | 248 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 D | wpa_auth_glue.c | 38 wconf->wpa_group_rekey = conf->wpa_group_rekey;
|
H A D | ap_config.h | 265 int wpa_group_rekey; member in struct:hostapd_bss_config
|
H A D | wpa_auth.h | 130 int wpa_group_rekey; member in struct:wpa_auth_config
|
H A D | ap_config.c | 54 bss->wpa_group_rekey = 600;
|
H A D | wpa_auth.c | 248 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 D | wpa_auth_glue.c | 38 wconf->wpa_group_rekey = conf->wpa_group_rekey;
|
H A D | ap_config.h | 265 int wpa_group_rekey; member in struct:hostapd_bss_config
|
H A D | wpa_auth.h | 130 int wpa_group_rekey; member in struct:wpa_auth_config
|
H A D | ap_config.c | 54 bss->wpa_group_rekey = 600;
|
H A D | wpa_auth.c | 248 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 D | ibss_rsn.c | 379 conf.wpa_group_rekey = 600;
|
/external/wpa_supplicant_8/hostapd/ |
H A D | config_file.c | 2084 } else if (os_strcmp(buf, "wpa_group_rekey") == 0) { 2085 bss->wpa_group_rekey = atoi(pos);
|
Completed in 245 milliseconds