Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py140 if self._mode == hostapd_constants.MODE_11A:
141 return hostapd_constants.MODE_11A
149 return hostapd_constants.MODE_11A
497 if self._mode == hostapd_constants.MODE_11A and frequency < 5000:
Dhostapd_constants.py109 MODE_11A = 'a' variable