newracom / nrc7292_openwrt

NRC7292 Software Package for Host mode (OpenWRT)
GNU General Public License v2.0
20 stars 4 forks source link

Encryption on 802.11s Mesh #1

Open chiuyinglay opened 2 years ago

chiuyinglay commented 2 years ago

Hi,

I have tried 802.11s mesh network for Openwrt on Raspberry Pi 4 and managed to connect 2 devices without issues. However, when I tried to enable Encryption (WPA3 SAE), from the command "iw mesh0 station dump", I am able to see the other node being associated. However, when I tried to ping the other node, it is not reachable.

In additional, I saw the following error in dmesg: 62.976976] Call trace: [ 62.979421] nrc_mac_set_key+0x268/0x2c8 [nrc7292] [ 62.984213] ieee80211_iter_keys_rcu+0x164/0xc20 [mac80211] [ 62.989786] ieee80211_iter_keys_rcu+0x6f0/0xc20 [mac80211] [ 62.995359] ieee80211_key_link+0x16c/0x238 [mac80211] [ 63.000497] ieee80211_csa_finish+0x1d20/0x2440 [mac80211] [ 63.005985] cfg80211_vendor_cmd_reply+0x4de4/0x6f98 [cfg80211] [ 63.011906] genl_family_rcv_msg+0x1b8/0x428 [ 63.016170] genl_rcv_msg+0x58/0xd0 [ 63.019652] netlink_rcv_skb+0x58/0x118 [ 63.023482] genl_rcv+0x34/0x48 [ 63.026616] netlink_unicast+0x158/0x1f8 [ 63.030532] netlink_sendmsg+0x180/0x318 [ 63.034448] __syssendmsg+0x2e0/0x368 [ 63.038363] sys_sendmsg+0x80/0xc0 [ 63.042018] __sys_sendmsg+0x44/0x88 [ 63.045586] __arm64_sys_sendmsg+0x20/0x28 [ 63.049677] el0_svc_handler+0xd4/0x130 [ 63.053506] el0_svc+0x8/0x208 [ 63.056552] ---[ end trace b44704b3ea1e6972 ]---

Can you please help or advise? Thanks.