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.py1104 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1120 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1138 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1155 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1172 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1190 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1207 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1224 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1242 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
1259 pmf_support=hostapd_constants.PMF_SUPPORT_REQUIRED,
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py104 pmf_support=None, argument
147 pmf_support=pmf_support,