Resolve "Add MACsec support"

This commit is contained in:
Kurt Wachowski
2025-02-17 20:44:58 +00:00
parent 6b9a687ff9
commit 4ba1a1e1dd
13 changed files with 1043 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ enum class ExtendedResponse : int32_t {
enum class ExtendedDataSubCommand : uint32_t {
GenericBinaryRead = 13,
GenericBinaryWrite = 14,
};
#pragma pack(push,1)