config_net80211.c

Go to the documentation of this file.
00001 /*
00002  * This program is free software; you can redistribute it and/or
00003  * modify it under the terms of the GNU General Public License as
00004  * published by the Free Software Foundation; either version 2, or (at
00005  * your option) any later version.
00006  */
00007 
00008 FILE_LICENCE ( GPL2_OR_LATER );
00009 
00010 #include <config/general.h>
00011 
00012 /** @file
00013  *
00014  * 802.11 configuration options
00015  *
00016  */
00017 
00018 /*
00019  * Drag in 802.11-specific commands
00020  *
00021  */
00022 #ifdef IWMGMT_CMD
00023 REQUIRE_OBJECT ( iwmgmt_cmd );
00024 #endif
00025 
00026 /*
00027  * Drag in 802.11 error message tables
00028  *
00029  */
00030 #ifdef ERRMSG_80211
00031 REQUIRE_OBJECT ( wireless_errors );
00032 #endif
00033 
00034 /*
00035  * Drag in 802.11 cryptosystems and handshaking protocols
00036  *
00037  */
00038 #ifdef CRYPTO_80211_WEP
00039 REQUIRE_OBJECT ( wep );
00040 #endif
00041 
00042 #ifdef CRYPTO_80211_WPA2
00043 #define CRYPTO_80211_WPA
00044 REQUIRE_OBJECT ( wpa_ccmp );
00045 #endif
00046 
00047 #ifdef CRYPTO_80211_WPA
00048 REQUIRE_OBJECT ( wpa_psk );
00049 REQUIRE_OBJECT ( wpa_tkip );
00050 #endif

Generated on Tue Apr 6 20:00:51 2010 for gPXE by  doxygen 1.5.7.1