1ENUM IEEE80211_STA_I(9)            Internals           ENUM IEEE80211_STA_I(9)
2
3
4

NAME

6       enum_ieee80211_sta_info_flags - Stations flags
7

SYNOPSIS

9       enum ieee80211_sta_info_flags {
10         WLAN_STA_AUTH,
11         WLAN_STA_ASSOC,
12         WLAN_STA_PS_STA,
13         WLAN_STA_AUTHORIZED,
14         WLAN_STA_SHORT_PREAMBLE,
15         WLAN_STA_ASSOC_AP,
16         WLAN_STA_WME,
17         WLAN_STA_WDS,
18         WLAN_STA_CLEAR_PS_FILT,
19         WLAN_STA_MFP,
20         WLAN_STA_BLOCK_BA,
21         WLAN_STA_PS_DRIVER,
22         WLAN_STA_PSPOLL,
23         WLAN_STA_DISASSOC
24       };
25

CONSTANTS

27       WLAN_STA_AUTH
28           Station is authenticated.
29
30       WLAN_STA_ASSOC
31           Station is associated.
32
33       WLAN_STA_PS_STA
34           Station is in power-save mode
35
36       WLAN_STA_AUTHORIZED
37           Station is authorized to send/receive traffic. This bit is always
38           checked so needs to be enabled for all stations when virtual port
39           control is not in use.
40
41       WLAN_STA_SHORT_PREAMBLE
42           Station is capable of receiving short-preamble frames.
43
44       WLAN_STA_ASSOC_AP
45           We're associated to that station, it is an AP.
46
47       WLAN_STA_WME
48           Station is a QoS-STA.
49
50       WLAN_STA_WDS
51           Station is one of our WDS peers.
52
53       WLAN_STA_CLEAR_PS_FILT
54           Clear PS filter in hardware (using the
55           IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next frame to
56           this station is transmitted.
57
58       WLAN_STA_MFP
59           Management frame protection is used with this STA.
60
61       WLAN_STA_BLOCK_BA
62           Used to deny ADDBA requests (both TX and RX) during suspend/resume
63           and station removal.
64
65       WLAN_STA_PS_DRIVER
66           driver requires keeping this station in power-save mode logically
67           to flush frames that might still be in the queues
68
69       WLAN_STA_PSPOLL
70           Station sent PS-poll while driver was keeping station in power-save
71           mode, reply when the driver unblocks.
72
73       WLAN_STA_DISASSOC
74           Disassociation in progress. This is used to reject TX BA session
75           requests when disassociation is in progress.
76

DESCRIPTION

78       These flags are used with struct sta_info's flags member.
79

AUTHOR

81       Johannes Berg <johannes@sipsolutions.net>
82           Author.
83
85Kernel Hackers Manual 2.6.       November 2011         ENUM IEEE80211_STA_I(9)
Impressum