[rdkb][common][bsp][Refactor and sync wifi from openwrt]

[Description]
13482d3 [MAC80211][hostapd][Add interworking uci config]
2447dde [MAC80211][hostapd][rebase patch based on 2023-03-29]

[Release-log]

Change-Id: Id9b655408884293a1cab3791c8c60a4c832038e9
diff --git a/recipes-wifi/hostapd/hostapd_2.10.3.bb b/recipes-wifi/hostapd/hostapd_2.10.3.bb
index 68cb4c2..06874d3 100644
--- a/recipes-wifi/hostapd/hostapd_2.10.3.bb
+++ b/recipes-wifi/hostapd/hostapd_2.10.3.bb
@@ -68,6 +68,7 @@
     echo "CONFIG_WEP=y" >> ${B}/.config
     echo "CONFIG_FILS=y" >> ${B}/.config
     echo "CONFIG_IEEE80211BE=y" >> ${B}/.config
+    echo "CONFIG_TESTING_OPTIONS=y" >> ${B}/.config
 }
 
 do_filogic_patches() {