Skip to content

Commit 2cebd25

Browse files
kapbhrlubos
authored andcommitted
doc: wifi: Rename Kconfigs in documentation
The Kconfigs CONFIG_WIFI_MGMT_SCAN_BANDS, CONFIG_WIFI_MGMT_SCAN_CHAN are changed. Rename those to correct Kconfigs name. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 80521c8 commit 2cebd25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/nrf/protocols/wifi/scan_mode/scan_operation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following controls can fine-tune the time taken and power consumed by a scan
126126
- Configuration parameters
127127
* - Band filtering
128128
- | Build time:
129-
| :kconfig:option:`CONFIG_WIFI_MGMT_SCAN_BANDS`
129+
| :kconfig:option:`CONFIG_WIFI_SCAN_BANDS_LIST`
130130
| Run time:
131131
| :c:member:`wifi_scan_params.bands`
132132
* - Forced passive scan
@@ -140,7 +140,7 @@ The following controls can fine-tune the time taken and power consumed by a scan
140140
| :c:member:`wifi_scan_params.dwell_time_passive`
141141
* - Channel control
142142
- | Build time:
143-
| :kconfig:option:`CONFIG_WIFI_MGMT_SCAN_CHAN`
143+
| :kconfig:option:`CONFIG_WIFI_SCAN_CHAN_LIST`
144144
| Run time:
145145
| :c:member:`wifi_scan_params.chan`
146146
* - Skip locally administered MAC addresses

0 commit comments

Comments
 (0)