|
Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Wi-Fi credentials entry header. More...
#include <wifi_credentials.h>
Data Fields | |
| enum wifi_security_type | type |
| Wi-Fi security type. | |
| char | ssid [WIFI_SSID_MAX_LEN] |
| 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 [WIFI_MAC_ADDR_LEN] |
| 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[WIFI_MAC_ADDR_LEN] |
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[WIFI_SSID_MAX_LEN] |
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.