Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanPhyCompliance11NTest.py58 for cap in hostapd_constants.N_CAPABILITIES_MAPPING.keys():
60 ret.append(hostapd_constants.N_CAPABILITIES_MAPPING[cap])
154 if n_capability in hostapd_constants.N_CAPABILITIES_MAPPING.keys():
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py116 for cap in hostapd_constants.N_CAPABILITIES_MAPPING.keys():
118 ret.append(hostapd_constants.N_CAPABILITIES_MAPPING[cap])
399 if cap not in hostapd_constants.N_CAPABILITIES_MAPPING
Dhostapd_constants.py212 N_CAPABILITIES_MAPPING = { variable
234 for k, v in N_CAPABILITIES_MAPPING.items()