using "connect list"

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 ,

There’s no need to configure anything extra on the AP.
And yes, these rules will forbid the station to connect, when these conditions are met.

Thanks ,
(just wanted to be sure :smiley: )

is there any way to see a log of the connections\disconnections the device do with the rule?
if we took my example -
to see he try to connect to unit2 at 12:05:04 with signal -85 and didn’t connect because of the rule?