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 | 50 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,
|
D | hostapd_config.py | 327 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/ |
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 | 104 pmf_support=None, argument 154 pmf_support=pmf_support,
|