How do I create two separate access points on my BPI-MT7615 wireless adapter: one on 2.4GHz and the other on 5GHz? I can successfully create a 2.4GHz AP or a 5GHz AP separately using hostapd, however apparently it does not support creating multiple access points on different channels.
Failed to create interface wlan0_sub1: -23 (Too many open files in system)
Try to remove and re-create wlan0_sub1
nl80211: Remove interface ifindex=133
nl80211: if_indices[16]: 9(134) 134(-1)
nl80211: if_indices[16]: 9(134) 134(-1)
nl80211: if_indices[16]: 9(133)
nl80211: if_indices[16]:
nl80211: Create interface iftype 3 (AP)
Failed to create interface wlan0_sub1: -19 (No such device)
Failed to add BSS (BSSID=12:34:56:78:ab:cc)
I have also tried to simply use the main interface (wlan0) however this also fails.
Am I doing something wrong? For some reason, I can’t find any examples on how to host two separate access points on two separate bands or even a single one with automatic band selection.