Unable to scan and connect to node

Hi, we are trying to setup a mesh network using Libremesh compiled for TP-Link Archer C7 [OpenWrt Wiki] TP-Link Archer C7 AC1750.
We have successfully compiled the bin and flashed the router and it is working with Libremesh.
However we are unable to see any nodes when we scan…
We have changed the lime-community file to
config lime wifi
list modes ‘ap’
list modes ‘apname’
list modes ‘ieee80211s’
But they still don’t seem to connect…Here is the WiFi status we get when we run on the router. Any help would be greatly appreciated!

wifi status
{
“radio0”: {
“up”: true,
“pending”: false,
“autostart”: true,
“disabled”: false,
“retry_setup_failed”: false,
“config”: {
“hwmode”: “11a”,
“path”: “pci0000:00/0000:00:00.0”,
“distance”: “auto”,
“noscan”: “1”,
“noscan”: true,
“channel”: “48”,
“htmode”: “HT40”,
“disabled”: false
},
“interfaces”: [
{
“section”: “lm_wlan0_mesh_radio0”,
“config”: {
“mode”: “mesh”,
“ifname”: “wlan0-mesh”,
“mcast_rate”: 12000,
“mesh_fwding”: false,
“mesh_id”: “LiMe”,
“mode”: “mesh”,
“network”: [
“lm_net_wlan0_mesh”
]
}
}
]
},
“radio1”: {
“up”: true,
“pending”: false,
“autostart”: true,
“disabled”: false,
“retry_setup_failed”: false,
“config”: {
“channel”: “11”,
“hwmode”: “11g”,
“path”: “platform/ahb/18100000.wmac”,
“htmode”: “HT20”,
“distance”: “auto”,
“noscan”: “1”,
“noscan”: true,
“disabled”: false
},
“interfaces”: [
{
“section”: “lm_wlan1_ap_radio1”,
“ifname”: “wlan1-ap”,
“config”: {
“mode”: “ap”,
“ifname”: “wlan1-ap”,
“key”: “PASSWORD”,
“encryption”: “psk2”,
“ssid”: “SSID”,
“mode”: “ap”,
“network”: [
“lan”
]
}
},
{
“section”: “lm_wlan1_apname_radio1”,
“ifname”: “wlan1-apname”,
“config”: {
“mode”: “ap”,
“ifname”: “wlan1-apname”,
“key”: “PASSWORD”,
“encryption”: “psk2”,
“ssid”: “SSID NAME”,
“mode”: “ap”,
“network”: [
“lan”

Thank you!