Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
bool | vht_supported |
u32 | cap |
struct ieee80211_vht_mcs_info | vht_mcs |
struct ieee80211_sta_vht_cap - STA's VHT capabilities
This structure describes most essential parameters needed to describe 802.11ac VHT capabilities for an STA.
: is VHT supported by the STA : VHT capabilities map as described in 802.11ac spec : Supported VHT MCS rates
Definition at line 227 of file cfg80211.h.
u32 cap |
Definition at line 229 of file cfg80211.h.
struct ieee80211_vht_mcs_info vht_mcs |
Definition at line 230 of file cfg80211.h.
bool vht_supported |
Definition at line 228 of file cfg80211.h.