sta_info.h 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. /*
  2. * Copyright 2002-2005, Devicescape Software, Inc.
  3. * Copyright 2013-2014 Intel Mobile Communications GmbH
  4. * Copyright(c) 2015-2016 Intel Deutschland GmbH
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. #ifndef STA_INFO_H
  11. #define STA_INFO_H
  12. #include <linux/list.h>
  13. #include <linux/types.h>
  14. #include <linux/if_ether.h>
  15. #include <linux/workqueue.h>
  16. #include <linux/average.h>
  17. #include <linux/etherdevice.h>
  18. #include <linux/rhashtable.h>
  19. #include <linux/u64_stats_sync.h>
  20. #include "key.h"
  21. /**
  22. * enum ieee80211_sta_info_flags - Stations flags
  23. *
  24. * These flags are used with &struct sta_info's @flags member, but
  25. * only indirectly with set_sta_flag() and friends.
  26. *
  27. * @WLAN_STA_AUTH: Station is authenticated.
  28. * @WLAN_STA_ASSOC: Station is associated.
  29. * @WLAN_STA_PS_STA: Station is in power-save mode
  30. * @WLAN_STA_AUTHORIZED: Station is authorized to send/receive traffic.
  31. * This bit is always checked so needs to be enabled for all stations
  32. * when virtual port control is not in use.
  33. * @WLAN_STA_SHORT_PREAMBLE: Station is capable of receiving short-preamble
  34. * frames.
  35. * @WLAN_STA_WDS: Station is one of our WDS peers.
  36. * @WLAN_STA_CLEAR_PS_FILT: Clear PS filter in hardware (using the
  37. * IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next
  38. * frame to this station is transmitted.
  39. * @WLAN_STA_MFP: Management frame protection is used with this STA.
  40. * @WLAN_STA_BLOCK_BA: Used to deny ADDBA requests (both TX and RX)
  41. * during suspend/resume and station removal.
  42. * @WLAN_STA_PS_DRIVER: driver requires keeping this station in
  43. * power-save mode logically to flush frames that might still
  44. * be in the queues
  45. * @WLAN_STA_PSPOLL: Station sent PS-poll while driver was keeping
  46. * station in power-save mode, reply when the driver unblocks.
  47. * @WLAN_STA_TDLS_PEER: Station is a TDLS peer.
  48. * @WLAN_STA_TDLS_PEER_AUTH: This TDLS peer is authorized to send direct
  49. * packets. This means the link is enabled.
  50. * @WLAN_STA_TDLS_INITIATOR: We are the initiator of the TDLS link with this
  51. * station.
  52. * @WLAN_STA_TDLS_CHAN_SWITCH: This TDLS peer supports TDLS channel-switching
  53. * @WLAN_STA_TDLS_OFF_CHANNEL: The local STA is currently off-channel with this
  54. * TDLS peer
  55. * @WLAN_STA_TDLS_WIDER_BW: This TDLS peer supports working on a wider bw on
  56. * the BSS base channel.
  57. * @WLAN_STA_UAPSD: Station requested unscheduled SP while driver was
  58. * keeping station in power-save mode, reply when the driver
  59. * unblocks the station.
  60. * @WLAN_STA_SP: Station is in a service period, so don't try to
  61. * reply to other uAPSD trigger frames or PS-Poll.
  62. * @WLAN_STA_4ADDR_EVENT: 4-addr event was already sent for this frame.
  63. * @WLAN_STA_INSERTED: This station is inserted into the hash table.
  64. * @WLAN_STA_RATE_CONTROL: rate control was initialized for this station.
  65. * @WLAN_STA_TOFFSET_KNOWN: toffset calculated for this station is valid.
  66. * @WLAN_STA_MPSP_OWNER: local STA is owner of a mesh Peer Service Period.
  67. * @WLAN_STA_MPSP_RECIPIENT: local STA is recipient of a MPSP.
  68. * @WLAN_STA_PS_DELIVER: station woke up, but we're still blocking TX
  69. * until pending frames are delivered
  70. *
  71. * @NUM_WLAN_STA_FLAGS: number of defined flags
  72. */
  73. enum ieee80211_sta_info_flags {
  74. WLAN_STA_AUTH,
  75. WLAN_STA_ASSOC,
  76. WLAN_STA_PS_STA,
  77. WLAN_STA_AUTHORIZED,
  78. WLAN_STA_SHORT_PREAMBLE,
  79. WLAN_STA_WDS,
  80. WLAN_STA_CLEAR_PS_FILT,
  81. WLAN_STA_MFP,
  82. WLAN_STA_BLOCK_BA,
  83. WLAN_STA_PS_DRIVER,
  84. WLAN_STA_PSPOLL,
  85. WLAN_STA_TDLS_PEER,
  86. WLAN_STA_TDLS_PEER_AUTH,
  87. WLAN_STA_TDLS_INITIATOR,
  88. WLAN_STA_TDLS_CHAN_SWITCH,
  89. WLAN_STA_TDLS_OFF_CHANNEL,
  90. WLAN_STA_TDLS_WIDER_BW,
  91. WLAN_STA_UAPSD,
  92. WLAN_STA_SP,
  93. WLAN_STA_4ADDR_EVENT,
  94. WLAN_STA_INSERTED,
  95. WLAN_STA_RATE_CONTROL,
  96. WLAN_STA_TOFFSET_KNOWN,
  97. WLAN_STA_MPSP_OWNER,
  98. WLAN_STA_MPSP_RECIPIENT,
  99. WLAN_STA_PS_DELIVER,
  100. NUM_WLAN_STA_FLAGS,
  101. };
  102. #define ADDBA_RESP_INTERVAL HZ
  103. #define HT_AGG_MAX_RETRIES 15
  104. #define HT_AGG_BURST_RETRIES 3
  105. #define HT_AGG_RETRIES_PERIOD (15 * HZ)
  106. #define HT_AGG_STATE_DRV_READY 0
  107. #define HT_AGG_STATE_RESPONSE_RECEIVED 1
  108. #define HT_AGG_STATE_OPERATIONAL 2
  109. #define HT_AGG_STATE_STOPPING 3
  110. #define HT_AGG_STATE_WANT_START 4
  111. #define HT_AGG_STATE_WANT_STOP 5
  112. enum ieee80211_agg_stop_reason {
  113. AGG_STOP_DECLINED,
  114. AGG_STOP_LOCAL_REQUEST,
  115. AGG_STOP_PEER_REQUEST,
  116. AGG_STOP_DESTROY_STA,
  117. };
  118. /**
  119. * struct tid_ampdu_tx - TID aggregation information (Tx).
  120. *
  121. * @rcu_head: rcu head for freeing structure
  122. * @session_timer: check if we keep Tx-ing on the TID (by timeout value)
  123. * @addba_resp_timer: timer for peer's response to addba request
  124. * @pending: pending frames queue -- use sta's spinlock to protect
  125. * @dialog_token: dialog token for aggregation session
  126. * @timeout: session timeout value to be filled in ADDBA requests
  127. * @state: session state (see above)
  128. * @last_tx: jiffies of last tx activity
  129. * @stop_initiator: initiator of a session stop
  130. * @tx_stop: TX DelBA frame when stopping
  131. * @buf_size: reorder buffer size at receiver
  132. * @failed_bar_ssn: ssn of the last failed BAR tx attempt
  133. * @bar_pending: BAR needs to be re-sent
  134. * @amsdu: support A-MSDU withing A-MDPU
  135. *
  136. * This structure's lifetime is managed by RCU, assignments to
  137. * the array holding it must hold the aggregation mutex.
  138. *
  139. * The TX path can access it under RCU lock-free if, and
  140. * only if, the state has the flag %HT_AGG_STATE_OPERATIONAL
  141. * set. Otherwise, the TX path must also acquire the spinlock
  142. * and re-check the state, see comments in the tx code
  143. * touching it.
  144. */
  145. struct tid_ampdu_tx {
  146. struct rcu_head rcu_head;
  147. struct timer_list session_timer;
  148. struct timer_list addba_resp_timer;
  149. struct sk_buff_head pending;
  150. unsigned long state;
  151. unsigned long last_tx;
  152. u16 timeout;
  153. u8 dialog_token;
  154. u8 stop_initiator;
  155. bool tx_stop;
  156. u8 buf_size;
  157. u16 failed_bar_ssn;
  158. bool bar_pending;
  159. bool amsdu;
  160. };
  161. /**
  162. * struct tid_ampdu_rx - TID aggregation information (Rx).
  163. *
  164. * @reorder_buf: buffer to reorder incoming aggregated MPDUs. An MPDU may be an
  165. * A-MSDU with individually reported subframes.
  166. * @reorder_buf_filtered: bitmap indicating where there are filtered frames in
  167. * the reorder buffer that should be ignored when releasing frames
  168. * @reorder_time: jiffies when skb was added
  169. * @session_timer: check if peer keeps Tx-ing on the TID (by timeout value)
  170. * @reorder_timer: releases expired frames from the reorder buffer.
  171. * @last_rx: jiffies of last rx activity
  172. * @head_seq_num: head sequence number in reordering buffer.
  173. * @stored_mpdu_num: number of MPDUs in reordering buffer
  174. * @ssn: Starting Sequence Number expected to be aggregated.
  175. * @buf_size: buffer size for incoming A-MPDUs
  176. * @timeout: reset timer value (in TUs).
  177. * @rcu_head: RCU head used for freeing this struct
  178. * @reorder_lock: serializes access to reorder buffer, see below.
  179. * @auto_seq: used for offloaded BA sessions to automatically pick head_seq_and
  180. * and ssn.
  181. * @removed: this session is removed (but might have been found due to RCU)
  182. * @started: this session has started (head ssn or higher was received)
  183. *
  184. * This structure's lifetime is managed by RCU, assignments to
  185. * the array holding it must hold the aggregation mutex.
  186. *
  187. * The @reorder_lock is used to protect the members of this
  188. * struct, except for @timeout, @buf_size and @dialog_token,
  189. * which are constant across the lifetime of the struct (the
  190. * dialog token being used only for debugging).
  191. */
  192. struct tid_ampdu_rx {
  193. struct rcu_head rcu_head;
  194. spinlock_t reorder_lock;
  195. u64 reorder_buf_filtered;
  196. struct sk_buff_head *reorder_buf;
  197. unsigned long *reorder_time;
  198. struct timer_list session_timer;
  199. struct timer_list reorder_timer;
  200. unsigned long last_rx;
  201. u16 head_seq_num;
  202. u16 stored_mpdu_num;
  203. u16 ssn;
  204. u16 buf_size;
  205. u16 timeout;
  206. u8 auto_seq:1,
  207. removed:1,
  208. started:1;
  209. };
  210. /**
  211. * struct sta_ampdu_mlme - STA aggregation information.
  212. *
  213. * @mtx: mutex to protect all TX data (except non-NULL assignments
  214. * to tid_tx[idx], which are protected by the sta spinlock)
  215. * tid_start_tx is also protected by sta->lock.
  216. * @tid_rx: aggregation info for Rx per TID -- RCU protected
  217. * @tid_rx_token: dialog tokens for valid aggregation sessions
  218. * @tid_rx_timer_expired: bitmap indicating on which TIDs the
  219. * RX timer expired until the work for it runs
  220. * @tid_rx_stop_requested: bitmap indicating which BA sessions per TID the
  221. * driver requested to close until the work for it runs
  222. * @agg_session_valid: bitmap indicating which TID has a rx BA session open on
  223. * @unexpected_agg: bitmap indicating which TID already sent a delBA due to
  224. * unexpected aggregation related frames outside a session
  225. * @work: work struct for starting/stopping aggregation
  226. * @tid_tx: aggregation info for Tx per TID
  227. * @tid_start_tx: sessions where start was requested
  228. * @last_addba_req_time: timestamp of the last addBA request.
  229. * @addba_req_num: number of times addBA request has been sent.
  230. * @dialog_token_allocator: dialog token enumerator for each new session;
  231. */
  232. struct sta_ampdu_mlme {
  233. struct mutex mtx;
  234. /* rx */
  235. struct tid_ampdu_rx __rcu *tid_rx[IEEE80211_NUM_TIDS];
  236. u8 tid_rx_token[IEEE80211_NUM_TIDS];
  237. unsigned long tid_rx_timer_expired[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];
  238. unsigned long tid_rx_stop_requested[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];
  239. unsigned long agg_session_valid[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];
  240. unsigned long unexpected_agg[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];
  241. /* tx */
  242. struct work_struct work;
  243. struct tid_ampdu_tx __rcu *tid_tx[IEEE80211_NUM_TIDS];
  244. struct tid_ampdu_tx *tid_start_tx[IEEE80211_NUM_TIDS];
  245. unsigned long last_addba_req_time[IEEE80211_NUM_TIDS];
  246. u8 addba_req_num[IEEE80211_NUM_TIDS];
  247. u8 dialog_token_allocator;
  248. };
  249. /* Value to indicate no TID reservation */
  250. #define IEEE80211_TID_UNRESERVED 0xff
  251. #define IEEE80211_FAST_XMIT_MAX_IV 18
  252. /**
  253. * struct ieee80211_fast_tx - TX fastpath information
  254. * @key: key to use for hw crypto
  255. * @hdr: the 802.11 header to put with the frame
  256. * @hdr_len: actual 802.11 header length
  257. * @sa_offs: offset of the SA
  258. * @da_offs: offset of the DA
  259. * @pn_offs: offset where to put PN for crypto (or 0 if not needed)
  260. * @band: band this will be transmitted on, for tx_info
  261. * @rcu_head: RCU head to free this struct
  262. *
  263. * This struct is small enough so that the common case (maximum crypto
  264. * header length of 8 like for CCMP/GCMP) fits into a single 64-byte
  265. * cache line.
  266. */
  267. struct ieee80211_fast_tx {
  268. struct ieee80211_key *key;
  269. u8 hdr_len;
  270. u8 sa_offs, da_offs, pn_offs;
  271. u8 band;
  272. u8 hdr[30 + 2 + IEEE80211_FAST_XMIT_MAX_IV +
  273. sizeof(rfc1042_header)] __aligned(2);
  274. struct rcu_head rcu_head;
  275. };
  276. /**
  277. * struct ieee80211_fast_rx - RX fastpath information
  278. * @dev: netdevice for reporting the SKB
  279. * @vif_type: (P2P-less) interface type of the original sdata (sdata->vif.type)
  280. * @vif_addr: interface address
  281. * @rfc1042_hdr: copy of the RFC 1042 SNAP header (to have in cache)
  282. * @control_port_protocol: control port protocol copied from sdata
  283. * @expected_ds_bits: from/to DS bits expected
  284. * @icv_len: length of the MIC if present
  285. * @key: bool indicating encryption is expected (key is set)
  286. * @sta_notify: notify the MLME code (once)
  287. * @internal_forward: forward froms internally on AP/VLAN type interfaces
  288. * @uses_rss: copy of USES_RSS hw flag
  289. * @da_offs: offset of the DA in the header (for header conversion)
  290. * @sa_offs: offset of the SA in the header (for header conversion)
  291. * @rcu_head: RCU head for freeing this structure
  292. */
  293. struct ieee80211_fast_rx {
  294. struct net_device *dev;
  295. enum nl80211_iftype vif_type;
  296. u8 vif_addr[ETH_ALEN] __aligned(2);
  297. u8 rfc1042_hdr[6] __aligned(2);
  298. __be16 control_port_protocol;
  299. __le16 expected_ds_bits;
  300. u8 icv_len;
  301. u8 key:1,
  302. sta_notify:1,
  303. internal_forward:1,
  304. uses_rss:1;
  305. u8 da_offs, sa_offs;
  306. struct rcu_head rcu_head;
  307. };
  308. /**
  309. * struct mesh_sta - mesh STA information
  310. * @plink_lock: serialize access to plink fields
  311. * @llid: Local link ID
  312. * @plid: Peer link ID
  313. * @aid: local aid supplied by peer
  314. * @reason: Cancel reason on PLINK_HOLDING state
  315. * @plink_retries: Retries in establishment
  316. * @plink_state: peer link state
  317. * @plink_timeout: timeout of peer link
  318. * @plink_timer: peer link watch timer
  319. * @t_offset: timing offset relative to this host
  320. * @t_offset_setpoint: reference timing offset of this sta to be used when
  321. * calculating clockdrift
  322. * @local_pm: local link-specific power save mode
  323. * @peer_pm: peer-specific power save mode towards local STA
  324. * @nonpeer_pm: STA power save mode towards non-peer neighbors
  325. * @processed_beacon: set to true after peer rates and capabilities are
  326. * processed
  327. * @fail_avg: moving percentage of failed MSDUs
  328. */
  329. struct mesh_sta {
  330. struct timer_list plink_timer;
  331. s64 t_offset;
  332. s64 t_offset_setpoint;
  333. spinlock_t plink_lock;
  334. u16 llid;
  335. u16 plid;
  336. u16 aid;
  337. u16 reason;
  338. u8 plink_retries;
  339. bool processed_beacon;
  340. enum nl80211_plink_state plink_state;
  341. u32 plink_timeout;
  342. /* mesh power save */
  343. enum nl80211_mesh_power_mode local_pm;
  344. enum nl80211_mesh_power_mode peer_pm;
  345. enum nl80211_mesh_power_mode nonpeer_pm;
  346. /* moving percentage of failed MSDUs */
  347. unsigned int fail_avg;
  348. };
  349. DECLARE_EWMA(signal, 1024, 8)
  350. struct ieee80211_sta_rx_stats {
  351. unsigned long packets;
  352. unsigned long last_rx;
  353. unsigned long num_duplicates;
  354. unsigned long fragments;
  355. unsigned long dropped;
  356. int last_signal;
  357. u8 chains;
  358. s8 chain_signal_last[IEEE80211_MAX_CHAINS];
  359. u16 last_rate;
  360. struct u64_stats_sync syncp;
  361. u64 bytes;
  362. u64 msdu[IEEE80211_NUM_TIDS + 1];
  363. };
  364. /**
  365. * struct sta_info - STA information
  366. *
  367. * This structure collects information about a station that
  368. * mac80211 is communicating with.
  369. *
  370. * @list: global linked list entry
  371. * @free_list: list entry for keeping track of stations to free
  372. * @hash_node: hash node for rhashtable
  373. * @addr: station's MAC address - duplicated from public part to
  374. * let the hash table work with just a single cacheline
  375. * @local: pointer to the global information
  376. * @sdata: virtual interface this station belongs to
  377. * @ptk: peer keys negotiated with this station, if any
  378. * @ptk_idx: last installed peer key index
  379. * @gtk: group keys negotiated with this station, if any
  380. * @rate_ctrl: rate control algorithm reference
  381. * @rate_ctrl_lock: spinlock used to protect rate control data
  382. * (data inside the algorithm, so serializes calls there)
  383. * @rate_ctrl_priv: rate control private per-STA pointer
  384. * @lock: used for locking all fields that require locking, see comments
  385. * in the header file.
  386. * @drv_deliver_wk: used for delivering frames after driver PS unblocking
  387. * @listen_interval: listen interval of this station, when we're acting as AP
  388. * @_flags: STA flags, see &enum ieee80211_sta_info_flags, do not use directly
  389. * @ps_lock: used for powersave (when mac80211 is the AP) related locking
  390. * @ps_tx_buf: buffers (per AC) of frames to transmit to this station
  391. * when it leaves power saving state or polls
  392. * @tx_filtered: buffers (per AC) of frames we already tried to
  393. * transmit but were filtered by hardware due to STA having
  394. * entered power saving state, these are also delivered to
  395. * the station when it leaves powersave or polls for frames
  396. * @driver_buffered_tids: bitmap of TIDs the driver has data buffered on
  397. * @txq_buffered_tids: bitmap of TIDs that mac80211 has txq data buffered on
  398. * @last_connected: time (in seconds) when a station got connected
  399. * @last_seq_ctrl: last received seq/frag number from this STA (per TID
  400. * plus one for non-QoS frames)
  401. * @tid_seq: per-TID sequence numbers for sending to this STA
  402. * @ampdu_mlme: A-MPDU state machine state
  403. * @timer_to_tid: identity mapping to ID timers
  404. * @mesh: mesh STA information
  405. * @debugfs_dir: debug filesystem directory dentry
  406. * @dead: set to true when sta is unlinked
  407. * @removed: set to true when sta is being removed from sta_list
  408. * @uploaded: set to true when sta is uploaded to the driver
  409. * @sta: station information we share with the driver
  410. * @sta_state: duplicates information about station state (for debug)
  411. * @rcu_head: RCU head used for freeing this station struct
  412. * @cur_max_bandwidth: maximum bandwidth to use for TX to the station,
  413. * taken from HT/VHT capabilities or VHT operating mode notification
  414. * @known_smps_mode: the smps_mode the client thinks we are in. Relevant for
  415. * AP only.
  416. * @cipher_scheme: optional cipher scheme for this station
  417. * @reserved_tid: reserved TID (if any, otherwise IEEE80211_TID_UNRESERVED)
  418. * @fast_tx: TX fastpath information
  419. * @fast_rx: RX fastpath information
  420. * @tdls_chandef: a TDLS peer can have a wider chandef that is compatible to
  421. * the BSS one.
  422. * @tx_stats: TX statistics
  423. * @rx_stats: RX statistics
  424. * @pcpu_rx_stats: per-CPU RX statistics, assigned only if the driver needs
  425. * this (by advertising the USES_RSS hw flag)
  426. * @status_stats: TX status statistics
  427. */
  428. struct sta_info {
  429. /* General information, mostly static */
  430. struct list_head list, free_list;
  431. struct rcu_head rcu_head;
  432. struct rhlist_head hash_node;
  433. u8 addr[ETH_ALEN];
  434. struct ieee80211_local *local;
  435. struct ieee80211_sub_if_data *sdata;
  436. struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS];
  437. struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
  438. u8 ptk_idx;
  439. struct rate_control_ref *rate_ctrl;
  440. void *rate_ctrl_priv;
  441. spinlock_t rate_ctrl_lock;
  442. spinlock_t lock;
  443. struct ieee80211_fast_tx __rcu *fast_tx;
  444. struct ieee80211_fast_rx __rcu *fast_rx;
  445. struct ieee80211_sta_rx_stats __percpu *pcpu_rx_stats;
  446. #ifdef CONFIG_MAC80211_MESH
  447. struct mesh_sta *mesh;
  448. #endif
  449. struct work_struct drv_deliver_wk;
  450. u16 listen_interval;
  451. bool dead;
  452. bool removed;
  453. bool uploaded;
  454. enum ieee80211_sta_state sta_state;
  455. /* use the accessors defined below */
  456. unsigned long _flags;
  457. /* STA powersave lock and frame queues */
  458. spinlock_t ps_lock;
  459. struct sk_buff_head ps_tx_buf[IEEE80211_NUM_ACS];
  460. struct sk_buff_head tx_filtered[IEEE80211_NUM_ACS];
  461. unsigned long driver_buffered_tids;
  462. unsigned long txq_buffered_tids;
  463. long last_connected;
  464. /* Updated from RX path only, no locking requirements */
  465. struct ieee80211_sta_rx_stats rx_stats;
  466. struct {
  467. struct ewma_signal signal;
  468. struct ewma_signal chain_signal[IEEE80211_MAX_CHAINS];
  469. } rx_stats_avg;
  470. /* Plus 1 for non-QoS frames */
  471. __le16 last_seq_ctrl[IEEE80211_NUM_TIDS + 1];
  472. /* Updated from TX status path only, no locking requirements */
  473. struct {
  474. unsigned long filtered;
  475. unsigned long retry_failed, retry_count;
  476. unsigned int lost_packets;
  477. unsigned long last_tdls_pkt_time;
  478. u64 msdu_retries[IEEE80211_NUM_TIDS + 1];
  479. u64 msdu_failed[IEEE80211_NUM_TIDS + 1];
  480. unsigned long last_ack;
  481. } status_stats;
  482. /* Updated from TX path only, no locking requirements */
  483. struct {
  484. u64 packets[IEEE80211_NUM_ACS];
  485. u64 bytes[IEEE80211_NUM_ACS];
  486. struct ieee80211_tx_rate last_rate;
  487. u64 msdu[IEEE80211_NUM_TIDS + 1];
  488. } tx_stats;
  489. u16 tid_seq[IEEE80211_QOS_CTL_TID_MASK + 1];
  490. /*
  491. * Aggregation information, locked with lock.
  492. */
  493. struct sta_ampdu_mlme ampdu_mlme;
  494. u8 timer_to_tid[IEEE80211_NUM_TIDS];
  495. #ifdef CONFIG_MAC80211_DEBUGFS
  496. struct dentry *debugfs_dir;
  497. #endif
  498. enum ieee80211_sta_rx_bandwidth cur_max_bandwidth;
  499. enum ieee80211_smps_mode known_smps_mode;
  500. const struct ieee80211_cipher_scheme *cipher_scheme;
  501. u8 reserved_tid;
  502. struct cfg80211_chan_def tdls_chandef;
  503. /* keep last! */
  504. struct ieee80211_sta sta;
  505. };
  506. static inline enum nl80211_plink_state sta_plink_state(struct sta_info *sta)
  507. {
  508. #ifdef CONFIG_MAC80211_MESH
  509. return sta->mesh->plink_state;
  510. #endif
  511. return NL80211_PLINK_LISTEN;
  512. }
  513. static inline void set_sta_flag(struct sta_info *sta,
  514. enum ieee80211_sta_info_flags flag)
  515. {
  516. WARN_ON(flag == WLAN_STA_AUTH ||
  517. flag == WLAN_STA_ASSOC ||
  518. flag == WLAN_STA_AUTHORIZED);
  519. set_bit(flag, &sta->_flags);
  520. }
  521. static inline void clear_sta_flag(struct sta_info *sta,
  522. enum ieee80211_sta_info_flags flag)
  523. {
  524. WARN_ON(flag == WLAN_STA_AUTH ||
  525. flag == WLAN_STA_ASSOC ||
  526. flag == WLAN_STA_AUTHORIZED);
  527. clear_bit(flag, &sta->_flags);
  528. }
  529. static inline int test_sta_flag(struct sta_info *sta,
  530. enum ieee80211_sta_info_flags flag)
  531. {
  532. return test_bit(flag, &sta->_flags);
  533. }
  534. static inline int test_and_clear_sta_flag(struct sta_info *sta,
  535. enum ieee80211_sta_info_flags flag)
  536. {
  537. WARN_ON(flag == WLAN_STA_AUTH ||
  538. flag == WLAN_STA_ASSOC ||
  539. flag == WLAN_STA_AUTHORIZED);
  540. return test_and_clear_bit(flag, &sta->_flags);
  541. }
  542. static inline int test_and_set_sta_flag(struct sta_info *sta,
  543. enum ieee80211_sta_info_flags flag)
  544. {
  545. WARN_ON(flag == WLAN_STA_AUTH ||
  546. flag == WLAN_STA_ASSOC ||
  547. flag == WLAN_STA_AUTHORIZED);
  548. return test_and_set_bit(flag, &sta->_flags);
  549. }
  550. int sta_info_move_state(struct sta_info *sta,
  551. enum ieee80211_sta_state new_state);
  552. static inline void sta_info_pre_move_state(struct sta_info *sta,
  553. enum ieee80211_sta_state new_state)
  554. {
  555. int ret;
  556. WARN_ON_ONCE(test_sta_flag(sta, WLAN_STA_INSERTED));
  557. ret = sta_info_move_state(sta, new_state);
  558. WARN_ON_ONCE(ret);
  559. }
  560. void ieee80211_assign_tid_tx(struct sta_info *sta, int tid,
  561. struct tid_ampdu_tx *tid_tx);
  562. static inline struct tid_ampdu_tx *
  563. rcu_dereference_protected_tid_tx(struct sta_info *sta, int tid)
  564. {
  565. return rcu_dereference_protected(sta->ampdu_mlme.tid_tx[tid],
  566. lockdep_is_held(&sta->lock) ||
  567. lockdep_is_held(&sta->ampdu_mlme.mtx));
  568. }
  569. /* Maximum number of frames to buffer per power saving station per AC */
  570. #define STA_MAX_TX_BUFFER 64
  571. /* Minimum buffered frame expiry time. If STA uses listen interval that is
  572. * smaller than this value, the minimum value here is used instead. */
  573. #define STA_TX_BUFFER_EXPIRE (10 * HZ)
  574. /* How often station data is cleaned up (e.g., expiration of buffered frames)
  575. */
  576. #define STA_INFO_CLEANUP_INTERVAL (10 * HZ)
  577. struct rhlist_head *sta_info_hash_lookup(struct ieee80211_local *local,
  578. const u8 *addr);
  579. /*
  580. * Get a STA info, must be under RCU read lock.
  581. */
  582. struct sta_info *sta_info_get(struct ieee80211_sub_if_data *sdata,
  583. const u8 *addr);
  584. struct sta_info *sta_info_get_bss(struct ieee80211_sub_if_data *sdata,
  585. const u8 *addr);
  586. #define for_each_sta_info(local, _addr, _sta, _tmp) \
  587. rhl_for_each_entry_rcu(_sta, _tmp, \
  588. sta_info_hash_lookup(local, _addr), hash_node)
  589. /*
  590. * Get STA info by index, BROKEN!
  591. */
  592. struct sta_info *sta_info_get_by_idx(struct ieee80211_sub_if_data *sdata,
  593. int idx);
  594. /*
  595. * Create a new STA info, caller owns returned structure
  596. * until sta_info_insert().
  597. */
  598. struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
  599. const u8 *addr, gfp_t gfp);
  600. void sta_info_free(struct ieee80211_local *local, struct sta_info *sta);
  601. /*
  602. * Insert STA info into hash table/list, returns zero or a
  603. * -EEXIST if (if the same MAC address is already present).
  604. *
  605. * Calling the non-rcu version makes the caller relinquish,
  606. * the _rcu version calls read_lock_rcu() and must be called
  607. * without it held.
  608. */
  609. int sta_info_insert(struct sta_info *sta);
  610. int sta_info_insert_rcu(struct sta_info *sta) __acquires(RCU);
  611. int __must_check __sta_info_destroy(struct sta_info *sta);
  612. int sta_info_destroy_addr(struct ieee80211_sub_if_data *sdata,
  613. const u8 *addr);
  614. int sta_info_destroy_addr_bss(struct ieee80211_sub_if_data *sdata,
  615. const u8 *addr);
  616. void sta_info_recalc_tim(struct sta_info *sta);
  617. int sta_info_init(struct ieee80211_local *local);
  618. void sta_info_stop(struct ieee80211_local *local);
  619. /**
  620. * sta_info_flush - flush matching STA entries from the STA table
  621. *
  622. * Returns the number of removed STA entries.
  623. *
  624. * @sdata: sdata to remove all stations from
  625. * @vlans: if the given interface is an AP interface, also flush VLANs
  626. */
  627. int __sta_info_flush(struct ieee80211_sub_if_data *sdata, bool vlans);
  628. static inline int sta_info_flush(struct ieee80211_sub_if_data *sdata)
  629. {
  630. return __sta_info_flush(sdata, false);
  631. }
  632. void sta_set_rate_info_tx(struct sta_info *sta,
  633. const struct ieee80211_tx_rate *rate,
  634. struct rate_info *rinfo);
  635. void sta_set_sinfo(struct sta_info *sta, struct station_info *sinfo);
  636. u32 sta_get_expected_throughput(struct sta_info *sta);
  637. void ieee80211_sta_expire(struct ieee80211_sub_if_data *sdata,
  638. unsigned long exp_time);
  639. u8 sta_info_tx_streams(struct sta_info *sta);
  640. void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta);
  641. void ieee80211_sta_ps_deliver_poll_response(struct sta_info *sta);
  642. void ieee80211_sta_ps_deliver_uapsd(struct sta_info *sta);
  643. unsigned long ieee80211_sta_last_active(struct sta_info *sta);
  644. #define STA_STATS_RATE_INVALID 0
  645. #define STA_STATS_RATE_VHT 0x8000
  646. #define STA_STATS_RATE_HT 0x4000
  647. #define STA_STATS_RATE_LEGACY 0x2000
  648. #define STA_STATS_RATE_SGI 0x1000
  649. #define STA_STATS_RATE_BW_SHIFT 9
  650. #define STA_STATS_RATE_BW_MASK (0x7 << STA_STATS_RATE_BW_SHIFT)
  651. static inline u16 sta_stats_encode_rate(struct ieee80211_rx_status *s)
  652. {
  653. u16 r = s->rate_idx;
  654. if (s->vht_flag & RX_VHT_FLAG_80MHZ)
  655. r |= RATE_INFO_BW_80 << STA_STATS_RATE_BW_SHIFT;
  656. else if (s->vht_flag & RX_VHT_FLAG_160MHZ)
  657. r |= RATE_INFO_BW_160 << STA_STATS_RATE_BW_SHIFT;
  658. else if (s->flag & RX_FLAG_40MHZ)
  659. r |= RATE_INFO_BW_40 << STA_STATS_RATE_BW_SHIFT;
  660. else if (s->flag & RX_FLAG_10MHZ)
  661. r |= RATE_INFO_BW_10 << STA_STATS_RATE_BW_SHIFT;
  662. else if (s->flag & RX_FLAG_5MHZ)
  663. r |= RATE_INFO_BW_5 << STA_STATS_RATE_BW_SHIFT;
  664. else
  665. r |= RATE_INFO_BW_20 << STA_STATS_RATE_BW_SHIFT;
  666. if (s->flag & RX_FLAG_SHORT_GI)
  667. r |= STA_STATS_RATE_SGI;
  668. if (s->flag & RX_FLAG_VHT)
  669. r |= STA_STATS_RATE_VHT | (s->vht_nss << 4);
  670. else if (s->flag & RX_FLAG_HT)
  671. r |= STA_STATS_RATE_HT;
  672. else
  673. r |= STA_STATS_RATE_LEGACY | (s->band << 4);
  674. return r;
  675. }
  676. #endif /* STA_INFO_H */