WM_IsBssidEqual


C Specification

#include <nitro/wm/ARM9/wm_api.h>

static inline
BOOL WM_IsBssidEqual( const u8* idp1 , const u8* idp2 );
    

Description

Compares two BSSIDs.

Arguments

idp1 Designates the pointer to the BSSID to compare.
idp2 Designates the pointer to the BSSID to compare.

Return Values

TRUE if the BSSIDs are identical, but FALSE if they are not identical.

See Also

WM_CopyBssid

Revision History

11/10/2004 Initial version.