1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>struct ieee80211_sta_ht_cap</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The 802.11 subsystems – for kernel developers"><link rel="up" href="bk01ch01.html" title="Chapter 1. Device registration"><link rel="prev" href="API-struct-ieee80211-rate.html" title="struct ieee80211_rate"><link rel="next" href="API-struct-ieee80211-supported-band.html" title="struct ieee80211_supported_band"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">struct ieee80211_sta_ht_cap</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-ieee80211-rate.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Device registration</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-ieee80211-supported-band.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-ieee80211-sta-ht-cap"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct ieee80211_sta_ht_cap — 2 STA's HT capabilities 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4struct ieee80211_sta_ht_cap { 5 u16 cap; 6 bool ht_supported; 7 u8 ampdu_factor; 8 u8 ampdu_density; 9 struct ieee80211_mcs_info mcs; 10}; </pre></div><div class="refsect1"><a name="idp1109247428"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">cap</span></dt><dd><p> 11HT capabilities map as described in 802.11n spec 12 </p></dd><dt><span class="term">ht_supported</span></dt><dd><p> 13is HT supported by the STA 14 </p></dd><dt><span class="term">ampdu_factor</span></dt><dd><p> 15Maximum A-MPDU length factor 16 </p></dd><dt><span class="term">ampdu_density</span></dt><dd><p> 17Minimum A-MPDU spacing 18 </p></dd><dt><span class="term">mcs</span></dt><dd><p> 19Supported MCS rates 20 </p></dd></dl></div></div><div class="refsect1"><a name="idp1112117564"></a><h2>Description</h2><p> 21 </p><p> 22 23 This structure describes most essential parameters needed 24 to describe 802.11n HT capabilities for an STA. 25</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-ieee80211-rate.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk01ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-ieee80211-supported-band.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct ieee80211_rate</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct ieee80211_supported_band</span></td></tr></table></div></body></html> 26