Travis Kemen
e74fbc183b
Cleanup redundant psk handling code in wpa_supplicant.sh. (I sent this one 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
15 years ago
Jo-Philipp Wich
90c566f557
hostapd: always strip "11" from hwmode value
...
SVN-Revision: 20363
15 years ago
Nicolas Thill
b4e99d33d9
use a common way of marking packages as not supported on specific targets
...
SVN-Revision: 20117
15 years ago
Felix Fietkau
5c02f218be
hostapd: restore wds sta state after the sta reassociates
...
SVN-Revision: 20108
15 years ago
Felix Fietkau
ad1507756b
hostapd: remove the hotplug script for adding wds station interfaces to a bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge
...
SVN-Revision: 20104
15 years ago
Felix Fietkau
875b9fc0ae
hostapd: fix setting the station vlan for wds stations on reauthentication
...
SVN-Revision: 20103
15 years ago
Felix Fietkau
1aa0192b94
hostapd: upgrade to 20100309
...
SVN-Revision: 20090
15 years ago
Felix Fietkau
7fdbfef92f
wpa_supplicant: fix bridging settings for wds
...
SVN-Revision: 20088
15 years ago
Felix Fietkau
31cfd93be4
hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), fixes #6672
...
SVN-Revision: 19720
15 years ago
Felix Fietkau
d692a2340c
mac80211: always use wpa_supplicant for client connections (patch by Stijn 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
15 years ago
Felix Fietkau
63b1d06a31
hostapd: select crda if mac80211 is selected
...
SVN-Revision: 19667
15 years ago
Felix Fietkau
756b82b7ec
hostapd: fix wpad compile on powerpc
...
SVN-Revision: 19663
15 years ago
Felix Fietkau
002a278972
hostapd: move the roboswitch config override to the right place
...
SVN-Revision: 19662
15 years ago
Felix Fietkau
e1efddf19b
mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653 )
...
SVN-Revision: 19550
15 years ago
Felix Fietkau
4c776cf093
hostapd: fix a segfault in the error path of the nl80211 bss interface add function
...
SVN-Revision: 19496
15 years ago
Felix Fietkau
c830d6cfe7
add me as a maintainer for a few other packages
...
SVN-Revision: 19439
15 years ago
Felix Fietkau
d780bbd5ff
hostapd: fix segfault in mac80211 wds ap handling
...
SVN-Revision: 19420
15 years ago
Felix Fietkau
6f0883ae22
wpa_supplicant: add missing dependencies
...
SVN-Revision: 19333
15 years ago
Felix Fietkau
74d986abeb
hostapd: fix wpad compile error by preventing make spam from showing up in the cflags/ldflags dump files
...
SVN-Revision: 19295
15 years ago
Felix Fietkau
8499c45a73
hostapd: fix compile error in the roboswitch driver
...
SVN-Revision: 19290
15 years ago
Felix Fietkau
8e07eba864
hostapd: fix build error
...
SVN-Revision: 19289
15 years ago
Felix Fietkau
64268c7165
hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package
...
SVN-Revision: 19286
15 years ago
Felix Fietkau
ba7bfddaae
mac80211: restructure /lib/wifi/mac80211.sh use the new multi-bss single 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
15 years ago
Felix Fietkau
c61daab867
hostapd: upgrade to latest git version, add patches to fix multi-bss support with a single hostapd instance
...
SVN-Revision: 19234
15 years ago
Felix Fietkau
43c96ad50c
hostapd: remove all object files on config changes
...
SVN-Revision: 19229
15 years ago
Felix Fietkau
8ed8fe14b2
hostapd: fix compile error with madwifi enabled
...
SVN-Revision: 19080
15 years ago
Felix Fietkau
c40e11d79e
hostapd: upgrade to latest version
...
SVN-Revision: 19077
15 years ago
Felix Fietkau
b4ea1b0ac3
hostapd: parse the option for hiding the ESSID ( #6310 )
...
SVN-Revision: 18727
15 years ago
Felix Fietkau
4ca03b54ee
hostapd: update to latest git, fixes ampdu settings in the beacon HT IE
...
SVN-Revision: 18606
15 years ago
Felix Fietkau
7e3d67e546
hostapd: replace the wme_* config variables with wmm_* ones ( fixes #6247 )
...
SVN-Revision: 18602
15 years ago
Felix Fietkau
79fcadc146
hostapd: fix rebuild checks ( #6210 )
...
SVN-Revision: 18497
15 years ago
Felix Fietkau
f1da5431bb
build variants: only build opkg packages for the requested build variant (or any if no variant was specified for the package)
...
SVN-Revision: 18464
15 years ago
Hauke Mehrtens
ac141eb667
fix build of hostapd-utils
...
This fixes #6158 .
Thank you Will Dyson for your patch.
SVN-Revision: 18417
15 years ago
Felix Fietkau
2913dec9f1
hostapd: fix endian bugs in STA HT capability handling
...
SVN-Revision: 18405
15 years ago
Felix Fietkau
3036844666
hostapd: fix HT40 BSS scan checks
...
SVN-Revision: 18404
15 years ago
Felix Fietkau
c8c6f7ec39
mac80211: fix a race condition when bringing up wds sta interfaces on the ap
...
SVN-Revision: 18377
15 years ago
Felix Fietkau
5501cf6ed8
hostapd: automatically add wds sta interfaces of an ap to the right bridge
...
SVN-Revision: 18365
15 years ago
Felix Fietkau
36eccaad21
hostapd: implement wds ap support
...
SVN-Revision: 18364
15 years ago
Felix Fietkau
a8ea28ad90
hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
...
SVN-Revision: 18360
15 years ago
Felix Fietkau
8a89f203a0
hostapd: use the new build variants feature to clean up the makefile
...
SVN-Revision: 18358
15 years ago
Felix Fietkau
875d957512
mac80211: fill some important capabilities into ht_capab in the hostapd config
...
SVN-Revision: 18293
15 years ago
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