wifi: Add hal interface to set FILS network params
Add new vendor interface to configure FILS specific settings in network
block to supplicant. Implement a new hal interface
SupplicantVendorStaNetwork, SupplicantVendorStaIface and
SupplicantVendorStaIfaceCallback extending SupplicantStaNework,
SupplicantStaIface and SupplicantStaIfaceCallback respectively to
accommodate the new FILS specific fields.
Change-Id: Ieb222396bf490a99c3b8c7748888208380abf200
CRs-Fixed: 2097930
diff --git a/wifi/Android.bp b/wifi/Android.bp
new file mode 100644
index 0000000..7aef46b
--- /dev/null
+++ b/wifi/Android.bp
@@ -0,0 +1,3 @@
+subdirs = [
+ "*"
+]