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

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_config.py 317 pmf_support=hostapd_constants.PMF_SUPPORT_DISABLED,
350 pmf_support: one of PMF_SUPPORT_* above. Controls whether the
425 if pmf_support not in hostapd_constants.PMF_SUPPORT_VALUES:
426 raise ValueError('Invalid value for pmf_support: %r' % pmf_support)
428 self._pmf_support = pmf_support
  /external/autotest/server/cros/network/
hostap_config.py 462 pmf_support=PMF_SUPPORT_DISABLED,
490 @param pmf_support one of PMF_SUPPORT_* above. Controls whether the
547 if pmf_support not in self.PMF_SUPPORT_VALUES:
548 raise error.TestFail('Invalid value for pmf_support: %r' %
549 pmf_support)
551 self._pmf_support = pmf_support

Completed in 381 milliseconds