On Thu, 2019-08-15 at 16:38 +0300, Jouni Malinen wrote: > From: Gurumoorthi Gnanasambandhan <gguru@xxxxxxxxxxxxxx> > > This provides an alternative mechanism for AP VLAN support where a > single netdev is used with VLAN tagged frames instead of separate > netdevs for each VLAN without tagged frames from the WLAN driver. > > By setting NL80211_EXT_FEATURE_VLAN_OFFLOAD flag the driver indicates > support for a single netdev with VLAN tagged frames. Separate > VLAN-specific netdevs are added using vcongig similar to Ethernet. > NL80211_CMD_NEW_KEY and NL80211_CMD_SET_STATION will optionally specify > vlan_id using NL80211_ATTR_VLAN_ID. Without really looking at the specifics, it might be relatively simple to support this in mac80211? johannes