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 162 int wpa_group_rekey; member in struct:wpa_auth_config
ap_config.c 61 bss->wpa_group_rekey = 600;
1052 bss->wpa_group_rekey = bss->wpa_group == WPA_CIPHER_TKIP ?
wpa_auth_glue.c 44 wconf->wpa_group_rekey = conf->wpa_group_rekey;
wpa_auth.c 298 if (wpa_auth->conf.wpa_group_rekey) {
299 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
473 if (wpa_auth->conf.wpa_group_rekey) {
474 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 437 if (bss->wpa_group_rekey < 86400 && (bss->wpa & 2) &&
446 bss->wpa_group_rekey = 86400;
    [all...]
ibss_rsn.c 434 conf.wpa_group_rekey = ssid->group_rekey ? ssid->group_rekey : 600;
mesh_rsn.c 163 conf.wpa_group_rekey = -1;
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 201 milliseconds