Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions fw_if/umac_if/inc/fw/host_rpu_sys_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,14 @@ struct nrf_wifi_cmd_sys_init {
unsigned int bt_slot_time_in_ms;
/* Set 1 to disable PTA in Wi-Fi */
unsigned int bt_coex_disable;
/** The RPU uses this value to determine the behaviour once the
* @ref display_scan_bss_limit is reached.
* 0 (default): keep scanning; weaker RSSI entries will be replaced so the list
* stays ranked by signal strength.
* 1: Terminates the scan once the limit is met, trigger a scan done to the
* upper layer and scan abort to the lower layer.
*/
unsigned char display_scan_abort_on_bss_limit;
} __NRF_WIFI_PKD;

/**
Expand Down
20 changes: 10 additions & 10 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated from commit: 4cb453b7aaabff2ba5024af212190e72f6d2e686
# Generated from PR #2087 (commit: 0f486443f95ea667dd12268dc5ec24727690cb37)
# Auto-generated file, do not edit, use update_blobs.py to update
name: nrf_wifi
build:
Expand All @@ -7,20 +7,20 @@ build:
blobs:

- path: wifi_fw_bins/default/nrf70.bin
sha256: a84d3b5cb1b0d90ce9b21ae18b27a39979caa8da151250e68b25ddec2f8082f1
sha256: a15eae761a6806f34df6d927265da9a56543bee0cf60bcf47b06fc596afec8a2
type: img
version: '1.2.14.8'
license-path: ./LICENSE.txt
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4cb453b7aaabff2ba5024af212190e72f6d2e686/nrf_wifi/bin/zephyr/default/nrf70.bin
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0f486443f95ea667dd12268dc5ec24727690cb37/nrf_wifi/bin/zephyr/default/nrf70.bin
description: nRF70 Wi-Fi firmware for default mode
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html

- path: wifi_fw_bins/scan_only/nrf70.bin
sha256: 527ea85f5a84eb3d7c3f88059fadd07ea1905bb9471b072ba29fdefe7fc03aee
sha256: 60754d21c45741c4d18c1e9ff897ce08d5304ca4ef29ddbcb1963ae9353bce38
type: img
version: '1.2.14.8'
license-path: ./LICENSE.txt
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4cb453b7aaabff2ba5024af212190e72f6d2e686/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0f486443f95ea667dd12268dc5ec24727690cb37/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
description: nRF70 Wi-Fi firmware for scan_only mode
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html

Expand All @@ -29,24 +29,24 @@ blobs:
type: img
version: '1.2.14.8'
license-path: ./LICENSE.txt
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4cb453b7aaabff2ba5024af212190e72f6d2e686/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0f486443f95ea667dd12268dc5ec24727690cb37/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
description: nRF70 Wi-Fi firmware for radio_test mode
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html

- path: wifi_fw_bins/system_with_raw/nrf70.bin
sha256: 85ff1939c99a8166581a2fb5304bff2e3c723b2aad18814f9e3c5561c29756df
sha256: efbdfbb2d4918dbbe5008ee212fa2441f3f0e5adb7c15c5ffd2b11eb21effcc2
type: img
version: '1.2.14.8'
license-path: ./LICENSE.txt
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4cb453b7aaabff2ba5024af212190e72f6d2e686/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0f486443f95ea667dd12268dc5ec24727690cb37/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
description: nRF70 Wi-Fi firmware for system_with_raw mode
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html

- path: wifi_fw_bins/offloaded_raw_tx/nrf70.bin
sha256: 9d650c6c6a20194ea887debb72c0bf8dad007ec308e1b840ada60d69e87d90a6
sha256: d7fc6f765f022687d8963ddf698bbcca7cb9583ce2c71172ba370c93f6ba988e
type: img
version: '1.2.14.8'
license-path: ./LICENSE.txt
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/4cb453b7aaabff2ba5024af212190e72f6d2e686/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/0f486443f95ea667dd12268dc5ec24727690cb37/nrf_wifi/bin/zephyr/offloaded_raw_tx/nrf70.bin
description: nRF70 Wi-Fi firmware for offloaded_raw_tx mode
doc-url: https://docs.nordicsemi.com/bundle/ps_nrf7000/page/chapters/notice/doc/notice_on_sw.html
Loading