defconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  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 drivers using the nl80211 kernel interface
  16. CONFIG_DRIVER_NL80211=y
  17. # QCA vendor extensions to nl80211
  18. #CONFIG_DRIVER_NL80211_QCA=y
  19. # driver_nl80211.c requires libnl. If you are compiling it yourself
  20. # you may need to point hostapd to your version of libnl.
  21. #
  22. #CFLAGS += -I$<path to libnl include files>
  23. #LIBS += -L$<path to libnl library files>
  24. # Use libnl v2.0 (or 3.0) libraries.
  25. #CONFIG_LIBNL20=y
  26. # Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored)
  27. CONFIG_LIBNL32=y
  28. # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
  29. #CONFIG_DRIVER_BSD=y
  30. #CFLAGS += -I/usr/local/include
  31. #LIBS += -L/usr/local/lib
  32. #LIBS_p += -L/usr/local/lib
  33. #LIBS_c += -L/usr/local/lib
  34. # Driver interface for no driver (e.g., RADIUS server only)
  35. #CONFIG_DRIVER_NONE=y
  36. # IEEE 802.11F/IAPP
  37. CONFIG_IAPP=y
  38. # WPA2/IEEE 802.11i RSN pre-authentication
  39. CONFIG_RSN_PREAUTH=y
  40. # IEEE 802.11w (management frame protection)
  41. CONFIG_IEEE80211W=y
  42. # Integrated EAP server
  43. CONFIG_EAP=y
  44. # EAP Re-authentication Protocol (ERP) in integrated EAP server
  45. CONFIG_ERP=y
  46. # EAP-MD5 for the integrated EAP server
  47. CONFIG_EAP_MD5=y
  48. # EAP-TLS for the integrated EAP server
  49. CONFIG_EAP_TLS=y
  50. # EAP-MSCHAPv2 for the integrated EAP server
  51. CONFIG_EAP_MSCHAPV2=y
  52. # EAP-PEAP for the integrated EAP server
  53. CONFIG_EAP_PEAP=y
  54. # EAP-GTC for the integrated EAP server
  55. CONFIG_EAP_GTC=y
  56. # EAP-TTLS for the integrated EAP server
  57. CONFIG_EAP_TTLS=y
  58. # EAP-SIM for the integrated EAP server
  59. #CONFIG_EAP_SIM=y
  60. # EAP-AKA for the integrated EAP server
  61. #CONFIG_EAP_AKA=y
  62. # EAP-AKA' for the integrated EAP server
  63. # This requires CONFIG_EAP_AKA to be enabled, too.
  64. #CONFIG_EAP_AKA_PRIME=y
  65. # EAP-PAX for the integrated EAP server
  66. #CONFIG_EAP_PAX=y
  67. # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
  68. #CONFIG_EAP_PSK=y
  69. # EAP-pwd for the integrated EAP server (secure authentication with a password)
  70. #CONFIG_EAP_PWD=y
  71. # EAP-SAKE for the integrated EAP server
  72. #CONFIG_EAP_SAKE=y
  73. # EAP-GPSK for the integrated EAP server
  74. #CONFIG_EAP_GPSK=y
  75. # Include support for optional SHA256 cipher suite in EAP-GPSK
  76. #CONFIG_EAP_GPSK_SHA256=y
  77. # EAP-FAST for the integrated EAP server
  78. # Note: If OpenSSL is used as the TLS library, OpenSSL 1.0 or newer is needed
  79. # for EAP-FAST support. Older OpenSSL releases would need to be patched, e.g.,
  80. # with openssl-0.9.8x-tls-extensions.patch, to add the needed functions.
  81. #CONFIG_EAP_FAST=y
  82. # Wi-Fi Protected Setup (WPS)
  83. #CONFIG_WPS=y
  84. # Enable UPnP support for external WPS Registrars
  85. #CONFIG_WPS_UPNP=y
  86. # Enable WPS support with NFC config method
  87. #CONFIG_WPS_NFC=y
  88. # EAP-IKEv2
  89. #CONFIG_EAP_IKEV2=y
  90. # Trusted Network Connect (EAP-TNC)
  91. #CONFIG_EAP_TNC=y
  92. # EAP-EKE for the integrated EAP server
  93. #CONFIG_EAP_EKE=y
  94. # PKCS#12 (PFX) support (used to read private key and certificate file from
  95. # a file that usually has extension .p12 or .pfx)
  96. CONFIG_PKCS12=y
  97. # RADIUS authentication server. This provides access to the integrated EAP
  98. # server from external hosts using RADIUS.
  99. #CONFIG_RADIUS_SERVER=y
  100. # Build IPv6 support for RADIUS operations
  101. CONFIG_IPV6=y
  102. # IEEE Std 802.11r-2008 (Fast BSS Transition)
  103. #CONFIG_IEEE80211R=y
  104. # Use the hostapd's IEEE 802.11 authentication (ACL), but without
  105. # the IEEE 802.11 Management capability (e.g., FreeBSD/net80211)
  106. #CONFIG_DRIVER_RADIUS_ACL=y
  107. # IEEE 802.11n (High Throughput) support
  108. #CONFIG_IEEE80211N=y
  109. # Wireless Network Management (IEEE Std 802.11v-2011)
  110. # Note: This is experimental and not complete implementation.
  111. #CONFIG_WNM=y
  112. # IEEE 802.11ac (Very High Throughput) support
  113. #CONFIG_IEEE80211AC=y
  114. # IEEE 802.11ax HE support
  115. # Note: This is experimental and work in progress. The definitions are still
  116. # subject to change and this should not be expected to interoperate with the
  117. # final IEEE 802.11ax version.
  118. #CONFIG_IEEE80211AX=y
  119. # Remove debugging code that is printing out debug messages to stdout.
  120. # This can be used to reduce the size of the hostapd considerably if debugging
  121. # code is not needed.
  122. #CONFIG_NO_STDOUT_DEBUG=y
  123. # Add support for writing debug log to a file: -f /tmp/hostapd.log
  124. # Disabled by default.
  125. #CONFIG_DEBUG_FILE=y
  126. # Send debug messages to syslog instead of stdout
  127. #CONFIG_DEBUG_SYSLOG=y
  128. # Add support for sending all debug messages (regardless of debug verbosity)
  129. # to the Linux kernel tracing facility. This helps debug the entire stack by
  130. # making it easy to record everything happening from the driver up into the
  131. # same file, e.g., using trace-cmd.
  132. #CONFIG_DEBUG_LINUX_TRACING=y
  133. # Remove support for RADIUS accounting
  134. #CONFIG_NO_ACCOUNTING=y
  135. # Remove support for RADIUS
  136. #CONFIG_NO_RADIUS=y
  137. # Remove support for VLANs
  138. #CONFIG_NO_VLAN=y
  139. # Enable support for fully dynamic VLANs. This enables hostapd to
  140. # automatically create bridge and VLAN interfaces if necessary.
  141. #CONFIG_FULL_DYNAMIC_VLAN=y
  142. # Use netlink-based kernel API for VLAN operations instead of ioctl()
  143. # Note: This requires libnl 3.1 or newer.
  144. #CONFIG_VLAN_NETLINK=y
  145. # Remove support for dumping internal state through control interface commands
  146. # This can be used to reduce binary size at the cost of disabling a debugging
  147. # option.
  148. #CONFIG_NO_DUMP_STATE=y
  149. # Enable tracing code for developer debugging
  150. # This tracks use of memory allocations and other registrations and reports
  151. # incorrect use with a backtrace of call (or allocation) location.
  152. #CONFIG_WPA_TRACE=y
  153. # For BSD, comment out these.
  154. #LIBS += -lexecinfo
  155. #LIBS_p += -lexecinfo
  156. #LIBS_c += -lexecinfo
  157. # Use libbfd to get more details for developer debugging
  158. # This enables use of libbfd to get more detailed symbols for the backtraces
  159. # generated by CONFIG_WPA_TRACE=y.
  160. #CONFIG_WPA_TRACE_BFD=y
  161. # For BSD, comment out these.
  162. #LIBS += -lbfd -liberty -lz
  163. #LIBS_p += -lbfd -liberty -lz
  164. #LIBS_c += -lbfd -liberty -lz
  165. # hostapd depends on strong random number generation being available from the
  166. # operating system. os_get_random() function is used to fetch random data when
  167. # needed, e.g., for key generation. On Linux and BSD systems, this works by
  168. # reading /dev/urandom. It should be noted that the OS entropy pool needs to be
  169. # properly initialized before hostapd is started. This is important especially
  170. # on embedded devices that do not have a hardware random number generator and
  171. # may by default start up with minimal entropy available for random number
  172. # generation.
  173. #
  174. # As a safety net, hostapd is by default trying to internally collect
  175. # additional entropy for generating random data to mix in with the data
  176. # fetched from the OS. This by itself is not considered to be very strong, but
  177. # it may help in cases where the system pool is not initialized properly.
  178. # However, it is very strongly recommended that the system pool is initialized
  179. # with enough entropy either by using hardware assisted random number
  180. # generator or by storing state over device reboots.
  181. #
  182. # hostapd can be configured to maintain its own entropy store over restarts to
  183. # enhance random number generation. This is not perfect, but it is much more
  184. # secure than using the same sequence of random numbers after every reboot.
  185. # This can be enabled with -e<entropy file> command line option. The specified
  186. # file needs to be readable and writable by hostapd.
  187. #
  188. # If the os_get_random() is known to provide strong random data (e.g., on
  189. # Linux/BSD, the board in question is known to have reliable source of random
  190. # data from /dev/urandom), the internal hostapd random pool can be disabled.
  191. # This will save some in binary size and CPU use. However, this should only be
  192. # considered for builds that are known to be used on devices that meet the
  193. # requirements described above.
  194. #CONFIG_NO_RANDOM_POOL=y
  195. # Should we use poll instead of select? Select is used by default.
  196. #CONFIG_ELOOP_POLL=y
  197. # Should we use epoll instead of select? Select is used by default.
  198. #CONFIG_ELOOP_EPOLL=y
  199. # Should we use kqueue instead of select? Select is used by default.
  200. #CONFIG_ELOOP_KQUEUE=y
  201. # Select TLS implementation
  202. # openssl = OpenSSL (default)
  203. # gnutls = GnuTLS
  204. # internal = Internal TLSv1 implementation (experimental)
  205. # linux = Linux kernel AF_ALG and internal TLSv1 implementation (experimental)
  206. # none = Empty template
  207. #CONFIG_TLS=openssl
  208. # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1)
  209. # can be enabled to get a stronger construction of messages when block ciphers
  210. # are used.
  211. #CONFIG_TLSV11=y
  212. # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.2)
  213. # can be enabled to enable use of stronger crypto algorithms.
  214. #CONFIG_TLSV12=y
  215. # Select which ciphers to use by default with OpenSSL if the user does not
  216. # specify them.
  217. #CONFIG_TLS_DEFAULT_CIPHERS="DEFAULT:!EXP:!LOW"
  218. # If CONFIG_TLS=internal is used, additional library and include paths are
  219. # needed for LibTomMath. Alternatively, an integrated, minimal version of
  220. # LibTomMath can be used. See beginning of libtommath.c for details on benefits
  221. # and drawbacks of this option.
  222. #CONFIG_INTERNAL_LIBTOMMATH=y
  223. #ifndef CONFIG_INTERNAL_LIBTOMMATH
  224. #LTM_PATH=/usr/src/libtommath-0.39
  225. #CFLAGS += -I$(LTM_PATH)
  226. #LIBS += -L$(LTM_PATH)
  227. #LIBS_p += -L$(LTM_PATH)
  228. #endif
  229. # At the cost of about 4 kB of additional binary size, the internal LibTomMath
  230. # can be configured to include faster routines for exptmod, sqr, and div to
  231. # speed up DH and RSA calculation considerably
  232. #CONFIG_INTERNAL_LIBTOMMATH_FAST=y
  233. # Interworking (IEEE 802.11u)
  234. # This can be used to enable functionality to improve interworking with
  235. # external networks.
  236. #CONFIG_INTERWORKING=y
  237. # Hotspot 2.0
  238. #CONFIG_HS20=y
  239. # Enable SQLite database support in hlr_auc_gw, EAP-SIM DB, and eap_user_file
  240. #CONFIG_SQLITE=y
  241. # Enable Fast Session Transfer (FST)
  242. #CONFIG_FST=y
  243. # Enable CLI commands for FST testing
  244. #CONFIG_FST_TEST=y
  245. # Testing options
  246. # This can be used to enable some testing options (see also the example
  247. # configuration file) that are really useful only for testing clients that
  248. # connect to this hostapd. These options allow, for example, to drop a
  249. # certain percentage of probe requests or auth/(re)assoc frames.
  250. #
  251. CONFIG_TESTING_OPTIONS=y
  252. # Automatic Channel Selection
  253. # This will allow hostapd to pick the channel automatically when channel is set
  254. # to "acs_survey" or "0". Eventually, other ACS algorithms can be added in
  255. # similar way.
  256. #
  257. # Automatic selection is currently only done through initialization, later on
  258. # we hope to do background checks to keep us moving to more ideal channels as
  259. # time goes by. ACS is currently only supported through the nl80211 driver and
  260. # your driver must have survey dump capability that is filled by the driver
  261. # during scanning.
  262. #
  263. # You can customize the ACS survey algorithm with the hostapd.conf variable
  264. # acs_num_scans.
  265. #
  266. # Supported ACS drivers:
  267. # * ath9k
  268. # * ath5k
  269. # * ath10k
  270. #
  271. # For more details refer to:
  272. # http://wireless.kernel.org/en/users/Documentation/acs
  273. #
  274. #CONFIG_ACS=y
  275. # Multiband Operation support
  276. # These extentions facilitate efficient use of multiple frequency bands
  277. # available to the AP and the devices that may associate with it.
  278. #CONFIG_MBO=y
  279. # Client Taxonomy
  280. # Has the AP retain the Probe Request and (Re)Association Request frames from
  281. # a client, from which a signature can be produced which can identify the model
  282. # of client device like "Nexus 6P" or "iPhone 5s".
  283. #CONFIG_TAXONOMY=y
  284. # Fast Initial Link Setup (FILS) (IEEE 802.11ai)
  285. # Note: This is an experimental and not yet complete implementation. This
  286. # should not be enabled for production use.
  287. #CONFIG_FILS=y
  288. # FILS shared key authentication with PFS
  289. #CONFIG_FILS_SK_PFS=y
  290. # Include internal line edit mode in hostapd_cli. This can be used to provide
  291. # limited command line editing and history support.
  292. #CONFIG_WPA_CLI_EDIT=y
  293. # Opportunistic Wireless Encryption (OWE)
  294. # Experimental implementation of draft-harkins-owe-07.txt
  295. #CONFIG_OWE=y
  296. # Override default value for the wpa_disable_eapol_key_retries configuration
  297. # parameter. See that parameter in hostapd.conf for more details.
  298. #CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1