Hi,
I am trying to run the Wi-Fi STA sample on nRF7002DK.
-
With nRF Connect SDK v2.9.2, the STA sample connects successfully to my Wi-Fi AP (router).
-
With NCS v3.1.0, the exact same STA sample does not connect.
Logs in v2.9.2 show that the STA attempts to connect, connection success.

Logs in v3.1.0 show that the STA attempts to connect with same nrf7002dk, but fails

Questions:
-
Is there any restriction, change, or configuration update required for Wi-Fi STA in v3.1.0 compared to v2.9.2?
-
Has anything changed in the Wi-Fi driver, supplicant, or configuration (Kconfig/prj.conf) that would prevent connection in v3.1.0?
-
Could you please guide me on how to fix this issue and get STA working in v3.1.0?
Setup:
-
Board: nRF7002DK
-
SDK versions tested:
-
v2.9.2 → STA connects fine
-
v3.1.0 → STA fails to connect
-