I am using Atheros QCA9882 chipset(wle600v5-27), driver is ath10k. When I printed out the mode supported by wifi on the board, it was as follows.
-------------------------------------------------------------------------------
WIFI-PROPERTIES.WEP: yes
WIFI-PROPERTIES.WPA: yes
WIFI-PROPERTIES.WPA2: yes
WIFI-PROPERTIES.TKIP: yes
WIFI-PROPERTIES.CCMP: yes
WIFI-PROPERTIES.AP: yes
WIFI-PROPERTIES.ADHOC: no
WIFI-PROPERTIES.2GHZ: no
WIFI-PROPERTIES.5GHZ: yes
WIFI-PROPERTIES.MESH: yes
WIFI-PROPERTIES.IBSS-RSN: yes
-------------------------------------------------------------------------------
If I want to communicate with wifi<----->wifi other than mesh mode, can you tell me what can I do?
However, I cannot use Access Point <-----> Station mode.
Hi Hyein
unfortunately QCA9882 is not supported in NXP BSPs, supported devices are listed
in sect.11.1 Connectivity for Bluetooth wireless technology and Wi-Fi i.MX Linux User’s Guide
One can look at ath10k driver description below
https://wireless.wiki.kernel.org/en/users/drivers/ath10k
and post issue (if necessary) on linux wireless mailing list
https://wireless.wiki.kernel.org/en/developers/mailinglists
Best regards
igor