1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:38:54 +03:00
Commit Graph

257 Commits

Author SHA1 Message Date
nbd
3e4cfbc540 add missing dependencies for hostapd-utils and wpa-cli (#7421)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22052 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-03 23:32:45 +00:00
jow
60a32ced82 [package] hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11na
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 21:24:30 +00:00
jow
b49acf1288 [package] hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 21:03:56 +00:00
jow
2a5d5e669d [package] hostapd: forgot the actual change in previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-16 20:28:11 +00:00
jow
fae5b998c5 [package] hostapd: properly read eap_type from configuration when setting up wpa-supplicant, fixes WPA Enterprise in client mode (#7476)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-16 20:24:09 +00:00
nbd
7d292304ac hostapd: fix line reordering leading to segfaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-02 23:38:15 +00:00
nbd
ceeb83ab37 wpa_supplicant: fix issues with the nl80211 driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-02 22:03:49 +00:00
nbd
1420b2f40b hostapd: add ap isolate support for mac80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-26 23:08:03 +00:00
nbd
ad35c2c69e hostapd: update to 20100418 (0.7.2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 17:24:07 +00:00
nbd
09eb5bc27f hostapd: fix segmentation fault on non-mac80211 drivers (#7202)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 21:25:14 +00:00
nbd
4ccd13ebfa hostapd: fix basic rate selection for 5ghz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 15:08:29 +00:00
jow
4018c96b60 [package] hostapd: fixup madwifi turbo modes (#7060)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 15:16:33 +00:00
juhosg
9e41f39fb6 hostapd: fix build error caused by r20631
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-31 15:34:51 +00:00
juhosg
517dcf8d8b hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-31 09:58:31 +00:00
nbd
cc17e10938 hostapd: clean up openssl tls dependencies and build handling (fixes #6572)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20547 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-28 17:09:52 +00:00
thepeople
1096da2e3c 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-24 00:23:10 +00:00
thepeople
913ec84fef 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20396 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-24 00:22:19 +00:00
thepeople
1e54b33b01 Enable management frame protection in wpa_supplicant, and make it
configurable in /etc/config/wireless.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20395 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-24 00:21:28 +00:00
thepeople
bc38a415b6 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20394 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-24 00:19:42 +00:00
jow
0e89584a5c [package] hostapd: always strip "11" from hwmode value
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-21 22:35:58 +00:00
nico
2d8161b0e9 [package] use a common way of marking packages as not supported on specific targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 04:12:57 +00:00
nbd
aaaedbca4d hostapd: restore wds sta state after the sta reassociates
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20108 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 21:33:24 +00:00
nbd
ff25dade79 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 21:16:38 +00:00
nbd
70de34b67d hostapd: fix setting the station vlan for wds stations on reauthentication
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 21:16:32 +00:00
nbd
86b31fdc27 hostapd: upgrade to 20100309
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 17:36:10 +00:00
nbd
bc233ef490 wpa_supplicant: fix bridging settings for wds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 17:35:59 +00:00
nbd
53f7eaf61c hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), fixes #6672
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 01:34:44 +00:00
nbd
c0a4b957c5 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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 01:07:21 +00:00
nbd
c838a0d599 hostapd: select crda if mac80211 is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19667 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:29:03 +00:00
nbd
cf0d08e56e hostapd: fix wpad compile on powerpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:46 +00:00
nbd
e6052b4755 hostapd: move the roboswitch config override to the right place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:42 +00:00
nbd
9cbf96cc5a mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19550 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-08 13:42:14 +00:00
nbd
acd57d92f1 hostapd: fix a segfault in the error path of the nl80211 bss interface add function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19496 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-02 02:51:06 +00:00
nbd
e470cac6cb add me as a maintainer for a few other packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19439 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-31 12:24:55 +00:00
nbd
a95353299c hostapd: fix segfault in mac80211 wds ap handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19420 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-30 16:08:02 +00:00
nbd
6cf28f0955 wpa_supplicant: add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-25 21:48:37 +00:00
nbd
8567540f2d hostapd: fix wpad compile error by preventing make spam from showing up in the cflags/ldflags dump files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19295 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-23 18:25:04 +00:00
nbd
2cb1267f3a hostapd: fix compile error in the roboswitch driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-23 15:12:57 +00:00
nbd
ef080da5af hostapd: fix build error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-23 14:33:42 +00:00
nbd
1f0cb60a11 hostapd: add a build variant for wpa_supplicant and one for a multicall hostapd+supplicant program (wpad) and remove the old wpa_supplicant package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-23 08:28:26 +00:00
nbd
2eb1c2d1df 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-

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-20 02:26:05 +00:00
nbd
92ca87f9e7 hostapd: upgrade to latest git version, add patches to fix multi-bss support with a single hostapd instance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-20 02:26:00 +00:00
nbd
3ed308ebba hostapd: remove all object files on config changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-19 18:23:06 +00:00
nbd
08fa74f3bd hostapd: fix compile error with madwifi enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-08 21:25:40 +00:00
nbd
cad3884de8 hostapd: upgrade to latest version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-08 16:55:19 +00:00
nbd
a60b96a907 hostapd: parse the option for hiding the ESSID (#6310)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 19:10:54 +00:00
nbd
8d2137b93d hostapd: update to latest git, fixes ampdu settings in the beacon HT IE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18606 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-29 16:56:38 +00:00
nbd
b1e695999e hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-29 14:13:47 +00:00
nbd
1a0728cfcf hostapd: fix rebuild checks (#6210)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-23 17:12:54 +00:00
nbd
a4b548a00d build variants: only build opkg packages for the requested build variant (or any if no variant was specified for the package)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-22 07:08:39 +00:00
hauke
56262cd51c [hostapd-utils] fix build of hostapd-utils
This fixes #6158.
Thank you Will Dyson for your patch.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-14 12:21:25 +00:00
nbd
2836c3f4f8 hostapd: fix endian bugs in STA HT capability handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18405 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-12 14:15:13 +00:00
nbd
714686487c hostapd: fix HT40 BSS scan checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-12 14:15:09 +00:00
nbd
9afd422632 mac80211: fix a race condition when bringing up wds sta interfaces on the ap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 16:32:09 +00:00
nbd
872cbfb521 hostapd: automatically add wds sta interfaces of an ap to the right bridge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 05:15:55 +00:00
nbd
4fa998189d hostapd: implement wds ap support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 05:15:51 +00:00
nbd
cd60446ca1 hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 00:34:42 +00:00
nbd
bb92232db4 hostapd: use the new build variants feature to clean up the makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-10 22:00:59 +00:00
nbd
244e2944c6 mac80211: fill some important capabilities into ht_capab in the hostapd config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-04 21:53:49 +00:00
nbd
059bf66201 hostapd: make compilation of the hostap driver conditional - saves 10k uncompressed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18107 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 21:14:57 +00:00
nbd
586c0c90e8 hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 association problems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18051 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-17 04:55:59 +00:00
nbd
107bc81f4b hostapd: initialize wme to sane values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 18:55:03 +00:00
florian
0b0c78e9a5 [package] add additions from (#5149)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-14 13:06:34 +00:00
acinonyx
ee89db043c [package] hostapd: Remove deprecated 'debug' configuration variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-27 22:14:21 +00:00
nbd
8316176c4f hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-27 02:54:29 +00:00
nbd
26da93c73c fix more issues with libnl-tiny and eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-04 16:13:46 +00:00
nbd
b4c8460d07 hostapd: use libnl-tiny instead of libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15519 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-30 18:11:01 +00:00
nico
db6a8626c2 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 15:53:00 +00:00
nbd
796a9d1091 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:09:46 +00:00
hauke
c8a61e1e0b [hostapd] hostapd only supports either b or g as hwmode configuration variable.
If bg is set the scripts transfers it now to g mode.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-09 21:44:30 +00:00
nbd
dbaa421297 wifi: fix hostapd + autochannel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-27 21:14:59 +00:00
hauke
0d93d18003 [hostapd] bump to version 0.6.9.
Synced default.config and mini.config with upstream version.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-23 16:16:22 +00:00
juhosg
6c96d2743b [packages] hostapd: add 11n mode and ht_capab option for hostapd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-01 18:02:49 +00:00
nico
f8b8f7c474 [package] replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) when appropriate
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-24 00:08:08 +00:00
nbd
ab24f3d8c9 add country code option for hostapd (patch from #4675)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-22 02:46:04 +00:00
juhosg
2258e292fd [package] hostapd: update to 0.6.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-17 20:21:02 +00:00
nbd
176cbd50ea allow hostapd to continue, even if setting the country code fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-30 19:33:09 +00:00
nbd
7eba7887af fix hostapd startup for no-crypto configurations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14276 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-30 02:52:14 +00:00
nbd
5e40c3e001 hostapd: add support for socket filtering to get rid of some of the massive cpu overhead with mac80211 drivers (backport from hostapd git repository)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-27 20:05:46 +00:00
nbd
424a930087 hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends on ath9k)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-27 20:05:11 +00:00
agb
598f085368 [package] hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-15 07:50:11 +00:00
agb
afb87b33ca [package] hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only allowed values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-31 19:09:26 +00:00
kaloz
bb120b7871 bump hostapd to version 0.6.6
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13467 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-12-02 13:19:56 +00:00
agb
2c8bc797cb [hostapd] 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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-18 07:26:15 +00:00
nbd
6f9f98ff4f fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-30 22:49:15 +00:00
nbd
9909f72e6f use pidfiles for hostapd/wpa_supplicant instead of killing all processes when bringing an interface down - fixes an issue with random hostapd death
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13078 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-29 17:26:49 +00:00
nbd
dc7f25c42c fix hostapd a/g mode if only the channel is configured in the config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-29 15:52:58 +00:00
nbd
373de828e2 fix hostapd race condition which breaks wpa with madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-29 15:52:44 +00:00
nbd
7e8f0bc28d implement conditional dependencies for menuconfig and build deps
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-01 21:26:19 +00:00
nbd
f50d46ab20 parse the a/g mode setting in /etc/config/wireless when setting up hostapd (instead of hardcoding it to g)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12673 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-23 18:18:21 +00:00
florian
833c6d3623 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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12394 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-26 17:19:00 +00:00
florian
ce140e52cb Fix hostapd with open access point and per-device configuration, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12375 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-23 21:21:04 +00:00
florian
0e23a76f3d Update hostapd to 0.6.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-13 19:32:40 +00:00
florian
ab218a449b Fix hostapd compilation which was broken only for 2.6.25 (#3733).
Thanks to Hauke Mehrtens.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-10 14:23:06 +00:00
florian
0b37fccfb6 Update hostapd to 0.6.3 (#3615)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11738 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-07 13:49:36 +00:00
noz
6b106238fd Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens.
Fixes #3501


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11407 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-08 20:19:19 +00:00
thepeople
de911eea1a add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 18:18:58 +00:00
florian
b60974cf59 Fix hostapd compilation errors on STA_INFO (#3308)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-10 14:28:14 +00:00
thepeople
842cf92928 change psk back to key
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-18 23:40:31 +00:00
mb
b6cde2ce69 hostapd: Disable driver_nl80211 if mac80211 is not built
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-17 17:02:02 +00:00
mb
2b63bfb497 hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put it into the "key" variable.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-17 13:30:24 +00:00
mb
b776f2e6cf hostapd: use patches to add the nl80211 driver instead of copying the files.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10475 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-17 12:18:33 +00:00
mb
7e3fc30d82 Enable nl80211 support in hostapd.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-16 19:01:59 +00:00
mb
67a3aa6b39 Add hostapd support for nl80211 (mac80211 stack)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10469 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-16 18:51:55 +00:00
mb
8b78178165 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.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-15 22:47:47 +00:00
nbd
3fa28b55ea fix libnl include issues which broke a few packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-19 23:03:09 +00:00
nbd
eb43c75551 fix path to .config (#2722)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-17 16:01:28 +00:00
nbd
d8aa910012 clean up stale stampfiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-17 14:21:14 +00:00
nbd
d4125cfaa4 fix hostapd rebuild check, isolate the common src/ directory for hostapd variants as well to fix compile errors when both variants are selected (#2722)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-17 14:14:16 +00:00
nbd
5b001bbf09 fix hostapd build with openssl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 23:37:24 +00:00
nbd
d41785f952 hostapd: turn libnl into a build dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 05:08:32 +00:00
nbd
9d70dd66e9 fix config change detect for hostapd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9565 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:47:11 +00:00
nbd
3406861c45 update hostapd patches to the latest from http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9564 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:24:01 +00:00
nbd
ca97980634 improve build checks for hostapd (combinations of madwifi and mac80211)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9563 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:11:42 +00:00
nbd
1296caad85 use the static version of libnl for hostapd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9562 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:11:39 +00:00
nbd
5fe95d1b66 fix up hostapd for mac80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9554 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:10:56 +00:00
nbd
4fcbf77ad6 disable driver_devicescape in hostapd
will be enabled again when the mac80211 guys have sorted out the api ;)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 16:07:02 +00:00
nico
37f141daba fix hostap dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8799 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-16 16:12:20 +00:00
nbd
6db7ad74f6 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-08 19:55:42 +00:00
nico
c4b73fa154 move package description to a separate definition, remove it when DESCRIPTION=TITLE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-07 08:34:51 +00:00
nbd
17c7b6c3fd strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00
florian
c82f121949 Upgrade hostapd to 0.5.8, thanks to Daniel Gimpelevich
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-07 09:13:44 +00:00
blogic
d1d593a977 Some packages make no sense or do not build for etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-29 15:50:32 +00:00
kaloz
477024d560 avr32 build fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8017 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-17 10:38:33 +00:00
nbd
b5cb1795de refresh all package patches in the buildroot using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-06-04 11:25:53 +00:00
nbd
c352f2f981 move hostapd setup script from wireless-tools to hostapd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-18 12:40:27 +00:00
nico
512850aa04 replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-28 00:35:26 +00:00
nbd
643f013d15 add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 20:21:39 +00:00
nbd
1d3cff733d add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-16 19:18:55 +00:00
nico
86b833a6c9 cosmetic change: rename PKG_BUILDDEP to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6180 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-22 17:33:10 +00:00
nbd
057e4cdd71 upgrade hostapd to 0.5.7 (patch from #1133)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-09 15:10:26 +00:00
kaloz
858ccfbcc2 fix typo (closes #1149)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-05 18:54:36 +00:00
florian
163c1d6013 Use the KernelPackage template instead of kmod-foo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-05 15:36:58 +00:00
nbd
a4a6443af1 replace lots of manual install commands with INSTALL_* variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
nbd
7ad7de7674 update hostapd to latest upstream version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-31 21:04:48 +00:00
nico
8afb23270d new (last?) attempt at standardizing Makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-24 20:49:31 +00:00
mbm
ae98e0cfbc Fix/clean several hundred package makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-18 21:21:06 +00:00
mbm
02cdebbb91 credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27 00:35:46 +00:00
nbd
0b0afa4d81 add INCLUDE_DIR variable for $(TOPDIR)/include
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:32:39 +00:00
nbd
859e8f7f7d build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:16:37 +00:00
nico
b7bf0034f4 remove ipkg directory, add conffiles, normalize Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-18 18:10:41 +00:00
nbd
840c30e693 remove global hostapd builddep on openssl
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-15 18:26:49 +00:00
nbd
68f4a7a320 fix hostapd-mini dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-15 16:42:48 +00:00
nbd
6a15fdaff1 fix wpa/wpa2 with madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-12 20:51:14 +00:00
nbd
27828bb0a4 add hostapd
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-11 00:41:16 +00:00
nbd
737022a15e remove lots of non-essential packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-13 22:20:15 +00:00
nico
c3b88d8b5e add an hostapd-mini package with WPA support only, and move hostapd_cli in a
separate hostapd-utils package.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3564 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-01 14:40:44 +00:00
wbx
21cd1a1ee3 fix problems from ticket #385, thx mikea
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-28 22:30:12 +00:00
wbx
428f4a4fb5 update to newer version, fix compile issues, 100-wpa_fix.patch removed, is it needed?
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3352 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-12 13:51:39 +00:00
mbm
82daa5e9c0 change cp to $(CP)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-01 23:53:19 +00:00