summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/wlan (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service/wlan: Update function tablesLioncash2022-01-211-1/+1
|
* wlan: Update to 12.xgerman772021-04-091-0/+7
|
* service: Eliminate usages of the global system instanceLioncash2020-11-272-12/+16
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service: Update function tablesVolcaEM2020-06-291-47/+55
|
* service: Add wlan servicesLioncash2018-07-292-0/+187
Adds the basic skeleton for the wlan services based off the information on Switch Brew.