WICED_SCAN_RESULT_FLAG_RSSI_OFF_CHANNEL

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

cross mob
harelTur
Level 3
Level 3
25 sign-ins 10 replies posted 10 questions asked

Hi

 

I use Cypress 4343  - my component is Laired sterling..

I see problem with scan results,

In my environment the RSSI value that print in the log is "OFF".

I check inside the code and I found that this "OFF" arrived from WICED_SCAN_RESULT_FLAG_RSSI_OFF_CHANNEL

but I don't understand what the problem? who set the flags to be WICED_SCAN_RESULT_FLAG_RSSI_OFF_CHANNEL

 

Can you help me 

 

Harel

0 Likes
1 Solution
Rakesh_BG
Moderator
Moderator
Moderator
50 solutions authored 100 replies posted 100 sign-ins

Hi @harelTur ,

WICED_SCAN_RESULT_FLAG_RSSI_OFF_CHANNEL gets set based on the scan results.

OFF channel is basically gets set when the AP's probe response is in different channel than your probe requested channel.

Thanks,

Rakesh B G

 

View solution in original post

0 Likes
3 Replies
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Kindly refer to this link that explains off-channel scanning https://www.wi-fi.org/knowledge-center/faq/what-is-off-channel-scanning-for-wi-fi-client-devices

0 Likes
harelTur
Level 3
Level 3
25 sign-ins 10 replies posted 10 questions asked

OK, 

 

So who is set this settings??

How I can change it?

 

Harel

0 Likes
Rakesh_BG
Moderator
Moderator
Moderator
50 solutions authored 100 replies posted 100 sign-ins

Hi @harelTur ,

WICED_SCAN_RESULT_FLAG_RSSI_OFF_CHANNEL gets set based on the scan results.

OFF channel is basically gets set when the AP's probe response is in different channel than your probe requested channel.

Thanks,

Rakesh B G

 

0 Likes