Skip to main content

Managing WiFi Networks

Managing WiFi Networks

Check Current Connection Status

// check if you're currently connected to a network // the steps will likely be: // 1 - check if wireless.@wifi-iface[0].ApCliEnable = '1' // 2 - run ifconfig to see if apcli0 has an ip address

Checking Configured Networks

// steps to view a list of currently configured networks