incubator-nuttx/net/ieee802154
Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
..
Kconfig PF_IEEE802154: Add a maximum backlog option. This will prevent overrun of the RX frame queue if many frames are received from the radio, but no application is receiving the queued data. 2017-08-21 07:52:43 -06:00
Make.defs PF_IEEE802154: With this commit PF_IEEE802154 address family is basically functional. More testing is needed, of course. 2017-08-19 18:50:50 -06:00
ieee802154.h Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ieee802154_callback.c 6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154. 2017-08-20 07:10:48 -06:00
ieee802154_conn.c PF_IEEE802154: Add a maximum backlog option. This will prevent overrun of the RX frame queue if many frames are received from the radio, but no application is receiving the queued data. 2017-08-21 07:52:43 -06:00
ieee802154_container.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ieee802154_finddev.c 6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154. 2017-08-20 07:10:48 -06:00
ieee802154_initialize.c PF_IEEE802154: With this commit PF_IEEE802154 address family is basically functional. More testing is needed, of course. 2017-08-19 18:50:50 -06:00
ieee802154_input.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ieee802154_poll.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ieee802154_recvfrom.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ieee802154_sendto.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
ieee802154_sockif.c Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck. 2017-08-31 07:23:19 -06:00