Searched refs:pmf_support (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/ |
D | hostapd_ap_preset.py | 53 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,
|
D | hostapd_config.py | 330 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/ |
D | WlanSecurityComplianceABGTest.py | 1107 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/ |
D | access_point.py | 110 pmf_support=None, argument 170 pmf_support=pmf_support,
|