Embedded Wireless Framework
|
The Embedded Wireless Framework WiFi adapter station API. More...
Go to the source code of this file.
Data Structures | |
struct | _ewf_adapter_api_wif_station |
Typedefs | |
typedef struct _ewf_adapter_api_wif_station | ewf_adapter_api_wifi_station |
Functions | |
ewf_result | ewf_adapter_wifi_station_connect (ewf_adapter *adapter_ptr, const char *ssid_str, const char *password_str) |
Connect the WiFi adapter to a wireless network. More... | |
ewf_result | ewf_adapter_wifi_station_disconnect (ewf_adapter *adapter_ptr) |
Disconnect the WiFi adapter. More... | |
The Embedded Wireless Framework WiFi adapter station API.