'\" t .\" Title: struct vif_params .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT VIF_PARAMS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Actions and configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_vif_params \- describes virtual interface parameters .SH "SYNOPSIS" .sp .nf struct vif_params { int use_4addr; u8 macaddr[ETH_ALEN]; u8 vht_mumimo_groups[VHT_MUMIMO_GROUPS_DATA_LEN]; }; .fi .SH "MEMBERS" .PP use_4addr .RS 4 use 4\-address frames .RE .PP macaddr[ETH_ALEN] .RS 4 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 \fBNL80211_FEATURE_MAC_ON_CREATE\fR flag\&. Others may support creating * only p2p devices with specified MAC\&. .RE .PP vht_mumimo_groups[VHT_MUMIMO_GROUPS_DATA_LEN] .RS 4 MU\-MIMO groupID\&. used for monitoring only packets belonging to that MU\-MIMO groupID\&. .RE .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br