We're working on a project that makes use of an nRF9151 and an nRF7000 for wifi scanning (specifically for location services). We are currently debating the usage of passive vs active scanning on the nRF7000. Other than an increase in scan time, there hasn't seemed to be much performance difference in our own testing. Is there any other downsides (performance, range, power draw, etc.) to only using passive scanning with the nRF7000? In our testing we are using the config option CONFIG_NRF70_PASSIVE_SCAN_ONLY to disable active scanning.