pub const SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING: _bindgen_ty_24 = 73;Expand description
Require Join Existing
** Format: b
- Default Value:
false - This flag is typically used for nodes that are associating with an
- existing network for the first time. If this is set to
truebefore PROP_NET_STACK_UPis set totrue, the- creation of a new partition at association is prevented. If the node
- cannot associate with an existing partition,
PROP_LAST_STATUSwill - emit a status that indicates why the association failed and
PROP_NET_STACK_UPwill automatically revert tofalse.- Once associated with an existing partition, this flag automatically
- reverts to
false. - The behavior of this property being set to
truewhen PROP_NET_STACK_UPis already set totrueis undefined. */