History log of /openwrt/package/network/services/hostapd/Makefile
Revision Date Author Comments
# a5cdb656 18-Oct-2017 Zoltan HERPAI <wigyori@uid0.hu>

hostapd: bump PKG_VERSION

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>


# 85e8cd35 24-Jun-2016 Felix Fietkau <nbd@nbd.name>

hostapd: update to version 2016-06-15

Signed-off-by: Felix Fietkau <nbd@nbd.name>


# cd7ae753 24-Jun-2016 Michal Hrusecky <Michal.Hrusecky@nic.cz>

hostapd: Update to version 2016-05-05

Fixes CVE-2016-4476 and few possible memory leaks.

Signed-off-by: Michal Hrusecky <Michal.Hrusecky@nic.cz>


# 5f8010ad 07-Jun-2016 Felix Fietkau <nbd@nbd.name>

treewide: fix replace nbd@openwrt.org with nbd@nbd.name

Signed-off-by: Felix Fietkau <nbd@nbd.name>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49379 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ff6f6c12 28-Jan-2016 Felix Fietkau <nbd@openwrt.org>

hostapd: fix wpad-mesh and wpa-supplicant-mesh configuration issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48528 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1f13cddc 28-Jan-2016 Felix Fietkau <nbd@openwrt.org>

hostapd: update to version 2016-01-15

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48527 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 12ee4de9 11-Nov-2015 Felix Fietkau <nbd@openwrt.org>

hostapd: Use network_get_device instead of uci_get_state

This fixes the IAPP functionality.

Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47455 3c298f89-4303-0410-b956-a3cf2f4a3e73


# d30ccd40 14-Sep-2015 Felix Fietkau <nbd@openwrt.org>

mac80211/hostapd: rework 802.11w driver support selection, do not hardcode drivers in hostapd makefile

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46903 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 372bf44d 11-Sep-2015 Felix Fietkau <nbd@openwrt.org>

hostapd: work around unconditional libopenssl build dependency

As the OpenWrt build system only resolves build dependencies per directory,
all hostapd variants were causing libopenssl to be downloaded and built,
not only wpad-mesh. Fix this by applying the same workaround as in
ustream-ssl.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46851 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 673653cf 26-Aug-2015 Felix Fietkau <nbd@openwrt.org>

hostapd: properly enable 802.11w support

Add CONFIG_IEEE80211W variable to DRIVER_MAKEOPTS so that 802.11w
support is properly compiled in full variant.

This fixes #20179

Signed-off-by: Janusz Dziemidowicz <rraptorr@nails.eu.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46737 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b045945a 05-May-2015 Felix Fietkau <nbd@openwrt.org>

hostapd: enable 802.11w only for the full variants

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45616 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 8cb4c59a 22-Apr-2015 Nicolas Thill <nico@openwrt.org>

hostapd: mark wpa-supplicant & wpad-mesh as broken on uml

Signed-off-by: Nicolas Thill <nico@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45561 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 646588cf 27-Mar-2015 Felix Fietkau <nbd@openwrt.org>

