80211.tmpl 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
  4. <set>
  5. <setinfo>
  6. <title>The 802.11 subsystems &ndash; for kernel developers</title>
  7. <subtitle>
  8. Explaining wireless 802.11 networking in the Linux kernel
  9. </subtitle>
  10. <copyright>
  11. <year>2007-2009</year>
  12. <holder>Johannes Berg</holder>
  13. </copyright>
  14. <authorgroup>
  15. <author>
  16. <firstname>Johannes</firstname>
  17. <surname>Berg</surname>
  18. <affiliation>
  19. <address><email>johannes@sipsolutions.net</email></address>
  20. </affiliation>
  21. </author>
  22. </authorgroup>
  23. <legalnotice>
  24. <para>
  25. This documentation is free software; you can redistribute
  26. it and/or modify it under the terms of the GNU General Public
  27. License version 2 as published by the Free Software Foundation.
  28. </para>
  29. <para>
  30. This documentation is distributed in the hope that it will be
  31. useful, but WITHOUT ANY WARRANTY; without even the implied
  32. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  33. See the GNU General Public License for more details.
  34. </para>
  35. <para>
  36. You should have received a copy of the GNU General Public
  37. License along with this documentation; if not, write to the Free
  38. Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  39. MA 02111-1307 USA
  40. </para>
  41. <para>
  42. For more details see the file COPYING in the source
  43. distribution of Linux.
  44. </para>
  45. </legalnotice>
  46. <abstract>
  47. <para>
  48. These books attempt to give a description of the
  49. various subsystems that play a role in 802.11 wireless
  50. networking in Linux. Since these books are for kernel
  51. developers they attempts to document the structures
  52. and functions used in the kernel as well as giving a
  53. higher-level overview.
  54. </para>
  55. <para>
  56. The reader is expected to be familiar with the 802.11
  57. standard as published by the IEEE in 802.11-2007 (or
  58. possibly later versions). References to this standard
  59. will be given as "802.11-2007 8.1.5".
  60. </para>
  61. </abstract>
  62. </setinfo>
  63. <book id="cfg80211-developers-guide">
  64. <bookinfo>
  65. <title>The cfg80211 subsystem</title>
  66. <abstract>
  67. !Pinclude/net/cfg80211.h Introduction
  68. </abstract>
  69. </bookinfo>
  70. <chapter>
  71. <title>Device registration</title>
  72. !Pinclude/net/cfg80211.h Device registration
  73. !Finclude/net/cfg80211.h ieee80211_band
  74. !Finclude/net/cfg80211.h ieee80211_channel_flags
  75. !Finclude/net/cfg80211.h ieee80211_channel
  76. !Finclude/net/cfg80211.h ieee80211_rate_flags
  77. !Finclude/net/cfg80211.h ieee80211_rate
  78. !Finclude/net/cfg80211.h ieee80211_sta_ht_cap
  79. !Finclude/net/cfg80211.h ieee80211_supported_band
  80. !Finclude/net/cfg80211.h cfg80211_signal_type
  81. !Finclude/net/cfg80211.h wiphy_params_flags
  82. !Finclude/net/cfg80211.h wiphy_flags
  83. !Finclude/net/cfg80211.h wiphy
  84. !Finclude/net/cfg80211.h wireless_dev
  85. !Finclude/net/cfg80211.h wiphy_new
  86. !Finclude/net/cfg80211.h wiphy_register
  87. !Finclude/net/cfg80211.h wiphy_unregister
  88. !Finclude/net/cfg80211.h wiphy_free
  89. !Finclude/net/cfg80211.h wiphy_name
  90. !Finclude/net/cfg80211.h wiphy_dev
  91. !Finclude/net/cfg80211.h wiphy_priv
  92. !Finclude/net/cfg80211.h priv_to_wiphy
  93. !Finclude/net/cfg80211.h set_wiphy_dev
  94. !Finclude/net/cfg80211.h wdev_priv
  95. </chapter>
  96. <chapter>
  97. <title>Actions and configuration</title>
  98. !Pinclude/net/cfg80211.h Actions and configuration
  99. !Finclude/net/cfg80211.h cfg80211_ops
  100. !Finclude/net/cfg80211.h vif_params
  101. !Finclude/net/cfg80211.h key_params
  102. !Finclude/net/cfg80211.h survey_info_flags
  103. !Finclude/net/cfg80211.h survey_info
  104. !Finclude/net/cfg80211.h cfg80211_beacon_data
  105. !Finclude/net/cfg80211.h cfg80211_ap_settings
  106. !Finclude/net/cfg80211.h station_parameters
  107. !Finclude/net/cfg80211.h station_info_flags
  108. !Finclude/net/cfg80211.h rate_info_flags
  109. !Finclude/net/cfg80211.h rate_info
  110. !Finclude/net/cfg80211.h station_info
  111. !Finclude/net/cfg80211.h monitor_flags
  112. !Finclude/net/cfg80211.h mpath_info_flags
  113. !Finclude/net/cfg80211.h mpath_info
  114. !Finclude/net/cfg80211.h bss_parameters
  115. !Finclude/net/cfg80211.h ieee80211_txq_params
  116. !Finclude/net/cfg80211.h cfg80211_crypto_settings
  117. !Finclude/net/cfg80211.h cfg80211_auth_request
  118. !Finclude/net/cfg80211.h cfg80211_assoc_request
  119. !Finclude/net/cfg80211.h cfg80211_deauth_request
  120. !Finclude/net/cfg80211.h cfg80211_disassoc_request
  121. !Finclude/net/cfg80211.h cfg80211_ibss_params
  122. !Finclude/net/cfg80211.h cfg80211_connect_params
  123. !Finclude/net/cfg80211.h cfg80211_pmksa
  124. !Finclude/net/cfg80211.h cfg80211_rx_mlme_mgmt
  125. !Finclude/net/cfg80211.h cfg80211_auth_timeout
  126. !Finclude/net/cfg80211.h cfg80211_rx_assoc_resp
  127. !Finclude/net/cfg80211.h cfg80211_assoc_timeout
  128. !Finclude/net/cfg80211.h cfg80211_tx_mlme_mgmt
  129. !Finclude/net/cfg80211.h cfg80211_ibss_joined
  130. !Finclude/net/cfg80211.h cfg80211_connect_result
  131. !Finclude/net/cfg80211.h cfg80211_roamed
  132. !Finclude/net/cfg80211.h cfg80211_disconnected
  133. !Finclude/net/cfg80211.h cfg80211_ready_on_channel
  134. !Finclude/net/cfg80211.h cfg80211_remain_on_channel_expired
  135. !Finclude/net/cfg80211.h cfg80211_new_sta
  136. !Finclude/net/cfg80211.h cfg80211_rx_mgmt
  137. !Finclude/net/cfg80211.h cfg80211_mgmt_tx_status
  138. !Finclude/net/cfg80211.h cfg80211_cqm_rssi_notify
  139. !Finclude/net/cfg80211.h cfg80211_cqm_pktloss_notify
  140. !Finclude/net/cfg80211.h cfg80211_michael_mic_failure
  141. </chapter>
  142. <chapter>
  143. <title>Scanning and BSS list handling</title>
  144. !Pinclude/net/cfg80211.h Scanning and BSS list handling
  145. !Finclude/net/cfg80211.h cfg80211_ssid
  146. !Finclude/net/cfg80211.h cfg80211_scan_request
  147. !Finclude/net/cfg80211.h cfg80211_scan_done
  148. !Finclude/net/cfg80211.h cfg80211_bss
  149. !Finclude/net/cfg80211.h cfg80211_inform_bss_frame
  150. !Finclude/net/cfg80211.h cfg80211_inform_bss
  151. !Finclude/net/cfg80211.h cfg80211_unlink_bss
  152. !Finclude/net/cfg80211.h cfg80211_find_ie
  153. !Finclude/net/cfg80211.h ieee80211_bss_get_ie
  154. </chapter>
  155. <chapter>
  156. <title>Utility functions</title>
  157. !Pinclude/net/cfg80211.h Utility functions
  158. !Finclude/net/cfg80211.h ieee80211_channel_to_frequency
  159. !Finclude/net/cfg80211.h ieee80211_frequency_to_channel
  160. !Finclude/net/cfg80211.h ieee80211_get_channel
  161. !Finclude/net/cfg80211.h ieee80211_get_response_rate
  162. !Finclude/net/cfg80211.h ieee80211_hdrlen
  163. !Finclude/net/cfg80211.h ieee80211_get_hdrlen_from_skb
  164. !Finclude/net/cfg80211.h ieee80211_radiotap_iterator
  165. </chapter>
  166. <chapter>
  167. <title>Data path helpers</title>
  168. !Pinclude/net/cfg80211.h Data path helpers
  169. !Finclude/net/cfg80211.h ieee80211_data_to_8023
  170. !Finclude/net/cfg80211.h ieee80211_data_from_8023
  171. !Finclude/net/cfg80211.h ieee80211_amsdu_to_8023s
  172. !Finclude/net/cfg80211.h cfg80211_classify8021d
  173. </chapter>
  174. <chapter>
  175. <title>Regulatory enforcement infrastructure</title>
  176. !Pinclude/net/cfg80211.h Regulatory enforcement infrastructure
  177. !Finclude/net/cfg80211.h regulatory_hint
  178. !Finclude/net/cfg80211.h wiphy_apply_custom_regulatory
  179. !Finclude/net/cfg80211.h freq_reg_info
  180. </chapter>
  181. <chapter>
  182. <title>RFkill integration</title>
  183. !Pinclude/net/cfg80211.h RFkill integration
  184. !Finclude/net/cfg80211.h wiphy_rfkill_set_hw_state
  185. !Finclude/net/cfg80211.h wiphy_rfkill_start_polling
  186. !Finclude/net/cfg80211.h wiphy_rfkill_stop_polling
  187. </chapter>
  188. <chapter>
  189. <title>Test mode</title>
  190. !Pinclude/net/cfg80211.h Test mode
  191. !Finclude/net/cfg80211.h cfg80211_testmode_alloc_reply_skb
  192. !Finclude/net/cfg80211.h cfg80211_testmode_reply
  193. !Finclude/net/cfg80211.h cfg80211_testmode_alloc_event_skb
  194. !Finclude/net/cfg80211.h cfg80211_testmode_event
  195. </chapter>
  196. </book>
  197. <book id="mac80211-developers-guide">
  198. <bookinfo>
  199. <title>The mac80211 subsystem</title>
  200. <abstract>
  201. !Pinclude/net/mac80211.h Introduction
  202. !Pinclude/net/mac80211.h Warning
  203. </abstract>
  204. </bookinfo>
  205. <toc></toc>
  206. <!--
  207. Generally, this document shall be ordered by increasing complexity.
  208. It is important to note that readers should be able to read only
  209. the first few sections to get a working driver and only advanced
  210. usage should require reading the full document.
  211. -->
  212. <part>
  213. <title>The basic mac80211 driver interface</title>
  214. <partintro>
  215. <para>
  216. You should read and understand the information contained
  217. within this part of the book while implementing a driver.
  218. In some chapters, advanced usage is noted, that may be
  219. skipped at first.
  220. </para>
  221. <para>
  222. This part of the book only covers station and monitor mode
  223. functionality, additional information required to implement
  224. the other modes is covered in the second part of the book.
  225. </para>
  226. </partintro>
  227. <chapter id="basics">
  228. <title>Basic hardware handling</title>
  229. <para>TBD</para>
  230. <para>
  231. This chapter shall contain information on getting a hw
  232. struct allocated and registered with mac80211.
  233. </para>
  234. <para>
  235. Since it is required to allocate rates/modes before registering
  236. a hw struct, this chapter shall also contain information on setting
  237. up the rate/mode structs.
  238. </para>
  239. <para>
  240. Additionally, some discussion about the callbacks and
  241. the general programming model should be in here, including
  242. the definition of ieee80211_ops which will be referred to
  243. a lot.
  244. </para>
  245. <para>
  246. Finally, a discussion of hardware capabilities should be done
  247. with references to other parts of the book.
  248. </para>
  249. <!-- intentionally multiple !F lines to get proper order -->
  250. !Finclude/net/mac80211.h ieee80211_hw
  251. !Finclude/net/mac80211.h ieee80211_hw_flags
  252. !Finclude/net/mac80211.h SET_IEEE80211_DEV
  253. !Finclude/net/mac80211.h SET_IEEE80211_PERM_ADDR
  254. !Finclude/net/mac80211.h ieee80211_ops
  255. !Finclude/net/mac80211.h ieee80211_alloc_hw
  256. !Finclude/net/mac80211.h ieee80211_register_hw
  257. !Finclude/net/mac80211.h ieee80211_unregister_hw
  258. !Finclude/net/mac80211.h ieee80211_free_hw
  259. </chapter>
  260. <chapter id="phy-handling">
  261. <title>PHY configuration</title>
  262. <para>TBD</para>
  263. <para>
  264. This chapter should describe PHY handling including
  265. start/stop callbacks and the various structures used.
  266. </para>
  267. !Finclude/net/mac80211.h ieee80211_conf
  268. !Finclude/net/mac80211.h ieee80211_conf_flags
  269. </chapter>
  270. <chapter id="iface-handling">
  271. <title>Virtual interfaces</title>
  272. <para>TBD</para>
  273. <para>
  274. This chapter should describe virtual interface basics
  275. that are relevant to the driver (VLANs, MGMT etc are not.)
  276. It should explain the use of the add_iface/remove_iface
  277. callbacks as well as the interface configuration callbacks.
  278. </para>
  279. <para>Things related to AP mode should be discussed there.</para>
  280. <para>
  281. Things related to supporting multiple interfaces should be
  282. in the appropriate chapter, a BIG FAT note should be here about
  283. this though and the recommendation to allow only a single
  284. interface in STA mode at first!
  285. </para>
  286. !Finclude/net/mac80211.h ieee80211_vif
  287. </chapter>
  288. <chapter id="rx-tx">
  289. <title>Receive and transmit processing</title>
  290. <sect1>
  291. <title>what should be here</title>
  292. <para>TBD</para>
  293. <para>
  294. This should describe the receive and transmit
  295. paths in mac80211/the drivers as well as
  296. transmit status handling.
  297. </para>
  298. </sect1>
  299. <sect1>
  300. <title>Frame format</title>
  301. !Pinclude/net/mac80211.h Frame format
  302. </sect1>
  303. <sect1>
  304. <title>Packet alignment</title>
  305. !Pnet/mac80211/rx.c Packet alignment
  306. </sect1>
  307. <sect1>
  308. <title>Calling into mac80211 from interrupts</title>
  309. !Pinclude/net/mac80211.h Calling mac80211 from interrupts
  310. </sect1>
  311. <sect1>
  312. <title>functions/definitions</title>
  313. !Finclude/net/mac80211.h ieee80211_rx_status
  314. !Finclude/net/mac80211.h mac80211_rx_flags
  315. !Finclude/net/mac80211.h mac80211_tx_info_flags
  316. !Finclude/net/mac80211.h mac80211_tx_control_flags
  317. !Finclude/net/mac80211.h mac80211_rate_control_flags
  318. !Finclude/net/mac80211.h ieee80211_tx_rate
  319. !Finclude/net/mac80211.h ieee80211_tx_info
  320. !Finclude/net/mac80211.h ieee80211_tx_info_clear_status
  321. !Finclude/net/mac80211.h ieee80211_rx
  322. !Finclude/net/mac80211.h ieee80211_rx_ni
  323. !Finclude/net/mac80211.h ieee80211_rx_irqsafe
  324. !Finclude/net/mac80211.h ieee80211_tx_status
  325. !Finclude/net/mac80211.h ieee80211_tx_status_ni
  326. !Finclude/net/mac80211.h ieee80211_tx_status_irqsafe
  327. !Finclude/net/mac80211.h ieee80211_rts_get
  328. !Finclude/net/mac80211.h ieee80211_rts_duration
  329. !Finclude/net/mac80211.h ieee80211_ctstoself_get
  330. !Finclude/net/mac80211.h ieee80211_ctstoself_duration
  331. !Finclude/net/mac80211.h ieee80211_generic_frame_duration
  332. !Finclude/net/mac80211.h ieee80211_wake_queue
  333. !Finclude/net/mac80211.h ieee80211_stop_queue
  334. !Finclude/net/mac80211.h ieee80211_wake_queues
  335. !Finclude/net/mac80211.h ieee80211_stop_queues
  336. !Finclude/net/mac80211.h ieee80211_queue_stopped
  337. </sect1>
  338. </chapter>
  339. <chapter id="filters">
  340. <title>Frame filtering</title>
  341. !Pinclude/net/mac80211.h Frame filtering
  342. !Finclude/net/mac80211.h ieee80211_filter_flags
  343. </chapter>
  344. <chapter id="workqueue">
  345. <title>The mac80211 workqueue</title>
  346. !Pinclude/net/mac80211.h mac80211 workqueue
  347. !Finclude/net/mac80211.h ieee80211_queue_work
  348. !Finclude/net/mac80211.h ieee80211_queue_delayed_work
  349. </chapter>
  350. </part>
  351. <part id="advanced">
  352. <title>Advanced driver interface</title>
  353. <partintro>
  354. <para>
  355. Information contained within this part of the book is
  356. of interest only for advanced interaction of mac80211
  357. with drivers to exploit more hardware capabilities and
  358. improve performance.
  359. </para>
  360. </partintro>
  361. <chapter id="led-support">
  362. <title>LED support</title>
  363. <para>
  364. Mac80211 supports various ways of blinking LEDs. Wherever possible,
  365. device LEDs should be exposed as LED class devices and hooked up to
  366. the appropriate trigger, which will then be triggered appropriately
  367. by mac80211.
  368. </para>
  369. !Finclude/net/mac80211.h ieee80211_get_tx_led_name
  370. !Finclude/net/mac80211.h ieee80211_get_rx_led_name
  371. !Finclude/net/mac80211.h ieee80211_get_assoc_led_name
  372. !Finclude/net/mac80211.h ieee80211_get_radio_led_name
  373. !Finclude/net/mac80211.h ieee80211_tpt_blink
  374. !Finclude/net/mac80211.h ieee80211_tpt_led_trigger_flags
  375. !Finclude/net/mac80211.h ieee80211_create_tpt_led_trigger
  376. </chapter>
  377. <chapter id="hardware-crypto-offload">
  378. <title>Hardware crypto acceleration</title>
  379. !Pinclude/net/mac80211.h Hardware crypto acceleration
  380. <!-- intentionally multiple !F lines to get proper order -->
  381. !Finclude/net/mac80211.h set_key_cmd
  382. !Finclude/net/mac80211.h ieee80211_key_conf
  383. !Finclude/net/mac80211.h ieee80211_key_flags
  384. !Finclude/net/mac80211.h ieee80211_get_tkip_p1k
  385. !Finclude/net/mac80211.h ieee80211_get_tkip_p1k_iv
  386. !Finclude/net/mac80211.h ieee80211_get_tkip_p2k
  387. </chapter>
  388. <chapter id="powersave">
  389. <title>Powersave support</title>
  390. !Pinclude/net/mac80211.h Powersave support
  391. </chapter>
  392. <chapter id="beacon-filter">
  393. <title>Beacon filter support</title>
  394. !Pinclude/net/mac80211.h Beacon filter support
  395. !Finclude/net/mac80211.h ieee80211_beacon_loss
  396. </chapter>
  397. <chapter id="qos">
  398. <title>Multiple queues and QoS support</title>
  399. <para>TBD</para>
  400. !Finclude/net/mac80211.h ieee80211_tx_queue_params
  401. </chapter>
  402. <chapter id="AP">
  403. <title>Access point mode support</title>
  404. <para>TBD</para>
  405. <para>Some parts of the if_conf should be discussed here instead</para>
  406. <para>
  407. Insert notes about VLAN interfaces with hw crypto here or
  408. in the hw crypto chapter.
  409. </para>
  410. <section id="ps-client">
  411. <title>support for powersaving clients</title>
  412. !Pinclude/net/mac80211.h AP support for powersaving clients
  413. </section>
  414. !Finclude/net/mac80211.h ieee80211_get_buffered_bc
  415. !Finclude/net/mac80211.h ieee80211_beacon_get
  416. !Finclude/net/mac80211.h ieee80211_sta_eosp
  417. !Finclude/net/mac80211.h ieee80211_frame_release_type
  418. !Finclude/net/mac80211.h ieee80211_sta_ps_transition
  419. !Finclude/net/mac80211.h ieee80211_sta_ps_transition_ni
  420. !Finclude/net/mac80211.h ieee80211_sta_set_buffered
  421. !Finclude/net/mac80211.h ieee80211_sta_block_awake
  422. </chapter>
  423. <chapter id="multi-iface">
  424. <title>Supporting multiple virtual interfaces</title>
  425. <para>TBD</para>
  426. <para>
  427. Note: WDS with identical MAC address should almost always be OK
  428. </para>
  429. <para>
  430. Insert notes about having multiple virtual interfaces with
  431. different MAC addresses here, note which configurations are
  432. supported by mac80211, add notes about supporting hw crypto
  433. with it.
  434. </para>
  435. !Finclude/net/mac80211.h ieee80211_iterate_active_interfaces
  436. !Finclude/net/mac80211.h ieee80211_iterate_active_interfaces_atomic
  437. </chapter>
  438. <chapter id="station-handling">
  439. <title>Station handling</title>
  440. <para>TODO</para>
  441. !Finclude/net/mac80211.h ieee80211_sta
  442. !Finclude/net/mac80211.h sta_notify_cmd
  443. !Finclude/net/mac80211.h ieee80211_find_sta
  444. !Finclude/net/mac80211.h ieee80211_find_sta_by_ifaddr
  445. </chapter>
  446. <chapter id="hardware-scan-offload">
  447. <title>Hardware scan offload</title>
  448. <para>TBD</para>
  449. !Finclude/net/mac80211.h ieee80211_scan_completed
  450. </chapter>
  451. <chapter id="aggregation">
  452. <title>Aggregation</title>
  453. <sect1>
  454. <title>TX A-MPDU aggregation</title>
  455. !Pnet/mac80211/agg-tx.c TX A-MPDU aggregation
  456. !Cnet/mac80211/agg-tx.c
  457. </sect1>
  458. <sect1>
  459. <title>RX A-MPDU aggregation</title>
  460. !Pnet/mac80211/agg-rx.c RX A-MPDU aggregation
  461. !Cnet/mac80211/agg-rx.c
  462. </sect1>
  463. !Finclude/net/mac80211.h ieee80211_ampdu_mlme_action
  464. </chapter>
  465. <chapter id="smps">
  466. <title>Spatial Multiplexing Powersave (SMPS)</title>
  467. !Pinclude/net/mac80211.h Spatial multiplexing power save
  468. !Finclude/net/mac80211.h ieee80211_request_smps
  469. !Finclude/net/mac80211.h ieee80211_smps_mode
  470. </chapter>
  471. </part>
  472. <part id="rate-control">
  473. <title>Rate control interface</title>
  474. <partintro>
  475. <para>TBD</para>
  476. <para>
  477. This part of the book describes the rate control algorithm
  478. interface and how it relates to mac80211 and drivers.
  479. </para>
  480. </partintro>
  481. <chapter id="ratecontrol-api">
  482. <title>Rate Control API</title>
  483. <para>TBD</para>
  484. !Finclude/net/mac80211.h ieee80211_start_tx_ba_session
  485. !Finclude/net/mac80211.h ieee80211_start_tx_ba_cb_irqsafe
  486. !Finclude/net/mac80211.h ieee80211_stop_tx_ba_session
  487. !Finclude/net/mac80211.h ieee80211_stop_tx_ba_cb_irqsafe
  488. !Finclude/net/mac80211.h ieee80211_rate_control_changed
  489. !Finclude/net/mac80211.h ieee80211_tx_rate_control
  490. !Finclude/net/mac80211.h rate_control_send_low
  491. </chapter>
  492. </part>
  493. <part id="internal">
  494. <title>Internals</title>
  495. <partintro>
  496. <para>TBD</para>
  497. <para>
  498. This part of the book describes mac80211 internals.
  499. </para>
  500. </partintro>
  501. <chapter id="key-handling">
  502. <title>Key handling</title>
  503. <sect1>
  504. <title>Key handling basics</title>
  505. !Pnet/mac80211/key.c Key handling basics
  506. </sect1>
  507. <sect1>
  508. <title>MORE TBD</title>
  509. <para>TBD</para>
  510. </sect1>
  511. </chapter>
  512. <chapter id="rx-processing">
  513. <title>Receive processing</title>
  514. <para>TBD</para>
  515. </chapter>
  516. <chapter id="tx-processing">
  517. <title>Transmit processing</title>
  518. <para>TBD</para>
  519. </chapter>
  520. <chapter id="sta-info">
  521. <title>Station info handling</title>
  522. <sect1>
  523. <title>Programming information</title>
  524. !Fnet/mac80211/sta_info.h sta_info
  525. !Fnet/mac80211/sta_info.h ieee80211_sta_info_flags
  526. </sect1>
  527. <sect1>
  528. <title>STA information lifetime rules</title>
  529. !Pnet/mac80211/sta_info.c STA information lifetime rules
  530. </sect1>
  531. </chapter>
  532. <chapter id="aggregation-internals">
  533. <title>Aggregation</title>
  534. !Fnet/mac80211/sta_info.h sta_ampdu_mlme
  535. !Fnet/mac80211/sta_info.h tid_ampdu_tx
  536. !Fnet/mac80211/sta_info.h tid_ampdu_rx
  537. </chapter>
  538. <chapter id="synchronisation">
  539. <title>Synchronisation</title>
  540. <para>TBD</para>
  541. <para>Locking, lots of RCU</para>
  542. </chapter>
  543. </part>
  544. </book>
  545. </set>