nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
wifi_credentials_personal Struct Reference

Wi-Fi Personal credentials entry. More...

#include <wifi_credentials.h>

Data Fields

struct wifi_credentials_header header
 
char password [MAX(WIFI_PSK_MAX_LEN, CONFIG_WIFI_CREDENTIALS_SAE_PASSWORD_LENGTH)]
 
size_t password_len
 

Detailed Description

Wi-Fi Personal credentials entry.

Note
Contains only the header and a password. For PSK security, passwords can be up to WIFI_PSK_MAX_LEN bytes long including NULL termination. For SAE security it can range up to CONFIG_WIFI_CREDENTIALS_SAE_PASSWORD_LENGTH.

The documentation for this struct was generated from the following file: