struct_ieee80211_supported_band(9) centos man page | unix.com

Man Page: struct_ieee80211_supported_band

Operating Environment: centos

Section: 9

STRUCT
IEEE80211_SUP(9) Device registration STRUCT IEEE80211_SUP(9)
NAME
struct_ieee80211_supported_band - frequency band definition
SYNOPSIS
struct ieee80211_supported_band { struct ieee80211_channel * channels; struct ieee80211_rate * bitrates; enum ieee80211_band band; int n_channels; int n_bitrates; struct ieee80211_sta_ht_cap ht_cap; struct ieee80211_sta_vht_cap vht_cap; };
MEMBERS
channels Array of channels the hardware can operate in in this band. bitrates Array of bitrates the hardware can operate with in this band. Must be sorted to give a valid "supported rates" IE, i.e. CCK rates first, then OFDM. band the band this structure represents n_channels Number of channels in channels n_bitrates Number of bitrates in bitrates ht_cap HT capabilities in this band vht_cap VHT capabilities in this band
DESCRIPTION
This structure describes a frequency band a wiphy is able to operate in.
AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT IEEE80211_SUP(9)
Related Man Pages
struct_bss_parameters(9) - centos
struct_cfg80211_assoc_request(9) - centos
struct_ieee80211_channel(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
qband(9s) - sunos
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Shopt -s histappend