1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><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#id-1.3.6.6.2" 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_TDLS_WIDER_BW,
22  WLAN_STA_UAPSD,
23  WLAN_STA_SP,
24  WLAN_STA_4ADDR_EVENT,
25  WLAN_STA_INSERTED,
26  WLAN_STA_RATE_CONTROL,
27  WLAN_STA_TOFFSET_KNOWN,
28  WLAN_STA_MPSP_OWNER,
29  WLAN_STA_MPSP_RECIPIENT,
30  WLAN_STA_PS_DELIVER
31};  </pre></div><div class="refsect1"><a name="id-1.3.6.6.2.3.5"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">WLAN_STA_AUTH</span></dt><dd><p>
32Station is authenticated.
33      </p></dd><dt><span class="term">WLAN_STA_ASSOC</span></dt><dd><p>
34Station is associated.
35      </p></dd><dt><span class="term">WLAN_STA_PS_STA</span></dt><dd><p>
36Station is in power-save mode
37      </p></dd><dt><span class="term">WLAN_STA_AUTHORIZED</span></dt><dd><p>
38Station is authorized to send/receive traffic.
39This bit is always checked so needs to be enabled for all stations
40when virtual port control is not in use.
41      </p></dd><dt><span class="term">WLAN_STA_SHORT_PREAMBLE</span></dt><dd><p>
42Station is capable of receiving short-preamble
43frames.
44      </p></dd><dt><span class="term">WLAN_STA_WDS</span></dt><dd><p>
45Station is one of our WDS peers.
46      </p></dd><dt><span class="term">WLAN_STA_CLEAR_PS_FILT</span></dt><dd><p>
47Clear PS filter in hardware (using the
48IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next
49frame to this station is transmitted.
50      </p></dd><dt><span class="term">WLAN_STA_MFP</span></dt><dd><p>
51Management frame protection is used with this STA.
52      </p></dd><dt><span class="term">WLAN_STA_BLOCK_BA</span></dt><dd><p>
53Used to deny ADDBA requests (both TX and RX)
54during suspend/resume and station removal.
55      </p></dd><dt><span class="term">WLAN_STA_PS_DRIVER</span></dt><dd><p>
56driver requires keeping this station in
57power-save mode logically to flush frames that might still
58be in the queues
59      </p></dd><dt><span class="term">WLAN_STA_PSPOLL</span></dt><dd><p>
60Station sent PS-poll while driver was keeping
61station in power-save mode, reply when the driver unblocks.
62      </p></dd><dt><span class="term">WLAN_STA_TDLS_PEER</span></dt><dd><p>
63Station is a TDLS peer.
64      </p></dd><dt><span class="term">WLAN_STA_TDLS_PEER_AUTH</span></dt><dd><p>
65This TDLS peer is authorized to send direct
66packets. This means the link is enabled.
67      </p></dd><dt><span class="term">WLAN_STA_TDLS_INITIATOR</span></dt><dd><p>
68We are the initiator of the TDLS link with this
69station.
70      </p></dd><dt><span class="term">WLAN_STA_TDLS_CHAN_SWITCH</span></dt><dd><p>
71This TDLS peer supports TDLS channel-switching
72      </p></dd><dt><span class="term">WLAN_STA_TDLS_OFF_CHANNEL</span></dt><dd><p>
73The local STA is currently off-channel with this
74TDLS peer
75      </p></dd><dt><span class="term">WLAN_STA_TDLS_WIDER_BW</span></dt><dd><p>
76This TDLS peer supports working on a wider bw on
77the BSS base channel.
78      </p></dd><dt><span class="term">WLAN_STA_UAPSD</span></dt><dd><p>
79Station requested unscheduled SP while driver was
80keeping station in power-save mode, reply when the driver
81unblocks the station.
82      </p></dd><dt><span class="term">WLAN_STA_SP</span></dt><dd><p>
83Station is in a service period, so don't try to
84reply to other uAPSD trigger frames or PS-Poll.
85      </p></dd><dt><span class="term">WLAN_STA_4ADDR_EVENT</span></dt><dd><p>
864-addr event was already sent for this frame.
87      </p></dd><dt><span class="term">WLAN_STA_INSERTED</span></dt><dd><p>
88This station is inserted into the hash table.
89      </p></dd><dt><span class="term">WLAN_STA_RATE_CONTROL</span></dt><dd><p>
90rate control was initialized for this station.
91      </p></dd><dt><span class="term">WLAN_STA_TOFFSET_KNOWN</span></dt><dd><p>
92toffset calculated for this station is valid.
93      </p></dd><dt><span class="term">WLAN_STA_MPSP_OWNER</span></dt><dd><p>
94local STA is owner of a mesh Peer Service Period.
95      </p></dd><dt><span class="term">WLAN_STA_MPSP_RECIPIENT</span></dt><dd><p>
96local STA is recipient of a MPSP.
97      </p></dd><dt><span class="term">WLAN_STA_PS_DELIVER</span></dt><dd><p>
98station woke up, but we're still blocking TX
99until pending frames are delivered
100      </p></dd></dl></div></div><div class="refsect1"><a name="id-1.3.6.6.2.3.6"></a><h2>Description</h2><p>
101   </p><p>
102
103   These flags are used with <span class="structname"><a class="link" href="API-struct-sta-info.html" title="struct sta_info">struct sta_info</a></span>'s <em class="parameter"><code>flags</code></em> member, but
104   only indirectly with <code class="function">set_sta_flag</code> and friends.
105</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#id-1.3.6.6.2">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>
106