'\" t .\" Title: enum ieee80211_sta_info_flags .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Internals .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "ENUM IEEE80211_STA_I" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Internals" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" enum_ieee80211_sta_info_flags \- Stations flags .SH "SYNOPSIS" .sp .nf enum ieee80211_sta_info_flags { WLAN_STA_AUTH, WLAN_STA_ASSOC, WLAN_STA_PS_STA, WLAN_STA_AUTHORIZED, WLAN_STA_SHORT_PREAMBLE, WLAN_STA_WDS, WLAN_STA_CLEAR_PS_FILT, WLAN_STA_MFP, WLAN_STA_BLOCK_BA, WLAN_STA_PS_DRIVER, WLAN_STA_PSPOLL, WLAN_STA_TDLS_PEER, WLAN_STA_TDLS_PEER_AUTH, WLAN_STA_TDLS_INITIATOR, WLAN_STA_TDLS_CHAN_SWITCH, WLAN_STA_TDLS_OFF_CHANNEL, WLAN_STA_TDLS_WIDER_BW, WLAN_STA_UAPSD, WLAN_STA_SP, WLAN_STA_4ADDR_EVENT, WLAN_STA_INSERTED, WLAN_STA_RATE_CONTROL, WLAN_STA_TOFFSET_KNOWN, WLAN_STA_MPSP_OWNER, WLAN_STA_MPSP_RECIPIENT, WLAN_STA_PS_DELIVER, NUM_WLAN_STA_FLAGS }; .fi .SH "CONSTANTS" .PP WLAN_STA_AUTH .RS 4 Station is authenticated\&. .RE .PP WLAN_STA_ASSOC .RS 4 Station is associated\&. .RE .PP WLAN_STA_PS_STA .RS 4 Station is in power\-save mode .RE .PP WLAN_STA_AUTHORIZED .RS 4 Station is authorized to send/receive traffic\&. This bit is always checked so needs to be enabled for all stations when virtual port control is not in use\&. .RE .PP WLAN_STA_SHORT_PREAMBLE .RS 4 Station is capable of receiving short\-preamble frames\&. .RE .PP WLAN_STA_WDS .RS 4 Station is one of our WDS peers\&. .RE .PP WLAN_STA_CLEAR_PS_FILT .RS 4 Clear PS filter in hardware (using the IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next frame to this station is transmitted\&. .RE .PP WLAN_STA_MFP .RS 4 Management frame protection is used with this STA\&. .RE .PP WLAN_STA_BLOCK_BA .RS 4 Used to deny ADDBA requests (both TX and RX) during suspend/resume and station removal\&. .RE .PP WLAN_STA_PS_DRIVER .RS 4 driver requires keeping this station in power\-save mode logically to flush frames that might still be in the queues .RE .PP WLAN_STA_PSPOLL .RS 4 Station sent PS\-poll while driver was keeping station in power\-save mode, reply when the driver unblocks\&. .RE .PP WLAN_STA_TDLS_PEER .RS 4 Station is a TDLS peer\&. .RE .PP WLAN_STA_TDLS_PEER_AUTH .RS 4 This TDLS peer is authorized to send direct packets\&. This means the link is enabled\&. .RE .PP WLAN_STA_TDLS_INITIATOR .RS 4 We are the initiator of the TDLS link with this station\&. .RE .PP WLAN_STA_TDLS_CHAN_SWITCH .RS 4 This TDLS peer supports TDLS channel\-switching .RE .PP WLAN_STA_TDLS_OFF_CHANNEL .RS 4 The local STA is currently off\-channel with this TDLS peer .RE .PP WLAN_STA_TDLS_WIDER_BW .RS 4 This TDLS peer supports working on a wider bw on the BSS base channel\&. .RE .PP WLAN_STA_UAPSD .RS 4 Station requested unscheduled SP while driver was keeping station in power\-save mode, reply when the driver unblocks the station\&. .RE .PP WLAN_STA_SP .RS 4 Station is in a service period, so don\*(Aqt try to reply to other uAPSD trigger frames or PS\-Poll\&. .RE .PP WLAN_STA_4ADDR_EVENT .RS 4 4\-addr event was already sent for this frame\&. .RE .PP WLAN_STA_INSERTED .RS 4 This station is inserted into the hash table\&. .RE .PP WLAN_STA_RATE_CONTROL .RS 4 rate control was initialized for this station\&. .RE .PP WLAN_STA_TOFFSET_KNOWN .RS 4 toffset calculated for this station is valid\&. .RE .PP WLAN_STA_MPSP_OWNER .RS 4 local STA is owner of a mesh Peer Service Period\&. .RE .PP WLAN_STA_MPSP_RECIPIENT .RS 4 local STA is recipient of a MPSP\&. .RE .PP WLAN_STA_PS_DELIVER .RS 4 station woke up, but we\*(Aqre still blocking TX until pending frames are delivered .RE .PP NUM_WLAN_STA_FLAGS .RS 4 number of defined flags .RE .SH "DESCRIPTION" .PP .PP These flags are used with struct sta_info\*(Aqs \fIflags\fR member, but only indirectly with \fBset_sta_flag\fR and friends\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br