Hi, I followed this page to setup a OpenWrt One and a D-Link EAPX1860EEU for mesh networking but it seems they are not connected yet.
From the main router…
root@OpenWrt:~#iw dev phy1-mesh0 mpath dump
DEST ADDR NEXT HOP IFACE SN METRIC QLEN EXPTIMEDTIM DRET FLAGS HOP_COUNT PATH_CHANGE
root@OpenWrt:~# iw dev phy1-mesh0 info
Interface phy1-mesh0
ifindex 22
wdev 0x10000000a
addr 20:05:b7:00:4f:ea
type mesh point
wiphy 1
txpower 20.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytestx-packets
0 0 0 0 0 0 0 0 0
root@OpenWrt:/etc/config# cat wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option band '2g'
option channel '7'
option num_global_macaddr '7'
option cell_density '0'
option htmode 'HT20'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option band '5g'
option channel '36'
option htmode 'HE20'
option num_global_macaddr '7'
option cell_density '0'
config wifi-iface 'wifinet0'
option wps_pushbutton '1'
option device 'radio0'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'psk2'
option key 'aaaaaaaaaaa'
option network 'lan'
config wifi-iface 'wifinet1'
option device 'radio1'
option mode 'ap'
option ssid 'OpenWrtAX'
option encryption 'psk2'
option key 'aaaaaaaaaaa'
option network 'lan'
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'
config wifi-iface 'wifinet3'
option device 'radio1'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'keraseasmesh'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'aaaaaaaaaaa'
option network 'lan'
root@OpenWrt:/etc/config# opkg list-installed wpad*
wpad-mesh-mbedtls - 2024.09.15~5ace39b0-r2
For the secondary (D-Link)…
root@OpenWrt:~# opkg list-installed wpad*
wpad-mesh-wolfssl - 2023-09-08-e5ccbfc6-8
config wifi-device 'radio0'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
option channel '7'
option band '2g'
option htmode 'HT20'
option cell_density '0'
config wifi-device 'radio1'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0+1'
option channel '36'
option band '5g'
option htmode 'HE20'
option cell_density '0'
config wifi-iface 'wifinet0'
option device 'radio1'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'keraseasmesh'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'aaaaaaaaaaa'
option network 'lan'