Ok I cant find out where to detect if a wlan interface is a virtual ap or not. The docs say that interface-type will say “virtualap” if this is the case but from what I found interface-type only shows up if its a physical device such as atheros xxx. I did see that master-interface shows up if its a virtual ap so the only way I can detect it right now is to see if master-interface has a value or not as well as check the interface-type. This is kind of dirty. Is interface-type broken?
Note: I am working in the API or command line. Either way works since they are similar.