Tool/software:
Dear expert,
I am testing TX/RX for CC3351 with the AM62.
If there is 2.4 and 5 GHz WiFi signal from AP router,
How can I set up CC3351 to force it connected to 5G under STA_Mode by AM62?
Best Regards,
Eric Chen
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Dear expert,
I am testing TX/RX for CC3351 with the AM62.
If there is 2.4 and 5 GHz WiFi signal from AP router,
How can I set up CC3351 to force it connected to 5G under STA_Mode by AM62?
Best Regards,
Eric Chen
Hi Eric,
Unfortunately we don't have a script that will easily do this. So it will require a little bit of work:
The AP will separate the two frequency bands by BSSID. You can find the BSSID in the following steps:
You will see an example printout such as the following:
root@am62xx-evm:/usr/share/cc33xx# wpa_cli scan_results Selected interface 'wlan0' bssid / frequency / signal level / flags / ssid xx:xx:xx:xx:xx:xx 5520 -66 [WPA2-PSK-CCMP][WPS][ESS] testAP
Take note of the BSSID that you intend to connect to.
Then it's a matter of using wpa_cli commands to connect to it:
You can find an example printout of each of these commands here: https://docs.beagleboard.org/latest/boards/beagleplay/demos-and-tutorials/connect-wifi.html#wpa-cli-shell