Sophie

Sophie

distrib > CentOS > 6 > i386 > by-pkgid > cf93d8a8acdcc6fe2225039da0502495 > files > 2525

kernel-doc-2.6.32-131.17.1.el6.centos.plus.noarch.rpm

<?xml version="1.0" encoding="ANSI_X3.4-1968" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968" /><title>Part&#160;I.&#160;The basic mac80211 driver interface</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="The mac80211 subsystem for kernel developers" /><link rel="up" href="index.html" title="The mac80211 subsystem for kernel developers" /><link rel="prev" href="index.html" title="The mac80211 subsystem for kernel developers" /><link rel="next" href="ch01.html" title="Chapter&#160;1.&#160;Basic hardware handling" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Part&#160;I.&#160;The basic mac80211 driver interface</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr /></div><div class="part" title="Part&#160;I.&#160;The basic mac80211 driver interface"><div class="titlepage"><div><div><h1 class="title"><a id="id3051799"></a>Part&#160;I.&#160;The basic mac80211 driver interface</h1></div></div></div><div class="partintro" title="The basic mac80211 driver interface"><div></div><p>
        You should read and understand the information contained
        within this part of the book while implementing a driver.
        In some chapters, advanced usage is noted, that may be
        skipped at first.
      </p><p>
        This part of the book only covers station and monitor mode
        functionality, additional information required to implement
        the other modes is covered in the second part of the book.
      </p><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Basic hardware handling</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="re01.html"><span>struct ieee80211_hw</span></a></span><span class="refpurpose"> &#8212; 
  hardware information and state
 </span></dt><dt><span class="refentrytitle"><a href="re02.html"><span>enum ieee80211_hw_flags</span></a></span><span class="refpurpose"> &#8212; 
  hardware flags
 </span></dt><dt><span class="refentrytitle"><a href="re03.html"><span>SET_IEEE80211_DEV</span></a></span><span class="refpurpose"> &#8212; 
  set device for 802.11 hardware
 </span></dt><dt><span class="refentrytitle"><a href="re04.html"><span>SET_IEEE80211_PERM_ADDR</span></a></span><span class="refpurpose"> &#8212; 
  set the permanent MAC address for 802.11 hardware
 </span></dt><dt><span class="refentrytitle"><a href="re05.html"><span>struct ieee80211_ops</span></a></span><span class="refpurpose"> &#8212; 
  callbacks from mac80211 to the driver
 </span></dt><dt><span class="refentrytitle"><a href="re06.html"><span>ieee80211_alloc_hw</span></a></span><span class="refpurpose"> &#8212; 
  Allocate a new hardware device
 </span></dt><dt><span class="refentrytitle"><a href="re07.html"><span>ieee80211_register_hw</span></a></span><span class="refpurpose"> &#8212; 
  Register hardware device
 </span></dt><dt><span class="refentrytitle"><a href="re08.html"><span>ieee80211_get_tx_led_name</span></a></span><span class="refpurpose"> &#8212; 
  get name of TX LED
 </span></dt><dt><span class="refentrytitle"><a href="re09.html"><span>ieee80211_get_rx_led_name</span></a></span><span class="refpurpose"> &#8212; 
  get name of RX LED
 </span></dt><dt><span class="refentrytitle"><a href="re10.html"><span>ieee80211_get_assoc_led_name</span></a></span><span class="refpurpose"> &#8212; 
  get name of association LED
 </span></dt><dt><span class="refentrytitle"><a href="re11.html"><span>ieee80211_get_radio_led_name</span></a></span><span class="refpurpose"> &#8212; 
  get name of radio LED
 </span></dt><dt><span class="refentrytitle"><a href="re12.html"><span>ieee80211_unregister_hw</span></a></span><span class="refpurpose"> &#8212; 
  Unregister a hardware device
 </span></dt><dt><span class="refentrytitle"><a href="re13.html"><span>ieee80211_free_hw</span></a></span><span class="refpurpose"> &#8212; 
  free hardware descriptor
 </span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. PHY configuration</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="re14.html"><span>struct ieee80211_conf</span></a></span><span class="refpurpose"> &#8212; 
  configuration of the device
 </span></dt><dt><span class="refentrytitle"><a href="re15.html"><span>enum ieee80211_conf_flags</span></a></span><span class="refpurpose"> &#8212; 
  configuration flags
 </span></dt></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Virtual interfaces</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="re16.html"><span>struct ieee80211_if_init_conf</span></a></span><span class="refpurpose"> &#8212; 
  initial configuration of an interface
 </span></dt></dl></dd><dt><span class="chapter"><a href="ch04.html">4. Receive and transmit processing</a></span></dt><dd><dl><dt><span class="sect1"><a href="ch04.html#id3096993">what should be here</a></span></dt><dt><span class="sect1"><a href="ch04s02.html">Frame format</a></span></dt><dt><span class="sect1"><a href="ch04s03.html">Packet alignment</a></span></dt><dt><span class="sect1"><a href="ch04s04.html">Calling into mac80211 from interrupts</a></span></dt><dt><span class="sect1"><a href="ch04s05.html">functions/definitions</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch05.html">5. Frame filtering</a></span></dt><dd><dl><dt><span class="refentrytitle"><a href="re33.html"><span>enum ieee80211_filter_flags</span></a></span><span class="refpurpose"> &#8212; 
  hardware filter flags
 </span></dt></dl></dd></dl></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The mac80211 subsystem for kernel developers&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;Chapter&#160;1.&#160;Basic hardware handling</td></tr></table></div></body></html>