# Debian's wpa_supplicant build time configuration
CONFIG_DRIVER_WEXT=y
CONFIG_DRIVER_NL80211=y
CONFIG_LIBNL32=y
CONFIG_CTRL_IFACE=y
CONFIG_BACKEND=file
CONFIG_MAIN=main
CONFIG_OS=unix
CONFIG_ELOOP=eloop
CONFIG_L2_PACKET=linux
CONFIG_WEP=y

# At least one of these two is needed to get 
# the netlink driver working, why this is the case
# is currently mysterious
#CONFIG_IEEE8021X_EAPOL=y
CONFIG_WPS=y

# enable syslog support, as requested by d-i/ netcfg
CONFIG_DEBUG_SYSLOG=y
CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON

CONFIG_P2P=y

# Simultaneous Authentication of Equals (SAE), WPA3-Personal
CONFIG_SAE=y

# Support Multi Band Operation
CONFIG_MBO=y

# Opportunistic Wireless Encryption (OWE)
CONFIG_OWE=y

# WPA3-Enterprise (SuiteB-192)
CONFIG_SUITEB=y

CONFIG_SUITEB192=y

# Driver support is also needed for IEEE 802.11w.
CONFIG_IEEE80211W=y

CONFIG_MATCH_IFACE=y
