Update wpa_supplicant to version 2.0 and bring in improvements.

* Updated to version 2.0 of vendor code.
* Reliability improvements in controlling the underlying devices.
* Implement leaving networks.
* Better timeout handling.
* Usability enhancements like cancel on escape, ok button being the
  default and the password field having focus on start.
* Storing of the password using BKeyStore.
This commit is contained in:
Michael Lotz
2013-03-31 00:51:41 +00:00
committed by Ingo Weinhold
parent fd7e08593c
commit e247faabc4
2 changed files with 2658 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,19 @@
DESCRIPTION="A WPA Supplicant with support for WPA and WPA2."
HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"
SRC_URI="http://hostap.epitest.fi/releases/wpa_supplicant-2.0.tar.gz"
CHECKSUM_MD5="3be2ebfdcced52e00eda0afe2889839d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd wpa_supplicant-2.0/wpa_supplicant
CFLAGS="-MMD -O2 -Wall" make wpa_supplicant
}
INSTALL {
cd wpa_supplicant-2.0/wpa_supplicant
mkdir -p ${DESTDIR}`finddir B_COMMON_BIN_DIRECTORY`
cp -v wpa_supplicant ${DESTDIR}`finddir B_COMMON_BIN_DIRECTORY`/
}
LICENSE="BSD (2-clause)
GNU GPL v2"
COPYRIGHT="2003-2012 Jouni Malinen"