WM_IsBssidEqual 

Syntax

#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 );

Arguments

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.

Return Values

TRUE if the BSSIDs are identical; FALSE if they are not identical.

Description

Compares two BSSIDs. WM_IsBssidEqual16 can be used only if both compared addresses are aligned to 16-bit boundaries. This will improve performance somewhat.

See Also

WM_CopyBssid, WM_CopyBssid16

Revision History

2005/02/10 Added WM_IsBssidEqual16
2004/11/10 Initial version.


CONFIDENTIAL