Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.03.00

Create a Wi-Fi networkWiFi Network.

Usages

net_wifi_create SSID [-p password] [-c channel] [-i interface_nbr] [-t net_type] [-s security_type]

Arguments

SSID, Wifi  Wifi network to create.

-p [password], Specify  Specify the  password to access the WiFi network. 

-i [Interface number], Specify  Specify on which interface to use.

-c [Channel], Wi-Fi Wifi Channel

-t [network type], Network Type (infra or adhoc)

-s [security type], Network security type (open, wep, wpa, wpa2 or wps).

Output

If the the WiFi network is properly created, this command return to the terminal : 

Completed Successfully

Otherwise, this command will return information about the error to the terminal.

...

  1. This command will failed if the interface has already joined or created an network. In this case, use net_wifi_leave command before.  
  2. The argument [-p password] is not applicable if the security_type specified is 'open'.

Example 

To create a WiFi network with those parameters: 

...