I am currently trying to peer a mesh points AM4378 board running with WL18xx WiFi with a different vendor board running a mesh profile. Taking reference from the WiLink™ 8 WLAN Software - 802.11s Mesh document. The wl18xx_scripts mesh_start.sh is being run on both the boards the peering doesn't occur.
The following mesh_supplicant.conf were used on both the boards,
ctrl_interface=/var/run/wpa_supplicant
country=US
dtim_period=2
beacon_int=100
user_mpm=1
sae_groups=19 26 21 25 20
network={
ssid="meshidzak"
mode=5
frequency=2412
key_mgmt=SAE
pairwise=CCMP
group=CCMP
psk="admin12345"
}5226.wpa_supplicant.log
The MPM is initiated and fails during authentication. I have attached the wpa_supplicant logs.
When configuring with key_mgmt=NONE the mesh peering is successful. Need help on how to make the peering possible with SAE enabled?
Platform info:
Linux Version - "4.19.59+gitAUTOINC+5f8c1c6121"
SDK - Yocto
Note: When configuring with key_mgmt=NONE the mesh peering is successful. This issue is also related and mentioned with this query where the beacon frames are not processed in AM4378 board.
https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/p/891612/3298492