Embedded TCP/IP stack
4.7.0
|
Wi-Fi access point parameters for fnet_wifi_access_point(). More...
Data Fields | |
fnet_char_t * | ssid |
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_t * | wpa_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... | |
Wi-Fi access point parameters for fnet_wifi_access_point().
Definition at line 93 of file fnet_wifi.h.