DWCApInfo

Definitions


#include <dwc.h>

typedef struct DWCstApInfo
{
	DWCApInfoType    aptype;
	DWCApInfoArea    area;
	char             spotinfo[DWC_SIZE_SPOTINFO+1];
	char             essid[WM_SIZE_SSID+1];
	u8               bssid[WM_SIZE_BSSID];
} DWCApInfo;
				

Description

Structure used for storing access point information.

(Note: Nintendo Spot is available only in Japan.)

aptype Types of access points:

DWC_APINFO_TYPE_USER0: access point for connection target 1.
DWC_APINFO_TYPE_USER1: access point for connection target 2.
DWC_APINFO_TYPE_USER2: access point for connection target 3.
DWC_APINFO_TYPE_USB: Nintendo Wi-Fi USB Connector.
DWC_APINFO_TYPE_SHOP: Nintendo Wi-Fi Station.
DWC_APINFO_TYPE_FREESPOT: free hotspot connection.
DWC_APINFO_TYPE_WAYPORT: Wayport connection (a North American hotspot).
DWC_APINFO_TYPE_NINTENDOWFC: (Reserved)
DWC_APINFO_TYPE_NINTENDOSPOT: Nintendo Spot
area Location of the Nintendo Wi-Fi Station or Nintendo Spot.
Note: Only valid when the aptype is DWC_APINFO_TYPE_SHOP or DWC_APINFO_TYPE_NINTENDOSPOT.
Note: These are not necessarily implemented in all of the following regions.

DWC_APINFO_AREA_JPN: Japan
DWC_APINFO_AREA_USA: North America
DWC_APINFO_AREA_EUR: Europe
DWC_APINFO_AREA_AUS: Australia
DWC_APINFO_AREA_KOR: Korea
DWC_APINFO_AREA_UNKNOWN: (not a Nintendo Wi-Fi Station or Nintendo Spot)
spotinfo Location information of the Nintendo Wi-Fi Station or Nintendo Spot.
Note: Only valid when the aptype is DWC_APINFO_TYPE_SHOP or DWC_APINFO_TYPE_NINTENDOSPOT.

A unique nine-letter string is used for each Nintendo Wi-Fi Station or Nintendo Spot.
essid Access point SSID
Only valid when aptype is DWC_APINFO_TYPE_USER*.
bssid The access point's BSSID.

See Also

DWC_GetApInfo

Revision History

2008/05/31 Added a description specific to Nintendo Spots.
2007/03/02 Added a description and note about Korea.
2006/02/23 Initial version.


CONFIDENTIAL