DWC_SetConnectApType

Syntax

#include <dwc.h>
void DWC_SetConnectApType(DWCApInfoType type);

Arguments

type Type of AP to connect to. See DWCApInfoType.
DWC_APINFO_TYPE_NINTENDOZONE cannot be set.

Return Values

None.

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 calls to the DWC_InitInet or DWC_InitInetEx function and the DWC_ConnectInetAsync function.

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

Note: Do not call this function together with the DWC_DebugConnectInetAsync function.

See Also

DWC_InitInet
DWC_InitInetEx
DWC_ConnectInetAsync
DWC_DebugConnectInetAsync

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL