I am trying to use wifi-connect on a new Compulab IOT-GATE-IMX8PLUS. I deployed it on the same fleet as some RPI4’s that work flawlessly with wifi-connect.
The device (Intel WiFi 6E AX210) seems to have the necessary capabilities:
root@1eedcd3:~# iw list
Wiphy phy0
wiphy index: 0
max # scan SSIDs: 20
max scan IEs length: 365 bytes
max # sched scan SSIDs: 20
max # match sets: 8
Retry short limit: 7
Retry long limit: 4
Coverage class: 0 (up to 0m)
Device supports RSN-IBSS.
Device supports AP-side u-APSD.
Device supports T-DLS.
Supported Ciphers:
* WEP40 (00-0f-ac:1)
* WEP104 (00-0f-ac:5)
* TKIP (00-0f-ac:2)
* CCMP-128 (00-0f-ac:4)
* GCMP-128 (00-0f-ac:8)
* GCMP-256 (00-0f-ac:9)
* CMAC (00-0f-ac:6)
* GMAC-128 (00-0f-ac:11)
* GMAC-256 (00-0f-ac:12)
Available Antennas: TX 0x3 RX 0x3
Configured Antennas: TX 0x3 RX 0x3
Supported interface modes:
* IBSS
* managed
* AP
* AP/VLAN
* monitor
* P2P-client
* P2P-GO
* P2P-device
Any help would be greatly appreciated!