Home
last modified time | relevance | path

Searched refs:set_channel_and_apply (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/wifi6e/
DWifi6eMultiChannelTest.py49 self.ap.set_channel_and_apply("6g", 37)
55 self.ap.set_channel_and_apply("6g", 53)
61 self.ap.set_channel_and_apply("6g", 69)
67 self.ap.set_channel_and_apply("6g", 85)
73 self.ap.set_channel_and_apply("6g", 101)
79 self.ap.set_channel_and_apply("6g", 117)
85 self.ap.set_channel_and_apply("6g", 133)
91 self.ap.set_channel_and_apply("6g", 149)
97 self.ap.set_channel_and_apply("6g", 165)
103 self.ap.set_channel_and_apply("6g", 181)
[all …]
/tools/test/connectivity/acts_tests/tests/google/wifi/wifi6/
DWifiStaConcurrencyNetworkRequest11axTest.py75 self.ap1.set_channel_and_apply("2g", channel_2g)
76 self.ap1.set_channel_and_apply("5g", channel_5g)
83 self.ap1.set_channel_and_apply("2g", channel_2g)
84 self.ap2.set_channel_and_apply("2g", channel_2g_ap2)
93 self.ap1.set_channel_and_apply("5g", channel_5g)
94 self.ap2.set_channel_and_apply("5g", channel_5g_ap2)
DWifiStaApConcurrency11axTest.py91 self.ap.set_channel_and_apply("5g", channel_5g)
93 self.ap.set_channel_and_apply("2g", channel_2g)
DWifiSoftApAcs11axTest.py118 self.ap.set_channel_and_apply("5g", channel_5g)
120 self.ap.set_channel_and_apply("2g", channel_2g)
/tools/test/connectivity/acts/framework/acts/controllers/
Dasus_axe11000_ap.py531 def set_channel_and_apply(self, band, channel): member in AsusAXE11000AP