nn::dlp::CTR::RebootInfo

nn::dlp::CTR::RebootInfo Structure

Syntax

struct RebootInfo
{
u8 bssid[6];
char passphrase[MAX_CHILD_UDS_PASSPHRASE_LENGTH];
};

Description

A structure that stores information used to reconnect to a parent device after a reboot.

Member Variables

bssid u8 Stores the server's BSSID (MAC address).
passphrase char The UDS passphrase is stored. The length, including the NULL termination, is up to MAX_CHILD_UDS_PASSPHRASE_LENGTH.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL