Home
last modified time | relevance | path

Searched refs:chan (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiSoftApAcsTest.py74 chan = self.test_name.split('_')[-1]
75 if chan.isnumeric():
76 band = '2G' if self.chan_map[int(chan)] < 5000 else '5G'
77 self.packet_capture[0].configure_monitor_mode(band, int(chan))
208 def verify_acs_channel(self, chan, avoid_chan): argument
221 if chan == avoid_chan or chan == avoid_chan2:
223 "AP was beaconing on. Channel = %d" % chan)
230 chan = self.start_traffic_and_softap(network, WIFI_CONFIG_APBAND_2G)
231 if not chan in range(1, 12):
233 "band" % chan)
[all …]
DWifiChaosTest.py302 self.chan = re.search(r'(\d+)',item).group(0)
358 self.pcap.configure_monitor_mode(self.band, self.chan)
DWifiDppTest.py245 def gen_uri(self, device, info="DPP_TESTER", chan="81/1", mac=None): argument
267 if chan:
268 cmd += " chan=%s" % chan
521 uri_id = self.gen_uri(self.helper_dev, chan=responder_chan, mac=mac)
DWifiRvrTest.py383 chan=int(testcase_params['channel']),
521 chan=testcase_params['channel'],
DWifiPingTest.py301 chan=int(testcase_params['channel']),
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_sniffer.py314 def _configure_sniffer(self, network, chan, bw): argument
402 def start_capture(self, network, chan, bw, duration=60): argument
415 self._configure_sniffer(network, chan, bw)
463 def _configure_sniffer(self, network, chan, bw): argument
498 def set_monitor_mode(self, chan, bw): argument
508 if chan == self.channel and bw == self.bandwidth:
511 self.channel = chan
542 if chan <= 13:
543 primary_freq = WifiEnums.channel_2G_to_freq[chan]
545 primary_freq = WifiEnums.channel_5G_to_freq[chan]
[all …]
/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp151 int chan = *trusty_app.GetRawFd(); in Bind() local
153 int rc = tipc_send(chan, iov, countof(iov), handles, countof(handles)); in Bind()
158 rc = read(chan, &hdr, sizeof(hdr)); in Bind()
184 int chan = *trusty_app.GetRawFd(); in Msg() local
189 int rc = tipc_send(chan, iov, countof(iov), NULL, 0); in Msg()
194 rc = readv(chan, iov, countof(iov)); in Msg()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtInterferenceBaseTest.py208 for chan in interference_channels:
210 if self.wifi_int_pairs[i].channel == chan:
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/
DWifiP2pRvrTest.py247 chan=11,
276 chan=11,