summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nwm (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-1022-2589/+0
* Change command header in nwm::UDS Initialize functionGravatar Dragios2017-10-091-1/+1
* Services/UDS: Handle the rest of the connection sequence. (#2963)Gravatar B3n302017-09-303-19/+250
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-303-11/+11
* Services/UDS: Added a function to send EAPoL-Start packets (#2920)Gravatar B3n302017-09-255-88/+250
* Services/UDS: Remove an old duplicated declaration of WifiPacket.Gravatar Subv2017-08-272-22/+0
* Services/UDS: Handle the connection sequence packets.Gravatar Subv2017-08-271-17/+83
* Services/UDS: Store the received beacon frames until RecvBeaconBroadcastData ...Gravatar Subv2017-08-271-3/+62
* Services/UDS: Add functions to generate 802.11 auth and assoc response frames.Gravatar Subv2017-08-274-11/+142
* Merge pull request #2778 from Subv/uds_moreGravatar Sebastian Valle2017-06-263-1/+432
|\
| * UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during...Gravatar Subv2017-06-261-15/+32
| * UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID...Gravatar Subv2017-06-261-4/+1
| * UDS: Run clang-format.Gravatar Subv2017-06-263-51/+55
| * UDS: Added functions to encrypt and decrypt the data frames.Gravatar Subv2017-06-263-12/+156
| * UDS: Clarify comment about the first 4 bytes of the SecureData header.Gravatar Subv2017-06-152-1/+5
| * UDS: Return the correct error messages in SendTo when not connected to a netw...Gravatar Subv2017-06-151-6/+13
| * UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Gravatar Subv2017-06-153-1/+259
* | Merge pull request #2790 from yuriks/remove-movefromGravatar Yuri Kunde Schlesner2017-06-201-2/+2
|\ \
| * | ResultVal: Remove MoveFrom()Gravatar Yuri Kunde Schlesner2017-06-181-2/+2
| |/
* / UDS: Added a hook for updating the connection status when a client connects t...Gravatar Subv2017-06-151-0/+36
|/
* Services/UDS: Set the proper bit in the ConnectionStatus structure when creat...Gravatar Sebastian Valle2017-06-133-5/+15
* Merge pull request #2737 from Subv/decryptbeacondataGravatar James Rowe2017-06-071-1/+97
|\
| * Services/UDS: Implement DecryptBeaconData.Gravatar Subv2017-06-061-1/+97
* | Service: Remove unnecessary includes from service.hGravatar Yuri Kunde Schlesner2017-06-062-4/+4
|/
* Services/UDS: Use the new IPC helper functions.Gravatar Subv2017-05-151-21/+10
* Services/UDS: Implement RecvBeaconBroadcastData.Gravatar Subv2017-05-151-19/+69
* Services/UDS: Generate the UDS beacons when the beacon callback fires.Gravatar Subv2017-05-154-7/+535
* Services/UDS: Fixed a style mistake in GetChannel.Gravatar Sebastian Valle2017-03-271-2/+1
* Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel fu...Gravatar Subv2017-03-261-4/+4
* Services/UDS: Signal the connection event when closing down the network.Gravatar Subv2017-03-261-0/+1
* Services/UDS: Do not allow trying to start up a network that only the host ca...Gravatar Subv2017-03-261-0/+3
* Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.Gravatar Subv2017-03-262-2/+58
* Services/UDS: Store the entire NetworkInfo structure that was used to create ...Gravatar Subv2017-03-261-13/+5
* Services/UDS: Initial support for hosting local-wlan networks.Gravatar Subv2017-03-262-44/+336
* Service/NWM: add nwm servicesGravatar mailwl2016-12-2216-0/+479