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
|
/// The time, in symbols, at which the data were received
|
||||||
pub time_stamp: [u8; 4],
|
pub time_stamp: [u8; 4],
|
||||||
/// The security level purportedly used by the received data frame
|
/// 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
|
/// 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
|
/// The originator of the key
|
||||||
pub key_source: [u8; 8],
|
pub key_source: [u8; 8],
|
||||||
/// The index of the key
|
/// The index of the key
|
||||||
|
Loading…
Reference in New Issue
Block a user