1
0
Files
2020-11-05 19:50:18 +07:00

135 lines
2.6 KiB
Plaintext

config MT7915_AP
tristate "MT7915 802.11ax AP support"
select WIRELESS_EXT
select WEXT_SPY
select WEXT_PRIV
if MT7915_AP
config MT7915_MBSS_SUPPORT
bool "MBSSID support"
default y
config MT7915_WDS_SUPPORT
bool "WDS support"
default n
config MT7915_APCLI_SUPPORT
bool "AP-Client support"
default y
config MT7915_APCLI_ROAM_SUPPORT
bool "AP-Client Roam support"
default y
config MT7915_APCLI_CERT_SUPPORT
bool "AP-Client TGN Cert support"
depends on MT7915_APCLI_SUPPORT
default n
config MT7915_MAC_REPEATER_SUPPORT
bool "MAC Repeater support"
depends on MT7915_APCLI_SUPPORT
default n
config MT7915_CON_WPS_SUPPORT
bool "Concurrent WPS support"
depends on MT7915_APCLI_SUPPORT
depends on MT7915_WSC_INCLUDED
depends on MT7915_WSC_V2_SUPPORT
default n
config MT7915_PASSPOINT_R2
bool "Passpoint Release-2 support"
select MT7915_DOT11W_PMF_SUPPORT
default n
#config MT7915_AIRPLAY_SUPPORT
# bool "AirPlay support"
# default n
config MT7915_FTM_SUPPORT
bool "FTM support"
select MT7915_PASSPOINT_R2
default n
config MT7915_MBO_SUPPORT
bool "MBO support"
select MT7915_DOT11K_RRM_SUPPORT
select MT7915_DOT11R_FT_SUPPORT
select MT7915_DOT11V_WNM_SUPPORT
select MT7915_DOT11U_GAS_SUPPORT
default n
config MT7915_OCE_SUPPORT
bool "Optimized Connectivity Experience support"
default n
config MT7915_MAP_SUPPORT
bool "Multi-AP Support"
default y
config MT7915_WAPP_SUPPORT
bool "MTK wapp daemon support"
default n
config MT7915_VOW_SUPPORT
bool "MediaAir (VOW) support"
default y
config MT7915_RED_SUPPORT
bool "RED (Random Early Drop) support"
default y
config MT7915_WPA3_SUPPORT
bool "WPA3 auth support"
default y
config MT7915_OWE_SUPPORT
bool "Enhanced OPEN (OWE) auth support"
depends on MT7915_WPA3_SUPPORT
default y
config MT7915_DSCP_PRI_SUPPORT
bool "DSCP Priority Mapping support"
default n
config MT7915_BAND_STEERING
bool "Band Steering support"
default n
#config MT7915_LLTD_SUPPORT
# bool "LLTD (Link Layer Topology Discovery Protocol) support"
# default n
#config MT7915_IDS_SUPPORT
# bool "IDS (Intrusion Detection System) support"
# default n
config MT7915_GREENAP_SUPPORT
bool "GreenAP support"
default n
config MT7915_TWT_SUPPORT
bool "802.11ax Target Wake Time support"
depends on MT7915_DOT11_HE_AX
default y
config MT7915_IGMP_SNOOP_SUPPORT
bool "IGMP Snooping support"
default y
config MT7915_MCAST_RATE_SPECIFIC
bool "User Specific Tx Rate of MCAST Packet"
default n
config MT7915_RADIUS_ACCOUNTING_SUPPORT
bool "Radius Accounting support"
default n
config MT7915_ICAP_SUPPORT
bool "Internal Capture support"
default n
endif # MT7915_AP