Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

Wireless Networking • Periodic "Access point temporarily full" disconnects on older Android with ROS 7.13

$
0
0
I've recently switched from ROS 6.49.10 to ROS 7.13 on my home network. Since then, an older device of mine, a Mi Mix 3 running LineageOS 20 (Android 13), has been randomly disconnecting from the network with a message "Access point temporarily full".

Here's an edited export of my /interface/wifi config section:
Code:
/interface wifi channeladd disabled=no frequency=2412 name=channel1 width=20mhzadd disabled=no frequency=2437 name=channel6 width=20mhzadd disabled=no frequency=2462 name=channel11 width=20mhzadd disabled=no frequency=5180 name=channel36 width=20/40/80mhzadd disabled=no frequency=5260 name=channel52-dfs width=20/40/80mhzadd disabled=no frequency=5660 name=channel132-dfs width=20/40/80mhzadd disabled=no frequency=5745 name=channel149-opt width=20/40/80mhz/interface wifi securityadd authentication-types=wpa2-psk disable-pmkid=yes disabled=no ft=yes ft-over-ds=yes group-encryption=ccmp group-key-update=40m management-protection=allowed name=default wps=disable/interface wifi configurationadd disabled=no name=cfg-2ghz security=default security.ft=yes .ft-over-ds=yes ssid=XXXadd disabled=no name=cfg-5ghz security=default security.ft=yes .ft-over-ds=yes ssid="XXX (5G)"add disabled=no name=cfg-5ghz-YY security=default ssid="YYY (5G)"/interface wifiadd channel=channel6 configuration=cfg-2ghz configuration.mode=ap .tx-power=13 disabled=no name=2GHz-Room2Router-1 radio-mac=XX:XX:XX:XX:XX:X1add channel=channel11 configuration=cfg-2ghz configuration.mode=ap .tx-power=10 disabled=no name=2GHz-Room3Router-1 radio-mac=XX:XX:XX:XX:XX:X2add channel=channel132-dfs configuration=cfg-5ghz configuration.mode=ap .tx-power=13 disabled=no name=5GHz-Room2Router-1 radio-mac=XX:XX:XX:XX:XX:X3add channel=channel52-dfs configuration=cfg-5ghz configuration.mode=ap .tx-power=13 disabled=no name=5GHz-Room3Router-1 radio-mac=XX:XX:XX:XX:XX:X4add channel=channel149-opt configuration=cfg-5ghz configuration.mode=ap .tx-power=13 disabled=no name=5GHz-Room3Router-2 radio-mac=XX:XX:XX:XX:XX:X5/interface wifi datapathadd bridge=bridge disabled=no name=capdp/interface wifiset [ find default-name=wifi1 ] channel=channel1 configuration=cfg-2ghz configuration.mode=ap .tx-power=10 datapath=capdp disabled=no name=2GHz-Firewall-1set [ find default-name=wifi2 ] channel=channel36 configuration=cfg-5ghz configuration.mode=ap .tx-power=13 datapath=capdp disabled=no name=5GHz-Firewall-1add configuration=cfg-5ghz-YY configuration.mode=ap datapath=capdp disabled=no mac-address=XX:XX:XX:XX:XX:X6 master-interface=5GHz-Firewall-1 name=5GHz-Firewall-1-1/interface wifi capsmanset ca-certificate=auto enabled=yes interfaces=bridge require-peer-certificate=no upgrade-policy=none/interface wifi provisioningadd action=create-enabled disabled=no master-configuration=cfg-5ghz name-format=5GHz-%I supported-bands=5ghz-nadd action=create-enabled disabled=no master-configuration=cfg-2ghz name-format=2GHz-%I supported-bands=2ghz-nadd action=none disabled=no

Statistics: Posted by Nullcaller — Thu Jan 11, 2024 8:43 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles