Add configurable 11AX and 11BE flags to the
supplicant Android.bp file.
Option is only added to the production target,
and not to the Cuttlefish/AOSP one.
Bug: 354619838
Test: m
Change-Id: I7fa72671d565927cdb8109757e70b9c049d4bb77
diff --git a/wpa_supplicant/Android.bp b/wpa_supplicant/Android.bp
index 2aa7530..a659984 100644
--- a/wpa_supplicant/Android.bp
+++ b/wpa_supplicant/Android.bp
@@ -913,6 +913,12 @@
}) + select(soong_config_variable("wpa_supplicant_8", "wifi_brcm_open_source_multi_akm"), {
true: ["-DWIFI_BRCM_OPEN_SOURCE_MULTI_AKM"],
default: [],
+ }) + select(soong_config_variable("wpa_supplicant_8", "wpa_supplicant_11ax"), {
+ true: ["-DCONFIG_IEEE80211AX"],
+ default: [],
+ }) + select(soong_config_variable("wpa_supplicant_8", "wpa_supplicant_11be"), {
+ true: ["-DCONFIG_IEEE80211BE"],
+ default: [],
}),
arch: {
arm: {