NRF7002 DK system shutdown

Hi,

Background:

My questions are:

  1. Which sample shall I base my project on?
  2. The wifi/shutdown sample page states that "This also demonstrates how to achieve the lowest possible power consumption in the Host SoC (nRF53, nRF52 or nRF91 Series) when Wi-Fi is enabled but not being used." - How is this achieved? I can only see function net_if_down() is used. I assume this will only turn off the nRF7002 wifi chip, but not the host?
  3. The system_off sample uses sys_poweroff() function, will this shut down both nRF5340 and nRF7002 chips? What happens when BT and/or Wifi are being used?

Many thanks in advance! 

Related