Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Wi-Fi credentials entry header. More...
#include <wifi_credentials.h>
Data Fields | |
enum wifi_security_type | type |
Wi-Fi security type. | |
char | ssid [32] |
SSID (Service Set Identifier) | |
size_t | ssid_len |
Length of the SSID. | |
uint32_t | flags |
Flags for controlling detail settings. | |
uint32_t | timeout |
Timeout for connecting to the network. | |
uint8_t | bssid [6] |
BSSID (Basic Service Set Identifier) | |
uint8_t | channel |
Channel on which the network operates. | |
char | anon_id [16] |
Anonymous identifier (Limited to 16 bytes due to settings subsystem overflow) | |
uint8_t | aid_length |
Length of the Anonymous identifier. | |
char | key_passwd [16] |
Password/PSK (Limited to 16 bytes due to settings subsystem overflow) | |
uint8_t | key_passwd_length |
Length of the Password. | |
Wi-Fi credentials entry header.
type
field, the header can be casted to a larger type. In addition to SSID (usually a string) and BSSID (a MAC address), a flags
field can be used to control some detail settings. uint8_t wifi_credentials_header::aid_length |
Length of the Anonymous identifier.
char wifi_credentials_header::anon_id[16] |
Anonymous identifier (Limited to 16 bytes due to settings subsystem overflow)
uint8_t wifi_credentials_header::bssid[6] |
BSSID (Basic Service Set Identifier)
uint8_t wifi_credentials_header::channel |
Channel on which the network operates.
uint32_t wifi_credentials_header::flags |
Flags for controlling detail settings.
char wifi_credentials_header::key_passwd[16] |
Password/PSK (Limited to 16 bytes due to settings subsystem overflow)
uint8_t wifi_credentials_header::key_passwd_length |
Length of the Password.
char wifi_credentials_header::ssid[32] |
SSID (Service Set Identifier)
size_t wifi_credentials_header::ssid_len |
Length of the SSID.
uint32_t wifi_credentials_header::timeout |
Timeout for connecting to the network.
enum wifi_security_type wifi_credentials_header::type |
Wi-Fi security type.