Functions | |
THandle | CuCmd_Create (const PS8 device_name, THandle hConsole, S32 BypassSupplicant, PS8 pSupplIfFile) |
Creates the command module. | |
VOID | CuCmd_Destroy (THandle hCuCmd) |
Destroys the command module. | |
VOID | CuCmd_StartDriver (THandle hCuCmd) |
Starts the driver. | |
VOID | CuCmd_StopDriver (THandle hCuCmd) |
Stops the driver. | |
S32 | CuCmd_GetDeviceStatus (THandle hCuCmd) |
Gets the driver status. | |
THandle | CuCmd_GetCuCommonHandle (THandle hCuCmd) |
Gets the CU Common module pointer. | |
THandle | CuCmd_GetCuWpaHandle (THandle hCuCmd) |
Gets the supplicant pointer. |
THandle CuCmd_Create | ( | const PS8 | device_name, | |
THandle | hConsole, | |||
S32 | BypassSupplicant, | |||
PS8 | pSupplIfFile | |||
) |
Creates the command module.
This function performs the following:
[in] | device_name | The driver name |
[in] | hConsole | Pointer to the console context |
[in] | BypassSupplicant | Indicates whether or not the supplicant is bypassed (0 - supplicant loaded, 1 - supplicant bypassed) |
[in] | pSupplIfFile | Supplicant *.ini file |
VOID CuCmd_Destroy | ( | THandle | hCuCmd | ) |
Destroys the command module.
This function performs the following:
[in] | hCuCmd | Handle for the command module |
THandle CuCmd_GetCuCommonHandle | ( | THandle | hCuCmd | ) |
Gets the CU Common module pointer.
This function gets a pointer to a CU Common module and returns it to the caller.
[in] | hCuCmd | Handle for the command module |
THandle CuCmd_GetCuWpaHandle | ( | THandle | hCuCmd | ) |
Gets the supplicant pointer.
This function gets a pointer to the supplicant and returns it to the caller.
[in] | hCuCmd | Handle for the command module |
S32 CuCmd_GetDeviceStatus | ( | THandle | hCuCmd | ) |
Gets the driver status.
This function gets the status of the driver and prints it.
[in] | hCuCmd | Handle for the command module |
VOID CuCmd_StartDriver | ( | THandle | hCuCmd | ) |
Starts the driver.
This function starts the driver operation.
[in] | hCuCmd | Handle for the command module |
VOID CuCmd_StopDriver | ( | THandle | hCuCmd | ) |
Stops the driver.
This function stops the driver operation.
[in] | hCuCmd | Handle for the command module |