summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm/uds_beacon.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-07-17 16:25:58 +0200
committerSubv <subv2112@gmail.com>2017-08-27 17:48:09 +0200
commit54411bef4eb16af0822820205a923690ea7e822a (patch)
treee8a0a55d7be9cb4bd50c456ecb7d934685d95f9c /src/core/hle/service/nwm/uds_beacon.h
parentMerge pull request #2814 from Kloen/macro-remove (diff)
downloadyuzu-54411bef4eb16af0822820205a923690ea7e822a.tar
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.gz
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.bz2
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.lz
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.xz
yuzu-54411bef4eb16af0822820205a923690ea7e822a.tar.zst
yuzu-54411bef4eb16af0822820205a923690ea7e822a.zip
Diffstat (limited to 'src/core/hle/service/nwm/uds_beacon.h')
-rw-r--r--src/core/hle/service/nwm/uds_beacon.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/hle/service/nwm/uds_beacon.h b/src/core/hle/service/nwm/uds_beacon.h
index caacf4c6f..c726b04d9 100644
--- a/src/core/hle/service/nwm/uds_beacon.h
+++ b/src/core/hle/service/nwm/uds_beacon.h
@@ -17,17 +17,6 @@ namespace NWM {
using MacAddress = std::array<u8, 6>;
constexpr std::array<u8, 3> NintendoOUI = {0x00, 0x1F, 0x32};
-/// Additional block tag ids in the Beacon frames
-enum class TagId : u8 {
- SSID = 0,
- SupportedRates = 1,
- DSParameterSet = 2,
- TrafficIndicationMap = 5,
- CountryInformation = 7,
- ERPInformation = 42,
- VendorSpecific = 221
-};
-
/**
* Internal vendor-specific tag ids as stored inside
* VendorSpecific blocks in the Beacon frames.