Searched refs:iface (Results 1 – 15 of 15) sorted by relevance
107 for iface in interfaces_phy:108 IW_LIST_FREQ = 'iwlist %s freq' % iface111 wlan_2g = iface113 wlan_5g = iface134 for iface in interfaces_eth:135 network_status = self.check_ping(iface)137 wan = iface161 for iface in interfaces_eth:162 LAN_CHECK = 'ifconfig %s' % iface165 lan = iface[all …]
119 def _create_interface(self, iface, mode): argument125 self.ssh.run('ifconfig wlan%s down' % iface[-1], ignore_status=True)126 self.ssh.run('iw dev %s del' % iface, ignore_status=True)128 % (iface[-1], iface, mode), ignore_status=True)129 self.ssh.run('ip link set %s up' % iface, ignore_status=True)130 result = self.ssh.run('iw dev %s info' % iface, ignore_status=True)131 if result.stderr or iface not in result.stdout:132 raise PacketCaptureError('Failed to configure interface %s' % iface)134 def _cleanup_interface(self, iface): argument136 self.ssh.run('iw dev %s del' % iface, ignore_status=True)[all …]
247 for iface in self.wlan:248 WLAN_DOWN = 'ifconfig {} down'.format(iface)253 for iface in bridge_interfaces:254 BRIDGE_DOWN = 'ifconfig {} down'.format(iface)255 BRIDGE_DEL = 'brctl delbr {}'.format(iface)531 for iface in bridge_interfaces:532 BRIDGE_DOWN = 'ifconfig {} down'.format(iface)533 BRIDGE_DEL = 'brctl delbr {}'.format(iface)610 iface, argument628 mac, interval, count, lifetime, iface, rtt)
353 def enable_80211r(self, iface, md): argument367 if iface == OpenWrtWifiSetting.IFACE_2G:372 elif iface == OpenWrtWifiSetting.IFACE_5G:380 "uci set wireless.@wifi-iface[{}].ieee80211r='1'".format(iface))383 .format(iface))386 .format(iface, md))393 "uci get wireless.@wifi-iface[{}].ieee80211r".format(iface)).stdout
129 scapy.sendp(self.packet, iface=self.interface, verbose=0)180 scapy.sendp(packet, iface=self.interface, verbose=0)202 packet, iface=self.interface, timeout=interval, verbose=0)
4 …"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", "…
31 iface=NET_IFACE, argument44 self.iface = iface
105 (config.name, config.iface))
9 def send(dstmac, interval, count, lifetime, iface, rtt): argument25 scapy.sendp(ra, iface=iface)
53 self.iface = nutils.wait_for_new_iface(iflist_before)54 self.real_hwaddr = get_if_raw_hwaddr(self.iface)
110 iface = link_prop["InterfaceName"]111 self.log.info("Iface: %s" % iface)112 self.dut_ip = self.dut.droid.connectivityGetIPv4Addresses(iface)[0]
43 import org.jf.dexlib2.iface.ClassDef;44 import org.jf.dexlib2.iface.MultiDexContainer;
774 for iface in phy_ifaces:775 if '2g_' in iface or '5g_' in iface or 'xg_' in iface:
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...