1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>enum ieee80211_sta_info_flags</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="sta-info.html#idp1114416796" title="Programming information"><link rel="prev" href="API-struct-sta-info.html" title="struct sta_info"><link rel="next" href="bk02pt04ch22s02.html" title="STA information lifetime rules"></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">enum ieee80211_sta_info_flags</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-sta-info.html">Prev</a> </td><th width="60%" align="center">Programming information</th><td width="20%" align="right"> <a accesskey="n" href="bk02pt04ch22s02.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-enum-ieee80211-sta-info-flags"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum ieee80211_sta_info_flags — 2 Stations flags 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4enum ieee80211_sta_info_flags { 5 WLAN_STA_AUTH, 6 WLAN_STA_ASSOC, 7 WLAN_STA_PS_STA, 8 WLAN_STA_AUTHORIZED, 9 WLAN_STA_SHORT_PREAMBLE, 10 WLAN_STA_WDS, 11 WLAN_STA_CLEAR_PS_FILT, 12 WLAN_STA_MFP, 13 WLAN_STA_BLOCK_BA, 14 WLAN_STA_PS_DRIVER, 15 WLAN_STA_PSPOLL, 16 WLAN_STA_TDLS_PEER, 17 WLAN_STA_TDLS_PEER_AUTH, 18 WLAN_STA_TDLS_INITIATOR, 19 WLAN_STA_TDLS_CHAN_SWITCH, 20 WLAN_STA_TDLS_OFF_CHANNEL, 21 WLAN_STA_UAPSD, 22 WLAN_STA_SP, 23 WLAN_STA_4ADDR_EVENT, 24 WLAN_STA_INSERTED, 25 WLAN_STA_RATE_CONTROL, 26 WLAN_STA_TOFFSET_KNOWN, 27 WLAN_STA_MPSP_OWNER, 28 WLAN_STA_MPSP_RECIPIENT, 29 WLAN_STA_PS_DELIVER 30}; </pre></div><div class="refsect1"><a name="idp1114489140"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">WLAN_STA_AUTH</span></dt><dd><p> 31Station is authenticated. 32 </p></dd><dt><span class="term">WLAN_STA_ASSOC</span></dt><dd><p> 33Station is associated. 34 </p></dd><dt><span class="term">WLAN_STA_PS_STA</span></dt><dd><p> 35Station is in power-save mode 36 </p></dd><dt><span class="term">WLAN_STA_AUTHORIZED</span></dt><dd><p> 37Station is authorized to send/receive traffic. 38This bit is always checked so needs to be enabled for all stations 39when virtual port control is not in use. 40 </p></dd><dt><span class="term">WLAN_STA_SHORT_PREAMBLE</span></dt><dd><p> 41Station is capable of receiving short-preamble 42frames. 43 </p></dd><dt><span class="term">WLAN_STA_WDS</span></dt><dd><p> 44Station is one of our WDS peers. 45 </p></dd><dt><span class="term">WLAN_STA_CLEAR_PS_FILT</span></dt><dd><p> 46Clear PS filter in hardware (using the 47IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next 48frame to this station is transmitted. 49 </p></dd><dt><span class="term">WLAN_STA_MFP</span></dt><dd><p> 50Management frame protection is used with this STA. 51 </p></dd><dt><span class="term">WLAN_STA_BLOCK_BA</span></dt><dd><p> 52Used to deny ADDBA requests (both TX and RX) 53during suspend/resume and station removal. 54 </p></dd><dt><span class="term">WLAN_STA_PS_DRIVER</span></dt><dd><p> 55driver requires keeping this station in 56power-save mode logically to flush frames that might still 57be in the queues 58 </p></dd><dt><span class="term">WLAN_STA_PSPOLL</span></dt><dd><p> 59Station sent PS-poll while driver was keeping 60station in power-save mode, reply when the driver unblocks. 61 </p></dd><dt><span class="term">WLAN_STA_TDLS_PEER</span></dt><dd><p> 62Station is a TDLS peer. 63 </p></dd><dt><span class="term">WLAN_STA_TDLS_PEER_AUTH</span></dt><dd><p> 64This TDLS peer is authorized to send direct 65packets. This means the link is enabled. 66 </p></dd><dt><span class="term">WLAN_STA_TDLS_INITIATOR</span></dt><dd><p> 67We are the initiator of the TDLS link with this 68station. 69 </p></dd><dt><span class="term">WLAN_STA_TDLS_CHAN_SWITCH</span></dt><dd><p> 70This TDLS peer supports TDLS channel-switching 71 </p></dd><dt><span class="term">WLAN_STA_TDLS_OFF_CHANNEL</span></dt><dd><p> 72The local STA is currently off-channel with this 73TDLS peer 74 </p></dd><dt><span class="term">WLAN_STA_UAPSD</span></dt><dd><p> 75Station requested unscheduled SP while driver was 76keeping station in power-save mode, reply when the driver 77unblocks the station. 78 </p></dd><dt><span class="term">WLAN_STA_SP</span></dt><dd><p> 79Station is in a service period, so don't try to 80reply to other uAPSD trigger frames or PS-Poll. 81 </p></dd><dt><span class="term">WLAN_STA_4ADDR_EVENT</span></dt><dd><p> 824-addr event was already sent for this frame. 83 </p></dd><dt><span class="term">WLAN_STA_INSERTED</span></dt><dd><p> 84This station is inserted into the hash table. 85 </p></dd><dt><span class="term">WLAN_STA_RATE_CONTROL</span></dt><dd><p> 86rate control was initialized for this station. 87 </p></dd><dt><span class="term">WLAN_STA_TOFFSET_KNOWN</span></dt><dd><p> 88toffset calculated for this station is valid. 89 </p></dd><dt><span class="term">WLAN_STA_MPSP_OWNER</span></dt><dd><p> 90local STA is owner of a mesh Peer Service Period. 91 </p></dd><dt><span class="term">WLAN_STA_MPSP_RECIPIENT</span></dt><dd><p> 92local STA is recipient of a MPSP. 93 </p></dd><dt><span class="term">WLAN_STA_PS_DELIVER</span></dt><dd><p> 94station woke up, but we're still blocking TX 95until pending frames are delivered 96 </p></dd></dl></div></div><div class="refsect1"><a name="idp1114508460"></a><h2>Description</h2><p> 97 </p><p> 98 99 These flags are used with <span class="structname">struct sta_info</span>'s <em class="parameter"><code>flags</code></em> member, but 100 only indirectly with <code class="function">set_sta_flag</code> and friends. 101</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-sta-info.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="sta-info.html#idp1114416796">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bk02pt04ch22s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct sta_info</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> STA information lifetime rules</td></tr></table></div></body></html> 102