summaryrefslogtreecommitdiffstats
path: root/src-wireless
AgeCommit message (Collapse)AuthorFilesLines
2011-06-19Add /etc/conf.d/netcfg for net-auto-wireless configuration.Rémy Oudompheng1-2/+5
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-19Rename wireless module to 'rfkill', remove wep_checkRémy Oudompheng1-2/+2
2011-06-19Move wpa_supplicant based list_networks() function to 8021x moduleRémy Oudompheng1-0/+1
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-06-11Move wpa_supplicant PID file to /runRémy Oudompheng1-3/+3
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2009-09-14Rename set_interface to bring_interfaceJim Pryor1-4/+4
3. Change the name of "set_interface up/down..." to "bring_interface up/down" to differentiate it from the similarly-named, merely record-keeping functions. Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-14revert regexp ESSID patchesJim Pryor1-12/+6
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-14Returns and exitsJim Pryor1-1/+1
* add some abortive returns * some exit tweaks Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-14check for $IFACE_DIR/$INTERFACE before sourcingJim Pryor1-1/+1
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-14tabs->spaces, vim modelinesJim Pryor2-51/+52
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-14Tweaks while mergingJim Pryor1-4/+4
* added various quotes * made some vars local * tweaked some [[ ]]s, including one broken one in netcfg-menu * s/ra0/$INTERFACE/ in ethernet-iproute and wireless Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-07Rework rfkill into re-usable functionsJames Rayner1-2/+8
2009-09-07indentationJim Pryor1-17/+17
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-07Lots of little tweaks that should never hurt. Some of them may help inJames Rayner1-3/+3
corner cases; others probably make no difference. Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-07wireless-dbus tweaksJim Pryor1-2/+2
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-09-07Use wpa_supplicant for list_networksJames Rayner1-2/+1
2009-08-15quotes!Jim Pryor2-6/+6
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15extend set_interface usage to netcfg-auto-wirelessJim Pryor1-3/+6
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15Add AP argument to profile, also let ESSID arguments be regexpsJim Pryor2-18/+54
* AP= arguments in profiles take precedence over ESSID= arguments * ESSID= arguments regexps instead of literals. To avoid screwing up any currently working profiles, I restricted the interpretation as a regexp to just the new wireless-dbus connection types. * But a global change involved in implementing this is that the connection up/down calls will be passed a literal ESSID (which of the local networks matches the regexp) as an additional argument. Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15give wireless-dbus smarter read_configJim Pryor1-3/+8
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15net-auto daemon file? already started?Jim Pryor1-4/+14
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15Make python script use i/o hooks tooJim Pryor1-17/+49
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15Everyone use i/o functions from globals/hooksJim Pryor2-16/+7
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-10revert pryor patchJames Rayner3-249/+79
2009-08-07Patch from Jim PryorJames Rayner3-79/+249
2009-05-18wireless: check if iface is real, stop wpa_supplicant on failuresJames Rayner1-11/+15
2009-05-01Working WEP support via dbus/wpa_supplicantJames Rayner1-11/+8
2009-04-28Add WEP support to wireless-dbus, remove broken interface type check in wirelessJames Rayner1-12/+46
2009-02-17Remove possibly redundant code, add structure to support WEPJames Rayner1-17/+23
2009-02-17Improve tolerance of wireless-dbus and remove hardcoded valuesJames Rayner1-5/+4
2009-02-17fix netcfg-auto-wireless and a temporary workaround for FS#13299James Rayner2-9/+11
2009-02-16various fixes, and new quirk 'noacheck'James Rayner2-17/+15
2008-12-18Arrange tree for future packagingJames Rayner3-0/+238