Home
last modified time | relevance | path

Searched refs:HT40_ALLOW_MAP (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py26 channel_supported = (channel in hostapd_constants.HT40_ALLOW_MAP[
33 channel_supported = (channel in hostapd_constants.HT40_ALLOW_MAP[
539 supports_plus = (channel in hostapd_constants.HT40_ALLOW_MAP[
541 supports_minus = (channel in hostapd_constants.HT40_ALLOW_MAP[
Dhostapd_constants.py291 HT40_ALLOW_MAP = { variable