mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
Debian patch: 21-fix_ESSID_setting.patch
This commit is contained in:
@@ -1088,9 +1088,7 @@ class BaseWirelessInterface(BaseInterface):
|
||||
bssid -- bssid of the network
|
||||
|
||||
"""
|
||||
cmd = ['iwconfig', self.iface, 'essid', essid]
|
||||
if self.verbose: print str(cmd)
|
||||
misc.Run(cmd)
|
||||
self.SetEssid(essid)
|
||||
base = "iwconfig %s" % self.iface
|
||||
if channel and str(channel).isdigit():
|
||||
cmd = "%s channel %s" % (base, str(channel))
|
||||
|
||||
Reference in New Issue
Block a user