wifi_internal.h File Reference

#include "legato.h"
#include "interfaces.h"

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

Function Documentation

◆ ExecuteWifiApCommand()

void ExecuteWifiApCommand ( const char *  commandPtr,
size_t  numArgs 
)

Process commands for WiFi client service.

Parameters
[in]commandPtrCommand to execute (NULL = run default command)
[in]numArgsNumber of arguments

◆ ExecuteWifiClientCommand()

void ExecuteWifiClientCommand ( const char *  commandPtr,
size_t  numArgs 
)

Process commands for WiFi client service.

Parameters
[in]commandPtrCommand to execute (NULL = run default command)
[in]numArgsNumber of arguments

◆ PrintApHelp()

void PrintApHelp ( void  )

Print help for WiFi access point

◆ PrintClientHelp()

void PrintClientHelp ( void  )

Print help for WiFi client