Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | allow hostapd to continue, even if setting the country code fails | Felix Fietkau | 2009-01-30 | 1 | -0/+10 |
| | | | | SVN-Revision: 14287 | ||||
* | fix hostapd startup for no-crypto configurations | Felix Fietkau | 2009-01-30 | 1 | -1/+2 |
| | | | | SVN-Revision: 14276 | ||||
* | hostapd: add support for socket filtering to get rid of some of the massive ↵ | Felix Fietkau | 2009-01-27 | 1 | -0/+184 |
| | | | | | | cpu overhead with mac80211 drivers (backport from hostapd git repository) SVN-Revision: 14225 | ||||
* | hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently ↵ | Felix Fietkau | 2009-01-27 | 4 | -7/+25 |
| | | | | | | 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 | ||||
* | bump hostapd to version 0.6.6 | Imre Kaloz | 2008-12-02 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org> SVN-Revision: 13467 | ||||
* | bump to version 0.6.5 - updates driver_nl80211 to match changes in recent ↵ | Andy Boyett | 2008-11-18 | 2 | -6/+6 |
| | | | | | | compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself SVN-Revision: 13275 | ||||
* | 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 | ||||
* | fix hostapd race condition which breaks wpa with madwifi | Felix Fietkau | 2008-10-29 | 1 | -0/+27 |
| | | | | SVN-Revision: 13075 | ||||
* | implement conditional dependencies for menuconfig and build deps | Felix Fietkau | 2008-10-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 12820 | ||||
* | 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 | ||||
* | Update hostapd to 0.6.4 | Florian Fainelli | 2008-08-13 | 3 | -68/+2 |
| | | | | SVN-Revision: 12298 | ||||
* | Fix hostapd compilation which was broken only for 2.6.25 (#3733). Thanks to ↵ | Florian Fainelli | 2008-07-10 | 1 | -0/+13 |
| | | | | | | Hauke Mehrtens. SVN-Revision: 11763 | ||||
* | Update hostapd to 0.6.3 (#3615) | Florian Fainelli | 2008-07-07 | 5 | -3189/+5 |
| | | | | SVN-Revision: 11738 | ||||
* | Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. ↵ | Peter Denison | 2008-06-08 | 1 | -1/+1 |
| | | | | | | Fixes #3501 SVN-Revision: 11407 | ||||
* | add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com> | Travis Kemen | 2008-06-04 | 1 | -1/+18 |
| | | | | SVN-Revision: 11355 | ||||
* | Fix hostapd compilation errors on STA_INFO (#3308) | Florian Fainelli | 2008-04-10 | 1 | -0/+55 |
| | | | | SVN-Revision: 10784 | ||||
* | change psk back to key | Travis Kemen | 2008-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 10488 | ||||
* | hostapd: Disable driver_nl80211 if mac80211 is not built | Michael Büsch | 2008-02-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 10481 | ||||
* | 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 | 12 | -3781/+2968 |
| | | | | SVN-Revision: 10475 | ||||
* | Enable nl80211 support in hostapd. | Michael Büsch | 2008-02-16 | 1 | -2/+26 |
| | | | | SVN-Revision: 10470 | ||||
* | Add hostapd support for nl80211 (mac80211 stack) | Michael Büsch | 2008-02-16 | 8 | -0/+2990 |
| | | | | 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 libnl include issues which broke a few packages | Felix Fietkau | 2007-11-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 9581 | ||||
* | fix path to .config (#2722) | Felix Fietkau | 2007-11-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 9579 | ||||
* | clean up stale stampfiles | Felix Fietkau | 2007-11-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 9576 | ||||
* | fix hostapd rebuild check, isolate the common src/ directory for hostapd ↵ | Felix Fietkau | 2007-11-17 | 1 | -8/+12 |
| | | | | | | variants as well to fix compile errors when both variants are selected (#2722) SVN-Revision: 9575 | ||||
* | fix hostapd build with openssl | Felix Fietkau | 2007-11-16 | 1 | -2/+3 |
| | | | | SVN-Revision: 9574 | ||||
* | hostapd: turn libnl into a build dependency | Felix Fietkau | 2007-11-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 9568 | ||||
* | fix config change detect for hostapd | Felix Fietkau | 2007-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 9565 | ||||
* | update hostapd patches to the latest from ↵ | Felix Fietkau | 2007-11-16 | 7 | -57/+75 |
| | | | | | | http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/ SVN-Revision: 9564 | ||||
* | improve build checks for hostapd (combinations of madwifi and mac80211) | Felix Fietkau | 2007-11-16 | 1 | -3/+4 |
| | | | | SVN-Revision: 9563 | ||||
* | use the static version of libnl for hostapd | Felix Fietkau | 2007-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 9562 |