ieee80211_mcs_info Struct Reference

#include <senf/Ext/NetEmu/WLAN/ieee80211.h>

Public Attributes

__u8 rx_mask [IEEE80211_HT_MCS_MASK_LEN]
 
__u16 rx_highest
 
__u8 tx_params
 
__u8 reserved [3]
 

Detailed Description

struct ieee80211_mcs_info - MCS information : RX mask : highest supported RX rate. If set represents the highest supported RX data rate in units of 1 Mbps. If this field is 0 this value should not be used to consider the highest RX data rate supported. : TX parameters

Definition at line 36 of file ieee80211.h.

Member Data Documentation

◆ reserved

__u8 ieee80211_mcs_info::reserved[3]

Definition at line 40 of file ieee80211.h.

◆ rx_highest

__u16 ieee80211_mcs_info::rx_highest

Definition at line 38 of file ieee80211.h.

◆ rx_mask

__u8 ieee80211_mcs_info::rx_mask[IEEE80211_HT_MCS_MASK_LEN]

Definition at line 37 of file ieee80211.h.

◆ tx_params

__u8 ieee80211_mcs_info::tx_params

Definition at line 39 of file ieee80211.h.


The documentation for this struct was generated from the following file: