I have a latest ros hotspot mikrotik device, with several groove ap managed by caps in the same rb (1200AHx2). The hotspot works fine but I have issues with the clients. They complain that they have to enter the credentials multiple times during the day. The hotspot main config is :
/ip hotspot profile
add dns-name=hotspot.1234.pt hotspot-address=10.0.0.1 login-by=
http-pap,mac-cookie name=hsprof1
/ip hotspot
add address-pool=client addresses-per-mac=1 disabled=no interface=CLIENT
name=hotspot1 profile=hsprof1
/ip hotspot user profile
set [ find default=yes ] address-list=ADMIN address-pool=client
keepalive-timeout=1h mac-cookie-timeout=1d shared-users=5
add address-list=CLIENT idle-timeout=1d keepalive-timeout=1d
mac-cookie-timeout=1d name=client rate-limit=256k/4096k session-timeout=
1d shared-users=8000 transparent-proxy=yes
add address-list=CLIENT idle-timeout=1d keepalive-timeout=1d
mac-cookie-timeout=1d name=hotel rate-limit=756k/8192k session-timeout=1d
shared-users=50 transparent-proxy=yes
The clients use the client profile.
When they move and change groove AP device most of the times they have to enter the hotspot credentials again, or if the phone is entering standby mode and the wifi is disabled, after it is enabled again.
Any help ?