aboutsummaryrefslogtreecommitdiffstats
path: root/package/wpa_supplicant
Commit message (Collapse)AuthorAgeFilesLines
* correct path to board specific configuration, enable roboswitch driver in ↵Florian Fainelli2009-05-283-0/+2
| | | | | | wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx SVN-Revision: 16147
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵Nicolas Thill2009-04-271-2/+6
| | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS SVN-Revision: 15451
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* fix unparsable options generated by wpa_supplicant.sh (#4835)Jo-Philipp Wich2009-03-282-3/+6
| | | | SVN-Revision: 15058
* enable roboswitch for brcm-2.4 configFlorian Fainelli2009-03-261-0/+382
| | | | SVN-Revision: 15046
* deactivate nl80211 again. Fixes bug #4823Hauke Mehrtens2009-03-241-1/+1
| | | | SVN-Revision: 15014
* bump to version 0.6.9. Synced config with upstream version.Hauke Mehrtens2009-03-234-26/+46
| | | | SVN-Revision: 14993
* wpa_supplicant: update to 0.6.8Gabor Juhos2009-02-173-14/+32
| | | | SVN-Revision: 14545
* wpa_supplicant: update to 0.6.7Gabor Juhos2009-01-285-46/+46
| | | | SVN-Revision: 14240
* wpa_supplicant: refresh patchesGabor Juhos2009-01-285-54/+42
| | | | SVN-Revision: 14239
* hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cliAndy Boyett2009-01-151-0/+1
| | | | SVN-Revision: 14039
* wpa_supplicant has been upgraded and previous version 0.6.3 doesn't exist ↵Felix Fietkau2008-12-225-50/+51
| | | | | | | | anymore. This patch sets the version and appropriate md5sum; it also updates all the patches. Note that patch 130 has been deleted since it seems to be already included in 0.6.6 Signed-off-by: Jose Vasconcellos <jvasco@verizon.net> SVN-Revision: 13723
* Fix typo in wpa_supplicant (#4208)Florian Fainelli2008-11-151-1/+1
| | | | SVN-Revision: 13209
* use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵Felix Fietkau2008-10-291-1/+1
| | | | | | when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078
* Fix a bug when parsing ca_cert and eap_type with wpa_supplicant, this should ↵Florian Fainelli2008-08-131-3/+4
| | | | | | only be set for 802.1x setups SVN-Revision: 12292
* Add generic wpa_supplicant calls and use them for mac80211 and madwifi.Florian Fainelli2008-08-122-0/+80
| | | | SVN-Revision: 12289
* add missing dependencyFelix Fietkau2008-08-101-0/+2
| | | | SVN-Revision: 12270
* fixes whitespace errorJohn Crispin2008-08-041-1/+0
| | | | SVN-Revision: 12088
* adds option to select tls provider when using wpa_supplicant, fixes #3770John Crispin2008-07-302-0/+14
| | | | SVN-Revision: 12016
* wpa_supplicant: sort scan results by link quality to improve ↵Felix Fietkau2008-07-251-0/+35
| | | | | | supplicant-controlled roaming SVN-Revision: 11931
* wpa_supplicant: improve scan cache reliabilityFelix Fietkau2008-07-251-30/+22
| | | | SVN-Revision: 11930
* fix wpa_cli compileFelix Fietkau2008-07-181-1/+1
| | | | SVN-Revision: 11861
* Fix menuconfig - Description for the no timestamp check option was ↵Andy Boyett2008-07-172-7/+10
| | | | | | swallowing all entries below it in menuconfig SVN-Revision: 11850
* fix md5sumTravis Kemen2008-07-151-1/+1
| | | | SVN-Revision: 11835
* Upgrade wpa_supplicant to 0.6.3 and add some improvements (mainly for ↵Felix Fietkau2008-07-1515-1386/+662
| | | | | | roaming with ap_scan=1) Remove arch specific config files (they seem rather pointless) Remove the dependency on OpenSSL (use small built-in SSL functions) SVN-Revision: 11833
* add little endian arm wpa_supplicant config fileImre Kaloz2008-06-051-0/+139
| | | | SVN-Revision: 11369
* fix wpa_supplicant cflagsFelix Fietkau2008-06-011-0/+1
| | | | SVN-Revision: 11311
* bumped wpa_supplicant to 0.5.10Andy Boyett2008-03-161-5/+5
| | | | SVN-Revision: 10608
* Mirror source tarball to openwrt.org (#2983)Florian Fainelli2008-01-061-1/+1
| | | | SVN-Revision: 10133
* Upgrade wpa_supplicant to 0.5.9 (#2823)Florian Fainelli2007-12-091-2/+2
| | | | SVN-Revision: 9686
* Provide an i686 wpa_supplicant configuration fileFlorian Fainelli2007-10-241-0/+181
| | | | SVN-Revision: 9437
* fixed wpa2 support for madwifi/wpa_supplicantJohn Crispin2007-10-181-18/+1
| | | | SVN-Revision: 9355
* DESCRIPTION:= is obseleteJohn Crispin2007-10-141-3/+12
| | | | SVN-Revision: 9305
* Package wpa-passphrase (#1275)Florian Fainelli2007-09-161-1/+13
| | | | SVN-Revision: 8788
* avr32 build fixesImre Kaloz2007-07-171-0/+139
| | | | SVN-Revision: 8017
* added several patches to make packages compile for the foxboardJohn Crispin2007-06-121-0/+139
| | | | SVN-Revision: 7597
* replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGSNicolas Thill2007-03-281-2/+2
| | | | SVN-Revision: 6735
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* upgrade wpa_supplicant to v0.5.7 for #1133Imre Kaloz2007-01-051-2/+2
| | | | SVN-Revision: 5998
* Add a powerpc configuration file for magicbox, prevents buildbot from failing ;)Florian Fainelli2006-12-281-0/+181
| | | | SVN-Revision: 5914
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-2/+2
| | | | SVN-Revision: 5624
* move wpa_supplicant to trunkFelix Fietkau2006-10-315-0/+671
SVN-Revision: 5362