Hostapd-AIDL: add OWE-Transition configuration support.

This Commit adds support for OWE configuration in OWE transtion mode
with OWE (hidden AP) + Open mode AP. These 2 Soft-AP instances are
bridged together via bridge interface.

OWE (hidden AP) ssid is generated randomly while Open mode AP uses
user configured ssid.

Bug: 181736011
Test: VTS tests
Change-Id: I72dd863c29316349a5be56b62966f78ed13ab19e
Signed-off-by: Purushottam Kushwaha <quic_pkushwah@quicinc.com>
diff --git a/hostapd/aidl/hostapd.h b/hostapd/aidl/hostapd.h
index 18a7a23..ffdbd8e 100644
--- a/hostapd/aidl/hostapd.h
+++ b/hostapd/aidl/hostapd.h
@@ -64,7 +64,8 @@
 	    const IfaceParams& IfaceParams,
 	    const ChannelParams& channelParams,
 	    const NetworkParams& nw_params,
-	    std::string br_name);
+	    std::string br_name,
+	    std::string owe_transition_ifname);
 	::ndk::ScopedAStatus addConcurrentAccessPoints(
 	    const IfaceParams& IfaceParams,
 	    const NetworkParams& nw_params);