Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hostapd: forgot the actual change in previous commit | Jo-Philipp Wich | 2010-06-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 21821 | ||||
* | hostapd: add ap isolate support for mac80211 | Felix Fietkau | 2010-04-26 | 1 | -0/+5 |
| | | | | SVN-Revision: 21179 | ||||
* | hostapd: fixup madwifi turbo modes (#7060) | Jo-Philipp Wich | 2010-04-03 | 1 | -1/+2 |
| | | | | SVN-Revision: 20675 | ||||
* | When enabling MFP, hostapd will read assoc_sa_query_max_timeout and ↵ | Travis Kemen | 2010-03-24 | 1 | -0/+8 |
| | | | | | | | | assoc_sa_query_retry_timeout from it's config file. Make these options configurable in /etc/config/wireless. To make it clear that these options are 802.11w related, I named them ieee80211w_max_timeout and ieee80211w_retry_timeout instead. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20397 | ||||
* | Enable management frame protection in hostapd, and make it configurable in ↵ | Travis Kemen | 2010-03-24 | 1 | -0/+7 |
| | | | | | | | | /etc/config/wireless. Since ath9k is currently the only driver that supports MFP, it will only be enabled when ath9k is enabled. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20396 | ||||
* | Enable management frame protection in wpa_supplicant, and make it ↵ | Travis Kemen | 2010-03-24 | 2 | -1/+11 |
| | | | | | | | | configurable in /etc/config/wireless. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20395 | ||||
* | Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one ↵ | Travis Kemen | 2010-03-24 | 1 | -10/+5 |
| | | | | | | | | to openwrt-devel before, but I am resending it as part of this series because the next patch will also edit wpa_supplicant.sh). Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 20394 | ||||
* | hostapd: always strip "11" from hwmode value | Jo-Philipp Wich | 2010-03-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 20363 | ||||
* | hostapd: remove the hotplug script for adding wds station interfaces to a ↵ | Felix Fietkau | 2010-03-09 | 1 | -12/+0 |
| | | | | | | bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge SVN-Revision: 20104 | ||||
* | wpa_supplicant: fix bridging settings for wds | Felix Fietkau | 2010-03-09 | 1 | -0/+8 |
| | | | | SVN-Revision: 20088 | ||||
* | hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), ↵ | Felix Fietkau | 2010-02-19 | 1 | -0/+22 |
| | | | | | | fixes #6672 SVN-Revision: 19720 | ||||
* | mac80211: always use wpa_supplicant for client connections (patch by Stijn ↵ | Felix Fietkau | 2010-02-19 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | Tintel) Since client mode in mac80211is unreliable without using wpa_supplicant, it would be better to enable wpa_supplicant by default. With this patch, wpa_supplicant will always be used for mac80211-based drivers in client mode. This will break client mode for images that don't include wpa_supplicant or wpad, so maybe I need to add a check somewhere to see if wpa_supplicant is available, and show the user a warning if he tries client mode without wpa_supplicant. Suggestions on where to add this check are welcome. Tested with ath5k in client mode on open and wpa2-psk network, and tested on my ath9k based AP as well to make sure it doesn't break AP mode. SVN-Revision: 19718 | ||||
* | mac80211: use wpa_supplicant for unencrypted connections to improve client ↵ | Felix Fietkau | 2010-02-08 | 1 | -0/+3 |
| | | | | | | mode reliability (patch by Stijn Tintel from #6653) SVN-Revision: 19550 | ||||
* | hostapd: add a build variant for wpa_supplicant and one for a multicall ↵ | Felix Fietkau | 2010-01-23 | 6 | -0/+953 |
| | | | | | | hostapd+supplicant program (wpad) and remove the old wpa_supplicant package SVN-Revision: 19286 | ||||
* | mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single ↵ | Felix Fietkau | 2010-01-20 | 1 | -97/+45 |
| | | | | | | instance hostapd mode move mac80211 specific bits out of /lib/wifi/hostapd.sh add a new option 'htmode' for switching between HT20 and HT40+,HT40- SVN-Revision: 19235 | ||||
* | hostapd: parse the option for hiding the ESSID (#6310) | Felix Fietkau | 2009-12-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 18727 | ||||
* | hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247) | Felix Fietkau | 2009-11-29 | 1 | -21/+21 |
| | | | | SVN-Revision: 18602 | ||||
* | hostapd: automatically add wds sta interfaces of an ap to the right bridge | Felix Fietkau | 2009-11-11 | 1 | -0/+12 |
| | | | | SVN-Revision: 18365 | ||||
* | hostapd: implement wds ap support | Felix Fietkau | 2009-11-11 | 1 | -1/+4 |
| | | | | SVN-Revision: 18364 | ||||
* | hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵ | Felix Fietkau | 2009-11-11 | 2 | -1/+26 |
| | | | | | | it works with internal crypto now SVN-Revision: 18360 | ||||
* | hostapd: use the new build variants feature to clean up the makefile | Felix Fietkau | 2009-11-10 | 1 | -0/+0 |
| | | | | SVN-Revision: 18358 | ||||
* | mac80211: fill some important capabilities into ht_capab in the hostapd config | Felix Fietkau | 2009-11-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 18293 | ||||
* | hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 ↵ | Felix Fietkau | 2009-10-17 | 1 | -0/+8 |
| | | | | | | association problems SVN-Revision: 18051 | ||||
* | hostapd: initialize wme to sane values | Felix Fietkau | 2009-10-02 | 1 | -0/+37 |
| | | | | SVN-Revision: 17823 | ||||
* | add additions from (#5149) | Florian Fainelli | 2009-07-14 | 1 | -2/+6 |
| | | | | SVN-Revision: 16841 | ||||
* | hostapd: Remove deprecated 'debug' configuration variable | Vasilis Tsiligiannis | 2009-06-27 | 1 | -1/+0 |
| | | | | SVN-Revision: 16594 | ||||
* | hostapd only supports either b or g as hwmode configuration variable. If bg ↵ | Hauke Mehrtens | 2009-04-09 | 1 | -0/+3 |
| | | | | | | is set the scripts transfers it now to g mode. SVN-Revision: 15182 | ||||
* | wifi: fix hostapd + autochannel | Felix Fietkau | 2009-03-27 | 1 | -15/+11 |
| | | | | SVN-Revision: 15055 | ||||
* | bump to version 0.6.9. Synced default.config and mini.config with upstream ↵ | Hauke Mehrtens | 2009-03-23 | 2 | -42/+64 |
| | | | | | | version. SVN-Revision: 14992 | ||||
* | hostapd: add 11n mode and ht_capab option for hostapd | Gabor Juhos | 2009-03-01 | 1 | -1/+7 |
| | | | | SVN-Revision: 14713 | ||||
* | add country code option for hostapd (patch from #4675) | Felix Fietkau | 2009-02-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 14608 | ||||
* | fix hostapd startup for no-crypto configurations | Felix Fietkau | 2009-01-30 | 1 | -1/+2 |
| | | | | SVN-Revision: 14276 | ||||
* | hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently ↵ | Felix Fietkau | 2009-01-27 | 2 | -0/+6 |
| | | | | | | depends on ath9k) SVN-Revision: 14224 | ||||
* | hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli | Andy Boyett | 2009-01-15 | 1 | -0/+1 |
| | | | | SVN-Revision: 14039 | ||||
* | hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only ↵ | Andy Boyett | 2008-12-31 | 1 | -8/+8 |
| | | | | | | allowed values SVN-Revision: 13790 | ||||
* | fix typo | Felix Fietkau | 2008-10-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 13084 | ||||
* | use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵ | Felix Fietkau | 2008-10-29 | 1 | -1/+1 |
| | | | | | | when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078 | ||||
* | fix hostapd a/g mode if only the channel is configured in the config | Felix Fietkau | 2008-10-29 | 1 | -1/+4 |
| | | | | SVN-Revision: 13076 | ||||
* | parse the a/g mode setting in /etc/config/wireless when setting up hostapd ↵ | Felix Fietkau | 2008-09-23 | 1 | -1/+8 |
| | | | | | | (instead of hardcoding it to g) SVN-Revision: 12673 | ||||
* | A WPA(2) pre-shared key can either be specified as a 8 to 63 character ↵ | Florian Fainelli | 2008-08-26 | 1 | -1/+5 |
| | | | | | | | | passphrase which is hashed to a 256 bit key together with the SSID, or a 64 character hex key. Currently, the latter option is supported by the broadcom wifi type, but no by hostapd. The attached patch allows using a 64 character hex key. (#3935) Signed-off-by: thomas@archlinux.org SVN-Revision: 12394 | ||||
* | Fix hostapd with open access point and per-device configuration, thanks sn9 | Florian Fainelli | 2008-08-23 | 1 | -1/+5 |
| | | | | SVN-Revision: 12375 | ||||
* | add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com> | Travis Kemen | 2008-06-04 | 1 | -1/+18 |
| | | | | SVN-Revision: 11355 | ||||
* | change psk back to key | Travis Kemen | 2008-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 10488 | ||||
* | hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put ↵ | Michael Büsch | 2008-02-17 | 1 | -3/+3 |
| | | | | | | it into the "key" variable. SVN-Revision: 10478 | ||||
* | hostapd: use patches to add the nl80211 driver instead of copying the files. | Michael Büsch | 2008-02-17 | 4 | -2952/+0 |
| | | | | SVN-Revision: 10475 | ||||
* | Add hostapd support for nl80211 (mac80211 stack) | Michael Büsch | 2008-02-16 | 6 | -0/+2968 |
| | | | | SVN-Revision: 10469 | ||||
* | Upgrade b43 and mac80211. | Michael Büsch | 2008-02-15 | 2 | -2/+2 |
| | | | | | | | This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211. Will do that in a seperate patch. SVN-Revision: 10466 | ||||
* | fix up hostapd for mac80211 | Felix Fietkau | 2007-11-16 | 2 | -29/+135 |
| | | | | SVN-Revision: 9554 | ||||
* | Upgrade hostapd to 0.5.8, thanks to Daniel Gimpelevich | Florian Fainelli | 2007-08-07 | 2 | -2/+2 |
| | | | | SVN-Revision: 8368 | ||||
* | move hostapd setup script from wireless-tools to hostapd package | Felix Fietkau | 2007-04-18 | 1 | -0/+66 |
| | | | | SVN-Revision: 7000 |