1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<title>WFSPeerInfo</title>
7<link rel="stylesheet" href="../css/nitro.css" type="text/css" />
8</head>
9
10<body>
11
12<h1>WFSPeerInfo</h1>
13<h2>Definition</h2>
14
15<dl>
16  <dd>
17<code>#include &lt;nitro/wfs.h&gt;</code><br />
18  <br />
19<pre>
20typedef struct WFSPeerInfo
21{
22    int     aid;            <font color="#008000">/* AID */</font>
23    u8      mac[6];         <font color="#008000">/* MAC address */</font>
24    <font color="#808080">u8      padding[2];</font>
25}
26WFSPeerInfo;
27</pre>
28  <br />
29  </dd>
30</dl>
31
32<h2>Elements</h2>
33<table border="1" width="100%">
34  <tbody>
35    <tr>
36      <td style="width:200"><em><strong><font face="Courier New">aid</font></strong></em></td>
37      <td style="width:800">AID representing the target station to be notified.</td>
38    </tr>
39    <tr>
40      <td style="width:200"><em><strong><font face="Courier New">mac</font></strong></em></td>
41      <td style="width:800">MAC address of the target station to be notified.</td>
42    </tr>
43  </tbody>
44</table>
45
46
47<h2>Description</h2>
48<p>This argument structure is used by the WFS library MP communication hook functions. The appropriate information must be stored in this structure and a corresponding hook function must be called in order to notify the WFS library regarding connections and disconnections of communicating peers.
49</p>
50
51<h2>See Also</h2>
52<p><code><a href="server/WFS_CallServerConnectHook.html">WFS_CallServerConnectHook</a>, <a href="server/WFS_CallServerDisconnectHook.html">WFS_CallServerDisconnectHook</a>, <a href="client/WFS_CallClientConnectHook.html">WFS_CallClientConnectHook</a>, <a href="client/WFS_CallClientDisconnectHook.html">WFS_CallClientDisconnectHook</a></code></p>
53
54<h2>Revision History</h2>
55<p>
562007/06/06 Initial version.
57</p>
58<hr><p>CONFIDENTIAL</p></body>
59</html>
60