aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/WirelessLan
AgeCommit message (Collapse)Author
2011-05-20WirelessLan: small skinfix for WLAN Status Screen. refs #725acid-burn
2011-04-13Enigma2-{Network,NetworkWizard,WirelessLan}: more work on wireless lan / ↵Mladen Horvat
networking. removed 'hidden' links from lists and replaced with more intuitive options in networkwizard/networksetup. fixes #725
2011-03-31Screens/NetworkSetup.py, SystemPlugins/WirelessLan,Networkwizard: dont use ↵Mladen Horvat
"hidden..." as selector for hidden networks. Add config option for entering a hidden network ssid. This is more intuitive as selecting the option from the found networks. refs #725
2011-03-30SystemPlugins/WirelessLan: Don't depend on device names where possible. ↵Mladen Horvat
Better wireless lan interface detection and scanning. Changed file naming for wpa_supplicant configuration to wpa_supplicant."interfacename".conf. refs #389
2011-03-30SystemPlugins/WirelessLan: improve wireless device/module detection.acid-burn
improve iwconfig response parsing. read and save wpa_supplicant configurations into per interface separated files. refs #389
2011-03-16small cleanupsacid-burn
2011-03-15Merge remote branch 'origin/obi/bug_726_interfaces' into ↵acid-burn
acid-burn/networking_changes
2011-03-15Merge remote branch 'origin/obi/bug_724_wpa_modes' into ↵acid-burn
acid-burn/networking_changes
2011-03-15WirelessLan/Wlan.py: properly kill still running iwconfig console callbacks. ↵acid-burn
fixes #720
2011-03-14WPA: minimize driver specific code for /etc/network/interfacesAndreas Oberritter
2011-03-14WLAN: fix inversed logic for WPA2 vs. WPA/WPA2Andreas Oberritter
2011-02-08Plugins: fix permission of plugin.pyacid-burn
2011-02-07Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵acid-burn
enigma2 restart after installation. refs #670
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-10-05Merge commit 'origin/bug_578_translateable_meta_descriptions'acid-burn
Conflicts: lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-07-24Enigma2-Network: update Wlan plugin to support new python-wifi.acid-burn
some fixes and cleanups. refs #558
2010-07-24SystemPlugins/WirelessLan: remove outdated flags.py and iwlibs.py.acid-burn
refs #558
2010-04-26meta: remove trailing slash from installdirsAndreas Oberritter
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)