mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-19 18:31:33 +00:00
112 lines
2.5 KiB
Plaintext
112 lines
2.5 KiB
Plaintext
# Example hostapd 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=n is not disabling that variable.
|
|
#
|
|
# This file is included in Makefile, so variables like CFLAGS and LIBS can also
|
|
# be modified from here. In most cass, these lines should use += in order not
|
|
# to override previous values of the variables.
|
|
|
|
# Driver interface for Host AP driver
|
|
CONFIG_DRIVER_HOSTAP=y
|
|
|
|
# Driver interface for wired authenticator
|
|
CONFIG_DRIVER_WIRED=y
|
|
|
|
# Driver interface for Prism54 driver
|
|
#CONFIG_DRIVER_PRISM54=y
|
|
|
|
# Driver interface for drivers using the nl80211 kernel interface
|
|
CONFIG_DRIVER_NL80211=y
|
|
|
|
# IEEE 802.11F/IAPP
|
|
CONFIG_IAPP=y
|
|
|
|
# WPA2/IEEE 802.11i RSN pre-authentication
|
|
CONFIG_RSN_PREAUTH=y
|
|
|
|
# PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
|
|
CONFIG_PEERKEY=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
|
|
CONFIG_WPS2=y
|
|
# Enable UPnP support for external WPS Registrars
|
|
CONFIG_WPS_UPNP=y
|
|
|
|
# PKCS#12 (PFX) support (used to read private key and certificate file from
|
|
# a file that usually has extension .p12 or .pfx)
|
|
CONFIG_PKCS12=y
|
|
|
|
# Build IPv6 support for RADIUS operations
|
|
CONFIG_IPV6=y
|
|
|
|
# IEEE Std 802.11r-2008 (Fast BSS Transition)
|
|
CONFIG_IEEE80211R=y
|
|
|
|
# IEEE 802.11n (High Throughput) support
|
|
CONFIG_IEEE80211N=y
|
|
|
|
# IEEE 802.11ac (Very High Throughput) support
|
|
CONFIG_IEEE80211AC=y
|
|
|
|
# IEEE 802.11ax (HE Throughput) support
|
|
CONFIG_IEEE80211AX=y
|
|
|
|
# IEEE 802.11be (EHT Throughput) support
|
|
CONFIG_IEEE80211BE=y
|
|
|
|
CONFIG_TLS=openssl
|
|
CONFIG_INTERNAL_LIBTOMMATH=y
|
|
NEED_AES_DEC=y
|
|
|
|
CONFIG_NO_RANDOM_POOL=y
|
|
CONFIG_NO_DUMP_STATE=y
|
|
|
|
CONFIG_WPS=y
|
|
CONFIG_FULL_DYNAMIC_VLAN=y
|
|
|
|
CONFIG_UBUS=y
|
|
CONFIG_HS20=y
|
|
CONFIG_P2P_MANAGER=y
|
|
CONFIG_INTERWORKING=y
|
|
CONFIG_WNM=y
|
|
CONFIG_PROXYARP=y
|
|
CONFIG_LIBNL32=y
|
|
CONFIG_LIBNL3_ROUTE=y
|
|
|
|
CONFIG_AIRTIME_POLICY=y
|
|
CONFIG_FILS=y
|
|
CONFIG_CTRL_IFACE_MIB=y
|
|
CONFIG_SAE=y
|
|
CONFIG_OWE=y
|
|
|
|
# Driver interface for MACsec (Only for wired network)
|
|
CONFIG_DRIVER_MACSEC_QCA=y
|
|
|
|
# Enable MACsec support for hostapd
|
|
CONFIG_MACSEC=y
|