Приобрёл WiFi-адаптер ASUS PCE-AC88 для работы в качестве точки доступа (hostapd).
Возможно ли настроить hostapd на работу этого адаптера как ДВЕ точки доступа - 2.4 GHz и 5 GHz?
ifconfig (или ip link) сколько беспроводных интерфейсов показывает? Если больше одного (при учете что других беспроводных адаптеров кроме этого в системе нет), то можно
Просто настраиваете на каждый интерфейс свой soft AP
Нужно создать два конфигурационных файла и запустить сервис как-то так
hostapd -s -B /<путь до конфигов>/hostapd-24ghz.conf
hostapd -s -B /<путь до конфигов>/hostapd-5ghz.conf
What it can do
Create an AP;
Create multiple APs on the same card (if the card supports it, usually up to 8);
Create one AP on one card and another AP on a second card, all within a single instance of Hostapd;
Use 2.4GHz and 5GHz at the same time on the same card. This requires a card with two radios though, which is pretty rare (but hostapd supports it) - if the card creates two wlanX interfaces, you might be lucky;
What it cannot do
Create multiple APs on different channels on the same card. Multiple APs on the same card will share the same channel;
Create a dual-band AP, even with two cards. But it can create two APs with the same SSID;