mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-23 16:03:13 +00:00
[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>
This commit is contained in:
parent
5240fee38f
commit
1cc41174cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user