Skip to content

Commit

Permalink
[cert] support partition id configuration (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
librasungirl authored and abtink committed Jul 16, 2019
1 parent 345bf7d commit c21f305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ncp-spinel/SpinelNCPInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2978,6 +2978,9 @@ SpinelNCPInstance::regsiter_all_set_handlers(void)
register_set_handler_spinel(
kWPANTUNDProperty_NetworkPSKc,
SPINEL_PROP_NET_PSKC, SPINEL_DATATYPE_DATA_C);
register_set_handler_spinel(
kWPANTUNDProperty_NetworkPartitionId,
SPINEL_PROP_NET_PARTITION_ID, SPINEL_DATATYPE_UINT32_C);
register_set_handler_spinel(
kWPANTUNDProperty_NCPMACAddress,
SPINEL_PROP_MAC_15_4_LADDR, SPINEL_DATATYPE_EUI64_C);
Expand Down

0 comments on commit c21f305

Please sign in to comment.