Wifi: WAPI HAL skeleton
Add HAL implementation skeleton for vendors.
Vendors need to complete the implementation and uncomment
"CONFIG_WAPI_INTERFACE=y" to support WAPI interface.
Bug: 139257562
Test: atest VtsHalWifiSupplicantV1_3TargetTest
Change-Id: Id7a58b242776d641a091b9ede3f147b7d42003d1
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config
index 643dbe3..63c8eb3 100644
--- a/wpa_supplicant/android.config
+++ b/wpa_supplicant/android.config
@@ -546,4 +546,9 @@
CONFIG_SUITEB=y
CONFIG_SUITEB192=y
+# WLAN Authentication and Privacy Infrastructure (WAPI): interface only.
+# Configure the building of the interface which allows WAPI configuration.
+# Note: does not configure WAPI implementation itself.
+#CONFIG_WAPI_INTERFACE=y
+
include $(wildcard $(LOCAL_PATH)/android_config_*.inc)