Embedded TCP/IP stack: fnet_wifi_access_point_params_t Struct Reference

FNET

fnet_wifi_access_point_params_t Struct Reference

Wi-Fi access point parameters for fnet_wifi_access_point(). More...

Data Fields

fnet_char_tssid
 Wi-Fi SSID (Subscription Service Identifier), also called Wireless Network Name.
It can be up to 32 alphanumeric character unique identifier (zero-terminated string). More...
 
fnet_wifi_wpa_mode_t wpa_mode
 WPA security mode. More...
 
fnet_char_twpa_passphrase
 WPA alphanumeric pass-phrase. Also, called Pre-Shared Key (PSK).
It can be between 8 and 63 characters or 64 hexadecimal digits (zero-terminated).
The parameter is ignored if wpa_mode is FNET_WIFI_WPA_NONE. More...
 
fnet_uint8_t * ie
 Information Element to be added to Probe-Response and Beacon frames.
It is optional. More...
 
fnet_size_t ie_size
 Information Element size. More...
 

Detailed Description

Wi-Fi access point parameters for fnet_wifi_access_point().

Definition at line 93 of file fnet_wifi.h.


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

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net