Make change and version bump to BP1A.241210.001
Snap for 12770256 from a8fc8611059b971ed786ccc9e31f1459053038d2 to 25Q1-release
Change-Id: I65c14c50cdea1a689772daac0a52bf361c0ec88d
diff --git a/core/board_config_wpa_supplicant.mk b/core/board_config_wpa_supplicant.mk
index f24884e..9ef438e 100644
--- a/core/board_config_wpa_supplicant.mk
+++ b/core/board_config_wpa_supplicant.mk
@@ -40,6 +40,11 @@
$(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))
diff --git a/core/build_id.mk b/core/build_id.mk
index a25cbdd..0b5878f 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-BUILD_ID=BP1A.241209.002
+BUILD_ID=BP1A.241210.001