Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/wifi6/
DWifiStaApConcurrency11axTest.py90 if int(self.ap.get_configured_channel("5g")) != channel_5g:
92 if int(self.ap.get_configured_channel("2g")) != channel_2g:
DWifiSoftApAcs11axTest.py117 if int(self.ap.get_configured_channel("5g")) != channel_5g:
119 if int(self.ap.get_configured_channel("2g")) != channel_2g:
/tools/test/connectivity/acts/framework/acts/controllers/
Dasus_axe11000_ap.py550 def get_configured_channel(self, band): member in AsusAXE11000AP