Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
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
 Header.
 
char password [MAX(64, CONFIG_WIFI_CREDENTIALS_SAE_PASSWORD_LENGTH)]
 Password/PSK.
 
size_t password_len
 Length of the password.
 

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.

Field Documentation

◆ header

struct wifi_credentials_header wifi_credentials_personal::header

Header.

◆ password

char wifi_credentials_personal::password[MAX(64, CONFIG_WIFI_CREDENTIALS_SAE_PASSWORD_LENGTH)]

Password/PSK.

◆ password_len

size_t wifi_credentials_personal::password_len

Length of the password.


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