Home
last modified time | relevance | path

Searched defs:wlan_ie_vhtcaps (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
H A Dwlan_cmn_ieee80211.h1778 struct wlan_ie_vhtcaps { struct
1779 uint8_t elem_id;
1780 uint8_t elem_len;
1781 uint32_t max_mpdu_len:2;
1782 uint32_t supported_channel_widthset:2;
1783 uint32_t ldpc_coding:1;
1784 uint32_t shortgi80:1;
1785 uint32_t shortgi160and80plus80:1;
1786 uint32_t tx_stbc:1;
1787 uint32_t rx_stbc:3;
[all …]