Embedded TCP/IP stack
4.1.0
|
fnet_wifi.h
48 #define FNET_WIFI_PASSPHRASE_SIZE_MAX sizeof("123456789_123456789_123456789_123456789_123456789_123456789_1234")
135 fnet_return_t fnet_wifi_connect(fnet_netif_desc_t netif_desc, fnet_wifi_connect_params_t *params);
179 fnet_return_t fnet_wifi_access_point(fnet_netif_desc_t netif_desc, fnet_wifi_access_point_params_t *params);
236 fnet_return_t fnet_wifi_fw_update(fnet_netif_desc_t netif_desc, const fnet_uint8_t *fw_buffer, fnet_size_t fw_buffer_size);
WPA2. This mode uses AES(CCMP) cipher. It is used for best security and better performance.
Definition: fnet_wifi.h:75
fnet_wifi_op_mode_t fnet_wifi_get_op_mode(fnet_netif_desc_t netif_desc)
Retrieves current operation mode of the Wi-Fi interface.
fnet_return_t fnet_wifi_disconnect(fnet_netif_desc_t netif_desc)
Disconnects from a Wi-Fi network.
fnet_char_t * ssid
Wi-Fi SSID (Subscription Service Identifier), also called Wireless Network Name. It can be up to 32 ...
Definition: fnet_wifi.h:95
WPA. This mode uses TKIP cipher. It is used mainly for legacy devices.
Definition: fnet_wifi.h:74
fnet_return_t fnet_wifi_connect(fnet_netif_desc_t netif_desc, fnet_wifi_connect_params_t *params)
Starts Wi-Fi connection in station mode.
unsigned long fnet_size_t
Unsigned integer type representing the size in bytes.
Definition: fnet_stdlib.h:56
Wi-Fi connection parameters for fnet_wifi_connect().
Definition: fnet_wifi.h:82
fnet_return_t fnet_wifi_access_point(fnet_netif_desc_t netif_desc, fnet_wifi_access_point_params_t *params)
Initializes a Wi-Fi access point.
fnet_char_t * wpa_passphrase
WPA alphanumeric pass-phrase. Also, called Pre-Shared Key (PSK). It can be between 8 and 63 characte...
Definition: fnet_wifi.h:86
fnet_uint32_t fnet_wifi_fw_get_version(fnet_netif_desc_t netif_desc)
Retrieves firmware version number of the Wi-Fi interface module.
fnet_char_t * ssid
Wi-Fi SSID (Subscription Service Identifier), also called Wireless Network Name. It can be up to 32 ...
Definition: fnet_wifi.h:84
fnet_uint8_t * ie
Information Element to be added to Probe-Response and Beacon frames. It is optional.
Definition: fnet_wifi.h:102
Wi-Fi access point parameters for fnet_wifi_access_point().
Definition: fnet_wifi.h:93
fnet_char_t * wpa_passphrase
WPA alphanumeric pass-phrase. Also, called Pre-Shared Key (PSK). It can be between 8 and 63 characte...
Definition: fnet_wifi.h:98
fnet_return_t fnet_wifi_fw_update(fnet_netif_desc_t netif_desc, const fnet_uint8_t *fw_buffer, fnet_size_t fw_buffer_size)
Updates firmware of the Wi-Fi interface.
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net