summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm/nwm_uds.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-111/+0
2017-08-27Services/UDS: Add functions to generate 802.11 auth and assoc response frames.Subv1-0/+12
2017-06-13Services/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. (#2738)Sebastian Valle1-2/+5
2017-05-15Services/UDS: Generate the UDS beacons when the beacon callback fires.Subv1-0/+5
2017-03-26Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.Subv1-0/+5
2017-03-26Services/UDS: Initial support for hosting local-wlan networks.Subv1-0/+61
2016-12-22Service/NWM: add nwm servicesmailwl1-0/+0
2016-12-11Add all services to the Service namespaceLioncash1-9/+8
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner1-0/+1
2015-05-12NWM_UDS: Fix a typo in the nwm service port namepurpasmart961-1/+1
2014-12-26More services & small clean upspurpasmart961-5/+1
2014-12-21License changepurpasmart961-1/+1
2014-11-21Add more services and some fixes, along with more "override"purpasmart961-1/+1
2014-11-01Added a bunch of servicespurpasmart961-9/+5
2014-10-29Renamed souce files of services to match port namesGareth Poole1-0/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
2014-05-30hle: added stubbed service for ndm_ubunnei1-4/+5
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39