#include <dwc.h>
BOOL DWC_GetApInfo( DWCApInfo *apinfo );
This function gets information about the connected access points.
apinfo |
A pointer to the region where obtained access point information is written. |
TRUE |
Succeeded in obtaining access point information. |
FALSE |
Failed to obtain access point information. |
02/23/2006 Initial version