diff options
| author | xoviat <[email protected]> | 2023-07-16 18:54:11 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-16 18:54:11 -0500 |
| commit | 7b34f5e866958f2ff28d7deb6888666690fe2837 (patch) | |
| tree | 085cc415abeede5760f6b2e0595233c9d4af08a3 | |
| parent | fe1e7c4d7660163457226316ffbf30f6f3c8ddc5 (diff) | |
wpan: make dataind fields private
| -rw-r--r-- | embassy-stm32-wpan/src/mac/indications.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/src/mac/indications.rs b/embassy-stm32-wpan/src/mac/indications.rs index 98826e662..5445fb4af 100644 --- a/embassy-stm32-wpan/src/mac/indications.rs +++ b/embassy-stm32-wpan/src/mac/indications.rs | |||
| @@ -206,9 +206,9 @@ pub struct DataIndication { | |||
| 206 | /// The time, in symbols, at which the data were received | 206 | /// The time, in symbols, at which the data were received |
| 207 | pub time_stamp: [u8; 4], | 207 | pub time_stamp: [u8; 4], |
| 208 | /// The security level purportedly used by the received data frame | 208 | /// The security level purportedly used by the received data frame |
| 209 | pub security_level: SecurityLevel, | 209 | security_level: SecurityLevel, |
| 210 | /// Mode used to identify the key used by originator of received frame | 210 | /// Mode used to identify the key used by originator of received frame |
| 211 | pub key_id_mode: KeyIdMode, | 211 | key_id_mode: KeyIdMode, |
| 212 | /// The originator of the key | 212 | /// The originator of the key |
| 213 | pub key_source: [u8; 8], | 213 | pub key_source: [u8; 8], |
| 214 | /// The index of the key | 214 | /// The index of the key |
