summaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* hostapd: enable parallel buildFelix Fietkau2012-09-151-1/+3
| | | | SVN-Revision: 33419
* hostapd: update to 2012-09-10Felix Fietkau2012-09-131-3/+3
| | | | SVN-Revision: 33392
* hostapd: introduce new default-off option "auth_cache" which controls PMKSA ↵Jo-Philipp Wich2012-09-101-1/+1
| | | | | | and Opportunistic Key Caching (#12129) SVN-Revision: 33359
* hostapd: fix ap/sta regression which got accidentally introduced by r32829 ↵Jo-Philipp Wich2012-08-081-1/+1
| | | | | | (#11914) SVN-Revision: 33053
* hostapd: update to 20120428, fixes some radius issues and wds ap mac address ↵Felix Fietkau2012-04-291-3/+3
| | | | | | issues SVN-Revision: 31515
* hostapd: update to 20120326Felix Fietkau2012-03-271-3/+3
| | | | SVN-Revision: 31080
* hostapd: add configurable debug message minimum priority to cut down on ↵Felix Fietkau2012-02-201-1/+4
| | | | | | bloat generated by excessive debug messages SVN-Revision: 30666
* hostapd: remove unnecessary dependency on mac80211Felix Fietkau2012-02-171-2/+0
| | | | SVN-Revision: 30611
* hostapd: introduce a client_cert option which is passed on to wpa_supplicant ↵Jo-Philipp Wich2012-01-241-2/+2
| | | | | | (#8876) SVN-Revision: 29901
* hostapd: support optional argument for the -v switch of hostapd and ↵Jo-Philipp Wich2011-12-121-1/+1
| | | | | | wpa_supplicant to query build features, e.g. hostapd -veap to test whether 802.11i support is compiled in SVN-Revision: 29507
* hostapd: update to latest git versionFelix Fietkau2011-11-041-4/+4
| | | | SVN-Revision: 28746
* hostapd: introduce options to configure the logging behaviour. The config ↵Jo-Philipp Wich2011-08-201-2/+2
| | | | | | wifi-device section gains the following settings: * log_level (2) - Defines the minimum message level * log_80211 (true) - Log 802.11 events * log_8021x (true) - Log 802.1X events * log_radius (true) - Log RADIUS events * log_wpa (true) - Log WPA events * log_driver (true) - Log driver interface messages * log_iapp (true) - Log IAPP events * log_mlme (true) - Log MLME events SVN-Revision: 28056
* hostapd: update to 20110527, includes a client mode wpa auth fixFelix Fietkau2011-05-281-3/+3
| | | | SVN-Revision: 27021
* hostapd: update to 2011-04-21Felix Fietkau2011-04-231-3/+3
| | | | SVN-Revision: 26749
* package/hostapd: cosmetic fixAlexandros C. Couloumbis2011-04-131-1/+1
| | | | SVN-Revision: 26644
* hostapd: update to 20110402, fixes issues with non-QoS clientsFelix Fietkau2011-04-021-3/+3
| | | | SVN-Revision: 26414
* hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPSFelix Fietkau2011-03-211-2/+3
| | | | SVN-Revision: 26261
* hostapd: add a separate config symbol for 802.11n driver supportFelix Fietkau2011-03-171-7/+3
| | | | SVN-Revision: 26212
* hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces ↵Felix Fietkau2011-03-021-0/+3
| | | | | | binary size a bit SVN-Revision: 25821
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-131-1/+3
| | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518
* hostapd: update to 20110117Felix Fietkau2011-01-241-2/+2
| | | | SVN-Revision: 25094
* hostapd: update to 2010-11-11Felix Fietkau2010-11-111-2/+2
| | | | SVN-Revision: 23969
* hostapd: update to 20101109, reorganize patchesFelix Fietkau2010-11-091-3/+3
| | | | SVN-Revision: 23932
* hostapd: Add 'identity' config option when eap_type is 'tls' on ↵Vasilis Tsiligiannis2010-11-031-1/+1
| | | | | | wpa_supplicant (#8164) SVN-Revision: 23817
* hostapd/mac80211: implement support for AP+STAFelix Fietkau2010-10-231-1/+1
| | | | SVN-Revision: 23602
* move the crda dependency to the kmod-cfg80211 package, get rid of crda's ↵Felix Fietkau2010-07-201-1/+1
| | | | | | dependency on mac80211. this fixes circular dependency issues SVN-Revision: 22304
* hostapd: make rfkill support optionalFelix Fietkau2010-07-081-2/+4
| | | | SVN-Revision: 22101
* hostapd: add preliminary wps script support (push-button only, does not ↵Felix Fietkau2010-07-081-1/+2
| | | | | | handle multi-bss yet) SVN-Revision: 22100
* hostapd: update to 2010-07-05Felix Fietkau2010-07-081-3/+3
| | | | SVN-Revision: 22097
* add missing dependencies for hostapd-utils and wpa-cli (#7421)Felix Fietkau2010-07-031-2/+2
| | | | SVN-Revision: 22052
* hostapd: properly read eap_type from configuration when setting up ↵Jo-Philipp Wich2010-06-161-2/+2
| | | | | | wpa-supplicant, fixes WPA Enterprise in client mode (#7476) SVN-Revision: 21820
* hostapd: update to 20100418 (0.7.2)Felix Fietkau2010-04-241-2/+2
| | | | SVN-Revision: 21142
* hostapd: fix build error caused by r20631Gabor Juhos2010-03-311-1/+10
| | | | SVN-Revision: 20638
* hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as wellGabor Juhos2010-03-311-1/+1
| | | | SVN-Revision: 20631
* hostapd: clean up openssl tls dependencies and build handling (fixes #6572)Felix Fietkau2010-03-281-10/+13
| | | | SVN-Revision: 20547
* Enable management frame protection in hostapd, and make it configurable in ↵Travis Kemen2010-03-241-1/+2
| | | | | | | | /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
* use a common way of marking packages as not supported on specific targetsNicolas Thill2010-03-101-3/+3
| | | | SVN-Revision: 20117
* hostapd: remove the hotplug script for adding wds station interfaces to a ↵Felix Fietkau2010-03-091-2/+0
| | | | | | bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge SVN-Revision: 20104
* hostapd: upgrade to 20100309Felix Fietkau2010-03-091-2/+2
| | | | SVN-Revision: 20090
* hostapd: select crda if mac80211 is selectedFelix Fietkau2010-02-161-3/+3
| | | | SVN-Revision: 19667
* hostapd: fix wpad compile on powerpcFelix Fietkau2010-02-161-1/+2
| | | | SVN-Revision: 19663
* hostapd: move the roboswitch config override to the right placeFelix Fietkau2010-02-161-2/+2
| | | | SVN-Revision: 19662
* add me as a maintainer for a few other packagesFelix Fietkau2010-01-311-0/+4
| | | | SVN-Revision: 19439
* wpa_supplicant: add missing dependenciesFelix Fietkau2010-01-251-0/+1
| | | | SVN-Revision: 19333
* hostapd: fix wpad compile error by preventing make spam from showing up in ↵Felix Fietkau2010-01-231-2/+2
| | | | | | the cflags/ldflags dump files SVN-Revision: 19295
* hostapd: fix compile error in the roboswitch driverFelix Fietkau2010-01-231-1/+2
| | | | SVN-Revision: 19290
* hostapd: fix build errorFelix Fietkau2010-01-231-1/+1
| | | | SVN-Revision: 19289
* hostapd: add a build variant for wpa_supplicant and one for a multicall ↵Felix Fietkau2010-01-231-8/+184
| | | | | | hostapd+supplicant program (wpad) and remove the old wpa_supplicant package SVN-Revision: 19286
* hostapd: upgrade to latest git version, add patches to fix multi-bss support ↵Felix Fietkau2010-01-201-2/+2
| | | | | | with a single hostapd instance SVN-Revision: 19234
* hostapd: remove all object files on config changesFelix Fietkau2010-01-191-2/+1
| | | | SVN-Revision: 19229