Functions for WiFi adapters, station functionality.
More...
Functions for WiFi adapters, station functionality.
◆ ewf_adapter_wifi_station_connect()
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.
- Parameters
-
[in] | adapter_ptr | A pointer to the adapter structure |
[in] | ssid_str | A pointer to a string with the SSID of the WiFi network to connect to |
[in] | password_str | A pointer to a string with the network password. |
- Returns
- ewf_result status code
◆ ewf_adapter_wifi_station_disconnect()
Disconnect the WiFi adapter.
- Parameters
-
[in] | adapter_ptr | A pointer to the adapter structure |
- Returns
- ewf_result status code