Questions about the Wireless

Hello,

I am the new beginner for RB951G-2HnD. And, I have some questions about wireless:

  1. How to adjust the power of the wireless (High, Mid, Low)?
  2. How to schedule on and off time for wireless?

Thank you,

Have you read the wiki? Have you searched the forum? Try it first.

TX power: Have a look at “all-rates-fixed” here
For the on/off schedule look at the Scheduler Manual.
And then add
/interface wireless disable wlan1
and
/interface wireless enable wlan1

at the appropriate scheduler entries.
(First look up the correct name for you w/l interface).

Cheers
-Chris

Thanks, Chris.

Can you show the complete script for setting on and off the wireless interface?
It is for me not clear on the wiki
Many thanks

/system scheduler
add disabled=no interval=1d name=wlan-off on-event=“/interface wireless disable wlan1” policy=ftp,winbox,api start-date=apr/30/2014 start-time=18:00:00
add disabled=no interval=1d name=wlan-on on-event=“/interface wireless enable wlan1” policy=ftp,winbox,api start-date=may/1/2014 start-time=9:00:00This will shut down the WiFi tonight at 18:00 (start-time=18:00:00) and bring it back tomorrow morning at 9:00 (start-time=9:00:00)
From now on daily (interval=1d)

Good luck.
-Chris

Thanks Chris +1