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

The result.

Value Description
ResultSuccess Completed without error.
ResultOutOfMemory Failed to allocate memory.
A value other than the above. Failed for reasons other than those given above.

Description

Configures network setting 1. The settings are immediately applied to NAND memory.

Note: This function is provided for debugging purposes. It will not work in Release builds.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL