#include <dwc.h>
void DWC_SetConnectApType( DWCApInfoType type );
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 will not function in the final ROM version (FINALROM).
* Do not call with the DWC_DebugConnectInetAsync
function.
type |
The value specifying the type of AP for the connection. DWC_APINFO_TYPE_USER0 : The access point for connection target 1 DWC_APINFO_TYPE_USER1 : The access point for connection target 2 DWC_APINFO_TYPE_USER2 : The access point for connection target 3 DWC_APINFO_TYPE_USB : The Nintendo Wi-Fi USB Connector DWC_APINFO_TYPE_SHOP : The Nintendo Wi-Fi Station DWC_APINFO_TYPE_FREESPOT : A FreeSpot connection DWC_APINFO_TYPE_WAYPORT : A Wayport connection (a North American hotspot) DWC_APINFO_TYPE_OTHER : Cannot be used. |
DWC_InitInet, DWC_InitInetEx, DWC_ConnectInetAsync, DWC_DebugConnectInetAsync
03/10/2006 Initial version
CONFIDENTIAL