wifi_device.h
Overview
Related Modules:
Description:
Provides capabilities to enable and disable the station mode, connect to and disconnect from a station, query the station status, and listen for events.
Since:
1.0
Version:
1.0
Summary
Functions
EnableWifi (void) |
|
DisableWifi (void) |
|
IsWifiActive (void) |
|
Scan (void) |
|
GetScanInfoList (WifiScanInfo result, unsigned int size) |
|
AddDeviceConfig (const WifiDeviceConfig config, int result) |
Adds a specified hotspot configuration for connecting to a hotspot. |
GetDeviceConfigs (WifiDeviceConfig result, unsigned int size) |
|
RemoveDevice (int networkId) |
Removes a hotspot configuration matching a specified networkId. |
ConnectTo (int networkId) |
|
Disconnect (void) |
|
GetLinkedInfo (WifiLinkedInfo result) |
|
RegisterWifiEvent (WifiEvent event) |
|
UnRegisterWifiEvent (const WifiEvent event) |
Unregisters a callback previously registered for a specified Wi-Fi event. |
GetDeviceMacAddress (unsigned char result) |
|
AdvanceScan (WifiScanParams *params) |