1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 3. Virtual interfaces</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The 802.11 subsystems – for kernel developers"><link rel="up" href="bk02pt01.html" title="Part I. The basic mac80211 driver interface"><link rel="prev" href="API-enum-ieee80211-conf-flags.html" title="enum ieee80211_conf_flags"><link rel="next" href="API-struct-ieee80211-vif.html" title="struct ieee80211_vif"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Virtual interfaces</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-enum-ieee80211-conf-flags.html">Prev</a> </td><th width="60%" align="center">Part I. The basic mac80211 driver interface</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-ieee80211-vif.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a name="iface-handling"></a>Chapter 3. Virtual interfaces</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="refentrytitle"><a href="API-struct-ieee80211-vif.html"><span class="phrase">struct ieee80211_vif</span></a></span><span class="refpurpose"> — 2 per-interface data 3 </span></dt></dl></div><p>TBD</p><p> 4 This chapter should describe virtual interface basics 5 that are relevant to the driver (VLANs, MGMT etc are not.) 6 It should explain the use of the add_iface/remove_iface 7 callbacks as well as the interface configuration callbacks. 8 </p><p>Things related to AP mode should be discussed there.</p><p> 9 Things related to supporting multiple interfaces should be 10 in the appropriate chapter, a BIG FAT note should be here about 11 this though and the recommendation to allow only a single 12 interface in STA mode at first! 13 </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-enum-ieee80211-conf-flags.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk02pt01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-ieee80211-vif.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">enum ieee80211_conf_flags</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct ieee80211_vif</span></td></tr></table></div></body></html> 14