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

Commit 2d131ae4 authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Add config flags for 11AX and 11BE in

the supplicant.

Bug: 354619838
Test: m
Ignore-AOSP-First: File does not exist in AOSP
Change-Id: Id45882ad70b021b136f67db9d8e35acbd8a97305
parent 2d417486
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -40,11 +40,19 @@ ifeq ($(WIFI_FEATURE_HOSTAPD_11AX),true)
$(call soong_config_set_bool,wpa_supplicant_8,hostapd_11ax,true)
endif

ifeq ($(WIFI_FEATURE_SUPPLICANT_11AX),true)
$(call soong_config_set_bool,wpa_supplicant_8,wpa_supplicant_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

ifeq ($(WIFI_FEATURE_SUPPLICANT_11BE),true)
$(call soong_config_set_bool,wpa_supplicant_8,wpa_supplicant_11be,true)
endif

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