Merge remote branch 'origin/obi/bug_724_wpa_modes' into acid-burn/networking_changes
[enigma2.git] / lib / python / Plugins / SystemPlugins / WirelessLan / Wlan.py
index e629a67dd0aea8278cd0e1d9fe737675aede2fc2..a64a5a6d5277e782fde1950f9d19b2d8271f0932 100755 (executable)
@@ -407,6 +407,7 @@ class Status:
        def stopWlanConsole(self):
                if self.WlanConsole is not None:
                        print "killing self.WlanConsole"
+                       self.WlanConsole.killAll()
                        self.WlanConsole = None
                        
        def getDataForInterface(self, iface, callback = None):