centos man page for struct_ieee80211_rate

Query: struct_ieee80211_rate

OS: centos

Section: 9

Links: centos man pages | All man pages

Forums: Unix Linux Community | Forum Categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRUCT
IEEE80211_RAT(9) Device registration STRUCT IEEE80211_RAT(9)
NAME
struct_ieee80211_rate - bitrate definition
SYNOPSIS
struct ieee80211_rate { u32 flags; u16 bitrate; u16 hw_value; u16 hw_value_short; };
MEMBERS
flags rate-specific flags bitrate bitrate in units of 100 Kbps hw_value driver/hardware value for this rate hw_value_short driver/hardware value for this rate when short preamble is used
DESCRIPTION
This structure describes a bitrate that an 802.11 PHY can operate with. The two values hw_value and hw_value_short are only for driver use when pointers to this structure are passed around.
AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT IEEE80211_RAT(9)
Related Man Pages
enum_ieee80211_rate_flags(9) - centos
struct_cfg80211_ibss_params(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
struct_tid_ampdu_rx(9) - centos
struct_ieee80211_conf(9) - suse
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?
Docker learning Phase-I