Seems it creates interfaces for ssid’s which should be static, also that section:
/interface wifi
set [ find default-name=wifi1 ] configuration.manager=capsman disabled=no
set [ find default-name=wifi2 ] configuration.manager=capsman disabled=no
add disabled=no master-interface=wifi1 name=wifi21
add disabled=no master-interface=wifi2 name=wifi22
is deleted after I click on provision, after provision is not possible to create new static interface either. I dont understand what is going on.
I’m definitely not an expert, but I’ve been trying to do the same thing (set the hAP ac^2 wifi to wifi-qcom-ac). The configuration is just out-of-the-box with a couple users added (brand new device).
started out by updating the routerOS to the latest as of 3/11/26 (v. 7.22)
That is - unfortunately - a generic issues with devices (like the AC2) with only 16 Mb storage, the issue is not RAM (memory) as it has 128 Mb but the actual flash storage.
The space is too tight to allow for both the base RouterOS and the wifi-qcom-ac package (if you install locally from an uploaded file).
The solution (that you won't like ) is netinstall, which needs a particularly tricky procedure.
The netinstall will:
erase/delete everything on the device
install routerOS
install additional packages
optionally either run a selected configuration, or reset it to default (or completely remove it)
SInce the files will be uploaded and installed in one pass from the storage on your PC, the hap storage will have no need for "temporary files" and then the 16 Mb will be enough.
Thank you all for taking time to help! Learned a lot about netinstaller, but found that I probably only disabled “wireless” instead of uninstalling it. The “/system/package/ uninstall wireless“ command worked - followed by a reboot - (which I thought I’d done). That freed up enough space to install the wifi-qcom-ac package
I feel quite foolish for missing something in my steps but am quite relieved!
Another solution, which would work without netinstall, is to use version 7.19.6, where wifi-qcom-ac can be accommodated. If you can operate with that limitation on version, then fine. Otherwise, Mikrotik kit with wireless and just 16MB of storage should be retired.
This brings up a couple of questions that maybe related.
How can you see the files in the flash memory (the 16MB)?
Maybe not a question, but I probably would have had the same issue after using netinstaller because of only disabling wireless instead of uninstalling it. I better keep reading the manual more!
Well, no.
Netinstall deletes the storage and installs to It the base OS and the package(s) you select/add to the source directory.
Of course if you (re-)add both wireless and wifi-qcom-ac ...