Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | scripts: fix wrong usage of '==' operator | John Crispin | 2014-10-14 |
| | | | | | | | | | | | | | | [base-files] shell-scripting: fix wrong usage of '==' operator normally the '==' is used for invoking a regex parser and is a bashism. all of the fixes just want to compare a string. the used busybox-ash will silently "ignore" this mistake, but make it portable/clean at least. this patch does not change the behavior/logic of the scripts. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42911 | ||
* | /sbin/wifi: reload network/wireless on wifi restart | Felix Fietkau | 2013-12-11 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39036 | ||
* | base-files: fix whitespaces | Luka Perkov | 2013-12-09 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39006 | ||
* | wifi: restart netifd wifi interfaces on the "up" command like the old variant | Felix Fietkau | 2013-12-02 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38990 | ||
* | wifi: rename the "reload" (restarting non-netifd wifi) command to ↵ | Felix Fietkau | 2013-12-02 |
| | | | | | | | | | | "reload_legacy" Add a new "reload" command that reloads the netifd config as well Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38989 | ||
* | netifd: add wireless configuration support and port mac80211 to the new ↵ | Felix Fietkau | 2013-12-02 |
| | | | | | | | | framework Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38988 | ||
* | base-files: allow wireless ifaces to be part of multiple networks | Jo-Philipp Wich | 2012-06-26 |
| | | | | SVN-Revision: 32503 | ||
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 |
| | | | | SVN-Revision: 32062 | ||
* | base-files: properly handle wifi ifaces with no network attached, useful for ↵ | Jo-Philipp Wich | 2011-11-08 |
| | | | | | | unmanaged interfaces like used for batman or monitoring SVN-Revision: 28860 | ||
* | netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵ | Felix Fietkau | 2011-11-04 |
| | | | | | | must not attempt to create the bridge by itself SVN-Revision: 28745 | ||
* | adds a --help option to /sbin/wifi | Florian Fainelli | 2010-12-05 |
| | | | | | | Signed-off-by: Sebastian Philipp <sebastian@spawnhost.de> SVN-Revision: 24258 | ||
* | wifi: fix duplicate ht capabilities in the hostapd config file by clearing ↵ | Felix Fietkau | 2010-07-08 |
| | | | | | | the list at config load time SVN-Revision: 22099 | ||
* | /sbin/wifi: improve reliability of restarts by resetting the state properly | Felix Fietkau | 2010-02-02 |
| | | | | SVN-Revision: 19495 | ||
* | fix a typo in the hwmode handling in /sbin/wifi (thx, maddes) | Felix Fietkau | 2010-01-24 |
| | | | | SVN-Revision: 19313 | ||
* | base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 ↵ | Jo-Philipp Wich | 2010-01-13 |
| | | | | | | based drivers - sanitize keys where necessary - put a procedure prepare_key_wep() into /sbin/wifi for use by other driver backends SVN-Revision: 19118 | ||
* | In wifi_fixup_hwmode the value 11bg for hwmode was not transfered to bg. | Hauke Mehrtens | 2009-04-09 |
| | | | | SVN-Revision: 15180 | ||
* | wifi: fix hostapd + autochannel | Felix Fietkau | 2009-03-27 |
| | | | | SVN-Revision: 15055 | ||
* | - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 ↵ | Jo-Philipp Wich | 2009-03-25 |
| | | | | | | for spotting this - fix possible regression with different interface protocols - bump PKG_RELEASE SVN-Revision: 15042 | ||
* | sync macs with vif bssids in broadcom.sh, fixes multi-ssid with wpa | Jo-Philipp Wich | 2009-03-24 |
| | | | | SVN-Revision: 15028 | ||
* | use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵ | Felix Fietkau | 2008-10-29 |
| | | | | | | when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078 | ||
* | make sure that the dhcp client (or other processes necessary to get a ↵ | Felix Fietkau | 2008-10-23 |
| | | | | | | connection) gets restarted when the wifi is restarted SVN-Revision: 13026 | ||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 |
| | | | | SVN-Revision: 10367 | ||
* | tab/whitespace fix | Felix Fietkau | 2007-08-04 |
| | | | | SVN-Revision: 8338 | ||
* | fix an error message | Felix Fietkau | 2007-07-22 |
| | | | | SVN-Revision: 8109 | ||
* | keep track of the wifi interface state in /var/state/wireless | Felix Fietkau | 2007-07-22 |
| | | | | SVN-Revision: 8108 | ||
* | add a workaround for the hostapd killed issue when using more than one wifi ↵ | Felix Fietkau | 2007-07-20 |
| | | | | | | card (#1928, #2040) SVN-Revision: 8077 | ||
* | more fixes | Felix Fietkau | 2007-06-15 |
| | | | | SVN-Revision: 7639 | ||
* | small cleanup | Felix Fietkau | 2007-03-24 |
| | | | | SVN-Revision: 6663 | ||
* | add a new 'option disabled' to wifi-device | Mike Baker | 2007-03-16 |
| | | | | SVN-Revision: 6576 | ||
* | move config_get_bool from /sbin/wifi to /etc/functions.sh | Felix Fietkau | 2007-02-27 |
| | | | | SVN-Revision: 6407 | ||
* | fix typo in /sbin/wifi (#1016 - thanks, dairiki) | Felix Fietkau | 2006-12-04 |
| | | | | SVN-Revision: 5689 | ||
* | rename default/ to files/ | Felix Fietkau | 2006-11-22 |
SVN-Revision: 5622 |