How to remotely disable Wi-Fi on cnPilot r200P

Hello everyone,

I usually need to remotely change Wi-Fi channel which I do via config file which can be loaded to the router via cnMaestro Templates function.
However, we have an issue with remotely disabling Wi-Fi completely. I can not find corresponding rule in config file for this.

Can someone help please?

Many thanks
David Riedl
Lothian Broadband

Hi David Riedl,

Please find the configuration for templates .

For 2.4 GHz OFF

RadioOff=1
WiFiOff=1

For 2.4 GHz ON

RadioOff=0
WiFiOff=0

For 5 GHz radion OFF

RTDEV_RadioOff=1
RTDEV_WiFiOff=1

For 5 GHz radion ON

RTDEV_RadioOff=0
RTDEV_WiFiOff=0

Easiest way to get these configs, is to take differences between default configuration file and your changed configuration.

rseries@rseries:~/Downloads$ sudo grep -F -x -v -f "Configfile (16).cfg" "Configfile (18).cfg"
WiFiOff=1
RTDEV_RadioOff=1
RTDEV_WiFiOff=1
RadioOff=1
1 Like

Hi Nilesh22, that worked.
Many thanks
David Riedl

Welcome!!

Regards,
Nilesh