WIFI MAC configurations

Hello,

We are integrating the nRF7000 chip with our nRF9160 custom board to add the WIFI location service and we have a question about the CONFIG options which for the WIFI scan. 
As a reference we take the overlay-nrf7000-wifi-scan-only.conf from assert tracker v2 and we are confused by some settings. 

By some reason I need to set the MAC address, but I don't understand why if we I am using only scan option. 

Regards

  • The MAC address needs to be set for internal reasons. It is not necessary to program this MAC address. It can be generated randomly at runtime by setting "CONFIG_WIFI_RANDOM_MAC_ADDRESS"

    Let me know if this helps.

  • Hello,

    Thanks this is working and perfectly fit our needs.