WM_CopyBssid


C Specification

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

static inline
void WM_CopyBssid( const u8* src , u8* dst );
    

Description

Copies the BSSID.

Arguments

src Designates the pointer to the BSSID of the copy source.
dst Designates the pointer to the BSSID of the copy destination.

Return Values

None.

See Also

WM_IsBssidEqual

Revision History

11/10/2004 Initial version.