Home
last modified time | relevance | path

Searched refs:pmf_support (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_ap_preset.py53 pmf_support=None, argument
138 pmf_support=pmf_support,
197 pmf_support=pmf_support,
223 pmf_support=pmf_support,
247 pmf_support=pmf_support,
296 pmf_support=pmf_support,
363 pmf_support=pmf_support,
Dhostapd_config.py330 pmf_support=None, argument
453 if pmf_support is None:
467 elif pmf_support not in hostapd_constants.PMF_SUPPORT_VALUES:
468 raise ValueError('Invalid value for pmf_support: %r' % pmf_support)
469 elif (pmf_support != hostapd_constants.PMF_SUPPORT_REQUIRED
474 self._pmf_support = pmf_support
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanSecurityComplianceABGTest.py1107 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1126 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1144 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1161 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1181 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1199 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1216 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1236 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1254 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1271 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py110 pmf_support=None, argument
170 pmf_support=pmf_support,