aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/WirelessLan
AgeCommit message (Collapse)Author
2010-02-20WirelessLan/plugin.py: * use dict to store already found entries. This ↵acid-burn
avoids increasing entries inside WLAN-Scan in new 1.6 Images. this fixes #448
2010-02-11WirelessLan/plugin.py: * fix sometimes not correctly returned ssid name from ↵acid-burn
wlanscan screen. * don't count the hidden network helper entry as found network. * some small optimizations. refs #204
2009-12-23WirelessLan/plugin.py: fix merge conflictacid-burn
2009-12-23Merge branch 'bug_203_fix_wrong_networkstate'acid-burn
Conflicts: lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py lib/python/Screens/NetworkSetup.py
2009-12-23Merge branch 'bug_204_wlan_automatic_scanning'acid-burn
2009-12-15Screens/NetworkSetup.py, WirelessLan/plugin.py: - fix wrong networkstate in ↵acid-burn
some conditions. This fixex #203
2009-12-08SystemPlugins/WirelessLan: - replace manual wlan scan in favour of an ↵Mladen Horvat
automatic wlan scanning. - some cleanups and skinfixes. This fixes #204
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
2009-11-11WirelessLan/plugin.py: - always use quotes for the ssid name, small cleanupacid-burn
2009-11-11WirelessLan/plugin.py: - properly escape spaces inside an SSID name when ↵acid-burn
returning the ConfigString. This fixes #175
2009-11-06Enigma2-SystemPlugins: -move NetworkWizard and WirelessLan Plugins into ↵acid-burn
Enigma2 git repo. This fixes bug #140
2007-03-21remove wireless pluginStefan Pluecken
2007-03-20fix hardcoded interface handling in wireless pluginStefan Pluecken
2007-03-20fix hardcoded pathStefan Pluecken
2007-03-20some fixes for the new network configurationStefan Pluecken
adding Reichi's WirelessLan configuration plugin (not yet fully functional)