summaryrefslogtreecommitdiffstats
path: root/package/hostapd
Commit message (Collapse)AuthorAgeFilesLines
* When enabling MFP, hostapd will read assoc_sa_query_max_timeout andthepeople2010-03-241-0/+8
| | | | | | | | | | | 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
* Enable management frame protection in hostapd, and make it configurablethepeople2010-03-242-1/+9
| | | | | | | | | | 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
* Enable management frame protection in wpa_supplicant, and make itthepeople2010-03-242-1/+11
| | | | | | | | | 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
* Cleanup redundant psk handling code in wpa_supplicant.sh.thepeople2010-03-241-10/+5
| | | | | | | | | | (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
* [package] hostapd: always strip "11" from hwmode valuejow2010-03-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] use a common way of marking packages as not supported on specific ↵nico2010-03-101-3/+3
| | | | | | targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: restore wds sta state after the sta reassociatesnbd2010-03-091-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: remove the hotplug script for adding wds station interfaces to a ↵nbd2010-03-093-14/+75
| | | | | | 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
* hostapd: fix setting the station vlan for wds stations on reauthenticationnbd2010-03-091-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to 20100309nbd2010-03-0912-1262/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: fix bridging settings for wdsnbd2010-03-091-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: support creating WEP networks for mac80211 (patch by Stijn Tintel), ↵nbd2010-02-191-0/+22
| | | | | | fixes #6672 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: always use wpa_supplicant for client connections (patch by Stijn ↵nbd2010-02-191-1/+4
| | | | | | | | | | | | | | | | | | | 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
* hostapd: select crda if mac80211 is selectednbd2010-02-161-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix wpad compile on powerpcnbd2010-02-161-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: move the roboswitch config override to the right placenbd2010-02-161-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use wpa_supplicant for unencrypted connections to improve client ↵nbd2010-02-081-0/+3
| | | | | | mode reliability (patch by Stijn Tintel from #6653) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix a segfault in the error path of the nl80211 bss interface add ↵nbd2010-02-021-2/+6
| | | | | | function git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add me as a maintainer for a few other packagesnbd2010-01-311-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix segfault in mac80211 wds ap handlingnbd2010-01-301-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: add missing dependenciesnbd2010-01-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix wpad compile error by preventing make spam from showing up in ↵nbd2010-01-231-2/+2
| | | | | | the cflags/ldflags dump files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix compile error in the roboswitch drivernbd2010-01-232-1/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix build errornbd2010-01-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a build variant for wpa_supplicant and one for a multicall ↵nbd2010-01-2313-8/+2225
| | | | | | 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
* mac80211: restructure /lib/wifi/mac80211.shnbd2010-01-201-97/+45
| | | | | | | | 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
* hostapd: upgrade to latest git version, add patches to fix multi-bss support ↵nbd2010-01-205-2/+1351
| | | | | | with a single hostapd instance git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: remove all object files on config changesnbd2010-01-191-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix compile error with madwifi enablednbd2010-01-081-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: upgrade to latest versionnbd2010-01-085-284/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: parse the option for hiding the ESSID (#6310)nbd2009-12-091-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git, fixes ampdu settings in the beacon HT IEnbd2009-11-298-79/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: replace the wme_* config variables with wmm_* ones (fixes #6247)nbd2009-11-291-21/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix rebuild checks (#6210)nbd2009-11-231-1/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build variants: only build opkg packages for the requested build variant (or ↵nbd2009-11-221-7/+2
| | | | | | any if no variant was specified for the package) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [hostapd-utils] fix build of hostapd-utilshauke2009-11-141-1/+1
| | | | | | | | 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
* hostapd: fix endian bugs in STA HT capability handlingnbd2009-11-121-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix HT40 BSS scan checksnbd2009-11-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a race condition when bringing up wds sta interfaces on the apnbd2009-11-111-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: automatically add wds sta interfaces of an ap to the right bridgenbd2009-11-112-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: implement wds ap supportnbd2009-11-112-1/+251
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git, remove openssl dependency for hostapd-full, ↵nbd2009-11-117-33/+55
| | | | | | it works with internal crypto now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use the new build variants feature to clean up the makefilenbd2009-11-102-63/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fill some important capabilities into ht_capab in the hostapd confignbd2009-11-041-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: make compilation of the hostap driver conditional - saves 10k ↵nbd2009-10-201-0/+2
| | | | | | uncompressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 ↵nbd2009-10-171-0/+8
| | | | | | association problems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: initialize wme to sane valuesnbd2009-10-021-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add additions from (#5149)florian2009-07-141-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16841 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: Remove deprecated 'debug' configuration variableacinonyx2009-06-271-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: prefer built-in crypto header files over external ones from ↵nbd2009-05-271-0/+1
| | | | | | STAGING_DIR (thx, russell) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16102 3c298f89-4303-0410-b956-a3cf2f4a3e73