Common functionality of 802.15.4-compliant llsec_drivers.
More...
Common functionality of 802.15.4-compliant llsec_drivers.
| void anti_replay_init_info |
( |
struct anti_replay_info * |
info | ) |
|
Initializes the anti-replay information about the sender.
- Parameters
-
| info | Anti-replay information about the sender |
| int anti_replay_was_replayed |
( |
struct anti_replay_info * |
info | ) |
|
Checks if received frame was replayed.
- Parameters
-
| info | Anti-replay information about the sender |
- Return values
-
| 0 | <-> received frame was not replayed |