Hi,
I am using a custom nRF9160 board with the nRF7002 Wi-Fi chip via SPI, running NCS v2.9.2. My goal is to connect to a Wi-Fi network.
However, during initialization, I see the following logs:
[RX] - wifi_supplicant: Failed to add iface wlan0
[RX] - Starting Wi-Fi connection...Wi-Fi connect failed (-134)
Questions:
-
What are the common causes for
Failed to add iface wlan0in NCS v2.9.2? -
Could this be related to device tree configuration, heap/buffer sizing, or Kconfig options?
-
Are there any recommended example
prj.conf/ DTS settings for nRF9160 + nRF7002 that reliably connect to a WPA2 AP? -
Is it possible to achieve HTTPS certificate-based communication with the nRF9160 + nRF7002 combo over Wi-Fi only (without LTE)?
Any guidance or reference to working samples would be greatly appreciated.