Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. CONFIG_DRIVER_RTW=y
  14. # Driver interface for wired authenticator
  15. #CONFIG_DRIVER_WIRED=y
  16. # Driver interface for madwifi driver
  17. #CONFIG_DRIVER_MADWIFI=y
  18. #CFLAGS += -I../../madwifi # change to the madwifi source directory
  19. # Driver interface for drivers using the nl80211 kernel interface
  20. #CONFIG_DRIVER_NL80211=y
  21. # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
  22. #CONFIG_DRIVER_BSD=y
  23. #CONFIG_SUPPORT_RTW_DRIVER=y
  24. #CFLAGS += -I/usr/local/include
  25. #LIBS += -L/usr/local/lib
  26. #LIBS_p += -L/usr/local/lib
  27. #LIBS_c += -L/usr/local/lib
  28. # Driver interface for no driver (e.g., RADIUS server only)
  29. #CONFIG_DRIVER_NONE=y
  30. # IEEE 802.11F/IAPP
  31. #CONFIG_IAPP=y
  32. # WPA2/IEEE 802.11i RSN pre-authentication
  33. #CONFIG_RSN_PREAUTH=y
  34. # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
  35. #CONFIG_PEERKEY=y
  36. # IEEE 802.11w (management frame protection)
  37. # This version is an experimental implementation based on IEEE 802.11w/D1.0
  38. # draft and is subject to change since the standard has not yet been finalized.
  39. # Driver support is also needed for IEEE 802.11w.
  40. #CONFIG_IEEE80211W=y
  41. # Integrated EAP server
  42. CONFIG_EAP=y
  43. # EAP-MD5 for the integrated EAP server
  44. #CONFIG_EAP_MD5=y
  45. # EAP-TLS for the integrated EAP server
  46. #CONFIG_EAP_TLS=y
  47. # EAP-MSCHAPv2 for the integrated EAP server
  48. #CONFIG_EAP_MSCHAPV2=y
  49. # EAP-PEAP for the integrated EAP server
  50. #CONFIG_EAP_PEAP=y
  51. # EAP-GTC for the integrated EAP server
  52. #CONFIG_EAP_GTC=y
  53. # EAP-TTLS for the integrated EAP server
  54. #CONFIG_EAP_TTLS=y
  55. # EAP-SIM for the integrated EAP server
  56. #CONFIG_EAP_SIM=y
  57. # EAP-AKA for the integrated EAP server
  58. #CONFIG_EAP_AKA=y
  59. # EAP-AKA' for the integrated EAP server
  60. # This requires CONFIG_EAP_AKA to be enabled, too.
  61. #CONFIG_EAP_AKA_PRIME=y
  62. # EAP-PAX for the integrated EAP server
  63. #CONFIG_EAP_PAX=y
  64. # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
  65. #CONFIG_EAP_PSK=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. CONFIG_TLS=internal
  85. CONFIG_INTERNAL_LIBTOMMATH=y
  86. # EAP-IKEv2
  87. #CONFIG_EAP_IKEV2=y
  88. # Trusted Network Connect (EAP-TNC)
  89. #CONFIG_EAP_TNC=y
  90. # PKCS#12 (PFX) support (used to read private key and certificate file from
  91. # a file that usually has extension .p12 or .pfx)
  92. #CONFIG_PKCS12=y
  93. # RADIUS authentication server. This provides access to the integrated EAP
  94. # server from external hosts using RADIUS.
  95. #CONFIG_RADIUS_SERVER=y
  96. # Build IPv6 support for RADIUS operations
  97. #CONFIG_IPV6=y
  98. # IEEE Std 802.11r-2008 (Fast BSS Transition)
  99. #CONFIG_IEEE80211R=y
  100. # Use the hostapd's IEEE 802.11 authentication (ACL), but without
  101. # the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211)
  102. #CONFIG_DRIVER_RADIUS_ACL=y
  103. # IEEE 802.11n (High Throughput) support
  104. CONFIG_IEEE80211N=y
  105. # Remove debugging code that is printing out debug messages to stdout.
  106. # This can be used to reduce the size of the hostapd considerably if debugging
  107. # code is not needed.
  108. #CONFIG_NO_STDOUT_DEBUG=y
  109. # Add support for writing debug log to a file: -f /tmp/hostapd.log
  110. # Disabled by default.
  111. #CONFIG_DEBUG_FILE=y
  112. # Remove support for RADIUS accounting
  113. #CONFIG_NO_ACCOUNTING=y
  114. # Remove support for RADIUS
  115. #CONFIG_NO_RADIUS=y
  116. # Remove support for VLANs
  117. #CONFIG_NO_VLAN=y
  118. # Enable support for fully dynamic VLANs. This enables hostapd to
  119. # automatically create bridge and VLAN interfaces if necessary.
  120. #CONFIG_FULL_DYNAMIC_VLAN=y
  121. # Remove support for dumping state into a file on SIGUSR1 signal
  122. # This can be used to reduce binary size at the cost of disabling a debugging
  123. # option.
  124. #CONFIG_NO_DUMP_STATE=y
  125. # Enable tracing code for developer debugging
  126. # This tracks use of memory allocations and other registrations and reports
  127. # incorrect use with a backtrace of call (or allocation) location.
  128. #CONFIG_WPA_TRACE=y
  129. # For BSD, comment out these.
  130. #LIBS += -lexecinfo
  131. #LIBS_p += -lexecinfo
  132. #LIBS_c += -lexecinfo
  133. # Use libbfd to get more details for developer debugging
  134. # This enables use of libbfd to get more detailed symbols for the backtraces
  135. # generated by CONFIG_WPA_TRACE=y.
  136. #CONFIG_WPA_TRACE_BFD=y
  137. # For BSD, comment out these.
  138. #LIBS += -lbfd -liberty -lz
  139. #LIBS_p += -lbfd -liberty -lz
  140. #LIBS_c += -lbfd -liberty -lz
  141. # hostapd depends on strong random number generation being available from the
  142. # operating system. os_get_random() function is used to fetch random data when
  143. # needed, e.g., for key generation. On Linux and BSD systems, this works by
  144. # reading /dev/urandom. It should be noted that the OS entropy pool needs to be
  145. # properly initialized before hostapd is started. This is important especially
  146. # on embedded devices that do not have a hardware random number generator and
  147. # may by default start up with minimal entropy available for random number
  148. # generation.
  149. #
  150. # As a safety net, hostapd is by default trying to internally collect
  151. # additional entropy for generating random data to mix in with the data
  152. # fetched from the OS. This by itself is not considered to be very strong, but
  153. # it may help in cases where the system pool is not initialized properly.
  154. # However, it is very strongly recommended that the system pool is initialized
  155. # with enough entropy either by using hardware assisted random number
  156. # generatior or by storing state over device reboots.
  157. #
  158. # If the os_get_random() is known to provide strong ramdom data (e.g., on
  159. # Linux/BSD, the board in question is known to have reliable source of random
  160. # data from /dev/urandom), the internal hostapd random pool can be disabled.
  161. # This will save some in binary size and CPU use. However, this should only be
  162. # considered for builds that are known to be used on devices that meet the
  163. # requirements described above.
  164. #CONFIG_NO_RANDOM_POOL=y