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_CopyBssid</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">WM_CopyBssid <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></H1> 15<h2>Syntax</h2> 16<dl> 17 <dd><PRE><CODE>#include <nitro/wm/ARM9/wm_api.h> 18 19static inline 20void WM_CopyBssid( const u8* src , u8* dst ); 21static inline 22void WM_CopyBssid16( const u8* src , u8* dst ); 23</CODE></PRE></dd> 24</dl> 25 26<h2>Arguments</h2> 27<table border="1" width="100%"> 28 <tbody> 29 <TR> 30 <TD width="200"><EM><STRONG><FONT face="Courier New"><CODE>src</CODE></FONT></STRONG></EM></TD> 31 <TD width="800">Designates the pointer to the BSSID of the copy source. 32 With <CODE>WM_CopyBssid16</CODE>, this address must be aligned to a 16-bit boundary.</TD> 33 </TR> 34 <TR> 35 <TD width="200"><EM><STRONG><FONT face="Courier New"><CODE>dst</CODE></FONT></STRONG></EM></TD> 36 <TD width="800">Designates the pointer to the BSSID of the copy destination. 37 With <CODE>WM_CopyBssid16</CODE>, this address must be aligned to a 16-bit boundary.</TD> 38 </TR> 39 </tbody> 40</table> 41<h2>Return Values</h2> 42<p>None.</p> 43 44<H2>Description</H2> 45<P>Copies the BSSID. <CODE>WM_CopyBssid16</CODE> can be used only if both compared addresses are aligned to 16-bit boundaries. This will improve performance somewhat.</P> 46<h2>See Also</h2> 47<p><CODE><A href="WM_IsBssidEqual.html">WM_IsBssidEqual</A>, <A href="WM_IsBssidEqual.html">WM_IsBssidEqual16</A></CODE></p> 48 49<H2>Revision History</H2> 50<P> 512005/02/10 Added <CODE>WM_IsBssidEqual16</CODE>.<br /> 2004/11/10 Initial version. 52</P> 53<hr><p>CONFIDENTIAL</p></body> 54</html> 55