#include <nitro/wm/ARM9/wm_api. h>
static inline
void WM_CopyBssid( const u8* src , u8* dst );
Copies the BSSID.
src |
Designates the pointer to the BSSID of the copy source. |
dst |
Designates the pointer to the BSSID of the copy destination. |
None.
11/10/2004 Initial version.