#include <nitro/wm/ARM9/wm_api.h>
static inline
BOOL WM_IsBssidEqual( const u8* idp1 , const u8* idp2 );
Compares two BSSIDs.
idp1 |
Designates the pointer to the BSSID to compare. |
idp2 |
Designates the pointer to the BSSID to compare. |
TRUE if the BSSIDs are identical, but FALSE if they are not identical.
11/10/2004 Initial version.