Felix Fietkau
a7cba046e6
hostapd: make compilation of the hostap driver conditional - saves 10k uncompressed
...
SVN-Revision: 18107
15 years ago
Felix Fietkau
6e9ada01c0
hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems
...
SVN-Revision: 18051
15 years ago
Felix Fietkau
260d749684
hostapd: initialize wme to sane values
...
SVN-Revision: 17823
15 years ago
Florian Fainelli
838c1d7cd0
add additions from ( #5149 )
...
SVN-Revision: 16841
16 years ago
Vasilis Tsiligiannis
94b56b6c6c
hostapd: Remove deprecated 'debug' configuration variable
...
SVN-Revision: 16594
16 years ago
Felix Fietkau
517728c9f7
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
...
SVN-Revision: 16102
16 years ago
Felix Fietkau
0f632264ec
fix more issues with libnl-tiny and eglibc
...
SVN-Revision: 15592
16 years ago
Felix Fietkau
f06689ce61
hostapd: use libnl-tiny instead of libnl
...
SVN-Revision: 15519
16 years ago
Nicolas Thill
7658ef1316
introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
...
SVN-Revision: 15451
16 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Hauke Mehrtens
e2f8f72041
hostapd only supports either b or g as hwmode configuration variable. If bg is set the scripts transfers it now to g mode.
...
SVN-Revision: 15182
16 years ago
Felix Fietkau
ca749bea97
wifi: fix hostapd + autochannel
...
SVN-Revision: 15055
16 years ago
Hauke Mehrtens
1d970c0035
bump to version 0.6.9. Synced default.config and mini.config with upstream version.
...
SVN-Revision: 14992
16 years ago
Gabor Juhos
782ca84485
hostapd: add 11n mode and ht_capab option for hostapd
...
SVN-Revision: 14713
16 years ago
Nicolas Thill
21d7852de0
replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate
...
SVN-Revision: 14651
16 years ago
Felix Fietkau
b29544b2c3
add country code option for hostapd (patch from #4675 )
...
SVN-Revision: 14608
16 years ago
Gabor Juhos
620c50530f
hostapd: update to 0.6.8
...
SVN-Revision: 14544
16 years ago
Felix Fietkau
7cb6d9f6a1
allow hostapd to continue, even if setting the country code fails
...
SVN-Revision: 14287
16 years ago
Felix Fietkau
408690fb74
fix hostapd startup for no-crypto configurations
...
SVN-Revision: 14276
16 years ago
Felix Fietkau
9bb8734d2e
hostapd: add support for socket filtering to get rid of some of the massive cpu overhead with mac80211 drivers (backport from hostapd git repository)
...
SVN-Revision: 14225
16 years ago
Felix Fietkau
fe48f4cac0
hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends on ath9k)
...
SVN-Revision: 14224
16 years ago
Andy Boyett
aa59a08b45
hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli
...
SVN-Revision: 14039
16 years ago
Andy Boyett
35078a6a52
hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only allowed values
...
SVN-Revision: 13790
16 years ago
Imre Kaloz
5e122b54bc
bump hostapd to version 0.6.6
...
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
SVN-Revision: 13467
16 years ago
Andy Boyett
bc1b8ed25c
bump to version 0.6.5 - updates driver_nl80211 to match changes in recent compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself
...
SVN-Revision: 13275
16 years ago
Felix Fietkau
e050667baa
fix typo
...
SVN-Revision: 13084
16 years ago
Felix Fietkau
a4f11ca22e
use pidfiles for hostapd/wpa_supplicant instead of killing all processes when bringing an interface down - fixes an issue with random hostapd death
...
SVN-Revision: 13078
16 years ago
Felix Fietkau
9161a70235
fix hostapd a/g mode if only the channel is configured in the config
...
SVN-Revision: 13076
16 years ago
Felix Fietkau
1b5de1c105
fix hostapd race condition which breaks wpa with madwifi
...
SVN-Revision: 13075
16 years ago
Felix Fietkau
b0e7c7ba79
implement conditional dependencies for menuconfig and build deps
...
SVN-Revision: 12820
16 years ago
Felix Fietkau
69692e019a
parse the a/g mode setting in /etc/config/wireless when setting up hostapd (instead of hardcoding it to g)
...
SVN-Revision: 12673
16 years ago
Florian Fainelli
6b04ad55f9
A WPA(2) pre-shared key can either be specified as a 8 to 63 character 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
16 years ago
Florian Fainelli
6c56733f40
Fix hostapd with open access point and per-device configuration, thanks sn9
...
SVN-Revision: 12375
16 years ago
Florian Fainelli
2a888f2e23
Update hostapd to 0.6.4
...
SVN-Revision: 12298
17 years ago
Florian Fainelli
6ce90189ad
Fix hostapd compilation which was broken only for 2.6.25 ( #3733 ). Thanks to Hauke Mehrtens.
...
SVN-Revision: 11763
17 years ago
Florian Fainelli
216556954e
Update hostapd to 0.6.3 ( #3615 )
...
SVN-Revision: 11738
17 years ago
Peter Denison
ea8b4cb0d7
Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501
...
SVN-Revision: 11407
17 years ago
Travis Kemen
b35e663111
add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>
...
SVN-Revision: 11355
17 years ago
Florian Fainelli
f0e627da97
Fix hostapd compilation errors on STA_INFO ( #3308 )
...
SVN-Revision: 10784
17 years ago
Travis Kemen
fe7e52b4fa
change psk back to key
...
SVN-Revision: 10488
17 years ago
Michael Büsch
b09be5c15e
hostapd: Disable driver_nl80211 if mac80211 is not built
...
SVN-Revision: 10481
17 years ago
Michael Büsch
7a62cb1f15
hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put it into the "key" variable.
...
SVN-Revision: 10478
17 years ago
Michael Büsch
306caa660a
hostapd: use patches to add the nl80211 driver instead of copying the files.
...
SVN-Revision: 10475
17 years ago
Michael Büsch
5fc0f18316
Enable nl80211 support in hostapd.
...
SVN-Revision: 10470
17 years ago
Michael Büsch
794ddf6b63
Add hostapd support for nl80211 (mac80211 stack)
...
SVN-Revision: 10469
17 years ago
Michael Büsch
99aaf500ed
Upgrade b43 and mac80211.
...
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
17 years ago
Felix Fietkau
c439768c9a
fix libnl include issues which broke a few packages
...
SVN-Revision: 9581
17 years ago
Felix Fietkau
55fff87408
fix path to .config ( #2722 )
...
SVN-Revision: 9579
17 years ago
Felix Fietkau
ca9147efb9
clean up stale stampfiles
...
SVN-Revision: 9576
17 years ago
Felix Fietkau
4235aee8c2
fix hostapd rebuild check, isolate the common src/ directory for hostapd variants as well to fix compile errors when both variants are selected ( #2722 )
...
SVN-Revision: 9575
17 years ago