About SSID list acquisition

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AkKo_4458241
Level 2
Level 2

Hello.

I want to get the SSID list in order of signal strength by referring to the file(ThreadX_NetX_Duo_Scan.c).

(1) How long does it take to get one list? (time per outer while)
     When I tried, it was around 1.0 second.
(2) If there are many access points around, does this time increase?
(3)Will access points with strong signal strength be added to the list preferentially?

Thank you.

0 Likes
1 Solution

Hi,

Yes, the SSID list is not acquired according to the highest signal strength priority in ThreadX_NetX_Duo_Scan.c file.

As BCM94343WWCD2 is a single band Wi-Fi chip, the scan time would be less when compared with dual band devices.

The scan usually starts from channel 1 and the scan time also depends on the dwell time per channel as well.

Thanks.

View solution in original post

4 Replies