struct vif_params — describes virtual interface parameters
struct vif_params { u32 flags; int use_4addr; u8 macaddr[ETH_ALEN]; const u8 * vht_mumimo_groups; const u8 * vht_mumimo_follow_addr; };
monitor interface flags, unchanged if 0, otherwise
MONITOR_FLAG_CHANGED
will be set
use 4-address frames
address to use for this virtual interface.
If this parameter is set to zero address the driver may
determine the address as needed.
This feature is only fully supported by drivers that enable the
NL80211_FEATURE_MAC_ON_CREATE
flag. Others may support creating
* only p2p devices with specified MAC.
MU-MIMO groupID, used for monitoring MU-MIMO packets
belonging to that MU-MIMO groupID; NULL
if not changed
MU-MIMO follow address, used for monitoring
MU-MIMO packets going to the specified station; NULL
if not changed