/* Copyright 2021 The libwifi Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef LIBWIFI_CORE_RADIOTAP_H #define LIBWIFI_CORE_RADIOTAP_H #include #define LIBWIFI_MAX_RADIOTAP_LEN 128 #define LIBWIFI_MAX_RADIOTAP_ANTENNAS 16 /** * A channel field in radiotap consists of a 2-byte wide flags * sub-field and a 2-byte wide frequency field */ struct libwifi_radiotap_channel { uint16_t flags; uint16_t freq; } __attribute__((packed)); /** * The radiotap antenna field consists of an antenna number and signal in dBm */ struct libwifi_radiotap_antenna { uint8_t antenna_number; int8_t signal; } __attribute__((packed)); /** * The radiotap MCS field is made up of 3 2-byte fields. */ struct libwifi_radiotap_mcs { uint8_t known; uint8_t flags; uint8_t mcs; } __attribute__((packed)); /** * The radiotap timestamp field consists of a timestamp field, accuracy, unit and flags. */ struct libwifi_radiotap_timestamp { uint64_t timestamp; uint16_t accuracy; uint8_t unit; uint8_t flags; } __attribute__((packed)); struct libwifi_radiotap_info { // Header uint32_t present; // Body struct libwifi_radiotap_channel channel; int8_t rate_raw; float rate; uint8_t antenna_count; struct libwifi_radiotap_antenna antennas[LIBWIFI_MAX_RADIOTAP_ANTENNAS]; int8_t signal; uint8_t flags; uint32_t extended_flags; uint16_t rx_flags; uint16_t tx_flags; struct libwifi_radiotap_mcs mcs; int8_t tx_power; struct libwifi_radiotap_timestamp timestamp; uint8_t rts_retries; uint8_t data_retries; // Other uint8_t length; } __attribute__((packed)); #endif /* LIBWIFI_CORE_RADIOTAP_H */ =v8.0.2'>stats
path: root/data/maps/daedalus/rooms/Composite Room NW.txtpb
blob: 949fe31feacdd8ce027a2c1339e6fafdaadfb2ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: "Composite Room NW"
panel_display_name: "Composite Room"
panels {
  name: "BEHOUSE"
  path: "Panels/Combo Room NW/panel_1"
  clue: "behouse"
  answer: "bedroom"
  symbols: SPARKLES
  symbols: BOXES
}
panels {
  name: "BRAKESTEADY"
  path: "Panels/Combo Room NW/panel_2"
  clue: "brakesteady"
  answer: "breakfast"
  symbols: ZERO
  symbols: PYRAMID
}
panels {
  name: "DEATHSHORT"
  path: "Panels/Combo Room NW/panel_3"
  clue: "deathshort"
  answer: "lifelong"
  symbols: SUN
}
panels {
  name: "PLUMPFAMILY"
  path: "Panels/Combo Room NW/panel_4"
  clue: "plumpfamily"
  answer: "pumpkin"
  symbols: SUN
  symbols: SPARKLES
}
panels {
  name: "SHEEPBOOK"
  path: "Panels/Combo Room NW/panel_5"
  clue: "sheepbook"
  answer: "rampage"
  symbols: BOXES
  symbols: GENDER
}
panels {
  name: "LAIDIN"
  path: "Panels/Combo Room NW/panel_6"
  clue: "laidin"
  answer: "layout"
  symbols: SUN
  symbols: AGE
}
panels {
  name: "FOGIRON"
  path: "Panels/Combo Room NW/panel_7"
  clue: "fogiron"
  answer: "mistrust"
  symbols: SUN
  symbols: AGE
}
panels {
  name: "MOONSENT"
  path: "Panels/Combo Room NW/panel_8"
  clue: "moonsent"
  answer: "sunset"
  symbols: SUN
  symbols: SPARKLES
}
panels {
  name: "FAIRWATER"
  path: "Panels/Combo Room NW/panel_9"
  clue: "fairwater"
  answer: "justice"
  symbols: SUN
  symbols: CROSS
}
panels {
  name: "PLEADOUT"
  path: "Panels/Combo Room NW/panel_10"
  clue: "pleadout"
  answer: "begin"
  symbols: SUN
}
panels {
  name: "OUTGARDEN"
  path: "Panels/Combo Room NW/panel_11"
  clue: "outgarden"
  answer: "intend"
  symbols: SUN
}
panels {
  name: "HELLOTALE"
  path: "Panels/Combo Room NW/panel_12"
  clue: "hellotale"
  answer: "history"
  symbols: SUN
}