summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Services/UDS: Fixed a style mistake in GetChannel.Sebastian Valle2017-03-271-2/+1
* Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel function.Subv2017-03-261-4/+4
* Services/UDS: Signal the connection event when closing down the network.Subv2017-03-261-0/+1
* Services/UDS: Do not allow trying to start up a network that only the host can connect to.Subv2017-03-261-0/+3
* Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.Subv2017-03-262-2/+58
* Services/UDS: Store the entire NetworkInfo structure that was used to create the network.Subv2017-03-261-13/+5
* Services/UDS: Initial support for hosting local-wlan networks.Subv2017-03-262-44/+336
* Service/NWM: add nwm servicesmailwl2016-12-2216-0/+479