hostapd: fix compile errors with nl80211 disabled (#19325)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45063 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 142b9713 26-Mar-2015 Felix Fietkau <nbd@openwrt.org>

hostapd: add dependency to hostapd-common

'hostapd-common' is needed by all of the variants for wifi to function
correctly (a number of the target profiles simply select 'wpad-mini').

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45048 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 29b543b0 26-Mar-2015 Felix Fietkau <nbd@openwrt.org>

hostapd: package wpad-mesh and wpa_supplicant-mesh variants

These new variants include support for mesh mode and SAE crypto.
They always depend on openssl as EC operations are not provided by
the internal crypto implementation.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45047 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0be32368 26-Mar-2015 Felix Fietkau <nbd@openwrt.org>

hostapd: update hostapd to 2015-03-25

madwifi was dropped upstream, can't find it anywhere in OpenWrt
either, thus finally burrying madwifi.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45045 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 65847256 24-Mar-2015 Felix Fietkau <nbd@openwrt.org>

build: remove obsolete references to cris and avr32

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44965 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7105a54b 15-Mar-2015 Nicolas Thill <nico@openwrt.org>

packages: some (e)glibc fixes after r44701

Signed-off-by: Nicolas Thill <nico@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44842 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5b897b6f 17-Feb-2015 John Crispin <blogic@openwrt.org>

hostapd: fix c&p typo

https://dev.openwrt.org/ticket/19010

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44484 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f7d8dc37 17-Jan-2015 John Crispin <blogic@openwrt.org>

Support for building an hardened OpenWRT

Introduce configuration options to build an "hardened" OpenWRT.

Options to enable Stack-Smashing Protection, FORTIFY_SOURCE and RELRO
have been introduced.

uClibc makefile now automatically detects if SSP support is necessary.

hostapd makefile has been fixed to use "^" as sed separator since
using a comma was problematic when using "-Wl,-z,now" and the like in
TARGET_CFLAGS.

Currently enabling SSP on user space depends on enabling SSP kernel
side, this is due to the fact that TARGET_CFLAGS are used to build
kernel modules (at least). Suggestions on how to avoid this are welcome.
Using "select" instead of "depends on" doesn't seem to work with choice
entries.

Tested with a lantiq (WBMR) router, GCC 4.8, uClibc and a subset of
the available packages.
Needs to be tested with GCC 4.9 and the remaining packages.
PIE not currently included.

Signed-off-by: Alessandro Di Federico <ale+owrt@clearmind.me>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44005 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 92cccc6b 23-Nov-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: fix build error on some variants with CONFIG_WPA_RFKILL_SUPPORT=y (#17765)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43345 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f0eb5171 21-Nov-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: switch dependency from mac80211 to cfg80211

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43339 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1ee8ef99 06-Nov-2014 Nicolas Thill <nico@openwrt.org>

package/*: replace occurences of 'ln -sf' to '$(LN)'

Signed-off-by: Nicolas Thill <nico@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43205 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 85c10a8a 03-Nov-2014 John Crispin <blogic@openwrt.org>

license info - revert r43155

turns out that r43155 adds duplicate info.

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43167 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b8df8ca9 03-Nov-2014 John Crispin <blogic@openwrt.org>

Add more license tags with SPDX identifiers

Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.

I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.

However, I can not garantee that I always picked the correct information
and/or did not miss license information.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43155 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 2bf2015c 01-Nov-2014 Steven Barth <steven@midlink.org>

Add a few SPDX tags

Signed-off-by: Steven Barth <steven@midlink.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43151 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7d5e12fd 25-Oct-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: update to 2014-10-25

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43059 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 65c4baa4 17-Oct-2014 Steven Barth <steven@midlink.org>

hostapd: CVE-2014-3686 fixes

Signed-off-by: Steven Barth <steven@midlink.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42942 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 6ca4824b 05-Oct-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: add conflicts with wpad(-mini) to hostapd and wpa_supplicant

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42772 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 89be00c4 03-Aug-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: revert bogus version that was added in r41872

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41960 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 4c377f4f 29-Jul-2014 Jo-Philipp Wich <jow@openwrt.org>

hostapd: Reintroduce Full Dynamic VLAN support

This patch brings full dynamic vlan support to netifd that existed in hostapd.sh in Attitude Adjustment.

Signed-off-by: Joseph CG Walker <Joe@ChubbyPenguin.net>
[jow@openwrt.org: changed commit message, rebased on top of current hostapd.sh]
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41872 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b7f384e7 05-Jun-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: update to 2014-06-03

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41022 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 3635a1d4 19-May-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: add a package for eapol_test

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40782 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ebabaedd 27-Apr-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: fix eglibc 2.15 support

This patch fixes compilation failure for hostapd when using eglibc 2.15.

Signed-off-by: Zachery Stoddard <zacherystoddard@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40575 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 27a58eb4 26-Apr-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: update to version 2014-04-24, fixes some dfs related issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40571 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 1617cf7d 05-Apr-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: update to version 2014-04-04

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40394 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 314909f7 24-Feb-2014 Felix Fietkau <nbd@openwrt.org>

hostapd: link against librt if eglibc is used

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39741 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 509c8d52 16-Dec-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: move old wifi setup scripts to hostapd-common-old

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39103 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 3fab0ab0 02-Dec-2013 Felix Fietkau <nbd@openwrt.org>

netifd: add wireless configuration support and port mac80211 to the new framework

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38988 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5d000ddd 25-Nov-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: update to version 2013-11-20

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38914 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e2a5d64c 14-Sep-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: adjust the md5sum for the uploaded source tarball (fixes #14155)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37990 3c298f89-4303-0410-b956-a3cf2f4a3e73


# a1fe46a8 08-Aug-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: fix typo in version number

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37742 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b6e54cd8 08-Aug-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: add a build variant for wpa_supplicant with p2p (aka Wi-Fi Direct) support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37739 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 58b0b6c5 08-Aug-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: update to latest version (20130707)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37738 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 17a7b9cb 01-Jul-2013 Jo-Philipp Wich <jow@openwrt.org>

hostapd: truncate default mac file before adding entries to it (#13797)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37114 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 5cdd4934 30-Jun-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: update to latest git version

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37110 3c298f89-4303-0410-b956-a3cf2f4a3e73


# eed5ffcc 24-Jun-2013 John Crispin <blogic@openwrt.org>

hostapd: fix superflous coma

this cause the wps trigegr to be copied to the wrong place

https://dev.openwrt.org/ticket/13753

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37031 3c298f89-4303-0410-b956-a3cf2f4a3e73


# eaa79323 21-Jun-2013 John Crispin <blogic@openwrt.org>

hostapd: remove old button hotplug script

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36991 3c298f89-4303-0410-b956-a3cf2f4a3e73


# a1e5d209 22-Apr-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: update to 2013-04-05

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36376 3c298f89-4303-0410-b956-a3cf2f4a3e73


# d482f42e 18-Mar-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: fix build errors on supplicant-only builds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36085 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 77a736a2 17-Mar-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: initial prototype of an ubus binding

Supports listing, removing and banning clients, and hooking into
probe/assoc/auth requests via object subscribe.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36081 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b715f860 13-Mar-2013 John Crispin <blogic@openwrt.org>

[hostapd] use new button scheme

Signed-off-by: John Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36004 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0b5d0905 05-Mar-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: include the madwifi headers in the package directory to avoid compile breakage if the madwifi build fails

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35893 3c298f89-4303-0410-b956-a3cf2f4a3e73


# bd0313c2 04-Mar-2013 Felix Fietkau <nbd@openwrt.org>

hostapd: update to git version 2013-03-02

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35887 3c298f89-4303-0410-b956-a3cf2f4a3e73


# d1c1b7bd 02-Jan-2013 John Crispin <blogic@openwrt.org>

Remove remaining etrax references

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34968 3c298f89-4303-0410-b956-a3cf2f4a3e73


# cb0b50d5 09-Oct-2012 Felix Fietkau <nbd@openwrt.org>

hostapd: remove redundant MAINTAINER lines

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33692 3c298f89-4303-0410-b956-a3cf2f4a3e73


# abe70b14 09-Oct-2012 Felix Fietkau <nbd@openwrt.org>

packages: sort network related packages into package/network/

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33688 3c298f89-4303-0410-b956-a3cf2f4a3e73