MegaWiFi 1.5
MegaWiFi API documentation
mw_msg_ap_cfg Struct Reference

AP configuration message. More...

#include <mw-msg.h>

Data Fields

uint8_t cfg_num
 Configuration number. More...
 
enum mw_phy_type phy_type
 PHY type bitmask. More...
 
char ssid [MW_SSID_MAXLEN]
 SSID string. More...
 
char pass [MW_PASS_MAXLEN]
 Password string. More...
 

Detailed Description

AP configuration message.

Warning
If ssid length is MW_SSID_MAXLEN, the string will not be NULL terminated. Also if pass length equals MW_PASS_MAXLEN, pass

Definition at line 159 of file mw-msg.h.

Field Documentation

◆ cfg_num

uint8_t mw_msg_ap_cfg::cfg_num

Configuration number.

Definition at line 160 of file mw-msg.h.

◆ pass

char mw_msg_ap_cfg::pass[MW_PASS_MAXLEN]

Password string.

Definition at line 163 of file mw-msg.h.

◆ phy_type

enum mw_phy_type mw_msg_ap_cfg::phy_type

PHY type bitmask.

Definition at line 161 of file mw-msg.h.

◆ ssid

char mw_msg_ap_cfg::ssid[MW_SSID_MAXLEN]

SSID string.

Definition at line 162 of file mw-msg.h.


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