Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
csk_wifi_softap_config_t Struct Reference

CSK WiFi softap configuration struct. More...

#include <csk_wifi.h>

Data Fields

char ssid [32+1]
 
char pwd [64+1]
 
csk_wifi_encryption_mode_t encryption_mode
 
csk_wifi_bandwidth_t bandwidth
 
uint8_t channel
 
uint8_t max_connections
 
bool ssid_hidden
 

Detailed Description

CSK WiFi softap configuration struct.

Field Documentation

◆ bandwidth

csk_wifi_bandwidth_t csk_wifi_softap_config_t::bandwidth

◆ channel

uint8_t csk_wifi_softap_config_t::channel

◆ encryption_mode

csk_wifi_encryption_mode_t csk_wifi_softap_config_t::encryption_mode

◆ max_connections

uint8_t csk_wifi_softap_config_t::max_connections

◆ pwd

char csk_wifi_softap_config_t::pwd[64+1]

◆ ssid

char csk_wifi_softap_config_t::ssid[32+1]

◆ ssid_hidden

bool csk_wifi_softap_config_t::ssid_hidden

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