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.py50 pmf_support=None, argument
133 pmf_support=pmf_support,
191 pmf_support=pmf_support,
217 pmf_support=pmf_support,
240 pmf_support=pmf_support,
288 pmf_support=pmf_support,
354 pmf_support=pmf_support,
Dhostapd_config.py327 pmf_support=None, argument
447 if pmf_support is None:
461 elif pmf_support not in hostapd_constants.PMF_SUPPORT_VALUES:
462 raise ValueError('Invalid value for pmf_support: %r' % pmf_support)
463 elif (pmf_support != hostapd_constants.PMF_SUPPORT_REQUIRED
468 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.py104 pmf_support=None, argument
154 pmf_support=pmf_support,