|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Wi-Fi Personal credentials entry. More...
#include <zephyr/net/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. | |
Wi-Fi Personal credentials entry.
| struct wifi_credentials_header wifi_credentials_personal::header |
Header.
| char wifi_credentials_personal::password[MAX(64, CONFIG_WIFI_CREDENTIALS_SAE_PASSWORD_LENGTH)] |
Password/PSK.
| size_t wifi_credentials_personal::password_len |
Length of the password.