Joakim Nohlgård
|
52ac53b4d9
|
gnrc_netif_ieee802154: Provide LQI, RSSI in raw mode via netif_hdr
Useful in sniffer situations to see the signal strength of a received
packet. Also avoids the crash described in
https://github.com/RIOT-OS/applications/pull/54
|
2018-10-27 00:22:51 +02:00 |
|
|
90ad1a0782
|
gnrc_netif_ieee802154: remove state access in recv
This replaces the netif->state accesses in netif::recv with a netdev call
and the new netif RAWMODE flag
|
2018-10-03 21:00:35 +02:00 |
|
Joakim Nohlgård
|
a247d8bfa5
|
gnrc_netif_ieee802154: set Frame Pending bit sometimes
Set frame pending bit in IEEE 802.15.4 FCF when
GNRC_NETIF_HDR_FLAGS_MORE_DATA is set on the netif header on outbound
frames.
|
2018-08-13 09:27:18 +02:00 |
|
|
ea6a2ef494
|
gnrc_netif_ieee802154: drop frame on buffer error
This adds a netdev recv call to indicate that the received frame should be
dropped when there is no buffer space available to store the frame.
|
2018-07-12 16:15:00 +02:00 |
|
|
2f179f26bb
|
sys/net/gnrc/netif: adapt to netdev with iolist
|
2018-03-06 14:00:31 +01:00 |
|
Sören Tempel
|
cfe0143eec
|
gnrc_netif: Fix out-of-bounds buffer access in ieee802154 netif
|
2018-02-03 13:08:59 +01:00 |
|
|
039bdf2aa6
|
gnrc_netif: Fix debug printing in ieee802154
|
2017-12-05 14:49:48 +01:00 |
|
|
ef8222e4bd
|
gnrc_netif: Include od when debugging
|
2017-12-05 14:48:02 +01:00 |
|
Martine Lenders
|
f90a9a875f
|
gnrc_ndp2: rename to gnrc_ndp
|
2017-11-17 10:41:54 +01:00 |
|
Martine Lenders
|
31b1ceb440
|
gnrc_netif2: rename to gnrc_netif
|
2017-11-17 10:41:54 +01:00 |
|