HomeSort by relevance Sort by last modified time
    Searched refs:wpa_group_rekey (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 39 wconf->wpa_group_rekey = conf->wpa_group_rekey;
wpa_auth.h 132 int wpa_group_rekey; member in struct:wpa_auth_config
ap_config.h 300 int wpa_group_rekey; member in struct:hostapd_bss_config
ap_config.c 54 bss->wpa_group_rekey = 600;
wpa_auth.c 289 if (wpa_auth->conf.wpa_group_rekey) {
290 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
462 if (wpa_auth->conf.wpa_group_rekey) {
463 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 157 conf.wpa_group_rekey = -1;
ap.c 321 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) &&
330 bss->wpa_group_rekey = 86400;
    [all...]
ibss_rsn.c 421 conf.wpa_group_rekey = 600;
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 228 milliseconds