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_constants.py210 N_CAPABILITIES_MAPPING = { variable
232 for k, v in N_CAPABILITIES_MAPPING.items()
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
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/compliance/
DWlanPhyCompliance11NTest.py59 for cap in hostapd_constants.N_CAPABILITIES_MAPPING.keys():
61 ret.append(hostapd_constants.N_CAPABILITIES_MAPPING[cap])
143 if n_capability in hostapd_constants.N_CAPABILITIES_MAPPING.keys():