mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
ieee802.15.4 netdev: Add IOCTL support.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user