Skip to content

Commit

Permalink
samples: wifi: scan: Add scan extension for passive channel dwell time
Browse files Browse the repository at this point in the history
Add scan extension to control time spent on passive scan channels.

Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
  • Loading branch information
D-Triveni committed Aug 23, 2023
1 parent 256dbbd commit e943d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/wifi/scan/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const struct wifi_scan_params tests[] = {
},
#if defined(CONFIG_WIFI_MGMT_FORCED_PASSIVE_SCAN) || defined(CONFIG_WIFI_SCAN_TYPE_PASSIVE)
{
.scan_type = WIFI_SCAN_TYPE_PASSIVE
.scan_type = WIFI_SCAN_TYPE_PASSIVE,
.dwell_time_passive= CONFIG_WIFI_MGMT_SCAN_DWELL_TIME_PASSIVE
},
#endif
#ifdef CONFIG_WIFI_SCAN_BAND_2_4_GHZ
Expand Down

0 comments on commit e943d24

Please sign in to comment.