diff options
| author | xoviat <[email protected]> | 2025-11-17 13:23:10 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-11-17 13:23:10 -0600 |
| commit | 50501e0f49e5c2ae939ef0e231d1d3cf319b0a76 (patch) | |
| tree | 696de655b1cd1d76eed4c751e85d5505a73c6ff2 /embassy-stm32-wpan | |
| parent | 36d533c2de1db2a3b7ef265e22fb4481e046ef17 (diff) | |
fmt
Diffstat (limited to 'embassy-stm32-wpan')
| -rw-r--r-- | embassy-stm32-wpan/src/mac/indications.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-stm32-wpan/src/mac/indications.rs b/embassy-stm32-wpan/src/mac/indications.rs index a43777e75..5673514c9 100644 --- a/embassy-stm32-wpan/src/mac/indications.rs +++ b/embassy-stm32-wpan/src/mac/indications.rs | |||
| @@ -3,14 +3,13 @@ use core::slice; | |||
| 3 | use smoltcp::wire::Ieee802154FrameType; | 3 | use smoltcp::wire::Ieee802154FrameType; |
| 4 | use smoltcp::wire::ieee802154::Frame; | 4 | use smoltcp::wire::ieee802154::Frame; |
| 5 | 5 | ||
| 6 | use crate::mac::typedefs::MacAddressAndMode; | ||
| 7 | |||
| 8 | use super::consts::MAX_PENDING_ADDRESS; | 6 | use super::consts::MAX_PENDING_ADDRESS; |
| 9 | use super::event::ParseableMacEvent; | 7 | use super::event::ParseableMacEvent; |
| 10 | use super::typedefs::{ | 8 | use super::typedefs::{ |
| 11 | AddressMode, Capabilities, DisassociationReason, KeyIdMode, MacAddress, MacChannel, MacStatus, PanDescriptor, | 9 | AddressMode, Capabilities, DisassociationReason, KeyIdMode, MacAddress, MacChannel, MacStatus, PanDescriptor, |
| 12 | PanId, SecurityLevel, | 10 | PanId, SecurityLevel, |
| 13 | }; | 11 | }; |
| 12 | use crate::mac::typedefs::MacAddressAndMode; | ||
| 14 | 13 | ||
| 15 | /// MLME ASSOCIATE Indication which will be used by the MAC | 14 | /// MLME ASSOCIATE Indication which will be used by the MAC |
| 16 | /// to indicate the reception of an association request command | 15 | /// to indicate the reception of an association request command |
