How can I switch between DCHP, Static, and Manual methods for networking interfaces on the WB45?

In the sdc_cli you can change the method of a networking interface by using "iface" commands. # sdc_cli iface set wlan0 dhcp The example command follows the syntax of: iface set method [interface] [dhcp/static/manual]

Products