Functions | |
| void | WIFI_GetVersion (void) |
| Function: WIFI_GetVersion. | |
| void | WIFI_GetCapabilities (void) |
| Function: WIFI_GetCapabilities. | |
| void | WIFI_Initialize_Uninitialize (void) |
| Function: WIFI_Initialize/Uninitialize. | |
| void | WIFI_PowerControl (void) |
| Function: WIFI_PowerControl. | |
| void | WIFI_GetModuleInfo (void) |
| Function: WIFI_GetModuleInfo. | |
These tests verify API and operation of the WiFi control functions.
| void WIFI_GetVersion | ( | void | ) |
Function: WIFI_GetVersion.
The test function WIFI_GetVersion verifies the WiFi Driver GetVersion function.
| void WIFI_GetCapabilities | ( | void | ) |
Function: WIFI_GetCapabilities.
The test function WIFI_GetCapabilities verifies the WiFi Driver GetCapabilities function.
| void WIFI_Initialize_Uninitialize | ( | void | ) |
Function: WIFI_Initialize/Uninitialize.
The test function WIFI_Initialize_Uninitialize verifies the WiFi Driver Initialize and Uninitialize functions.
and
Testing sequence:
| void WIFI_PowerControl | ( | void | ) |
Function: WIFI_PowerControl.
The test function WIFI_PowerControl verifies the WiFi Driver PowerControl function.
Testing sequence:
| void WIFI_GetModuleInfo | ( | void | ) |
Function: WIFI_GetModuleInfo.
The test function WIFI_GetModuleInfo verifies the WiFi Driver GetModuleInfo function.