ieee802.15.4 netdev: Add IOCTL support.

This commit is contained in:
Gregory Nutt
2017-04-13 10:18:57 -06:00
parent 63b24bc686
commit fae1df31dc
2 changed files with 74 additions and 0 deletions
@@ -959,6 +959,11 @@ struct ieee802154_macops_s
CODE int (*rsp_orphan)(FAR struct ieee802154_mac_s *mac,
FAR uint8_t *orphanaddr, uint16_t saddr,
bool associated);
/* IOCTL support */
CODE int (*ioctl)(FAR struct ieee802154_mac_s *mac, int cmd,
unsigned long arg);
};
/* Notifications */