Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | hostapd: select crda if mac80211 is selected | Felix Fietkau | 2010-02-16 | 1 | -3/+3 |
| | | | | SVN-Revision: 19667 | ||||
* | hostapd: fix wpad compile on powerpc | Felix Fietkau | 2010-02-16 | 1 | -1/+2 |
| | | | | SVN-Revision: 19663 | ||||
* | hostapd: move the roboswitch config override to the right place | Felix Fietkau | 2010-02-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 19662 | ||||
* | 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: fix a segfault in the error path of the nl80211 bss interface add ↵ | Felix Fietkau | 2010-02-02 | 1 | -2/+6 |
| | | | | | | function SVN-Revision: 19496 | ||||
* | add me as a maintainer for a few other packages | Felix Fietkau | 2010-01-31 | 1 | -0/+4 |
| | | | | SVN-Revision: 19439 | ||||
* | hostapd: fix segfault in mac80211 wds ap handling | Felix Fietkau | 2010-01-30 | 1 | -3/+4 |
| | | | | SVN-Revision: 19420 | ||||
* | wpa_supplicant: add missing dependencies | Felix Fietkau | 2010-01-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 19333 | ||||
* | hostapd: fix wpad compile error by preventing make spam from showing up in ↵ | Felix Fietkau | 2010-01-23 | 1 | -2/+2 |
| | | | | | | the cflags/ldflags dump files SVN-Revision: 19295 | ||||
* | hostapd: fix compile error in the roboswitch driver | Felix Fietkau | 2010-01-23 | 2 | -1/+16 |
| | | | | SVN-Revision: 19290 | ||||
* | hostapd: fix build error | Felix Fietkau | 2010-01-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 19289 | ||||
* | hostapd: add a build variant for wpa_supplicant and one for a multicall ↵ | Felix Fietkau | 2010-01-23 | 13 | -8/+2225 |
| | | | | | | 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: upgrade to latest git version, add patches to fix multi-bss support ↵ | Felix Fietkau | 2010-01-20 | 5 | -2/+1351 |
| | | | | | | with a single hostapd instance SVN-Revision: 19234 | ||||
* | hostapd: remove all object files on config changes | Felix Fietkau | 2010-01-19 | 1 | -2/+1 |
| | | | | SVN-Revision: 19229 | ||||
* | hostapd: fix compile error with madwifi enabled | Felix Fietkau | 2010-01-08 | 1 | -0/+18 |
| | | | | SVN-Revision: 19080 | ||||
* | hostapd: upgrade to latest version | Felix Fietkau | 2010-01-08 | 5 | -284/+26 |
| | | | | SVN-Revision: 19077 | ||||
* | hostapd: parse the option for hiding the ESSID (#6310) | Felix Fietkau | 2009-12-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 18727 | ||||
* | hostapd: update to latest git, fixes ampdu settings in the beacon HT IE | Felix Fietkau | 2009-11-29 | 8 | -79/+29 |
| | | | | SVN-Revision: 18606 | ||||
* | hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247) | Felix Fietkau | 2009-11-29 | 1 | -21/+21 |
| | | | | SVN-Revision: 18602 | ||||
* | hostapd: fix rebuild checks (#6210) | Felix Fietkau | 2009-11-23 | 1 | -1/+11 |
| | | | | SVN-Revision: 18497 | ||||
* | build variants: only build opkg packages for the requested build variant (or ↵ | Felix Fietkau | 2009-11-22 | 1 | -7/+2 |
| | | | | | | any if no variant was specified for the package) SVN-Revision: 18464 | ||||
* | fix build of hostapd-utils | Hauke Mehrtens | 2009-11-14 | 1 | -1/+1 |
| | | | | | | | This fixes #6158. Thank you Will Dyson for your patch. SVN-Revision: 18417 | ||||
* | hostapd: fix endian bugs in STA HT capability handling | Felix Fietkau | 2009-11-12 | 1 | -0/+33 |
| | | | | SVN-Revision: 18405 | ||||
* | hostapd: fix HT40 BSS scan checks | Felix Fietkau | 2009-11-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 18404 | ||||
* | mac80211: fix a race condition when bringing up wds sta interfaces on the ap | Felix Fietkau | 2009-11-11 | 1 | -2/+3 |
| | | | | SVN-Revision: 18377 | ||||
* | hostapd: automatically add wds sta interfaces of an ap to the right bridge | Felix Fietkau | 2009-11-11 | 2 | -0/+14 |
| | | | | SVN-Revision: 18365 | ||||
* | hostapd: implement wds ap support | Felix Fietkau | 2009-11-11 | 2 | -1/+251 |
| | | | | SVN-Revision: 18364 | ||||
* | hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵ | Felix Fietkau | 2009-11-11 | 7 | -33/+55 |
| | | | | | | 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 | 2 | -63/+26 |
| | | | | 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: make compilation of the hostap driver conditional - saves 10k ↵ | Felix Fietkau | 2009-10-20 | 1 | -0/+2 |
| | | | | | | uncompressed SVN-Revision: 18107 | ||||
* | 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: prefer built-in crypto header files over external ones from ↵ | Felix Fietkau | 2009-05-27 | 1 | -0/+1 |
| | | | | | | STAGING_DIR (thx, russell) SVN-Revision: 16102 | ||||
* | fix more issues with libnl-tiny and eglibc | Felix Fietkau | 2009-05-04 | 1 | -1/+2 |
| | | | | SVN-Revision: 15592 | ||||
* | hostapd: use libnl-tiny instead of libnl | Felix Fietkau | 2009-04-30 | 2 | -4/+28 |
| | | | | SVN-Revision: 15519 | ||||
* | introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵ | Nicolas Thill | 2009-04-27 | 1 | -5/+7 |
| | | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | 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 | 3 | -44/+66 |
| | | | | | | 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 | ||||
* | replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when ↵ | Nicolas Thill | 2009-02-24 | 1 | -2/+2 |
| | | | | | | appropriate SVN-Revision: 14651 | ||||
* | add country code option for hostapd (patch from #4675) | Felix Fietkau | 2009-02-22 | 1 | -0/+2 |
| | | | | SVN-Revision: 14608 | ||||
* | hostapd: update to 0.6.8 | Gabor Juhos | 2009-02-17 | 4 | -199/+19 |
| | | | | SVN-Revision: 14544 |