RM6785: wifi: Update the Vendor HAL to implement V2 of the Vendor HAL interface.

Also involves adding a default implementation of the
new method createApOrBridgedApIface().

Bug: 296069900
Test: m
Change-Id: Iea8aa0b66a23125c066d72b710004496d41defcb
diff --git a/aidl/wifi/Android.bp b/aidl/wifi/Android.bp
index 07b1897..41d45b3 100644
--- a/aidl/wifi/Android.bp
+++ b/aidl/wifi/Android.bp
@@ -1,5 +1,5 @@
 //
-// Copyright (C) 2023 The LineageOS Project
+// Copyright (C) 2023-2024 The LineageOS Project
 //
 // SPDX-License-Identifier: Apache-2.0
 //
@@ -27,7 +27,7 @@
         "libwifi-hal-mtk",
         "libwifi-system-iface",
         "libxml2",
-        "android.hardware.wifi-V1-ndk",
+        "android.hardware.wifi-V2-ndk",
     ],
     static_libs: ["android.hardware.wifi-service-lib"],
     init_rc: ["android.hardware.wifi-service.RM6785.rc"],