NetBurner 3.1
tstrM2MAPConfig Struct Reference

AP Configuration. More...

#include <m2m_types.h>

Public Attributes

uint8 au8SSID [M2M_MAX_SSID_LEN]
 
uint16 u16BeaconInterval
 
uint8 u8ListenChannel
 
uint8 u8IsPMKUsed
 
uint8 u8SecType
 
uint8 u8SsidHide
 
uint8 u8MaxSupportedSta
 
tuniM2MWifiAuth uniAuth
 
uint8 __PAD__ [__AP_CONFIG_PAD_SIZE__]
 

Detailed Description

AP Configuration.

This structure holds the configuration parameters for the M2M AP mode. It should be set by the application when it requests to enable the M2M AP operation mode. The M2M AP mode currently supports only WEP security (with the NO Security option availabe of course).

Member Data Documentation

◆ __PAD__

uint8 tstrM2MAPConfig::__PAD__[__AP_CONFIG_PAD_SIZE__]

Padding bytes for forcing alignment

◆ au8SSID

uint8 tstrM2MAPConfig::au8SSID[M2M_MAX_SSID_LEN]

< Configuration parameters for the WiFi AP.AP SSID

◆ u16BeaconInterval

uint16 tstrM2MAPConfig::u16BeaconInterval

Time between two consecutive beacons in TUs (1024 usec). A value of 0 would use the FW default

◆ u8IsPMKUsed

uint8 tstrM2MAPConfig::u8IsPMKUsed

set to true if the PMK is calculated on the host .

◆ u8ListenChannel

uint8 tstrM2MAPConfig::u8ListenChannel

Wi-Fi RF Channel which the AP will operate on

◆ u8MaxSupportedSta

uint8 tstrM2MAPConfig::u8MaxSupportedSta

Max supported stations for AP. Val 0 considered as default 8 stations Val > 8 are considered upto 8 stations

◆ u8SecType

uint8 tstrM2MAPConfig::u8SecType

Security type: Open, WEP and WPA2 modes supported as defined in tenuM2mSecType

◆ u8SsidHide

uint8 tstrM2MAPConfig::u8SsidHide

SSID Status "Hidden(1)/Visible(0)"

◆ uniAuth

tuniM2MWifiAuth tstrM2MAPConfig::uniAuth

Union holding all possible authentication parameters corresponding the current security types.


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