DWC_SetConnectApType

Syntax

#include <dwc.h>

void DWC_SetConnectApType( DWCApInfoType type );

Description

Specifies the type of AP to which a connection will be made during the Internet auto-connect process. For this process, a connection will only be made to the type of AP specified in the argument.

This function must be called in the interval between the DWC_InitInet and DWC_InitInetEx functions and the DWC_ConnectInetAsync function.

This function is used for debugging. It does not work in the final ROM version (FINALROM).

* Do not call with the DWC_DebugConnectInetAsync function.

Arguments

type This value specifies the type of AP for the connection.

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 (cannot be set)

See Also

DWC_InitInet
DWC_InitInetEx
DWC_ConnectInetAsync
DWC_DebugConnectInetAsync

Revision History

2008/05/31 Added a description specific to Nintendo Spots (for use in Japan only).
2006/03/10 Initial version.


CONFIDENTIAL