100 lines
2.0 KiB
Plaintext
100 lines
2.0 KiB
Plaintext
config MT7628_AP
|
|
tristate "MT7628/MT7688 802.11n AP support"
|
|
select WIRELESS_EXT
|
|
select WEXT_SPY
|
|
select WEXT_PRIV
|
|
|
|
if MT7628_AP
|
|
|
|
config MT7628_MBSS_SUPPORT
|
|
bool "MBSSID Support"
|
|
default y
|
|
|
|
config MT7628_WDS_SUPPORT
|
|
bool "WDS Support"
|
|
default n
|
|
|
|
config MT7628_APCLI_SUPPORT
|
|
bool "AP-Client Support"
|
|
default y
|
|
|
|
config MT7628_APCLI_ROAM_SUPPORT
|
|
bool "AP-Client Roam support"
|
|
default y
|
|
|
|
config MT7628_APCLI_AUTO_BW_SUPPORT
|
|
bool "AP-Client Auto Bandwidth Support"
|
|
depends on MT7628_APCLI_SUPPORT
|
|
|
|
config MT7628_APCLI_CERT_SUPPORT
|
|
bool "AP-Client TGN Cert Support"
|
|
depends on MT7628_APCLI_SUPPORT
|
|
|
|
config MT7628_MAC_REPEATER_SUPPORT
|
|
bool "MAC Repeater Support"
|
|
depends on MT7628_APCLI_SUPPORT
|
|
default n
|
|
|
|
config MT7628_CON_WPS_SUPPORT
|
|
bool "Concurrent WPS Support"
|
|
depends on MT7628_APCLI_SUPPORT
|
|
depends on MT7628_WSC_INCLUDED
|
|
depends on MT7628_WSC_V2_SUPPORT
|
|
default n
|
|
|
|
config MT7628_PASSPOINT_R2
|
|
bool "Passpoint Release-2 Support"
|
|
select MT7628_DOT11W_PMF_SUPPORT
|
|
default n
|
|
|
|
config MT7628_AIRPLAY_SUPPORT
|
|
bool "AirPlay Support"
|
|
default n
|
|
|
|
config MT7628_MBO_SUPPORT
|
|
bool "MBO support"
|
|
select MT7628_DOT11K_RRM_SUPPORT
|
|
select MT7628_DOT11R_FT_SUPPORT
|
|
select MT7628_DOT11V_WNM_SUPPORT
|
|
select MT7628_DOT11U_GAS_SUPPORT
|
|
default n
|
|
|
|
config MT7628_MAP_SUPPORT
|
|
bool "Multi-AP Support"
|
|
default y
|
|
|
|
config MT7628_WPA3_SUPPORT
|
|
bool "WPA3 auth support"
|
|
select MT7628_DOT11W_PMF_SUPPORT
|
|
default y
|
|
|
|
config MT7628_OWE_SUPPORT
|
|
bool "Enhanced OPEN(OWE) auth support"
|
|
depends on MT7628_WPA3_SUPPORT
|
|
default y
|
|
|
|
config MT7628_BAND_STEERING
|
|
bool "Band Steering Support"
|
|
default n
|
|
|
|
config MT7628_LLTD_SUPPORT
|
|
bool "LLTD (Link Layer Topology Discovery Protocol) Support"
|
|
default n
|
|
|
|
config MT7628_IDS_SUPPORT
|
|
bool "IDS (Intrusion Detection System) Support"
|
|
default n
|
|
|
|
#config MT7628_COC_SUPPORT
|
|
# bool "GreenAP Support"
|
|
# default n
|
|
|
|
config MT7628_IGMP_SNOOP_SUPPORT
|
|
bool "IGMP Snooping Support"
|
|
default y
|
|
|
|
#config MT7628_MCAST_RATE_SPECIFIC
|
|
# bool "User Specific Tx Rate of MCAST Packet"
|
|
|
|
endif # MT7628_AP
|