p2p: add groupAdd method accepts the group configuration
New WiFi Direct APIs needs to support passing group configuration to
create a group or join a group without negotiation and WPS.
Bug: 64695709
Test: Group creation
* create a group with a configuration.
* join it as new Group Client.
* join it as legacy Wi-Fi STAs.
Test: Group joining
* create a group with configuration.
* join above group without negotiation and WPS.
Change-Id: I26f9627199869637fe9e9e5b78f0bf30f02501c3
diff --git a/wifi/supplicant/1.2/Android.bp b/wifi/supplicant/1.2/Android.bp
index 93ce573..529dad4 100644
--- a/wifi/supplicant/1.2/Android.bp
+++ b/wifi/supplicant/1.2/Android.bp
@@ -8,6 +8,7 @@
},
srcs: [
"ISupplicant.hal",
+ "ISupplicantP2pIface.hal",
"ISupplicantStaIface.hal",
"ISupplicantStaNetwork.hal",
],