diff options
| author | Joshua Oreman | 2009-08-08 08:05:00 +0200 |
|---|---|---|
| committer | Marty Connor | 2010-01-05 16:07:59 +0100 |
| commit | 07581113450afa6986c64e604cc98a07f98a0830 (patch) | |
| tree | 988daefb8f5752d4dbef08c7160544978386b392 /src/config/general.h | |
| parent | [wpa] Add general support for WPA-protected 802.11 networks (diff) | |
| download | ipxe-07581113450afa6986c64e604cc98a07f98a0830.tar.gz ipxe-07581113450afa6986c64e604cc98a07f98a0830.tar.xz ipxe-07581113450afa6986c64e604cc98a07f98a0830.zip | |
[wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)
Modified-by: Marty Connor <mdc@etherboot.org>
Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/config/general.h')
| -rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index c0370ca40..8855a8723 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -69,6 +69,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); * */ #define CRYPTO_80211_WEP /* WEP encryption (deprecated and insecure!) */ +#define CRYPTO_80211_WPA_PSK /* WPA "Personal" frontend using a passphrase */ /* * Name resolution modules |
