I have a network with 2 AP and 1 station
now I have read that I can tell the station when to connect to AP and when to disconnect from AP when the signal is under -80
do I need to config the same thing on the AP also?
this is what I have so far -
/interface wireless connect-list
add comment="Connection to Unit1" connect=no interface=wlan1 mac-address=00:27:1E:30:50:BB \
security-profile=default signal-range=-93..-80
add comment="Connection to Unit2" connect=no interface=wlan1 mac-address=00:27:1E:30:50:C4 \
security-profile=default signal-range=-95..-80
when I config this dos it mean that if the signal to this AP (MAC) is between -93–>-80 it will not connect?
Thanks ,