mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
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:
committed by
Ingo Weinhold
parent
fd7e08593c
commit
e247faabc4
2639
net-wireless/wpa_supplicant/patches/wpa_supplicant-2.0.patch
Normal file
2639
net-wireless/wpa_supplicant/patches/wpa_supplicant-2.0.patch
Normal file
File diff suppressed because it is too large
Load Diff
19
net-wireless/wpa_supplicant/wpa_supplicant-2.0.bep
Normal file
19
net-wireless/wpa_supplicant/wpa_supplicant-2.0.bep
Normal 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"
|
||||
Reference in New Issue
Block a user