1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>WM_IsBssidEqual</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">WM_IsBssidEqual&nbsp;<img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></H1>
15<h2>Syntax</h2>
16<dl>
17  <dd><PRE><CODE>#include &lt;nitro/wm/ARM9/wm_api.h&gt;
18
19static inline
20BOOL WM_IsBssidEqual( const u8* idp1 , const u8* idp2 );
21
22static inline
23BOOL WM_IsBssidEqual16( const u8* idp1 , const u8* idp2 );
24</CODE></PRE></dd>
25</dl>
26
27<h2>Arguments</h2>
28<table border="1" width="100%">
29  <tbody>
30    <TR>
31      <TD width="200"><EM><STRONG><FONT face="Courier New"><CODE>idp1</CODE></FONT></STRONG></EM></TD>
32      <TD width="800">Pointer to a BSSID to compare.<br>
33	  With <CODE>WM_IsBssidEqual16</CODE>, this address must be aligned to a 16-bit boundary.</TD>
34    </TR>
35    <TR>
36      <TD width="200"><EM><STRONG><FONT face="Courier New"><CODE>idp2</CODE></FONT></STRONG></EM></TD>
37      <TD width="800">Pointer to a BSSID to compare.<br>
38	  With <CODE>WM_IsBssidEqual16</CODE>, this address must be aligned to a 16-bit boundary.</TD>
39    </TR>
40  </tbody>
41</table>
42<h2>Return Values</h2>
43<p>TRUE if the BSSIDs are identical; FALSE if they are not identical.</p>
44<H2>Description</H2>
45<P>Compares two BSSIDs. <CODE>WM_IsBssidEqual16</CODE> can be used only if both compared addresses are aligned to 16-bit boundaries. This will improve performance somewhat.
46</P>
47
48<h2>See Also</h2>
49<p><CODE><A href="WM_CopyBssid.html">WM_CopyBssid</A>, <A href="WM_CopyBssid.html">WM_CopyBssid16</A></CODE></p>
50
51<H2>Revision History</H2>
52<P>
532005/02/10 Added <CODE>WM_IsBssidEqual16</CODE><br /> 2004/11/10 Initial version.
54</P>
55<hr><p>CONFIDENTIAL</p></body>
56</html>
57