On Sun, 3 Jan 2021 at 03:08, Andriy Gapon <[email protected]> wrote:
>
>
> Is there an easy way to tell which wireless ifconfig option is shared
> and which is per VAP?
> I mean, 'channel' is shared, 'ssid' is per VAP obviously.
> But how about the rest?
> Is that explicitly documented somewhere?
> Is there something obvious to search for in the source?

Hi! So, the easy answer is "look at ieee80211com versus ieee80211vap,
and the ioctl routines to see what option reads what." It can be a bit
more complicated, with how things are kept in sync with other things,
but that's a good start.



-adrian

>
> --
> Andriy Gapon
> _______________________________________________
> [email protected] mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> To unsubscribe, send any mail to "[email protected]"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "[email protected]"

Reply via email to