Home
last modified time | relevance | path

Searched refs:N_CAPABILITIES_MAPPING (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py117 for cap in hostapd_constants.N_CAPABILITIES_MAPPING.keys():
119 ret.append(hostapd_constants.N_CAPABILITIES_MAPPING[cap])
393 if cap not in hostapd_constants.N_CAPABILITIES_MAPPING
Dhostapd_constants.py171 N_CAPABILITIES_MAPPING = { variable
193 for k, v in N_CAPABILITIES_MAPPING.items()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DWlanPhyCompliance11NTest.py58 for cap in hostapd_constants.N_CAPABILITIES_MAPPING.keys():
60 ret.append(hostapd_constants.N_CAPABILITIES_MAPPING[cap])
141 if n_capability in hostapd_constants.N_CAPABILITIES_MAPPING.keys():