Skip to content

Commit

Permalink
Fixed the improper channel result issue in the scan results of network (
Browse files Browse the repository at this point in the history
  • Loading branch information
poyamini authored and pull[bot] committed Oct 10, 2023
1 parent 49fe32c commit 1751576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/platform/silabs/efr32/rs911x/rsi_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ void wfx_rsi_task(void * arg)
WFX_RSI_LOG("Inside else");
ap.security = scan->security_mode;
ap.rssi = (-1) * scan->rssi_val;
ap.chan = scan->rf_channel;
memcpy(&ap.bssid[0], &scan->bssid[0], BSSID_MAX_STR_LEN);
(*wfx_rsi.scan_cb)(&ap);
}
Expand Down

0 comments on commit 1751576

Please sign in to comment.