02-15-2019 09:00 AM
Hi,
Is it possible to disable completely a radio interface via ssh ?
I know that I can do a no interface <wifi0|wifi1> ssid <ssid_name> for any ssid but it seems that the interface is still broadcasting and I want to shut it down completely.
02-18-2019 08:34 AM
Thx for this answer.
Did it does the same thing than using this API request and set the "disableAllSSIDs" to true ?
PUT /beta/configuration/devices/{deviceId}/ssids
02-15-2019 09:32 AM
Hi Benjamin,
The command: interface [wifi0|wifi1] SSID [ssid] shutdown will achieve this.