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/
ap_config.h 318 int wpa_group_rekey; member in struct:hostapd_bss_config
wpa_auth.h 143 int wpa_group_rekey; member in struct:wpa_auth_config
wpa_auth_glue.c 40 wconf->wpa_group_rekey = conf->wpa_group_rekey;
ap_config.c 56 bss->wpa_group_rekey = 600;
wpa_auth.c 290 if (wpa_auth->conf.wpa_group_rekey) {
291 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
463 if (wpa_auth->conf.wpa_group_rekey) {
464 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.c 154 conf.wpa_group_rekey = -1;
ap.c 381 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) &&
390 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 309 milliseconds