summaryrefslogtreecommitdiff
path: root/package/base-files/files/sbin/wifi
Commit message (Collapse)AuthorAge
* scripts: fix wrong usage of '==' operatorJohn Crispin2014-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 restartFelix Fietkau2013-12-11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39036
* base-files: fix whitespacesLuka Perkov2013-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 variantFelix Fietkau2013-12-02
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38990
* wifi: rename the "reload" (restarting non-netifd wifi) command to ↵Felix Fietkau2013-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 Fietkau2013-12-02
| | | | | | | | framework Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38988
* base-files: allow wireless ifaces to be part of multiple networksJo-Philipp Wich2012-06-26
| | | | SVN-Revision: 32503
* /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-05
| | | | SVN-Revision: 32062
* base-files: properly handle wifi ifaces with no network attached, useful for ↵Jo-Philipp Wich2011-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 Fietkau2011-11-04
| | | | | | must not attempt to create the bridge by itself SVN-Revision: 28745
* adds a --help option to /sbin/wifiFlorian Fainelli2010-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 Fietkau2010-07-08
| | | | | | the list at config load time SVN-Revision: 22099
* /sbin/wifi: improve reliability of restarts by resetting the state properlyFelix Fietkau2010-02-02
| | | | SVN-Revision: 19495
* fix a typo in the hwmode handling in /sbin/wifi (thx, maddes)Felix Fietkau2010-01-24
| | | | SVN-Revision: 19313
* base-files, mac80211 (#6491) - fix wep key handling in iw with mac80211 ↵Jo-Philipp Wich2010-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 Mehrtens2009-04-09
| | | | SVN-Revision: 15180
* wifi: fix hostapd + autochannelFelix Fietkau2009-03-27
| | | | SVN-Revision: 15055
* - fix mac assignment for broadcom vifs in bridging mode - thanks abramoff1 ↵Jo-Philipp Wich2009-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 wpaJo-Philipp Wich2009-03-24
| | | | SVN-Revision: 15028
* use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵Felix Fietkau2008-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 Fietkau2008-10-23
| | | | | | connection) gets restarted when the wifi is restarted SVN-Revision: 13026
* Here comes the new UCI. Enjoy :)Felix Fietkau2008-02-03
| | | | SVN-Revision: 10367
* tab/whitespace fixFelix Fietkau2007-08-04
| | | | SVN-Revision: 8338
* fix an error messageFelix Fietkau2007-07-22
| | | | SVN-Revision: 8109
* keep track of the wifi interface state in /var/state/wirelessFelix Fietkau2007-07-22
| | | | SVN-Revision: 8108
* add a workaround for the hostapd killed issue when using more than one wifi ↵Felix Fietkau2007-07-20
| | | | | | card (#1928, #2040) SVN-Revision: 8077
* more fixesFelix Fietkau2007-06-15
| | | | SVN-Revision: 7639
* small cleanupFelix Fietkau2007-03-24
| | | | SVN-Revision: 6663
* add a new 'option disabled' to wifi-deviceMike Baker2007-03-16
| | | | SVN-Revision: 6576
* move config_get_bool from /sbin/wifi to /etc/functions.shFelix Fietkau2007-02-27
| | | | SVN-Revision: 6407
* fix typo in /sbin/wifi (#1016 - thanks, dairiki)Felix Fietkau2006-12-04
| | | | SVN-Revision: 5689
* rename default/ to files/Felix Fietkau2006-11-22
SVN-Revision: 5622