Felix Fietkau
ca4a8b1bee
hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet)
...
SVN-Revision: 22100
15 years ago
Felix Fietkau
4c0da9863a
hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad
...
SVN-Revision: 22098
15 years ago
Felix Fietkau
af6d19ac96
hostapd: update to 2010-07-05
...
SVN-Revision: 22097
15 years ago
Felix Fietkau
ce95b395a2
add missing dependencies for hostapd-utils and wpa-cli ( #7421 )
...
SVN-Revision: 22052
15 years ago
Jo-Philipp Wich
5f895af9fb
hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na
...
SVN-Revision: 22000
15 years ago
Jo-Philipp Wich
f391ff4ec8
hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
...
SVN-Revision: 21998
15 years ago
Jo-Philipp Wich
4289fa555e
hostapd: forgot the actual change in previous commit
...
SVN-Revision: 21821
15 years ago
Jo-Philipp Wich
0d41e013c3
hostapd: properly read eap_type from configuration when setting up wpa-supplicant, fixes WPA Enterprise in client mode ( #7476 )
...
SVN-Revision: 21820
15 years ago
Felix Fietkau
4c1eacdd5a
hostapd: fix line reordering leading to segfaults
...
SVN-Revision: 21323
15 years ago
Felix Fietkau
fd61253b66
wpa_supplicant: fix issues with the nl80211 driver
...
SVN-Revision: 21320
15 years ago
Felix Fietkau
db8b1922fc
hostapd: add ap isolate support for mac80211
...
SVN-Revision: 21179
15 years ago
Felix Fietkau
b6ea79a06b
hostapd: update to 20100418 (0.7.2)
...
SVN-Revision: 21142
15 years ago
Felix Fietkau
605fbb51ce
hostapd: fix segmentation fault on non-mac80211 drivers ( #7202 )
...
SVN-Revision: 21065
15 years ago
Felix Fietkau
b131ab7914
hostapd: fix basic rate selection for 5ghz
...
SVN-Revision: 21043
15 years ago
Jo-Philipp Wich
38b256105d
hostapd: fixup madwifi turbo modes ( #7060 )
...
SVN-Revision: 20675
15 years ago
Gabor Juhos
51670777c4
hostapd: fix build error caused by r20631
...
SVN-Revision: 20638
15 years ago
Gabor Juhos
b770d95485
hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well
...
SVN-Revision: 20631
15 years ago
Felix Fietkau
744a57c58f
hostapd: clean up openssl tls dependencies and build handling ( fixes #6572 )
...
SVN-Revision: 20547
15 years ago
Travis Kemen
7a00430b3e
When enabling MFP, hostapd will read assoc_sa_query_max_timeout and 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
15 years ago
Travis Kemen
22b92b3e13
Enable management frame protection in hostapd, and make it configurable in /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
15 years ago
Travis Kemen
21f006f156
Enable management frame protection in wpa_supplicant, and make it configurable in /etc/config/wireless.
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20395
15 years ago
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