I have the AX210. I know it works both wifi and bt idk what AP mode is.
Both work but not out of the box.
AX210 needs its driver installed on armbian meaning you need a second ethernet option.
AX200 is not wifi 6e but works out of the box both wifi and bt.
All those you just mentioned I am not aware.
Tbh… AX210 is enough imo… neither will be a big difference from wifi 6 to be worth the upgrade but it is what it is.
For AX210 to work you have to have internet:
#wifi
sudo wget -P /lib/firmware https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/iwlwifi-ty-a0-gf-a0-59.ucode
sudo mv /lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm /lib/firmware/iwlwifi-ty-a0-gf-a0.pnvm.bak
#bt
sudo wget -P /lib/firmware/intel https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/intel/ibt-0041-0041.sfi
sudo wget -P /lib/firmware/intel https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/intel/ibt-0041-0041.ddc
to install its firmware and thats it.