WE310F5  39.00.000
M2MB_PROV_AP_CONFIG Struct Reference

AP Configuration structure. More...

#include <m2mb_web_prov.h>

Data Fields

M2MB_PROV_SSID_T ssid
 
M2MB_PROV_SEC_PSK_T passphrase
 
M2MB_PROV_SEC_TYPE_T secType
 
M2MB_PROV_SEC_WEP_CONFIG_T wep
 
UINT8 channel
 
UINT16 beaconInterval
 
UINT32 ipAddress
 
UINT32 subnetmask
 
UINT32 gateway
 
UINT8 dhcpServerEnable
 
UINT8 dhcpNumAddresses
 
UINT32 dhcpAddressStart
 
UINT8 dnsServerEnable
 
UINT8 dnsDomainName [M2MB_PROV_MAX_DNS_DOMAIN_LEN]
 

Detailed Description

AP Configuration structure.

Structure for storing AP configuration.

Definition at line 275 of file m2mb_web_prov.h.

Field Documentation

◆ beaconInterval

UINT16 beaconInterval

Beacon interval for AP

Definition at line 282 of file m2mb_web_prov.h.

◆ channel

UINT8 channel

Channel on which AP should operate

Definition at line 281 of file m2mb_web_prov.h.

◆ dhcpAddressStart

UINT32 dhcpAddressStart

Starting DHCP server address

Definition at line 288 of file m2mb_web_prov.h.

◆ dhcpNumAddresses

UINT8 dhcpNumAddresses

Number of DHCP addresses served

Definition at line 287 of file m2mb_web_prov.h.

◆ dhcpServerEnable

UINT8 dhcpServerEnable

Flag indicating whether DHCP server is enabled

Definition at line 286 of file m2mb_web_prov.h.

◆ dnsDomainName

DNS domain name

Definition at line 290 of file m2mb_web_prov.h.

◆ dnsServerEnable

UINT8 dnsServerEnable

Flag indicating whether DNS server is enabled

Definition at line 289 of file m2mb_web_prov.h.

◆ gateway

UINT32 gateway

Gateway address as served by AP DHCP server

Definition at line 285 of file m2mb_web_prov.h.

◆ ipAddress

UINT32 ipAddress

IP address of AP

Definition at line 283 of file m2mb_web_prov.h.

◆ passphrase

M2MB_PROV_SEC_PSK_T passphrase

WPA/WPA2 PSK Passphrase

Definition at line 278 of file m2mb_web_prov.h.

◆ secType

Network WLAN security type

Definition at line 279 of file m2mb_web_prov.h.

◆ ssid

SSID

Definition at line 277 of file m2mb_web_prov.h.

◆ subnetmask

UINT32 subnetmask

Subnet mask as served by AP DHCP server

Definition at line 284 of file m2mb_web_prov.h.

◆ wep

Pointer to WEP KEY configuration

Definition at line 280 of file m2mb_web_prov.h.


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