How do you turn off hostapd (AP Mode) on the WB45 module?

The WB45 ships, by default, with hostapd enabled. This mode can be turned off in the sdc_cli by using the "iface" command and the appropriate parameters. Once it is turned off, the wlan0 interface must be restarted. Then you can verify that hostapd mode is no longer enabled by using the status command. # sdc_cli iface set hostapd wlan0 off # ifrc wlan0 restart # sdc_cli status The same method can be used to turn hostapd mode on. Just perform the same 3 commands, but replace "off" with "on".

Products