sm8350-common: wifi: Enable support for IEEE80211AX
* This is to allow supporting WiFi 6 mobile hotspots, to be noted this is only supported on SDM855+ platforms.
This commit is contained in:
parent
3160a9166c
commit
acea4a9c75
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
|||
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||
CONFIG_ACS := true
|
||||
CONFIG_IEEE80211AC := true
|
||||
CONFIG_IEEE80211AX := true
|
||||
QC_WIFI_HIDL_FEATURE_DUAL_AP := true
|
||||
WIFI_DRIVER_DEFAULT := wlan
|
||||
WIFI_DRIVER_STATE_CTRL_PARAM := "/dev/wlan"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue