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

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_security.py 30 wpa_group_rekey=hostapd_constants.WPA_GROUP_KEY_ROTATION_TIME,
45 wpa_group_rekey: How often to refresh the GTK regardless of network
56 self.wpa_group_rekey = wpa_group_rekey
95 if self.wpa_group_rekey:
96 settings['wpa_group_rekey'] = self.wpa_group_rekey
  /external/wpa_supplicant_8/src/ap/
ap_config.h 329 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 57 bss->wpa_group_rekey = 600;
wpa_auth.c 295 if (wpa_auth->conf.wpa_group_rekey) {
296 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
470 if (wpa_auth->conf.wpa_group_rekey) {
471 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 394 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) &&
403 bss->wpa_group_rekey = 86400;
    [all...]
ibss_rsn.c 430 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600;
mesh_rsn.c 160 conf.wpa_group_rekey = -1;
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 159 milliseconds