Procházet zdrojové kódy

[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>
tags/v1.0.0-rc1
Joshua Oreman před 16 roky
rodič
revize
1cc41174cb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/config/general.h

+ 1
- 1
src/config/general.h Zobrazit soubor

70
  */
70
  */
71
 #define	CRYPTO_80211_WEP	/* WEP encryption (deprecated and insecure!) */
71
 #define	CRYPTO_80211_WEP	/* WEP encryption (deprecated and insecure!) */
72
 #define	CRYPTO_80211_WPA	/* WPA Personal, authenticating with passphrase */
72
 #define	CRYPTO_80211_WPA	/* WPA Personal, authenticating with passphrase */
73
-#undef	CRYPTO_80211_WPA2	/* Add support for stronger WPA cryptography */
73
+#define	CRYPTO_80211_WPA2	/* Add support for stronger WPA cryptography */
74
 
74
 
75
 /*
75
 /*
76
  * Name resolution modules
76
  * Name resolution modules

Načítá se…
Zrušit
Uložit