152 lines
2.9 KiB
Plaintext
152 lines
2.9 KiB
Plaintext
config MT7916_AP
|
|
tristate "MT7981/MT7986/MT7916 802.11ax AP support"
|
|
select WIRELESS_EXT
|
|
select WEXT_SPY
|
|
select WEXT_PRIV
|
|
|
|
if MT7916_AP
|
|
|
|
config MT7916_MBSS_SUPPORT
|
|
bool "MBSSID support"
|
|
default y
|
|
|
|
config MT7916_WDS_SUPPORT
|
|
bool "WDS support"
|
|
default n
|
|
|
|
config MT7916_APCLI_SUPPORT
|
|
bool "AP-Client support"
|
|
default y
|
|
|
|
config MT7916_APCLI_ROAM_SUPPORT
|
|
bool "AP-Client Roam support"
|
|
default y
|
|
|
|
config MT7916_APCLI_CERT_SUPPORT
|
|
bool "AP-Client TGN Cert support"
|
|
depends on MT7916_APCLI_SUPPORT
|
|
default n
|
|
|
|
config MT7916_MAC_REPEATER_SUPPORT
|
|
bool "MAC Repeater support"
|
|
depends on MT7916_APCLI_SUPPORT
|
|
default n
|
|
|
|
config MT7916_CON_WPS_SUPPORT
|
|
bool "Concurrent WPS support"
|
|
depends on MT7916_APCLI_SUPPORT
|
|
depends on MT7916_WSC_INCLUDED
|
|
depends on MT7916_WSC_V2_SUPPORT
|
|
default n
|
|
|
|
config MT7916_PASSPOINT_R2
|
|
bool "Passpoint Release-2 support"
|
|
select MT7916_DOT11W_PMF_SUPPORT
|
|
default n
|
|
|
|
#config MT7916_AIRPLAY_SUPPORT
|
|
# bool "AirPlay support"
|
|
# default n
|
|
|
|
config MT7916_FTM_SUPPORT
|
|
bool "FTM support"
|
|
select MT7916_PASSPOINT_R2
|
|
default n
|
|
|
|
config MT7916_MBO_SUPPORT
|
|
bool "MBO support"
|
|
select MT7916_DOT11K_RRM_SUPPORT
|
|
select MT7916_DOT11R_FT_SUPPORT
|
|
select MT7916_DOT11V_WNM_SUPPORT
|
|
select MT7916_DOT11U_GAS_SUPPORT
|
|
default n
|
|
|
|
config MT7916_OCE_SUPPORT
|
|
bool "Optimized Connectivity Experience support"
|
|
depends on MT7916_MBO_SUPPORT
|
|
default n
|
|
|
|
config MT7916_WTBL_TDD_SUPPORT
|
|
bool "Software WTBL TDD swap support"
|
|
default n
|
|
|
|
config MT7916_MAP_SUPPORT
|
|
bool "Multi-AP Support"
|
|
default y
|
|
|
|
config MT7916_WAPP_SUPPORT
|
|
bool "MTK wapp daemon support"
|
|
default n
|
|
|
|
config MT7916_VOW_SUPPORT
|
|
bool "MediaAir (VOW) support"
|
|
default y
|
|
|
|
config MT7916_RED_SUPPORT
|
|
bool "RED (Random Early Drop) support"
|
|
default y
|
|
|
|
config MT7916_WPA3_SUPPORT
|
|
bool "WPA3 auth support"
|
|
default y
|
|
|
|
config MT7916_OWE_SUPPORT
|
|
bool "Enhanced OPEN (OWE) auth support"
|
|
depends on MT7916_WPA3_SUPPORT
|
|
default y
|
|
|
|
config MT7916_QOS_R1_SUPPORT
|
|
bool "MTK QoS R1 support"
|
|
default n
|
|
|
|
config MT7916_DSCP_PRI_SUPPORT
|
|
bool "DSCP Priority Mapping support"
|
|
default n
|
|
|
|
config MT7916_BAND_STEERING
|
|
bool "Band Steering support"
|
|
default y
|
|
|
|
#config MT7916_LLTD_SUPPORT
|
|
# bool "LLTD (Link Layer Topology Discovery Protocol) support"
|
|
# default n
|
|
|
|
#config MT7916_IDS_SUPPORT
|
|
# bool "IDS (Intrusion Detection System) support"
|
|
# default n
|
|
|
|
config MT7916_GREENAP_SUPPORT
|
|
bool "GreenAP support"
|
|
default n
|
|
|
|
config MT7916_TWT_SUPPORT
|
|
bool "802.11ax Target Wake Time support"
|
|
depends on MT7916_DOT11_HE_AX
|
|
default y
|
|
|
|
config MT7916_IGMP_SNOOP_SUPPORT
|
|
bool "IGMP Snooping support"
|
|
default y
|
|
|
|
config MT7916_MCAST_RATE_SPECIFIC
|
|
bool "User Specific Tx Rate of MCAST Packet"
|
|
default n
|
|
|
|
config MT7916_RADIUS_ACCOUNTING_SUPPORT
|
|
bool "Radius Accounting support"
|
|
default n
|
|
|
|
config MT7916_AIR_MONITOR
|
|
bool "Air Monitor"
|
|
default n
|
|
|
|
config MT7916_CSI_CN_INFO_SUPPORT
|
|
bool "CSI CN info support"
|
|
default n
|
|
|
|
config MT7916_ICAP_SUPPORT
|
|
bool "Internal Capture support"
|
|
default n
|
|
|
|
endif # MT7916_AP
|