'\" t .\" Title: struct ieee80211_supported_band .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Device registration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT IEEE80211_SUP" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Device registration" .\" ----------------------------------------------------------------- .\" * 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_ieee80211_supported_band \- frequency band definition .SH "SYNOPSIS" .sp .nf struct ieee80211_supported_band { struct ieee80211_channel * channels; struct ieee80211_rate * bitrates; enum nl80211_band band; int n_channels; int n_bitrates; struct ieee80211_sta_ht_cap ht_cap; struct ieee80211_sta_vht_cap vht_cap; }; .fi .SH "MEMBERS" .PP channels .RS 4 Array of channels the hardware can operate in in this band\&. .RE .PP bitrates .RS 4 Array of bitrates the hardware can operate with in this band\&. Must be sorted to give a valid \(lqsupported rates\(rq IE, i\&.e\&. CCK rates first, then OFDM\&. .RE .PP band .RS 4 the band this structure represents .RE .PP n_channels .RS 4 Number of channels in \fIchannels\fR .RE .PP n_bitrates .RS 4 Number of bitrates in \fIbitrates\fR .RE .PP ht_cap .RS 4 HT capabilities in this band .RE .PP vht_cap .RS 4 VHT capabilities in this band .RE .SH "DESCRIPTION" .PP .PP This structure describes a frequency band a wiphy is able to operate in\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br