wifi: Refactoring code for IfaceParams extendation

Use V1.3 Iface + V1.3 ChannelParams to turn on single AP mode.
The IfaceParams will need to extend for 60Ghz case.
It can't use the V1.2 Iface for single AP mode.

Bug: 162686273
Test: Manual Test to test single AP mode.
Test: atest -c VtsHalWifiHostapdV1_3TargetTest
Test: atest -c VtsHalWifiHostapdV1_2TargetTest
Test: atest -c VtsHalWifiHostapdV1_1TargetTest
Test: atest -c VtsHalWifiHostapdV1_0TargetTest
Change-Id: I9a796db3cf2769a90c1ba360af475ef99a7a5a3e
diff --git a/hostapd/hidl/1.3/hostapd.h b/hostapd/hidl/1.3/hostapd.h
index ceec080..dc45932 100644
--- a/hostapd/hidl/1.3/hostapd.h
+++ b/hostapd/hidl/1.3/hostapd.h
@@ -105,7 +105,8 @@
 	    const V1_3::IHostapd::IfaceParams& IfaceParams,
 	    const V1_3::IHostapd::NetworkParams& nw_params);
 	V1_2::HostapdStatus addSingleAccessPoint(
-	    const V1_2::IHostapd::IfaceParams& IfaceParams,
+	    const V1_3::IHostapd::IfaceParams& IfaceParams,
+	    const V1_3::IHostapd::ChannelParams& channelParams,
 	    const V1_3::IHostapd::NetworkParams& nw_params,
 	    std::string br_name);
 	V1_2::HostapdStatus addConcurrentAccessPoints(