wireless-rep bug

Hello

Been testing the 6.35 RC versions, I think I have found a bug.

I have two OmniTIKs setting up a simple link across the street. I am using NV2. Since switching to wireless-rep I have noticed a problem affecting the client side: after several chages made to the “AP” unit (which means the wireless interface is reset), the client needs a reboot in order to be able to connect.

This doesn’t happen with wireless-fp. With wireless-fp, whenever I reset the AP, the client connects without problems.

I am using non standard channels with a bit more bandwidth, I am not sure if this might be the problem. But with wireless-fp it worked without needing to reboot.

# mar/14/2016 10:58:27 by RouterOS 6.35rc26
# software id = 9SFF-0RWS
#
/interface wireless channels
add band=5ghz-onlyn extension-channel=Ce frequency=5600 list=mainlist name=\
    "5600/30-Ce/an(0dBm)" width=30
add band=5ghz-onlyn extension-channel=Ce frequency=5650 list=mainlist name=\
    "5650/30-Ce/an(0dBm)" width=30
add band=5ghz-onlyn extension-channel=Ce frequency=5550 list=mainlist name=\
    "5550/30-Ce/an(0dBm)" width=30
add band=5ghz-onlyn extension-channel=Ce frequency=5690 list=mainlist name=\
    "5690/30-Ce/an(0dBm)" width=30

The AP configuration is:

# mar/14/2016 10:59:11 by RouterOS 6.35rc26
# software id = 9SFF-0RWS
#
/interface wireless
set [ find default-name=wlan1 ] ampdu-priorities=0,1 band=5ghz-onlyn \
    basic-rates-a/g=54Mbps disabled=no frequency=auto guard-interval=long \
    ht-supported-mcs="mcs-0,mcs-1,mcs-2,mcs-3,mcs-4,mcs-5,mcs-6,mcs-7,mcs-8,mc\
    s-9,mcs-10,mcs-11,mcs-12" hw-retries=4 max-station-count=4 mode=ap-bridge \
    mtu=1540 nv2-cell-radius=10 nv2-preshared-key=XXXXXXXXXX \
    nv2-security=enabled rate-set=configured scan-list=mainlist ssid=TRUNK \
    supported-rates-a/g=54Mbps tdma-period-size=auto tx-power=22 \
    tx-power-mode=card-rates wireless-protocol=nv2

I have tried setting the a/g rates to the default values just in case, but the client still won’t reconnect until it’s rebooted.

Right now I have 6.35rc26 on the AP, 6.35rc25 on the client. I will update both this evening.