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 03:01:08 +02:00
parent f848907875
commit 93c2c2aa6b
1 changed files with 4 additions and 4 deletions

View File

@ -2349,13 +2349,13 @@ if [ IsOptionalHaikuImagePackageAdded wpa_supplicant ] {
Echo "No optional package wpa_supplicant available for $(TARGET_ARCH)" ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage
wpa_supplicant-0.7.3-x86-gcc4-2012-04-03.zip
: $(baseURL)/wpa_supplicant-0.7.3-x86-gcc4-2012-04-03.zip
wpa_supplicant-2.0-x86-gcc4-2013-03-31.zip
: $(baseURL)/wpa_supplicant-2.0-x86-gcc4-2013-03-31.zip
: : : false ;
} else {
InstallOptionalHaikuImagePackage
wpa_supplicant-0.7.3-x86-gcc2-2012-04-03.zip
: $(baseURL)/wpa_supplicant-0.7.3-x86-gcc2-2012-04-03.zip
wpa_supplicant-2.0-x86-gcc2-2013-03-31.zip
: $(baseURL)/wpa_supplicant-2.0-x86-gcc2-2013-03-31.zip
: : : false ;
}
}