mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-24 20:01:35 +08:00
netutils/netlib: Add a help to decode short addresses.
This commit is contained in:
@@ -120,6 +120,7 @@ int netlib_getmacaddr(FAR const char *ifname, FAR uint8_t *macaddr);
|
||||
|
||||
int netlib_seteaddr(FAR const char *ifname, FAR const uint8_t *eaddr);
|
||||
int netlib_getpanid(FAR const char *ifname, FAR uint8_t *panid);
|
||||
bool netlib_saddrconv(FAR const char *hwstr, FAR uint8_t *hw);
|
||||
bool netlib_eaddrconv(FAR const char *hwstr, FAR uint8_t *hw);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user