Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d14440fc authored by Les Lee's avatar Les Lee Committed by Yi Shiou (Les) Lee
Browse files

wifi: Add 11BE feature support for hostapd

Ignore-AOSP-First: The file hasn't been uploaded to AOSP
Bug: 362355566
Test: TH
Change-Id: Ic565fe36c2a3f99185344d7fe48f3ad6610921b1
parent 76d0b6e1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@ ifeq ($(WIFI_FEATURE_HOSTAPD_11AX),true)
$(call soong_config_set_bool,wpa_supplicant_8,hostapd_11ax,true)
endif

# Belong to CONFIG_IEEE80211BE definition
ifeq ($(WIFI_FEATURE_HOSTAPD_11BE),true)
$(call soong_config_set_bool,wpa_supplicant_8,hostapd_11be,true)
endif

# PLATFORM_VERSION
$(call soong_config_set,wpa_supplicant_8,platform_version,$(PLATFORM_VERSION))