nRF Connect SDK API 2.8.99
|
Wi-Fi credentials entry header. More...
#include <wifi_credentials.h>
Data Fields | |
enum wifi_security_type | type |
char | ssid [WIFI_SSID_MAX_LEN] |
size_t | ssid_len |
uint8_t | bssid [WIFI_MAC_ADDR_LEN] |
uint32_t | flags |
uint8_t | channel |
uint32_t | timeout |
char | anon_id [16] |
uint8_t | aid_length |
char | key_passwd [16] |
uint8_t | key_passwd_length |
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.