mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 02:19:52 +00:00
Spinel.h: Update the header file to sync with wpantund (#421)
This commit is contained in:
committed by
Jonathan Hui
parent
f7b42672ab
commit
adba70a390
@@ -148,6 +148,13 @@ typedef enum
|
||||
SPINEL_POWER_STATE_ONLINE = 4,
|
||||
} spinel_power_state_t;
|
||||
|
||||
enum {
|
||||
SPINEL_NET_FLAG_CONFIGURE = 0x04,
|
||||
SPINEL_NET_FLAG_DHCP = 0x08,
|
||||
SPINEL_NET_FLAG_SLAAC_VALID = 0x10,
|
||||
SPINEL_NET_FLAG_SLAAC_PREFERRED = 0x20,
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
SPINEL_PROTOCOL_TYPE_ZIGBEE = 1,
|
||||
@@ -331,6 +338,13 @@ typedef enum
|
||||
/** Format: `b`
|
||||
*/
|
||||
SPINEL_PROP_MAC_WHITELIST_ENABLED = SPINEL_PROP_MAC_EXT__BEGIN + 1,
|
||||
|
||||
/// MAC Extended Address
|
||||
/** Format: `E`
|
||||
*
|
||||
* Specified by Thread. Randomly-chosen, but non-volatile EUI-64.
|
||||
*/
|
||||
SPINEL_PROP_MAC_EXTENDED_ADDR = SPINEL_PROP_MAC_EXT__BEGIN + 2,
|
||||
SPINEL_PROP_MAC_EXT__END = 0x1400,
|
||||
|
||||
SPINEL_PROP_NET__BEGIN = 0x40,
|
||||
|
||||
Reference in New Issue
Block a user