index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nwm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
22
-2589
/
+0
2017-10-09
Change command header in nwm::UDS Initialize function
Dragios
1
-1
/
+1
2017-09-30
Services/UDS: Handle the rest of the connection sequence. (#2963)
B3n30
3
-19
/
+250
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
3
-11
/
+11
2017-09-25
Services/UDS: Added a function to send EAPoL-Start packets (#2920)
B3n30
5
-88
/
+250
2017-08-27
Services/UDS: Remove an old duplicated declaration of WifiPacket.
Subv
2
-22
/
+0
2017-08-27
Services/UDS: Handle the connection sequence packets.
Subv
1
-17
/
+83
2017-08-27
Services/UDS: Store the received beacon frames until RecvBeaconBroadcastData is called, up to 15 beacons at the same time, removing any older beacon frames when the limit is exceeded.
Subv
1
-3
/
+62
2017-08-27
Services/UDS: Add functions to generate 802.11 auth and assoc response frames.
Subv
4
-11
/
+142
2017-06-26
UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption.
Subv
1
-15
/
+32
2017-06-26
UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.
Subv
1
-4
/
+1
2017-06-26
UDS: Run clang-format.
Subv
3
-51
/
+55
2017-06-26
UDS: Added functions to encrypt and decrypt the data frames.
Subv
3
-12
/
+156
2017-06-19
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
1
-2
/
+2
2017-06-15
UDS: Clarify comment about the first 4 bytes of the SecureData header.
Subv
2
-1
/
+5
2017-06-15
UDS: Return the correct error messages in SendTo when not connected to a network or trying to send to itself.
Subv
1
-6
/
+13
2017-06-15
UDS: Stub SendTo to generate the unencrypted data frame with the right headers.
Subv
3
-1
/
+259
2017-06-15
UDS: Added a hook for updating the connection status when a client connects to the network.
Subv
1
-0
/
+36
2017-06-13
Services/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. (#2738)
Sebastian Valle
3
-5
/
+15
2017-06-06
Services/UDS: Implement DecryptBeaconData.
Subv
1
-1
/
+97
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2
-4
/
+4
2017-05-15
Services/UDS: Use the new IPC helper functions.
Subv
1
-21
/
+10
2017-05-15
Services/UDS: Implement RecvBeaconBroadcastData.
Subv
1
-19
/
+69
2017-05-15
Services/UDS: Generate the UDS beacons when the beacon callback fires.
Subv
4
-7
/
+535
2017-03-27
Services/UDS: Fixed a style mistake in GetChannel.
Sebastian Valle
1
-2
/
+1
2017-03-26
Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel function.
Subv
1
-4
/
+4
2017-03-26
Services/UDS: Signal the connection event when closing down the network.
Subv
1
-0
/
+1
2017-03-26
Services/UDS: Do not allow trying to start up a network that only the host can connect to.
Subv
1
-0
/
+3
2017-03-26
Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.
Subv
2
-2
/
+58
2017-03-26
Services/UDS: Store the entire NetworkInfo structure that was used to create the network.
Subv
1
-13
/
+5
2017-03-26
Services/UDS: Initial support for hosting local-wlan networks.
Subv
2
-44
/
+336
2016-12-22
Service/NWM: add nwm services
mailwl
16
-0
/
+479