Example #1
0
    def stopScan(self):
        self.rescanTimer.stop()
        if self.w is not None:
            from Plugins.SystemPlugins.WirelessLan.Wlan import iWlan

            iWlan.stopGetNetworkList()
            self.w = None
Example #2
0
 def select(self):
     cur = self["list"].getCurrent()
     if cur is not None:
         iWlan.stopGetNetworkList()
         self.rescanTimer.stop()
         del self.rescanTimer
         if cur[0] is not None:
             self.close(cur[0])
         else:
             self.close(None)
     else:
         iWlan.stopGetNetworkList()
         self.rescanTimer.stop()
         del self.rescanTimer
         self.close(None)
Example #3
0
 def stopScan(self):
     self.rescanTimer.stop()
     if self.w is not None:
         from Plugins.SystemPlugins.WirelessLan.Wlan import iWlan
         iWlan.stopGetNetworkList()
         self.w = None
Example #4
0
 def cancel(self):
     iWlan.stopGetNetworkList()
     self.rescanTimer.stop()
     del self.rescanTimer
     self.close(None)