1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>cfg80211_ibss_joined</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="bk01ch02.html" title="Chapter 2. Actions and configuration"><link rel="prev" href="API-cfg80211-tx-mlme-mgmt.html" title="cfg80211_tx_mlme_mgmt"><link rel="next" href="API-cfg80211-connect-result.html" title="cfg80211_connect_result"></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"><span class="phrase">cfg80211_ibss_joined</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-cfg80211-tx-mlme-mgmt.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Actions and configuration</th><td width="20%" align="right"> <a accesskey="n" href="API-cfg80211-connect-result.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-cfg80211-ibss-joined"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>cfg80211_ibss_joined — 2 notify cfg80211 that device joined an IBSS 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">void <b class="fsfunc">cfg80211_ibss_joined </b>(</code></td><td>struct net_device * <var class="pdparam">dev</var>, </td></tr><tr><td> </td><td>const u8 * <var class="pdparam">bssid</var>, </td></tr><tr><td> </td><td>struct ieee80211_channel * <var class="pdparam">channel</var>, </td></tr><tr><td> </td><td>gfp_t <var class="pdparam">gfp</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1112803236"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>dev</code></em></span></dt><dd><p> 4 network device 5 </p></dd><dt><span class="term"><em class="parameter"><code>bssid</code></em></span></dt><dd><p> 6 the BSSID of the IBSS joined 7 </p></dd><dt><span class="term"><em class="parameter"><code>channel</code></em></span></dt><dd><p> 8 the channel of the IBSS joined 9 </p></dd><dt><span class="term"><em class="parameter"><code>gfp</code></em></span></dt><dd><p> 10 allocation flags 11 </p></dd></dl></div></div><div class="refsect1"><a name="idp1112807716"></a><h2>Description</h2><p> 12 This function notifies cfg80211 that the device joined an IBSS or 13 switched to a different BSSID. Before this function can be called, 14 either a beacon has to have been received from the IBSS, or one of 15 the cfg80211_inform_bss{,_frame} functions must have been called 16 with the locally generated beacon -- this guarantees that there is 17 always a scan result for this IBSS. cfg80211 will handle the rest. 18</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-cfg80211-tx-mlme-mgmt.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk01ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-cfg80211-connect-result.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">cfg80211_tx_mlme_mgmt</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">cfg80211_connect_result</span></td></tr></table></div></body></html> 19