summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Oreman2009-11-29 20:10:48 +0100
committerMarty Connor2010-01-05 16:15:30 +0100
commit1cc41174cb0b1625c583fcc07573dbaee8571a2c (patch)
treec46d17e9356680d1f9ebd65389bcd415ab84f4d2
parent[wpa] Add CCMP backend (new AES-based cryptosystem) (diff)
downloadipxe-1cc41174cb0b1625c583fcc07573dbaee8571a2c.tar.gz
ipxe-1cc41174cb0b1625c583fcc07573dbaee8571a2c.tar.xz
ipxe-1cc41174cb0b1625c583fcc07573dbaee8571a2c.zip
[config] Enable WPA2 by default
Wireless gPXE images are already so large that user-friendliness seems to trump ROM-size friendliness in this case. Signed-off-by: Marty Connor <mdc@etherboot.org>
-rw-r--r--src/config/general.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/general.h b/src/config/general.h
index 99724813..5187e2a1 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -70,7 +70,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
#define CRYPTO_80211_WEP /* WEP encryption (deprecated and insecure!) */
#define CRYPTO_80211_WPA /* WPA Personal, authenticating with passphrase */
-#undef CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */
+#define CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */
/*
* Name resolution modules