mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
ieee802154/i8sak: Adds coordinfo command allowing you to poll various attributes related to the coordinator
This commit is contained in:
parent
28415d662b
commit
680cb2f1fc
9 changed files with 297 additions and 16 deletions
|
|
@ -98,6 +98,10 @@ int ieee802154_getsaddr(int fd, FAR uint8_t *saddr);
|
|||
int ieee802154_seteaddr(int fd, FAR const uint8_t *eaddr);
|
||||
int ieee802154_geteaddr(int fd, FAR uint8_t *eaddr);
|
||||
|
||||
int ieee802154_getcoordsaddr(int fd, FAR uint8_t *saddr);
|
||||
|
||||
int ieee802154_getcoordeaddr(int fd, FAR uint8_t *eaddr);
|
||||
|
||||
int ieee802154_setpromisc(int fd, bool promisc);
|
||||
int ieee802154_getpromisc(int fd, FAR bool *promisc);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue