wifi_internal.h File Reference
Go to the source code of this file.
Functions | |
| void | PrintClientHelp (void) |
| void | PrintApHelp (void) |
| void | ExecuteWifiClientCommand (const char *commandPtr, size_t numArgs) |
| void | ExecuteWifiApCommand (const char *commandPtr, size_t numArgs) |
Detailed Description
Wifi Service Command line internal headerfile
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
Function Documentation
| void ExecuteWifiApCommand | ( | const char * | commandPtr, |
| size_t | numArgs | ||
| ) |
Process commands for Wifi Client service.
- Parameters
-
[in] commandPtr Command to execute (NULL = run default command) [in] numArgs Number of arguments
| void ExecuteWifiClientCommand | ( | const char * | commandPtr, |
| size_t | numArgs | ||
| ) |
Process commands for Wifi Client service.
- Parameters
-
[in] commandPtr Command to execute (NULL = run default command) [in] numArgs Number of arguments
| void PrintApHelp | ( | void | ) |
Print help for Wifi Access Point
| void PrintClientHelp | ( | void | ) |
Print help for Wifi Client
