Skip to content

Commit

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

Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
  • Loading branch information
D-Triveni committed Aug 23, 2023
1 parent 3dbec22 commit 256dbbd
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 @@ -46,7 +46,8 @@ static uint32_t scan_result;

const struct wifi_scan_params tests[] = {
{
.scan_type = WIFI_SCAN_TYPE_ACTIVE
.scan_type = WIFI_SCAN_TYPE_ACTIVE,
.dwell_time_active= CONFIG_WIFI_MGMT_SCAN_DWELL_TIME_ACTIVE
},
#if defined(CONFIG_WIFI_MGMT_FORCED_PASSIVE_SCAN) || defined(CONFIG_WIFI_SCAN_TYPE_PASSIVE)
{
Expand Down

0 comments on commit 256dbbd

Please sign in to comment.