Lines Matching +full:reset +full:- +full:gpios +full:- +full:duration
1 # Nordic Wi-Fi driver for nRF70 series SoCs
5 # SPDX-License-Identifier: Apache-2.0
21 Nordic Wi-Fi Driver
124 bool "Wi-Fi interface auto start on boot"
145 bool "Low power mode in nRF Wi-Fi chipsets"
169 module-dep = LOG
170 module-str = Log level for Wi-Fi nRF70 driver
171 module-help = Sets log level for Wi-Fi nRF70 driver
193 # Wi-Fi and SR Coexistence Hardware configuration.
195 bool "Wi-Fi and SR coexistence support"
199 depends on $(dt_node_has_prop,nrf70, srrf-switch-gpios)
203 …If this GPIO is asserted (1), the SR side RF switch is connected to the Wi-Fi side (shared antenna…
204 …If this GPIO is de-asserted (0), the SR side RF switch is connected to the SR side (separate anten…
232 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
236 int "PCB loss for 5 GHz band (5150 MHz - 5350 MHz, Channel-32 - Channel-68)"
241 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
245 int "PCB loss for 5 GHz band (5470 MHz - 5730 MHz, Channel-96 - Channel-144)"
250 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
254 int "PCB loss for 5 GHz band (5730 MHz - 5895 MHz, Channel-149 - Channel-177)"
259 The values are in dB scale in steps of 1 dB and range of 0-4 dB.
268 int "Antenna gain for 5 GHz band (5150 MHz - 5350 MHz)"
273 int "Antenna gain for 5 GHz band (5470 MHz - 5730 MHz)"
278 int "Antenna gain for 5 GHz band (5730 MHz - 5895 MHz)"
313 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-1 frequency band"
318 int "HE Transmit power backoff (in dB) for lower edge of UNII-1 frequency band"
323 int "HT/VHT Transmit power backoff (in dB) for upper edge of UNII-1 frequency band"
328 int "HE Transmit power backoff (in dB) for upper edge of UNII-1 frequency band"
333 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-2A frequency band"
338 int "HE Transmit power backoff (in dB) for lower edge of UNII-2A frequency band"
343 int "HT/VHT Transmit power backoff (in dB) for upper edge of UNII-2A frequency band"
348 int "HE Transmit power backoff (in dB) for upper edge of UNII-2A frequency band"
353 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-2C frequency band"
358 int "HE Transmit power backoff (in dB) for lower edge of UNII-2C frequency band"
363 int "HT/VHT Transmit power backoff (in dB) for upper edge of UNII-2C frequency band"
368 int "HE Transmit power backoff (in dB) for upper edge of UNII-2C frequency band"
373 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-3 frequency band"
378 int "HE Transmit power backoff (in dB) for lower edge of UNII-3 frequency band"
383 int "HT/VHT Transmit power backoff (in dB) for upper edge of UNII-3 frequency band"
388 int "HE Transmit power backoff (in dB) for upper edge of UNII-3 frequency band"
393 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-4 frequency band"
398 int "HE Transmit power backoff (in dB) for lower edge of UNII-4 frequency band"
403 int "HT/VHT Transmit power backoff (in dB) for upper edge of UNII-4 frequency band"
408 int "HE Transmit power backoff (in dB) for upper edge of UNII-4 frequency band"
447 default -15
502 string "Wi-Fi Fixed MAC address in format XX:XX:XX:XX:XX:XX"
507 prompt "Wi-Fi MAC address type"
511 Select the type of MAC address to be used by the Wi-Fi driver
542 If data is not active or after the stale timeout duration,
570 # Override the Wi-Fi subsystems WIFI_MGMT_SCAN_SSID_FILT_MAX parameter,
583 …bool "Wi-Fi beamforming. Enabling beamforming can provide a slight improvement in performance, whe…
590 menu "nRF Wi-Fi operation band(s)"
608 1 - 2.4GHz
609 2 - 5GHz
610 3 - All ( 2.4GHz and 5GHz )
614 int "MTU for Wi-Fi interface"
620 bool "Suppress networks with non-individual MAC addresses as BSSID in the scan results"
622 Wi-Fi access points use locally administered MAC addresses to manage
623 multiple virtual interfaces. For geo-location use cases, these networks
624 …from the virtual interfaces do not help in any way as they are co-located with the primary interfa…
648 # Relies on power-save mode, so, LPM is needed and AP mode is not supported
655 This feature performs an interface reset (down and up), which triggers
658 re-establish the network connection.
687 Minimum time the host should de-assert WAKEUP_NOW and let RPU enter
716 will be reset.
728 This option controls disable/enable of the WMM (Wireless Multi-Media) feature.
737 bool "PS-Poll frame-based mechanism to retrieve buffered data from AP"
740 and retrieves the frames one-by-one. This conserves more power but adds latency
744 bool "QoS null frame-based mechanism to retrieve buffered data from AP"
761 bool "Wi-Fi keepalive feature for connection maintenance"
764 Enable the Wi-Fi keepalive feature to keep the connection alive by sending
804 This will override application-specified scan type.
808 # By default, the limit is 250 in scan-only mode and 150 in regular mode.