PSA error on building WiFi monitor SDK example

When I try to build the SDK example WiFi monitoring it showing error, 

C:/ncs/v2.6.1/nrf/ext/oberon/psa/core/library/check_crypto_config.h:80:2: error: #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
80 | #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA defined, but not all prerequisites"
| ^~~~~
ninja: build stopped: subcommand failed.

When I commanded below config line, it is compiling fine. 

# WPA supplicant
# CONFIG_WPA_SUPP=y

What would be the issue ? I doubted SKD installation setup, so I unistall and install again but facing same issue. 

Other than this Blinky examples are working fine.
Parents Reply Children
Related