

#include <nitro/wm/ARM9/wm_api.h>
static inline
BOOL WM_IsBssidEqual( const u8* idp1 , const u8* idp2 );
static inline
BOOL WM_IsBssidEqual16( const u8* idp1 , const u8* idp2 );
idp1 |
Pointer to a BSSID to compare. With WM_IsBssidEqual16, this address must be aligned to a 16-bit boundary. |
idp2 |
Pointer to a BSSID to compare. With WM_IsBssidEqual16, this address must be aligned to a 16-bit boundary. |
TRUE if the BSSIDs are identical; FALSE if they are not identical.
Compares two BSSIDs. WM_IsBssidEqual16 can be used only if both compared addresses are aligned to 16-bit boundaries. This will improve performance somewhat.
2005/02/10 Added WM_IsBssidEqual16
2004/11/10 Initial version.
CONFIDENTIAL