Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dap_get_interface.py108 for iface in interfaces_phy:
109 IW_LIST_FREQ = 'iwlist %s freq' % iface
112 wlan_2g = iface
114 wlan_5g = iface
135 for iface in interfaces_eth:
136 network_status = self.check_ping(iface)
138 wan = iface
163 for iface in interfaces_eth:
164 LAN_CHECK = 'ifconfig %s' % iface
167 lan = iface
[all …]
/tools/test/connectivity/acts/tests/google/wifi/
DWifiScannerTests.config4 …"radio0": {"settings": {"channel": 1}, "wifi-iface" : [{"ssid": "Test_1", "key": "hahahaha", "encr…
6 …"radio1": {"settings": {"channel": 40}, "wifi-iface" : [{"ssid": "Test_40", "key": "hahahaha", "en…
10 …"radio0": {"settings": {"channel": 6}, "wifi-iface" : [{"ssid": "Test_6", "key": "hahahaha", "encr…
12 …"radio1": {"settings": {"channel": 40}, "wifi-iface" : [{"ssid": "Test_40", "key": "hahahaha", "en…
16 …"radio0": {"settings": {"channel": 10}, "wifi-iface" : [{"ssid": "Test_10", "key": "hahahaha", "en…
18 …"radio1": {"settings": {"channel": 44}, "wifi-iface" : [{"ssid": "Test_44", "key": "hahahaha", "en…
22 …"radio0": {"settings": {"channel": 11}, "wifi-iface" : [{"ssid": "Test_11", "key": "hahahaha", "en…
24 …"radio1": {"settings": {"channel": 149}, "wifi-iface" : [{"ssid": "Test_149", "key": "hahahaha", "…
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthUtils.java36 BandwidthUtils(ITestDevice device, String iface) throws DeviceNotAvailableException { in BandwidthUtils() argument
38 mIface = iface; in BandwidthUtils()
78 String iface = parts[1]; in parseUidStats() local
79 if (!mIface.equals(iface)) { // skip if its not iface we need in parseUidStats()
94 iface, uid, rb, rp, tb, tp); in parseUidStats()
121 String iface = parts[0].replace(":", "").trim(); in parseNetDevStats() local
122 if (mIface.equals(iface)) { in parseNetDevStats()
127 CLog.v("net iface %s rb %d rp %d tb %d tp %d", iface, rb, rp, tb, tp); in parseNetDevStats()
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py161 for iface in self.wlan:
162 WLAN_DOWN = 'ifconfig {} down'.format(iface)
167 for iface in bridge_interfaces:
168 BRIDGE_DOWN = 'ifconfig {} down'.format(iface)
169 BRIDGE_DEL = 'brctl delbr {}'.format(iface)
Dpacket_sender.py121 scapy.sendp(self.packet, iface=self.interface, verbose=0)
172 scapy.sendp(packet, iface=self.interface, verbose=0)
194 packet, iface=self.interface, timeout=interval, verbose=0)