Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-19 | Remove now unused functions find_ap() and find_essid() | Rémy Oudompheng | 1 | -59/+0 | |
2011-06-19 | Move wpa_supplicant based list_networks() function to 8021x module | Rémy Oudompheng | 1 | -44/+0 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | wireless: add proper option to wpa_cli to find files in /run | Rémy Oudompheng | 1 | -2/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-06-11 | Move wpa_supplicant PID file to /run | Rémy Oudompheng | 1 | -2/+2 | |
Signed-off-by: Rémy Oudompheng <remy@archlinux.org> | |||||
2011-01-20 | Change default wpa driver to nl80211,wext - requires wpa_supplicant 0.7 | Thomas Bächler | 1 | -1/+1 | |
2010-02-21 | Fix FS#18391, FS#18385, broken rfkill, handle hard more appropriately | James Rayner | 1 | -3/+20 | |
2009-09-22 | Merge connections ethernet/ethernet-iproute | James Rayner | 1 | -1/+2 | |
2009-09-14 | revert regexp ESSID patches | Jim Pryor | 1 | -18/+8 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | /sys/class/rfkill/rfkillN/state=2 for disabled on my system | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | remove duplicated list_networks | Jim Pryor | 1 | -40/+0 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | Returns and exits | Jim Pryor | 1 | -4/+8 | |
* add some abortive returns * some exit tweaks Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | Sourcing not necessary in get_rf_state, set_rf_state | Jim Pryor | 1 | -4/+1 | |
Every time these functions are called, the sourcing has already just been done by the caller. Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | check for $IFACE_DIR/$INTERFACE before sourcing | Jim Pryor | 1 | -2/+2 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | tabs->spaces, vim modelines | Jim Pryor | 1 | -3/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-14 | Tweaks while merging | Jim Pryor | 1 | -25/+25 | |
* 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-07 | Rework rfkill into re-usable functions | James Rayner | 1 | -0/+56 | |
2009-09-07 | Generalise wpa_supplicant scan information | James Rayner | 1 | -7/+51 | |
2009-09-07 | respect TMPDIR | Jim Pryor | 1 | -3/+3 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-09-07 | Use wpa_supplicant for list_networks | James Rayner | 1 | -27/+20 | |
2009-09-02 | Shorten find_ap/essid and allow net-profiles to continue if a profile fails | James Rayner | 1 | -2/+2 | |
2009-08-15 | quotes! | Jim Pryor | 1 | -3/+3 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-08-15 | improve list_networks, report APs too | Jim Pryor | 1 | -9/+31 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-08-15 | Add AP argument to profile, also let ESSID arguments be regexps | Jim Pryor | 1 | -8/+19 | |
* 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-15 | make wep_check more robust | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-08-15 | grep tweaks | Jim Pryor | 1 | -1/+1 | |
Signed-off-by: Jim Pryor <profjim@jimpryor.net> | |||||
2009-08-10 | Add interface setting, a debug mode and interface setting hooks | James Rayner | 1 | -1/+0 | |
2009-08-10 | merge improved find_ap/find_essid | James Rayner | 1 | -11/+52 | |
2009-08-10 | merge logging code from Jim Pryor | James Rayner | 1 | -2/+0 | |
2009-02-26 | Update and re-arrange examples, update wireless quirk options, stop | James Rayner | 1 | -0/+1 | |
using deprecated sys interface | |||||
2008-12-18 | fix libify | James Rayner | 1 | -0/+61 | |