aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nwm/nwm_uds.cpp
AgeCommit message (Expand)Author
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-10-09Change command header in nwm::UDS Initialize functionDragios
2017-09-30Services/UDS: Handle the rest of the connection sequence. (#2963)B3n30
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-09-25Services/UDS: Added a function to send EAPoL-Start packets (#2920)B3n30
2017-08-27Services/UDS: Handle the connection sequence packets.Subv
2017-08-27Services/UDS: Store the received beacon frames until RecvBeaconBroadcastData ...Subv
2017-06-26Merge pull request #2778 from Subv/uds_moreSebastian Valle
2017-06-26UDS: Run clang-format.Subv
2017-06-26UDS: Added functions to encrypt and decrypt the data frames.Subv
2017-06-20Merge pull request #2790 from yuriks/remove-movefromYuri Kunde Schlesner
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-15UDS: Return the correct error messages in SendTo when not connected to a netw...Subv
2017-06-15UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Subv
2017-06-15UDS: Added a hook for updating the connection status when a client connects t...Subv
2017-06-13Services/UDS: Set the proper bit in the ConnectionStatus structure when creat...Sebastian Valle
2017-06-07Merge pull request #2737 from Subv/decryptbeacondataJames Rowe
2017-06-06Services/UDS: Implement DecryptBeaconData.Subv
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-05-15Services/UDS: Use the new IPC helper functions.Subv
2017-05-15Services/UDS: Implement RecvBeaconBroadcastData.Subv
2017-05-15Services/UDS: Generate the UDS beacons when the beacon callback fires.Subv
2017-03-27Services/UDS: Fixed a style mistake in GetChannel.Sebastian Valle
2017-03-26Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel fu...Subv
2017-03-26Services/UDS: Signal the connection event when closing down the network.Subv
2017-03-26Services/UDS: Do not allow trying to start up a network that only the host ca...Subv
2017-03-26Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.Subv
2017-03-26Services/UDS: Store the entire NetworkInfo structure that was used to create ...Subv
2017-03-26Services/UDS: Initial support for hosting local-wlan networks.Subv
2016-12-22Service/NWM: add nwm servicesmailwl