Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
u16 | cap |
bool | ht_supported |
u8 | ampdu_factor |
u8 | ampdu_density |
struct ieee80211_mcs_info | mcs |
struct ieee80211_sta_ht_cap - STA's HT capabilities
This structure describes most essential parameters needed to describe 802.11n HT capabilities for an STA.
: is HT supported by the STA : HT capabilities map as described in 802.11n spec : Maximum A-MPDU length factor : Minimum A-MPDU spacing : Supported MCS rates
Definition at line 209 of file cfg80211.h.
u8 ampdu_density |
Definition at line 213 of file cfg80211.h.
u8 ampdu_factor |
Definition at line 212 of file cfg80211.h.
u16 cap |
Definition at line 210 of file cfg80211.h.
bool ht_supported |
Definition at line 211 of file cfg80211.h.
Definition at line 214 of file cfg80211.h.