1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/drivers/at86rf2xx
Fabian Hüßler 750435509e drivers/at86rf2xx: remove get NETOPT_ENCRYPTION_KEY
setting NETOPT_ENCRYPTION_KEY in device driver was redundant
because it is also done in the ieee802154 netdev driver
and the key is transfered to the hardware in the ieee802154
security implementation
2021-04-27 08:54:19 +02:00
..
include Merge pull request #14596 from benpicco/drivers/at86rf2xx-retries 2020-09-09 10:27:05 +02:00
aes_spi.c drivers/*: realign ENABLE_DEBUG 2020-10-23 01:26:09 +02:00
at86rf2xx_getset.c drivers/at86rf2xx: make TX/RX IRQs read only 2021-03-22 08:15:54 +01:00
at86rf2xx_internal.c
at86rf2xx_netdev.c drivers/at86rf2xx: remove get NETOPT_ENCRYPTION_KEY 2021-04-27 08:54:19 +02:00
at86rf2xx.c drivers/at86rf2xx: remove get NETOPT_ENCRYPTION_KEY 2021-04-27 08:54:19 +02:00
Makefile drivers/at86rf2xx: SPI AES security module 2020-08-12 17:18:00 +02:00
Makefile.dep drivers: remove netif as dependency for network device drivers 2020-11-13 09:25:59 +01:00
Makefile.include