diff --git a/nrf_wifi/fw_bins/default/nrf70.bin b/nrf_wifi/fw_bins/default/nrf70.bin index 6eac911a8a..37313df24d 100644 Binary files a/nrf_wifi/fw_bins/default/nrf70.bin and b/nrf_wifi/fw_bins/default/nrf70.bin differ diff --git a/nrf_wifi/fw_bins/radio_test/nrf70.bin b/nrf_wifi/fw_bins/radio_test/nrf70.bin index e347e32339..9c541747d9 100644 Binary files a/nrf_wifi/fw_bins/radio_test/nrf70.bin and b/nrf_wifi/fw_bins/radio_test/nrf70.bin differ diff --git a/nrf_wifi/fw_bins/scan_only/nrf70.bin b/nrf_wifi/fw_bins/scan_only/nrf70.bin index a56c893604..b7ef6ac3cb 100644 Binary files a/nrf_wifi/fw_bins/scan_only/nrf70.bin and b/nrf_wifi/fw_bins/scan_only/nrf70.bin differ diff --git a/nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_umac_if.h b/nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_umac_if.h index 3d74a4862b..f76ff5b3b8 100644 --- a/nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_umac_if.h +++ b/nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_umac_if.h @@ -687,6 +687,8 @@ struct nrf_wifi_scan_params { unsigned short dwell_time_passive; /** Number of channels to be scanned */ unsigned short num_scan_channels; + /** If true, skip local and IANA Unicast reserved MACs **/ + unsigned char skip_local_admin_macs; /** specific channels to be scanned */ unsigned int center_frequency[0]; } __NRF_WIFI_PKD; diff --git a/nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h b/nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h index 988ecab19c..75e9a8b6de 100644 --- a/nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h +++ b/nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h @@ -49,6 +49,6 @@ struct nrf70_fw_image_info { #define RPU_FAMILY (1) #define RPU_MAJOR_VERSION (2) #define RPU_MINOR_VERSION (9) -#define RPU_PATCH_VERSION (4) +#define RPU_PATCH_VERSION (5) #endif /* _PATCH_INFO_H */