From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/3] wpa_supplicant: Import fresh default configuration Date: Wed, 06 Jan 2021 14:43:14 +0000 Message-ID: <20210106144314.2732-3-michael.tremer@ipfire.org> In-Reply-To: <20210106144314.2732-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2094711809310138150==" List-Id: --===============2094711809310138150== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This enables some more features that have been added to wpa_supplicant over time. In our case we need SAE for WPA3 support. Signed-off-by: Michael Tremer --- config/wpa_supplicant/config | 475 ++++++++++++++++++++++++++--------- 1 file changed, 359 insertions(+), 116 deletions(-) diff --git a/config/wpa_supplicant/config b/config/wpa_supplicant/config index f3e114bfd..d2fed45cd 100644 --- a/config/wpa_supplicant/config +++ b/config/wpa_supplicant/config @@ -1,9 +1,9 @@ # Example wpa_supplicant build time configuration # # This file lists the configuration options that are used when building the -# hostapd binary. All lines starting with # are ignored. Configuration option -# lines must be commented out complete, if they are not to be included, i.e., -# just setting VARIABLE=3Dn is not disabling that variable. +# wpa_supplicant binary. All lines starting with # are ignored. Configuration +# option lines must be commented out complete, if they are not to be include= d, +# i.e., just setting VARIABLE=3Dn is not disabling that variable. # # This file is included in Makefile, so variables like CFLAGS and LIBS can a= lso # be modified from here. In most cases, these lines should use +=3D in order= not @@ -20,75 +20,39 @@ # used to fix build issues on such systems (krb5.h not found). #CFLAGS +=3D -I/usr/include/kerberos =20 -# Example configuration for various cross-compilation platforms - -#### sveasoft (e.g., for Linksys WRT54G) ###################################= ### -#CC=3Dmipsel-uclibc-gcc -#CC=3D/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc -#CFLAGS +=3D -Os -#CPPFLAGS +=3D -I../src/include -I../../src/router/openssl/include -#LIBS +=3D -L/opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib -lssl -############################################################################= ### - -#### openwrt (e.g., for Linksys WRT54G) ####################################= ### -#CC=3Dmipsel-uclibc-gcc -#CC=3D/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc -#CFLAGS +=3D -Os -#CPPFLAGS=3D-I../src/include -I../openssl-0.9.7d/include \ -# -I../WRT54GS/release/src/include -#LIBS =3D -lssl -############################################################################= ### - - -# Driver interface for Host AP driver -CONFIG_DRIVER_HOSTAP=3Dy - -# Driver interface for Agere driver -#CONFIG_DRIVER_HERMES=3Dy -# Change include directories to match with the local setup -#CFLAGS +=3D -I../../hcf -I../../include -I../../include/hcf -#CFLAGS +=3D -I../../include/wireless - -# Driver interface for madwifi driver -#CONFIG_DRIVER_MADWIFI=3Dy -# Set include directory to the madwifi source tree -#CFLAGS +=3D -I/usr/src/madwifi - -# Driver interface for Prism54 driver -# (Note: Prism54 is not yet supported, i.e., this will not work as-is and is -# for developers only) -CONFIG_DRIVER_PRISM54=3Dy - -# Driver interface for ndiswrapper -CONFIG_DRIVER_NDISWRAPPER=3Dy - -# Driver interface for Atmel driver -CONFIG_DRIVER_ATMEL=3Dy - -# Driver interface for old Broadcom driver -# Please note that the newer Broadcom driver ("hybrid Linux driver") supports -# Linux wireless extensions and does not need (or even work) with the old -# driver wrapper. Use CONFIG_DRIVER_WEXT=3Dy with that driver. -#CONFIG_DRIVER_BROADCOM=3Dy -# Example path for wlioctl.h; change to match your configuration -#CFLAGS +=3D -I/opt/WRT54GS/release/src/include - -# Driver interface for Intel ipw2100/2200 driver -CONFIG_DRIVER_IPW=3Dy - -# Driver interface for Ralink driver -CONFIG_DRIVER_RALINK=3Dy - # Driver interface for generic Linux wireless extensions +# Note: WEXT is deprecated in the current Linux kernel version and no new +# functionality is added to it. nl80211-based interface is the new +# replacement for WEXT and its use allows wpa_supplicant to properly control +# the driver to improve existing functionality like roaming and to support n= ew +# functionality. CONFIG_DRIVER_WEXT=3Dy =20 # Driver interface for Linux drivers using the nl80211 kernel interface CONFIG_DRIVER_NL80211=3Dy =20 +# QCA vendor extensions to nl80211 +#CONFIG_DRIVER_NL80211_QCA=3Dy + +# driver_nl80211.c requires libnl. If you are compiling it yourself +# you may need to point hostapd to your version of libnl. +# +#CFLAGS +=3D -I$ +#LIBS +=3D -L$ + +# Use libnl v2.0 (or 3.0) libraries. +#CONFIG_LIBNL20=3Dy + +# Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored) +CONFIG_LIBNL32=3Dy + + # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) #CONFIG_DRIVER_BSD=3Dy #CFLAGS +=3D -I/usr/local/include #LIBS +=3D -L/usr/local/lib +#LIBS_p +=3D -L/usr/local/lib +#LIBS_c +=3D -L/usr/local/lib =20 # Driver interface for Windows NDIS #CONFIG_DRIVER_NDIS=3Dy @@ -106,17 +70,27 @@ CONFIG_DRIVER_NL80211=3Dy # wpa_supplicant. # CONFIG_USE_NDISUIO=3Dy =20 -# Driver interface for development testing -#CONFIG_DRIVER_TEST=3Dy - # Driver interface for wired Ethernet drivers CONFIG_DRIVER_WIRED=3Dy =20 +# Driver interface for MACsec capable Qualcomm Atheros drivers +#CONFIG_DRIVER_MACSEC_QCA=3Dy + +# Driver interface for Linux MACsec drivers +#CONFIG_DRIVER_MACSEC_LINUX=3Dy + # Driver interface for the Broadcom RoboSwitch family #CONFIG_DRIVER_ROBOSWITCH=3Dy =20 -# Enable IEEE 802.1X Supplicant (automatically included if any EAP method is -# included) +# Driver interface for no driver (e.g., WPS ER only) +#CONFIG_DRIVER_NONE=3Dy + +# Solaris libraries +#LIBS +=3D -lsocket -ldlpi -lnsl +#LIBS_c +=3D -lsocket + +# Enable IEEE 802.1X Supplicant (automatically included if any EAP method or +# MACsec is included) CONFIG_IEEE8021X_EAPOL=3Dy =20 # EAP-MD5 @@ -135,11 +109,17 @@ CONFIG_EAP_PEAP=3Dy CONFIG_EAP_TTLS=3Dy =20 # EAP-FAST -# Note: Default OpenSSL package does not include support for all the -# functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL, -# the OpenSSL library must be patched (openssl-0.9.8d-tls-extensions.patch) -# to add the needed functions. -#CONFIG_EAP_FAST=3Dy +CONFIG_EAP_FAST=3Dy + +# EAP-TEAP +# Note: The current EAP-TEAP implementation is experimental and should not be +# enabled for production use. The IETF RFC 7170 that defines EAP-TEAP has nu= mber +# of conflicting statements and missing details and the implementation has +# vendor specific workarounds for those and as such, may not interoperate wi= th +# any other implementation. This should not be used for anything else than +# experimentation and interoperability testing until those issues has been +# resolved. +#CONFIG_EAP_TEAP=3Dy =20 # EAP-GTC CONFIG_EAP_GTC=3Dy @@ -150,11 +130,17 @@ CONFIG_EAP_OTP=3Dy # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used) #CONFIG_EAP_SIM=3Dy =20 +# Enable SIM simulator (Milenage) for EAP-SIM +#CONFIG_SIM_SIMULATOR=3Dy + # EAP-PSK (experimental; this is _not_ needed for WPA-PSK) #CONFIG_EAP_PSK=3Dy =20 +# EAP-pwd (secure authentication using only a password) +CONFIG_EAP_PWD=3Dy + # EAP-PAX -#CONFIG_EAP_PAX=3Dy +CONFIG_EAP_PAX=3Dy =20 # LEAP CONFIG_EAP_LEAP=3Dy @@ -170,22 +156,35 @@ CONFIG_EAP_LEAP=3Dy #CONFIG_USIM_SIMULATOR=3Dy =20 # EAP-SAKE -#CONFIG_EAP_SAKE=3Dy +CONFIG_EAP_SAKE=3Dy =20 # EAP-GPSK -#CONFIG_EAP_GPSK=3Dy +CONFIG_EAP_GPSK=3Dy # Include support for optional SHA256 cipher suite in EAP-GPSK -#CONFIG_EAP_GPSK_SHA256=3Dy +CONFIG_EAP_GPSK_SHA256=3Dy =20 # EAP-TNC and related Trusted Network Connect support (experimental) -#CONFIG_EAP_TNC=3Dy +CONFIG_EAP_TNC=3Dy =20 # Wi-Fi Protected Setup (WPS) CONFIG_WPS=3Dy +# Enable WPS external registrar functionality +#CONFIG_WPS_ER=3Dy +# Disable credentials for an open network by default when acting as a WPS +# registrar. +#CONFIG_WPS_REG_DISABLE_OPEN=3Dy +# Enable WPS support with NFC config method +#CONFIG_WPS_NFC=3Dy =20 # EAP-IKEv2 CONFIG_EAP_IKEV2=3Dy =20 +# EAP-EKE +#CONFIG_EAP_EKE=3Dy + +# MACsec +CONFIG_MACSEC=3Dy + # PKCS#12 (PFX) support (used to read private key and certificate file from # a file that usually has extension .p12 or .pfx) CONFIG_PKCS12=3Dy @@ -198,13 +197,22 @@ CONFIG_SMARTCARD=3Dy # Enable this if EAP-SIM or EAP-AKA is included #CONFIG_PCSC=3Dy =20 +# Support HT overrides (disable HT/HT40, mask MCS rates, etc.) +#CONFIG_HT_OVERRIDES=3Dy + +# Support VHT overrides (disable VHT, mask MCS rates, etc.) +#CONFIG_VHT_OVERRIDES=3Dy + # Development testing #CONFIG_EAPOL_TEST=3Dy =20 # Select control interface backend for external programs, e.g, wpa_cli: # unix =3D UNIX domain sockets (default for Linux/*BSD) # udp =3D UDP sockets using localhost (127.0.0.1) +# udp6 =3D UDP IPv6 sockets using localhost (::1) # named_pipe =3D Windows Named Pipe (default for Windows) +# udp-remote =3D UDP sockets with remote access (only for tests systems/purp= ose) +# udp6-remote =3D UDP IPv6 sockets with remote access (only for tests purpos= e) # y =3D use default (backwards compatibility) # If this option is commented out, control interface is not included in the # build. @@ -216,6 +224,10 @@ CONFIG_CTRL_IFACE=3Dy # the resulting binary. #CONFIG_READLINE=3Dy =20 +# Include internal line edit mode in wpa_cli. This can be used as a replacem= ent +# for GNU Readline to provide limited command line editing and history suppo= rt. +#CONFIG_WPA_CLI_EDIT=3Dy + # Remove debugging code that is printing out debug message to stdout. # This can be used to reduce the size of the wpa_supplicant considerably # if debugging code is not needed. The size reduction can be around 35% @@ -226,11 +238,6 @@ CONFIG_CTRL_IFACE=3Dy # 35-50 kB in code size. #CONFIG_NO_WPA=3Dy =20 -# Remove WPA2 support. This allows WPA to be used, but removes WPA2 code to -# save about 1 kB in code size when building only WPA-Personal (no EAP suppo= rt) -# or 6 kB if building for WPA-Enterprise. -#CONFIG_NO_WPA2=3Dy - # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support # This option can be used to reduce code size by removing support for # converting ASCII passphrases into PSK. If this functionality is removed, t= he @@ -238,12 +245,10 @@ CONFIG_CTRL_IFACE=3Dy # wpa_passphrase). This saves about 0.5 kB in code size. #CONFIG_NO_WPA_PASSPHRASE=3Dy =20 -# Remove AES extra functions. This can be used to reduce code size by about -# 1.5 kB by removing extra AES modes that are not needed for commonly used -# client configurations (they are needed for some EAP types). -#CONFIG_NO_AES_EXTRAS=3Dy +# Simultaneous Authentication of Equals (SAE), WPA3-Personal +CONFIG_SAE=3Dy =20 -# Disable scan result processing (ap_mode=3D1) to save code size by about 1 = kB. +# Disable scan result processing (ap_scan=3D1) to save code size by about 1 = kB. # This can be used if ap_scan=3D1 mode is never enabled. #CONFIG_NO_SCAN_PROCESSING=3Dy =20 @@ -270,7 +275,7 @@ CONFIG_BACKEND=3Dfile # main_none =3D Very basic example (development use only) #CONFIG_MAIN=3Dmain =20 -# Select wrapper for operatins system and C library specific functions +# Select wrapper for operating system and C library specific functions # unix =3D UNIX/POSIX like systems (default) # win32 =3D Windows systems # none =3D Empty template @@ -279,9 +284,17 @@ CONFIG_BACKEND=3Dfile # Select event loop implementation # eloop =3D select() loop (default) # eloop_win =3D Windows events and WaitForMultipleObject() loop -# eloop_none =3D Empty template #CONFIG_ELOOP=3Deloop =20 +# Should we use poll instead of select? Select is used by default. +#CONFIG_ELOOP_POLL=3Dy + +# Should we use epoll instead of select? Select is used by default. +#CONFIG_ELOOP_EPOLL=3Dy + +# Should we use kqueue instead of select? Select is used by default. +#CONFIG_ELOOP_KQUEUE=3Dy + # Select layer 2 packet implementation # linux =3D Linux packet socket (default) # pcap =3D libpcap/libdnet/WinPcap @@ -291,29 +304,40 @@ CONFIG_BACKEND=3Dfile # none =3D Empty template #CONFIG_L2_PACKET=3Dlinux =20 -# PeerKey handshake for Station to Station Link (IEEE 802.11e DLS) -CONFIG_PEERKEY=3Dy +# Disable Linux packet socket workaround applicable for station interface +# in a bridge for EAPOL frames. This should be uncommented only if the kernel +# is known to not have the regression issue in packet socket behavior with +# bridge interfaces (commit 'bridge: respect RFC2863 operational state')'). +#CONFIG_NO_LINUX_PACKET_SOCKET_WAR=3Dy =20 -# IEEE 802.11w (management frame protection) -# This version is an experimental implementation based on IEEE 802.11w/D1.0 -# draft and is subject to change since the standard has not yet been finaliz= ed. -# Driver support is also needed for IEEE 802.11w. -#CONFIG_IEEE80211W=3Dy +# Support Operating Channel Validation +#CONFIG_OCV=3Dy =20 # Select TLS implementation # openssl =3D OpenSSL (default) -# gnutls =3D GnuTLS (needed for TLS/IA, see also CONFIG_GNUTLS_EXTRA) +# gnutls =3D GnuTLS # internal =3D Internal TLSv1 implementation (experimental) +# linux =3D Linux kernel AF_ALG and internal TLSv1 implementation (experimen= tal) # none =3D Empty template #CONFIG_TLS=3Dopenssl =20 -# Whether to enable TLS/IA support, which is required for EAP-TTLSv1. -# You need CONFIG_TLS=3Dgnutls for this to have any effect. Please note that -# even though the core GnuTLS library is released under LGPL, this extra -# library uses GPL and as such, the terms of GPL apply to the combination -# of wpa_supplicant and GnuTLS if this option is enabled. BSD license may not -# apply for distribution of the resulting binary. -#CONFIG_GNUTLS_EXTRA=3Dy +# TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.= 1) +# can be enabled to get a stronger construction of messages when block ciphe= rs +# are used. It should be noted that some existing TLS v1.0 -based +# implementation may not be compatible with TLS v1.1 message (ClientHello is +# sent prior to negotiating which version will be used) +#CONFIG_TLSV11=3Dy + +# TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.= 2) +# can be enabled to enable use of stronger crypto algorithms. It should be +# noted that some existing TLS v1.0 -based implementation may not be compati= ble +# with TLS v1.2 message (ClientHello is sent prior to negotiating which vers= ion +# will be used) +#CONFIG_TLSV12=3Dy + +# Select which ciphers to use by default with OpenSSL if the user does not +# specify them. +#CONFIG_TLS_DEFAULT_CIPHERS=3D"DEFAULT:!EXP:!LOW" =20 # If CONFIG_TLS=3Dinternal is used, additional library and include paths are # needed for LibTomMath. Alternatively, an integrated, minimal version of @@ -337,8 +361,12 @@ CONFIG_PEERKEY=3Dy #CONFIG_NDIS_EVENTS_INTEGRATED=3Dy #PLATFORMSDKLIB=3D"/opt/Program Files/Microsoft Platform SDK/Lib" =20 -# Add support for DBus control interface -#CONFIG_CTRL_IFACE_DBUS=3Dy +# Add support for new DBus control interface +# (fi.w1.wpa_supplicant1) +#CONFIG_CTRL_IFACE_DBUS_NEW=3Dy + +# Add introspection support for new DBus control interface +#CONFIG_CTRL_IFACE_DBUS_INTRO=3Dy =20 # Add support for loading EAP methods dynamically as shared libraries. # When this option is enabled, each EAP method can be either included @@ -361,18 +389,26 @@ CONFIG_PEERKEY=3Dy # amount of memory/flash. #CONFIG_DYNAMIC_EAP_METHODS=3Dy =20 -# Include client MLME (management frame processing). -# This can be used to move MLME processing of Linux mac80211 stack into user -# space. Please note that this is currently only available with -# driver_nl80211.c and only with a modified version of Linux kernel and -# wpa_supplicant. -#CONFIG_CLIENT_MLME=3Dy - -# IEEE Std 802.11r-2008 (Fast BSS Transition) -#CONFIG_IEEE80211R=3Dy +# IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode +CONFIG_IEEE80211R=3Dy =20 # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) -#CONFIG_DEBUG_FILE=3Dy +CONFIG_DEBUG_FILE=3Dy + +# Send debug messages to syslog instead of stdout +CONFIG_DEBUG_SYSLOG=3Dy +# Set syslog facility for debug messages +#CONFIG_DEBUG_SYSLOG_FACILITY=3DLOG_DAEMON + +# Add support for sending all debug messages (regardless of debug verbosity) +# to the Linux kernel tracing facility. This helps debug the entire stack by +# making it easy to record everything happening from the driver up into the +# same file, e.g., using trace-cmd. +#CONFIG_DEBUG_LINUX_TRACING=3Dy + +# Add support for writing debug log to Android logcat instead of standard +# output +#CONFIG_ANDROID_LOG=3Dy =20 # Enable privilege separation (see README 'Privilege separation' for details) #CONFIG_PRIVSEP=3Dy @@ -380,3 +416,210 @@ CONFIG_PEERKEY=3Dy # Enable mitigation against certain attacks against TKIP by delaying Michael # MIC error reports by a random amount of time between 0 and 60 seconds #CONFIG_DELAYED_MIC_ERROR_REPORT=3Dy + +# Enable tracing code for developer debugging +# This tracks use of memory allocations and other registrations and reports +# incorrect use with a backtrace of call (or allocation) location. +#CONFIG_WPA_TRACE=3Dy +# For BSD, uncomment these. +#LIBS +=3D -lexecinfo +#LIBS_p +=3D -lexecinfo +#LIBS_c +=3D -lexecinfo + +# Use libbfd to get more details for developer debugging +# This enables use of libbfd to get more detailed symbols for the backtraces +# generated by CONFIG_WPA_TRACE=3Dy. +#CONFIG_WPA_TRACE_BFD=3Dy +# For BSD, uncomment these. +#LIBS +=3D -lbfd -liberty -lz +#LIBS_p +=3D -lbfd -liberty -lz +#LIBS_c +=3D -lbfd -liberty -lz + +# wpa_supplicant depends on strong random number generation being available +# from the operating system. os_get_random() function is used to fetch random +# data when needed, e.g., for key generation. On Linux and BSD systems, this +# works by reading /dev/urandom. It should be noted that the OS entropy pool +# needs to be properly initialized before wpa_supplicant is started. This is +# important especially on embedded devices that do not have a hardware random +# number generator and may by default start up with minimal entropy available +# for random number generation. +# +# As a safety net, wpa_supplicant is by default trying to internally collect +# additional entropy for generating random data to mix in with the data fetc= hed +# from the OS. This by itself is not considered to be very strong, but it may +# help in cases where the system pool is not initialized properly. However, = it +# is very strongly recommended that the system pool is initialized with enou= gh +# entropy either by using hardware assisted random number generator or by +# storing state over device reboots. +# +# wpa_supplicant can be configured to maintain its own entropy store over +# restarts to enhance random number generation. This is not perfect, but it = is +# much more secure than using the same sequence of random numbers after every +# reboot. This can be enabled with -e command line option. The +# specified file needs to be readable and writable by wpa_supplicant. +# +# If the os_get_random() is known to provide strong random data (e.g., on +# Linux/BSD, the board in question is known to have reliable source of random +# data from /dev/urandom), the internal wpa_supplicant random pool can be +# disabled. This will save some in binary size and CPU use. However, this +# should only be considered for builds that are known to be used on devices +# that meet the requirements described above. +#CONFIG_NO_RANDOM_POOL=3Dy + +# Should we attempt to use the getrandom(2) call that provides more reliable +# yet secure randomness source than /dev/random on Linux 3.17 and newer. +# Requires glibc 2.25 to build, falls back to /dev/random if unavailable. +CONFIG_GETRANDOM=3Dy + +# IEEE 802.11ac (Very High Throughput) support (mainly for AP mode) +CONFIG_IEEE80211AC=3Dy + +# Wireless Network Management (IEEE Std 802.11v-2011) +# Note: This is experimental and not complete implementation. +#CONFIG_WNM=3Dy + +# Interworking (IEEE 802.11u) +# This can be used to enable functionality to improve interworking with +# external networks (GAS/ANQP to learn more about the networks and network +# selection based on available credentials). +CONFIG_INTERWORKING=3Dy + +# Hotspot 2.0 +CONFIG_HS20=3Dy + +# Enable interface matching in wpa_supplicant +#CONFIG_MATCH_IFACE=3Dy + +# Disable roaming in wpa_supplicant +#CONFIG_NO_ROAMING=3Dy + +# AP mode operations with wpa_supplicant +# This can be used for controlling AP mode operations with wpa_supplicant. It +# should be noted that this is mainly aimed at simple cases like +# WPA2-Personal while more complex configurations like WPA2-Enterprise with = an +# external RADIUS server can be supported with hostapd. +CONFIG_AP=3Dy + +# P2P (Wi-Fi Direct) +# This can be used to enable P2P support in wpa_supplicant. See README-P2P f= or +# more information on P2P operations. +CONFIG_P2P=3Dy + +# Enable TDLS support +CONFIG_TDLS=3Dy + +# Wi-Fi Display +# This can be used to enable Wi-Fi Display extensions for P2P using an exter= nal +# program to control the additional information exchanges in the messages. +CONFIG_WIFI_DISPLAY=3Dy + +# Autoscan +# This can be used to enable automatic scan support in wpa_supplicant. +# See wpa_supplicant.conf for more information on autoscan usage. +# +# Enabling directly a module will enable autoscan support. +# For exponential module: +#CONFIG_AUTOSCAN_EXPONENTIAL=3Dy +# For periodic module: +#CONFIG_AUTOSCAN_PERIODIC=3Dy + +# Password (and passphrase, etc.) backend for external storage +# These optional mechanisms can be used to add support for storing passwords +# and other secrets in external (to wpa_supplicant) location. This allows, f= or +# example, operating system specific key storage to be used +# +# External password backend for testing purposes (developer use) +#CONFIG_EXT_PASSWORD_TEST=3Dy + +# Enable Fast Session Transfer (FST) +#CONFIG_FST=3Dy + +# Enable CLI commands for FST testing +#CONFIG_FST_TEST=3Dy + +# OS X builds. This is only for building eapol_test. +#CONFIG_OSX=3Dy + +# Automatic Channel Selection +# This will allow wpa_supplicant to pick the channel automatically when chan= nel +# is set to "0". +# +# TODO: Extend parser to be able to parse "channel=3Dacs_survey" as an alter= native +# to "channel=3D0". This would enable us to eventually add other ACS algorit= hms in +# similar way. +# +# Automatic selection is currently only done through initialization, later on +# we hope to do background checks to keep us moving to more ideal channels as +# time goes by. ACS is currently only supported through the nl80211 driver a= nd +# your driver must have survey dump capability that is filled by the driver +# during scanning. +# +# TODO: In analogy to hostapd be able to customize the ACS survey algorithm = with +# a newly to create wpa_supplicant.conf variable acs_num_scans. +# +# Supported ACS drivers: +# * ath9k +# * ath5k +# * ath10k +# +# For more details refer to: +# http://wireless.kernel.org/en/users/Documentation/acs +#CONFIG_ACS=3Dy + +# Support Multi Band Operation +#CONFIG_MBO=3Dy + +# Fast Initial Link Setup (FILS) (IEEE 802.11ai) +#CONFIG_FILS=3Dy +# FILS shared key authentication with PFS +#CONFIG_FILS_SK_PFS=3Dy + +# Support RSN on IBSS networks +# This is needed to be able to use mode=3D1 network profile with proto=3DRSN= and +# key_mgmt=3DWPA-PSK (i.e., full key management instead of WPA-None). +CONFIG_IBSS_RSN=3Dy + +# External PMKSA cache control +# This can be used to enable control interface commands that allow the curre= nt +# PMKSA cache entries to be fetched and new entries to be added. +#CONFIG_PMKSA_CACHE_EXTERNAL=3Dy + +# Mesh Networking (IEEE 802.11s) +#CONFIG_MESH=3Dy + +# Background scanning modules +# These can be used to request wpa_supplicant to perform background scanning +# operations for roaming within an ESS (same SSID). See the bgscan parameter= in +# the wpa_supplicant.conf file for more details. +# Periodic background scans based on signal strength +CONFIG_BGSCAN_SIMPLE=3Dy +# Learn channels used by the network and try to avoid bgscans on other +# channels (experimental) +#CONFIG_BGSCAN_LEARN=3Dy + +# Opportunistic Wireless Encryption (OWE) +# Experimental implementation of draft-harkins-owe-07.txt +#CONFIG_OWE=3Dy + +# Device Provisioning Protocol (DPP) +CONFIG_DPP=3Dy + +# Wired equivalent privacy (WEP) +# WEP is an obsolete cryptographic data confidentiality algorithm that is not +# considered secure. It should not be used for anything anymore. The +# functionality needed to use WEP is available in the current wpa_supplicant +# release under this optional build parameter. This functionality is subject= to +# be completely removed in a future release. +#CONFIG_WEP=3Dy + +# Remove all TKIP functionality +# TKIP is an old cryptographic data confidentiality algorithm that is not +# considered secure. It should not be used anymore for anything else than a +# backwards compatibility option as a group cipher when connecting to APs th= at +# use WPA+WPA2 mixed mode. For now, the default wpa_supplicant build includes +# support for this by default, but that functionality is subject to be remov= ed +# in the future. +#CONFIG_NO_TKIP=3Dy + +# Enable 802.11w +CONFIG_IEEE80211W=3Dy --=20 2.20.1 --===============2094711809310138150==--