[rdk-b][common][wifi][Refactor wifi bsp bb to prepare wifi7 support]

[Description]
Refactor wifi bsp bb to prepare wifi7 support

[Release-log]
N/A

diff --git a/conf/machine/filogic830.conf b/conf/machine/filogic830.conf
index 1c59f9f..853c3ad 100644
--- a/conf/machine/filogic830.conf
+++ b/conf/machine/filogic830.conf
@@ -23,6 +23,14 @@
 PREFERRED_VERSION_linux-mediatek = "5.4.%"
 PREFERRED_VERSION_linux-libc-headers = "5.4"
 
+PREFERRED_PROVIDER_hal-wifi = "hal-wifi-cfg80211"
+PREFERRED_VERSION_iw_filogic = "5.%"
+#wifi bsp from openwrt
+PREFERRED_VERSION_hostapd = "2.10"
+PREFERRED_VERSION_wpa-supplicant = "2.10"
+PREFERRED_VERSION_linux-mac80211 = "5.15.%"
+PREFERRED_VERSION_linux-mt76 = "2.%"
+
 #masking files for dunfell build
 require conf/include/filogic-bbmasks.inc
 #require conf/include/rdk-external-src-platform.inc
diff --git a/conf/machine/filogic880.conf b/conf/machine/filogic880.conf
index e8bfcd6..6d29290 100644
--- a/conf/machine/filogic880.conf
+++ b/conf/machine/filogic880.conf
@@ -23,6 +23,18 @@
 PREFERRED_VERSION_linux-mediatek = "5.4.%"
 PREFERRED_VERSION_linux-libc-headers = "5.4"
 
+PREFERRED_PROVIDER_hal-wifi = "hal-wifi-cfg80211"
+PREFERRED_VERSION_iw_filogic = "5.%"
+#wifi bsp from openwrt
+#PREFERRED_VERSION_hostapd = "2.11"
+#PREFERRED_VERSION_wpa-supplicant = "2.11"
+#PREFERRED_VERSION_linux-mac80211 = "6.%"
+#PREFERRED_VERSION_linux-mt76 = "3.%"
+PREFERRED_VERSION_hostapd = "2.10"
+PREFERRED_VERSION_wpa-supplicant = "2.10"
+PREFERRED_VERSION_linux-mac80211 = "5.15.%"
+PREFERRED_VERSION_linux-mt76 = "2.%"
+
 #masking files for dunfell build
 require conf/include/filogic-bbmasks.inc
 #require conf/include/rdk-external-src-platform.inc
@@ -50,4 +62,4 @@
 SECURE_BOOT_KEYNAME_secureboot = "fit_key"
 SECURE_BOOT_KEYDIR_secureboot = "${TOPDIR}/../keys"
 FIT_HASH_ALG_secureboot ="sha1"
-HASHED_BOOT_DEVICE_secureboot = "252:0"
\ No newline at end of file
+HASHED_BOOT_DEVICE_secureboot = "252:0"