summaryrefslogtreecommitdiffstats
path: root/src/connections/wireless
AgeCommit message (Collapse)AuthorFilesLines
2009-08-15grep tweaksJim Pryor1-2/+2
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15More secure temp WPA_CONFIG fileJim Pryor1-15/+13
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15Don't overwrite existing $WEP_OPTSJim Pryor1-5/+7
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15Sanitize quotes for wpa_startJim Pryor1-0/+5
Arguments to wpa_start shouldn't be expanded until wpa_start receives them: so should be quoted by all calling functions. I added quotes throughout. In general, it seems wise to quote except when it's absolutely certain not to be needed---or you specifically _do_ want to expand arguments. In this case, it's extra important. Because this might be missed in later code, I also wrangled wpa_start so that it doesn't rely on WPA_OPTS being all in $3. One of these fixes would have sufficed, but what the hell I did both. Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-15wpa_cli, start/stop_wpa, wpa_check tweaksJim Pryor1-9/+9
* Supply -i switch to wpa_cli * Have wpa_check call stop_wpa on failure, instead of duplicating (only some of) the termination code. * Need brief sleep in termination code. * Note that functions which call wpa_check don't need to call stop_wpa themselves, when wpa_check fails. * Functions which call wpa_check and start_wpa are however responsible for all error reporting on failure. * Add some debugging calls to announce calls to wpa_start/wpa_check Signed-off-by: Jim Pryor <profjim@jimpryor.net>
2009-08-10Add interface setting, a debug mode and interface setting hooksJames Rayner1-1/+1
2009-08-10merge improved find_ap/find_essidJames Rayner1-3/+3
2009-08-10merge logging code from Jim PryorJames Rayner1-16/+41
2009-08-10Add wireless+iproute support, extend wait for some slower cardsJames Rayner1-4/+8
2009-08-10Added basic rfkill support; prototype connection query supportJames Rayner1-1/+44
2009-06-27Workaround for FS#15072James Rayner1-1/+1
2009-05-18fixed typo by Robson Roberto Souza PeixotoAndrea Scarpino1-1/+1
2009-05-18wireless: check if iface is real, stop wpa_supplicant on failuresJames Rayner1-8/+20
2009-05-07remove infinite loop causing wireless to failJames Rayner1-5/+0
2009-04-29set SECURITY to none if not setAndrea Scarpino1-0/+3
2009-04-28Add WEP support to wireless-dbus, remove broken interface type check in wirelessJames Rayner1-5/+0
2009-02-26Update and re-arrange examples, update wireless quirk options, stopJames Rayner1-41/+34
using deprecated sys interface
2009-02-17fix netcfg-auto-wireless and a temporary workaround for FS#13299James Rayner1-4/+4
2009-02-16FS#11748 -netcfg takes interface down too earlyJames Rayner1-0/+1
2009-02-16FS#13165 - netcfg creates bad wpa_supplicant config when using full hex keyJames Rayner1-1/+1
2009-02-16remove typoJames Rayner1-1/+0
2009-02-16various fixes, and new quirk 'noacheck'James Rayner1-7/+13
2008-12-18use arguments to scripts rather than sourcing in connection functionsJames Rayner1-6/+7
2008-12-18FS11818, improve key handling, use subshells to avoid scope issues after libifyJames Rayner1-1/+1
2008-12-18fix libifyJames Rayner1-0/+119