summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm/uds_beacon.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-140/+0
|
* Services/UDS: Remove an old duplicated declaration of WifiPacket.Subv2017-08-271-19/+0
|
* Services/UDS: Add functions to generate 802.11 auth and assoc response frames.Subv2017-08-271-11/+0
|
* Services/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. (#2738)Sebastian Valle2017-06-131-3/+0
| | | | | | | | | | * Services/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. This lets the application know that the host was successfully added to the session. * Services/UDS: Reset the connection status when destroying the network * Services/UDS: Reset the connection status's bitmask of changed nodes after reporting it to the game.
* Services/UDS: Generate the UDS beacons when the beacon callback fires.Subv2017-05-151-0/+173