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

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_security.py 31 wpa_strict_rekey=hostapd_constants.WPA_STRICT_REKEY_DEFAULT):
49 wpa_strict_rekey: Whether to do a group key update when client
57 self.wpa_strict_rekey = wpa_strict_rekey
97 if self.wpa_strict_rekey:
99 'wpa_strict_rekey'] = hostapd_constants.WPA_STRICT_REKEY
  /external/wpa_supplicant_8/src/ap/
ap_config.h 330 int wpa_strict_rekey; member in struct:hostapd_bss_config
wpa_auth.h 144 int wpa_strict_rekey; member in struct:wpa_auth_config
wpa_auth_glue.c 41 wconf->wpa_strict_rekey = conf->wpa_strict_rekey;
wpa_auth.c 693 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 71 milliseconds