mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
wpan: make dataind fields private
This commit is contained in:
parent
fe1e7c4d76
commit
7b34f5e866
@ -206,9 +206,9 @@ pub struct DataIndication {
|
||||
/// The time, in symbols, at which the data were received
|
||||
pub time_stamp: [u8; 4],
|
||||
/// The security level purportedly used by the received data frame
|
||||
pub security_level: SecurityLevel,
|
||||
security_level: SecurityLevel,
|
||||
/// Mode used to identify the key used by originator of received frame
|
||||
pub key_id_mode: KeyIdMode,
|
||||
key_id_mode: KeyIdMode,
|
||||
/// The originator of the key
|
||||
pub key_source: [u8; 8],
|
||||
/// The index of the key
|
||||
|
Loading…
Reference in New Issue
Block a user