Skip to content

Commit 5a95eb4

Browse files
poyaminipull[bot]
authored andcommitted
Fixed the improper channel result issue in the scan results of network (#25430)
1 parent 1c09d59 commit 5a95eb4

File tree

1 file changed

+1
-0
lines changed
  • examples/platform/silabs/efr32/rs911x

1 file changed

+1
-0
lines changed

examples/platform/silabs/efr32/rs911x/rsi_if.c

+1
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ void wfx_rsi_task(void * arg)
737737
WFX_RSI_LOG("Inside else");
738738
ap.security = scan->security_mode;
739739
ap.rssi = (-1) * scan->rssi_val;
740+
ap.chan = scan->rf_channel;
740741
memcpy(&ap.bssid[0], &scan->bssid[0], BSSID_MAX_STR_LEN);
741742
(*wfx_rsi.scan_cb)(&ap);
742743
}

0 commit comments

Comments
 (0)