mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
101 lines
2.2 KiB
Text
101 lines
2.2 KiB
Text
# Driver interface for atheros driver
|
|
CONFIG_DRIVER_ATHEROS=y
|
|
CFLAGS += -I$(ATHEROSPATH)
|
|
CFLAGS += -DCONFIG_ATHEROS_AP
|
|
CFLAGS += -DCONFIG_ATHEROS_QOS_MAP
|
|
CFLAGS += -DCONFIG_ATHEROS_OSEN
|
|
|
|
CONFIG_TLS=openssl
|
|
CONFIG_INTERNAL_LIBTOMMATH=y
|
|
CONFIG_INTERNAL_LIBTOMMATH_FAST=y
|
|
|
|
# WPA2/IEEE 802.11i RSN pre-authentication
|
|
CONFIG_RSN_PREAUTH=y
|
|
|
|
# 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 finalized.
|
|
# Driver support is also needed for IEEE 802.11w.
|
|
CONFIG_IEEE80211W=y
|
|
|
|
# Integrated EAP server
|
|
CONFIG_EAP=y
|
|
|
|
# EAP-MD5 for the integrated EAP server
|
|
CONFIG_EAP_MD5=y
|
|
|
|
# EAP-TLS for the integrated EAP server
|
|
CONFIG_EAP_TLS=y
|
|
|
|
# EAP-MSCHAPv2 for the integrated EAP server
|
|
CONFIG_EAP_MSCHAPV2=y
|
|
|
|
# EAP-PEAP for the integrated EAP server
|
|
CONFIG_EAP_PEAP=y
|
|
|
|
# EAP-GTC for the integrated EAP server
|
|
CONFIG_EAP_GTC=y
|
|
|
|
# EAP-TTLS for the integrated EAP server
|
|
CONFIG_EAP_TTLS=y
|
|
|
|
# Wi-Fi Protected Setup (WPS)
|
|
CONFIG_WPS=y
|
|
# Enable UPnP support for external WPS Registrars
|
|
CONFIG_WPS_UPNP=y
|
|
|
|
# Build IPv6 support for RADIUS operations
|
|
CONFIG_IPV6=y
|
|
|
|
# IEEE Std 802.11r-2008 (Fast BSS Transition)
|
|
CONFIG_IEEE80211R=y
|
|
|
|
# Use the hostapd's IEEE 802.11 authentication (ACL), but without
|
|
# the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211)
|
|
#CONFIG_DRIVER_RADIUS_ACL=y
|
|
|
|
# Add support for writing debug log to a file: -f /tmp/hostapd.log
|
|
# Disabled by default.
|
|
CONFIG_DEBUG_FILE=y
|
|
|
|
CONFIG_NO_VLAN=y
|
|
CONFIG_NO_DUMP_STATE=y
|
|
|
|
CONFIG_WPS2=y
|
|
CONFIG_HS20=y
|
|
NEED_AP_MLME=y
|
|
CONFIG_P2P_MANAGER=y
|
|
CONFIG_INTERWORKING=y
|
|
ATH_GCM_SUPPORT=y
|
|
CONFIG_WNM=y
|
|
|
|
# Driver interface for MACsec (Only for wired network)
|
|
CONFIG_DRIVER_MACSEC_QCA=y
|
|
|
|
# Enable MACsec support for hostapd
|
|
CONFIG_MACSEC=y
|
|
|
|
CONFIG_DRIVER_NL80211=y
|
|
CONFIG_DRIVER_NL80211_QCA=y
|
|
CONFIG_IAPP=y
|
|
CONFIG_IEEE80211N=y
|
|
CONFIG_LIBNL32=y
|
|
CONFIG_PEERKEY=y
|
|
CONFIG_PKCS12=y
|
|
CONFIG_ACS=y
|
|
CONFIG_FST=y
|
|
CONFIG_MBO=y
|
|
ifdef CONFIG_MBO
|
|
CONFIG_IEEE80211W=y
|
|
endif
|
|
CONFIG_IEEE80211AC=1
|
|
|
|
CONFIG_FILS=y
|
|
CONFIG_IEEE80211R_AP=y
|
|
CONFIG_OWE=y
|
|
CONFIG_SAE=y
|
|
CONFIG_DPP=y
|
|
CONFIG_SUITEB=y
|
|
CONFIG_SUITEB192=y
|
|
CONFIG_ERP=y
|
|
CONFIG_TESTING_OPTIONS=y
|