nn::ac::CTR::DebugSetNetworkSetting1 Function

Syntax

Result DebugSetNetworkSetting1(
     const u8 ssid[],
     u8 ssidLength,
     SecurityMode securityMode,
     const u8 key[],
     u8 keyLen
);

Arguments

Name Description
in ssid[] Access point SSID.
in ssidLength Length of access point SSID.
in securityMode Encryption mode of the access point.
in key[] Encryption key of the access point.
in keyLen Length of the access point's encryption key.

Return Values

Results.

Description

Populates network configuration 1 with settings.
Note: This function is provided for debugging purposes. It will not work in Release builds.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL