Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_capture.py22 from acts.controllers.ap_lib.hostapd_constants import CENTER_CHANNEL_MAP
232 for i, j in CENTER_CHANNEL_MAP[VHT_CHANNEL[bandwidth]]["channels"]:
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py79 center_channel_delta = hostapd_constants.CENTER_CHANNEL_MAP[
82 for channel_map in hostapd_constants.CENTER_CHANNEL_MAP[
Dhostapd_constants.py310 CENTER_CHANNEL_MAP = { variable