<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu-mainline/src/core/hle/service/nwm, branch master</title>
<subtitle>A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/'/>
<entry>
<title>hle: Remove a large amount of 3ds-specific service code.</title>
<updated>2017-10-10T21:32:14+00:00</updated>
<author>
<name>bunnei</name>
<email>bunneidev@gmail.com</email>
</author>
<published>2017-10-10T21:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=0906de9a14b735d1d409290ca050eb7d2c2d3d84'/>
<id>0906de9a14b735d1d409290ca050eb7d2c2d3d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change command header in nwm::UDS Initialize function</title>
<updated>2017-10-09T01:10:48+00:00</updated>
<author>
<name>Dragios</name>
<email>Dragios@users.noreply.github.com</email>
</author>
<published>2017-10-09T01:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=83e5f639e626bcbd41fe86566a6d15d2d473536d'/>
<id>83e5f639e626bcbd41fe86566a6d15d2d473536d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Services/UDS: Handle the rest of the connection sequence. (#2963)</title>
<updated>2017-09-30T16:18:45+00:00</updated>
<author>
<name>B3n30</name>
<email>bene_thomas@web.de</email>
</author>
<published>2017-09-30T16:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=afb1012bcd7e7aea2428aadb195b04ef72fcf861'/>
<id>afb1012bcd7e7aea2428aadb195b04ef72fcf861</id>
<content type='text'>
Services/UDS: Handle the rest of the connection sequence.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Services/UDS: Handle the rest of the connection sequence.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed type conversion ambiguity</title>
<updated>2017-09-30T08:34:35+00:00</updated>
<author>
<name>Huw Pascoe</name>
<email>huw.pascoe@gmail.com</email>
</author>
<published>2017-09-26T23:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=a13ab958cbba75bc9abd1ca50f3030a10a75784e'/>
<id>a13ab958cbba75bc9abd1ca50f3030a10a75784e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Services/UDS: Added a function to send EAPoL-Start packets (#2920)</title>
<updated>2017-09-25T06:16:27+00:00</updated>
<author>
<name>B3n30</name>
<email>bene_thomas@web.de</email>
</author>
<published>2017-09-25T06:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d673d508dd1ca463dc72ff68b5582ee56d62f142'/>
<id>d673d508dd1ca463dc72ff68b5582ee56d62f142</id>
<content type='text'>
* Services/UDS: Added a function to generate the EAPoL-Start packet body.

* Services/UDS: Added filter for beacons.

* Services/UDS: Lock a mutex when accessing connection_status from both the emulation and network thread.

* Services/UDS: Handle the Association Response frame and respond with the EAPoL-Start frame.

* fixup: make use of current_node, changed received_beacons into a list, mutex and assert corrections

* fixup: fix damn clang-format
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Services/UDS: Added a function to generate the EAPoL-Start packet body.

* Services/UDS: Added filter for beacons.

* Services/UDS: Lock a mutex when accessing connection_status from both the emulation and network thread.

* Services/UDS: Handle the Association Response frame and respond with the EAPoL-Start frame.

* fixup: make use of current_node, changed received_beacons into a list, mutex and assert corrections

* fixup: fix damn clang-format
</pre>
</div>
</content>
</entry>
<entry>
<title>Services/UDS: Remove an old duplicated declaration of WifiPacket.</title>
<updated>2017-08-27T15:48:15+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2017-07-17T14:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=f64cd87604b7a760e2832c76938d83ec6a284b22'/>
<id>f64cd87604b7a760e2832c76938d83ec6a284b22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Services/UDS: Handle the connection sequence packets.</title>
<updated>2017-08-27T15:48:13+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2017-07-17T14:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=d088dbfbe1064bb5212e83c50e71e4b2ea5b00cd'/>
<id>d088dbfbe1064bb5212e83c50e71e4b2ea5b00cd</id>
<content type='text'>
There is currently no stage tracking, a client is considered "Connected" when it receives the EAPoL Logoff packet from the server, this is not yet implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is currently no stage tracking, a client is considered "Connected" when it receives the EAPoL Logoff packet from the server, this is not yet implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>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.</title>
<updated>2017-08-27T15:48:11+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2017-07-17T14:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=2e9f544ecc9a01ff59859b43d65c61a2838e7c34'/>
<id>2e9f544ecc9a01ff59859b43d65c61a2838e7c34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Services/UDS: Add functions to generate 802.11 auth and assoc response frames.</title>
<updated>2017-08-27T15:48:09+00:00</updated>
<author>
<name>Subv</name>
<email>subv2112@gmail.com</email>
</author>
<published>2017-07-17T14:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=54411bef4eb16af0822820205a923690ea7e822a'/>
<id>54411bef4eb16af0822820205a923690ea7e822a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2778 from Subv/uds_more</title>
<updated>2017-06-27T00:35:52+00:00</updated>
<author>
<name>Sebastian Valle</name>
<email>subv2112@gmail.com</email>
</author>
<published>2017-06-27T00:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/yuzu-mainline/commit/?id=fa53ccc74b26a0cfe80e3302cce3238b875cc20c'/>
<id>fa53ccc74b26a0cfe80e3302cce3238b875cc20c</id>
<content type='text'>
Services/UDS: Stub SendTo to generate the unencrypted data frames with the right headers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Services/UDS: Stub SendTo to generate the unencrypted data frames with the right headers</pre>
</div>
</content>
</entry>
</feed>
