nn::dlp::CTR::RebootInfo Structurestruct RebootInfo
{
u8 bssid[6];
char passphrase[MAX_CHILD_UDS_PASSPHRASE_LENGTH];
};
A structure that stores information used to reconnect to a parent device after a reboot.
| 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. |
CONFIDENTIAL