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

Commit 60eacef8 authored by Gabriel Biren's avatar Gabriel Biren Committed by Android (Google) Code Review
Browse files

Merge "Add config flags for 11AX and 11BE in the supplicant." into main

parents 987062ac 2d131ae4
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))