Scroll to navigation

STRUCT VIF_PARAMS(9) Actions and configuration STRUCT VIF_PARAMS(9)

NAME

struct_vif_params - describes virtual interface parameters

SYNOPSIS

struct vif_params {

int use_4addr;
u8 macaddr[ETH_ALEN];
u8 vht_mumimo_groups[VHT_MUMIMO_GROUPS_DATA_LEN]; };

MEMBERS

use_4addr

use 4-address frames

macaddr[ETH_ALEN]

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.

vht_mumimo_groups[VHT_MUMIMO_GROUPS_DATA_LEN]

MU-MIMO groupID. used for monitoring only packets belonging to that MU-MIMO groupID.

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.