
ALR-F800 Wi-Fi Setup APN-1046
Examples of Commands
service wifi scan # scan for and print available Wi-Fi networks
service wifi err # print the last error message
service wifi add "Area 51" # add/register a new network with the SSID Area 51
service wifi list # print configured Wi-Fi networks and their zero-based IDs
service wifi set net 0 psk "Welcome" # set Wi-Fi access password for the
# network that has ID of 0 to Welcome
service wifi get net 0 # print settings for the registered network with ID of 0
service wifi conf # print the entire Wi-Fi service configuration
service wifi start # start Wi-Fi service, prints ‘R’ (Running) on success
service wifi link # print Wi-Fi link status
service wifi ip # print Wi-Fi IP address
service wifi enable # set Wi-Fi service to start automatically on boot
service wifi disable # disable starting Wi-Fi service automatically on boot
service wifi stop # stop Wi-Fi service
service wifi help # display help
service wifi help conf # display help for advanced Wi-Fi configuration options
service wifi Command Parameter Groups
The Wi-Fi service configuration parameters are organized in groups as follows:
general configuration parameters
add | del | get | set
parameters related to each of the registered network (referenced by its numerical
0-based ID/index)
get net ID [PARAM] | set net ID PARAM [VALUE]
IP address related parameters
mac | ip | netmask | gateway | dhcp