I have two Banana Pi R3-Mini. I want to configure Mesh.
Installed version OpenWRT is 24.10.4. I have on both devices the Mesh on the 5Ghz radio configured. I installed wpad-mesh-wolfssl
On the device which has LAN connection, the file /etc/config/wireless is:
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option band '2g'
option channel '1'
option htmode 'HE20'
option country 'DE'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'ConnectionPoint'
option encryption 'psk2'
option key 'psknotshared'
option wpa_disable_eapol_key_retries '1'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option band '5g'
option channel '36'
option htmode 'HE80'
option cell_density '0'
option country 'DE'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'ConnectionPoint'
option encryption 'psk2'
option key 'psknotshared'
option wpa_disable_eapol_key_retries '1'
config wifi-iface 'wifinet2'
option device 'radio1'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'RndmMshId931102'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'psknotshared'
option network 'lan'
On the peer (not connected via LAN):
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option band '2g'
option channel '1'
option htmode 'HE20'
option country 'DE'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'ConnectionPoint'
option encryption 'psk2'
option key 'psknotshared'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option band '5g'
option channel '36'
option htmode 'HE80'
option country 'DE'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'ConnectionPoint'
option encryption 'psk2'
option key 'psknotshared'
config wifi-iface 'wifinet2'
option device 'radio1'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'RndmMshId931102'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'psknotshared'
I can see both devices with its mac address on the respective peer.
I can also see connected devices on the device which is not connected to LAN.
While connected to the device i can get no IP address from the DHCP Server.
If i disconnect the client via click in th LuCi interface it connects to the device which has the
LAN connection.