nRF Connect SDK API 0.1.0
|
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 |
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.