defconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. # Example hostapd build time configuration
  2. #
  3. # This file lists the configuration options that are used when building the
  4. # hostapd binary. All lines starting with # are ignored. Configuration option
  5. # lines must be commented out complete, if they are not to be included, i.e.,
  6. # just setting VARIABLE=n is not disabling that variable.
  7. #
  8. # This file is included in Makefile, so variables like CFLAGS and LIBS can also
  9. # be modified from here. In most cass, these lines should use += in order not
  10. # to override previous values of the variables.
  11. # Driver interface for Host AP driver
  12. CONFIG_DRIVER_HOSTAP=y
  13. # Driver interface for wired authenticator
  14. #CONFIG_DRIVER_WIRED=y
  15. # Driver interface for madwifi driver
  16. #CONFIG_DRIVER_MADWIFI=y
  17. #CFLAGS += -I../../madwifi # change to the madwifi source directory
  18. # Driver interface for drivers using the nl80211 kernel interface
  19. CONFIG_DRIVER_NL80211=y
  20. # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
  21. #CONFIG_DRIVER_BSD=y
  22. #CFLAGS += -I/usr/local/include
  23. #LIBS += -L/usr/local/lib
  24. #LIBS_p += -L/usr/local/lib
  25. #LIBS_c += -L/usr/local/lib
  26. # Driver interface for no driver (e.g., RADIUS server only)
  27. #CONFIG_DRIVER_NONE=y
  28. # IEEE 802.11F/IAPP
  29. CONFIG_IAPP=y
  30. # WPA2/IEEE 802.11i RSN pre-authentication
  31. CONFIG_RSN_PREAUTH=y
  32. # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
  33. CONFIG_PEERKEY=y
  34. # IEEE 802.11w (management frame protection)
  35. # This version is an experimental implementation based on IEEE 802.11w/D1.0
  36. # draft and is subject to change since the standard has not yet been finalized.
  37. # Driver support is also needed for IEEE 802.11w.
  38. #CONFIG_IEEE80211W=y
  39. # Integrated EAP server
  40. CONFIG_EAP=y
  41. # EAP-MD5 for the integrated EAP server
  42. CONFIG_EAP_MD5=y
  43. # EAP-TLS for the integrated EAP server
  44. CONFIG_EAP_TLS=y
  45. # EAP-MSCHAPv2 for the integrated EAP server
  46. CONFIG_EAP_MSCHAPV2=y
  47. # EAP-PEAP for the integrated EAP server
  48. CONFIG_EAP_PEAP=y
  49. # EAP-GTC for the integrated EAP server
  50. CONFIG_EAP_GTC=y
  51. # EAP-TTLS for the integrated EAP server
  52. CONFIG_EAP_TTLS=y
  53. # EAP-SIM for the integrated EAP server
  54. #CONFIG_EAP_SIM=y
  55. # EAP-AKA for the integrated EAP server
  56. #CONFIG_EAP_AKA=y
  57. # EAP-AKA' for the integrated EAP server
  58. # This requires CONFIG_EAP_AKA to be enabled, too.
  59. #CONFIG_EAP_AKA_PRIME=y
  60. # EAP-PAX for the integrated EAP server
  61. #CONFIG_EAP_PAX=y
  62. # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
  63. #CONFIG_EAP_PSK=y
  64. # EAP-pwd for the integrated EAP server (secure authentication with a password)
  65. #CONFIG_EAP_PWD=y
  66. # EAP-SAKE for the integrated EAP server
  67. #CONFIG_EAP_SAKE=y
  68. # EAP-GPSK for the integrated EAP server
  69. #CONFIG_EAP_GPSK=y
  70. # Include support for optional SHA256 cipher suite in EAP-GPSK
  71. #CONFIG_EAP_GPSK_SHA256=y
  72. # EAP-FAST for the integrated EAP server
  73. # Note: Default OpenSSL package does not include support for all the
  74. # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
  75. # the OpenSSL library must be patched (openssl-0.9.9-session-ticket.patch)
  76. # to add the needed functions.
  77. #CONFIG_EAP_FAST=y
  78. # Wi-Fi Protected Setup (WPS)
  79. #CONFIG_WPS=y
  80. # Enable WSC 2.0 support
  81. #CONFIG_WPS2=y
  82. # Enable UPnP support for external WPS Registrars
  83. #CONFIG_WPS_UPNP=y
  84. # Enable WPS support with NFC config method
  85. #CONFIG_WPS_NFC=y
  86. # EAP-IKEv2
  87. #CONFIG_EAP_IKEV2=y
  88. # Trusted Network Connect (EAP-TNC)
  89. #CONFIG_EAP_TNC=y
  90. # EAP-EKE for the integrated EAP server
  91. #CONFIG_EAP_EKE=y
  92. # PKCS#12 (PFX) support (used to read private key and certificate file from
  93. # a file that usually has extension .p12 or .pfx)
  94. CONFIG_PKCS12=y
  95. # RADIUS authentication server. This provides access to the integrated EAP
  96. # server from external hosts using RADIUS.
  97. #CONFIG_RADIUS_SERVER=y
  98. # Build IPv6 support for RADIUS operations
  99. CONFIG_IPV6=y
  100. # IEEE Std 802.11r-2008 (Fast BSS Transition)
  101. #CONFIG_IEEE80211R=y
  102. # Use the hostapd's IEEE 802.11 authentication (ACL), but without
  103. # the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211)
  104. #CONFIG_DRIVER_RADIUS_ACL=y
  105. # IEEE 802.11n (High Throughput) support
  106. #CONFIG_IEEE80211N=y
  107. # Wireless Network Management (IEEE Std 802.11v-2011)
  108. # Note: This is experimental and not complete implementation.
  109. #CONFIG_WNM=y
  110. # IEEE 802.11ac (Very High Throughput) support
  111. #CONFIG_IEEE80211AC=y
  112. # Remove debugging code that is printing out debug messages to stdout.
  113. # This can be used to reduce the size of the hostapd considerably if debugging
  114. # code is not needed.
  115. #CONFIG_NO_STDOUT_DEBUG=y
  116. # Add support for writing debug log to a file: -f /tmp/hostapd.log
  117. # Disabled by default.
  118. #CONFIG_DEBUG_FILE=y
  119. # Remove support for RADIUS accounting
  120. #CONFIG_NO_ACCOUNTING=y
  121. # Remove support for RADIUS
  122. #CONFIG_NO_RADIUS=y
  123. # Remove support for VLANs
  124. #CONFIG_NO_VLAN=y
  125. # Enable support for fully dynamic VLANs. This enables hostapd to
  126. # automatically create bridge and VLAN interfaces if necessary.
  127. #CONFIG_FULL_DYNAMIC_VLAN=y
  128. # Use netlink-based kernel API for VLAN operations instead of ioctl()
  129. # Note: This requires libnl 3.1 or newer.
  130. #CONFIG_VLAN_NETLINK=y
  131. # Remove support for dumping state into a file on SIGUSR1 signal
  132. # This can be used to reduce binary size at the cost of disabling a debugging
  133. # option.
  134. #CONFIG_NO_DUMP_STATE=y
  135. # Enable tracing code for developer debugging
  136. # This tracks use of memory allocations and other registrations and reports
  137. # incorrect use with a backtrace of call (or allocation) location.
  138. #CONFIG_WPA_TRACE=y
  139. # For BSD, comment out these.
  140. #LIBS += -lexecinfo
  141. #LIBS_p += -lexecinfo
  142. #LIBS_c += -lexecinfo
  143. # Use libbfd to get more details for developer debugging
  144. # This enables use of libbfd to get more detailed symbols for the backtraces
  145. # generated by CONFIG_WPA_TRACE=y.
  146. #CONFIG_WPA_TRACE_BFD=y
  147. # For BSD, comment out these.
  148. #LIBS += -lbfd -liberty -lz
  149. #LIBS_p += -lbfd -liberty -lz
  150. #LIBS_c += -lbfd -liberty -lz
  151. # hostapd depends on strong random number generation being available from the
  152. # operating system. os_get_random() function is used to fetch random data when
  153. # needed, e.g., for key generation. On Linux and BSD systems, this works by
  154. # reading /dev/urandom. It should be noted that the OS entropy pool needs to be
  155. # properly initialized before hostapd is started. This is important especially
  156. # on embedded devices that do not have a hardware random number generator and
  157. # may by default start up with minimal entropy available for random number
  158. # generation.
  159. #
  160. # As a safety net, hostapd is by default trying to internally collect
  161. # additional entropy for generating random data to mix in with the data
  162. # fetched from the OS. This by itself is not considered to be very strong, but
  163. # it may help in cases where the system pool is not initialized properly.
  164. # However, it is very strongly recommended that the system pool is initialized
  165. # with enough entropy either by using hardware assisted random number
  166. # generator or by storing state over device reboots.
  167. #
  168. # hostapd can be configured to maintain its own entropy store over restarts to
  169. # enhance random number generation. This is not perfect, but it is much more
  170. # secure than using the same sequence of random numbers after every reboot.
  171. # This can be enabled with -e<entropy file> command line option. The specified
  172. # file needs to be readable and writable by hostapd.
  173. #
  174. # If the os_get_random() is known to provide strong random data (e.g., on
  175. # Linux/BSD, the board in question is known to have reliable source of random
  176. # data from /dev/urandom), the internal hostapd random pool can be disabled.
  177. # This will save some in binary size and CPU use. However, this should only be
  178. # considered for builds that are known to be used on devices that meet the
  179. # requirements described above.
  180. #CONFIG_NO_RANDOM_POOL=y
  181. # Select TLS implementation
  182. # openssl = OpenSSL (default)
  183. # gnutls = GnuTLS
  184. # internal = Internal TLSv1 implementation (experimental)
  185. # none = Empty template
  186. #CONFIG_TLS=openssl
  187. # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1)
  188. # can be enabled to get a stronger construction of messages when block ciphers
  189. # are used.
  190. #CONFIG_TLSV11=y
  191. # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.2)
  192. # can be enabled to enable use of stronger crypto algorithms.
  193. #CONFIG_TLSV12=y
  194. # If CONFIG_TLS=internal is used, additional library and include paths are
  195. # needed for LibTomMath. Alternatively, an integrated, minimal version of
  196. # LibTomMath can be used. See beginning of libtommath.c for details on benefits
  197. # and drawbacks of this option.
  198. #CONFIG_INTERNAL_LIBTOMMATH=y
  199. #ifndef CONFIG_INTERNAL_LIBTOMMATH
  200. #LTM_PATH=/usr/src/libtommath-0.39
  201. #CFLAGS += -I$(LTM_PATH)
  202. #LIBS += -L$(LTM_PATH)
  203. #LIBS_p += -L$(LTM_PATH)
  204. #endif
  205. # At the cost of about 4 kB of additional binary size, the internal LibTomMath
  206. # can be configured to include faster routines for exptmod, sqr, and div to
  207. # speed up DH and RSA calculation considerably
  208. #CONFIG_INTERNAL_LIBTOMMATH_FAST=y
  209. # Interworking (IEEE 802.11u)
  210. # This can be used to enable functionality to improve interworking with
  211. # external networks.
  212. #CONFIG_INTERWORKING=y
  213. # Hotspot 2.0
  214. #CONFIG_HS20=y
  215. # Enable SQLite database support in hlr_auc_gw, EAP-SIM DB, and eap_user_file
  216. #CONFIG_SQLITE=y
  217. # Testing options
  218. # This can be used to enable some testing options (see also the example
  219. # configuration file) that are really useful only for testing clients that
  220. # connect to this hostapd. These options allow, for example, to drop a
  221. # certain percentage of probe requests or auth/(re)assoc frames.
  222. #
  223. #CONFIG_TESTING_OPTIONS=y
  224. # Automatic Channel Selection
  225. # This will allow hostapd to pick the channel automatically when channel is set
  226. # to "acs_survey" or "0". Eventually, other ACS algorithms can be added in
  227. # similar way.
  228. #
  229. # Automatic selection is currently only done through initialization, later on
  230. # we hope to do background checks to keep us moving to more ideal channels as
  231. # time goes by. ACS is currently only supported through the nl80211 driver and
  232. # your driver must have survey dump capability that is filled by the driver
  233. # during scanning.
  234. #
  235. # You can customize the ACS survey algorithm with the hostapd.conf variable
  236. # acs_num_scans.
  237. #
  238. # Supported ACS drivers:
  239. # * ath9k
  240. # * ath5k
  241. # * ath10k
  242. #
  243. # For more details refer to:
  244. # http://wireless.kernel.org/en/users/Documentation/acs
  245. #
  246. #CONFIG_ACS=y