50 Commits (f6231196805584c7d9789761cceb2febc76bf4e4)

Author SHA1 Message Date
Jo-Philipp Wich f8973238da wpa_supplicant: fix two syntax errors in wpa_supplicant.sh (#6504) 15 years ago
Jo-Philipp Wich 1b452e82b7 wpa_supplicant: add WEP key handling to conform with documented behaviour in mac80211.sh (#6493) 15 years ago
Hamish Guthrie 65b924dad7 wpa_supplicant: remove legacy PS3 gelic wpa driver support 15 years ago
Jo-Philipp Wich 37758a2672 wpa_supplicant: relax parsing of encryption mode, drop support for uppercase modes 15 years ago
Felix Fietkau 7609c0ae88 wpa_supplicant: fix madwifi related config change handling 15 years ago
Jo-Philipp Wich 3d8f202050 Add bssid, frag and rts options and fix mac access control Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Jo-Philipp Wich 73493cbc83 Major enhancement to hostap.sh script * use common openwrt option naming (e.g. sta instead of manged for mode) * add support for wds vifs * add support for monitor mode * add encryption support * add antenna selection options * add hidden ssid option * other minor fixes Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Florian Fainelli 72e25b07b8 correct path to board specific configuration, enable roboswitch driver in wpa_supplicant for brcm-2.4, brcm47xx and brcm63xx 16 years ago
Nicolas Thill 7658ef1316 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 16 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 16 years ago
Jo-Philipp Wich 2a59f52a0f fix unparsable options generated by wpa_supplicant.sh (#4835) 16 years ago
Florian Fainelli 2f2305963a enable roboswitch for brcm-2.4 config 16 years ago
Hauke Mehrtens de1cbfd093 deactivate nl80211 again. Fixes bug #4823 16 years ago
Hauke Mehrtens fc9181c4e2 bump to version 0.6.9. Synced config with upstream version. 16 years ago
Gabor Juhos eed095a173 wpa_supplicant: update to 0.6.8 16 years ago
Gabor Juhos 1354730b35 wpa_supplicant: update to 0.6.7 16 years ago
Gabor Juhos 6446f93be8 wpa_supplicant: refresh patches 16 years ago
Andy Boyett aa59a08b45 hostapd,wpa_supplicant: create control interfaces for hostapd_cli and wpa_cli 16 years ago
Felix Fietkau 07d713bb76 wpa_supplicant has been upgraded and previous version 0.6.3 doesn't exist 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 16 years ago
Florian Fainelli a30ed4d09d Fix typo in wpa_supplicant (#4208) 16 years ago
Felix Fietkau a4f11ca22e use pidfiles for hostapd/wpa_supplicant instead of killing all processes when bringing an interface down - fixes an issue with random hostapd death 16 years ago
Florian Fainelli dbb59f014a Fix a bug when parsing ca_cert and eap_type with wpa_supplicant, this should only be set for 802.1x setups 16 years ago
Florian Fainelli 8c8b85b54c Add generic wpa_supplicant calls and use them for mac80211 and madwifi. 16 years ago
Felix Fietkau 0778290e26 add missing dependency 16 years ago
John Crispin e4a0bfec3c fixes whitespace error 16 years ago
John Crispin 93ce64320a adds option to select tls provider when using wpa_supplicant, fixes #3770 16 years ago
Felix Fietkau 22a637325e wpa_supplicant: sort scan results by link quality to improve supplicant-controlled roaming 16 years ago
Felix Fietkau e7c5e72479 wpa_supplicant: improve scan cache reliability 16 years ago
Felix Fietkau 923008ecc8 fix wpa_cli compile 16 years ago
Andy Boyett d549476c02 Fix menuconfig - Description for the no timestamp check option was swallowing all entries below it in menuconfig 16 years ago
Travis Kemen e49fcefa5c fix md5sum 16 years ago
Felix Fietkau 1fc2cf08a6 Upgrade wpa_supplicant to 0.6.3 and add some improvements (mainly for 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) 16 years ago
Imre Kaloz 7a72cfdd2a add little endian arm wpa_supplicant config file 17 years ago
Felix Fietkau 90baadbedc fix wpa_supplicant cflags 17 years ago
Andy Boyett 79d3f5e8ec bumped wpa_supplicant to 0.5.10 17 years ago
Florian Fainelli ae47983863 Mirror source tarball to openwrt.org (#2983) 17 years ago
Florian Fainelli 1d6142d809 Upgrade wpa_supplicant to 0.5.9 (#2823) 17 years ago
Florian Fainelli 5447e02115 Provide an i686 wpa_supplicant configuration file 17 years ago
John Crispin 78edb9c7bb fixed wpa2 support for madwifi/wpa_supplicant 17 years ago
John Crispin 5e621fdd17 DESCRIPTION:= is obselete 17 years ago
Florian Fainelli 5adf170597 Package wpa-passphrase (#1275) 17 years ago
Imre Kaloz bec5f22912 avr32 build fixes 17 years ago
John Crispin 91f8777f84 added several patches to make packages compile for the foxboard 18 years ago
Nicolas Thill 7f409744a4 replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS 18 years ago
Felix Fietkau 24faf55360 add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places 18 years ago
Felix Fietkau 1d307eea87 add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) 18 years ago
Imre Kaloz 09b0a6feb6 upgrade wpa_supplicant to v0.5.7 for #1133 18 years ago
Florian Fainelli 50c5e5d9c9 Add a powerpc configuration file for magicbox, prevents buildbot from failing ;) 18 years ago
Felix Fietkau c2211dc51e replace lots of manual install commands with INSTALL_* variables 18 years ago
Felix Fietkau a908c9b7a3 move wpa_supplicant to trunk 18 years ago