DWC_GetApInfo

C Specification

#include <dwc.h>

BOOL DWC_GetApInfo( DWCApInfo *apinfo );

Description

This function gets information about the connected access points.

Arguments

apinfo A pointer to the region where obtained access point information is written.

Return Values

TRUE Succeeded in obtaining access point information.
FALSE Failed to obtain access point information.

See Also

DWCApInfo

Revision History

02/23/2006 Initial version