summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm/uds_data.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-164/+0
2017-09-30Services/UDS: Handle the rest of the connection sequence. (#2963)B3n301-5/+63
2017-09-25Services/UDS: Added a function to send EAPoL-Start packets (#2920)B3n301-0/+28
2017-06-26UDS: Run clang-format.Subv1-14/+5
2017-06-26UDS: Added functions to encrypt and decrypt the data frames.Subv1-3/+8
2017-06-15UDS: Clarify comment about the first 4 bytes of the SecureData header.Subv1-0/+2
2017-06-15UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Subv1-0/+80