nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
wifi_credentials_header Struct Reference

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
 

Detailed Description

Wi-Fi credentials entry header.

Note
Every settings entry starts with this header. Depending on the 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.

The documentation for this struct was generated from the following file: