From 6e926920435dfe8805e83e4f7f65395d0d1a8b98 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Mon, 18 May 2020 22:46:53 -0400 Subject: [PATCH] ldn: Updated LdnNetworkInfo struct. --- nx/include/switch/services/ldn.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx/include/switch/services/ldn.h b/nx/include/switch/services/ldn.h index e9587e80..67484d66 100644 --- a/nx/include/switch/services/ldn.h +++ b/nx/include/switch/services/ldn.h @@ -135,7 +135,8 @@ typedef struct { u8 sec_param_data[0x10]; ///< LdnSecurityParameter::data u16 sec_type; ///< LdnSecurityConfig::type u8 accept_policy; ///< \ref LdnAcceptPolicy - u8 pad_x63[0x3]; ///< Padding + u8 unk_x63; ///< Only set with \ref ldnScan / \ref ldnScanPrivate, when unk_x4B is value 0x2. + u8 pad_x64[0x2]; ///< Padding s8 participant_max; ///< Maximum participants, for nodes. u8 participant_num; ///< ParticipantNum, number of set entries in nodes. If unk_x4B is not 0x2, ParticipantNum should be handled as if it's 0. LdnNodeInfo nodes[8]; ///< Array of \ref LdnNodeInfo, starting with the AccessPoint node.