pub const SPINEL_PROP_OPENTHREAD__BEGIN: _bindgen_ty_24 = 6400;
Expand description
Format: UUd
- Write only
Required capability: SPINEL_CAP_THREAD_COMMISSIONER
Writing to this property allows user to generate PSKc from a given commissioning pass-phrase, network name, extended PAN Id.
Written value format is:
U
: The commissioning pass-phrase.
U
: Network Name.
d
: Extended PAN ID.
The response on success would be a VALUE_IS
command with the PSKc with format below:
D
: The PSKc
On a failure a LAST_STATUS
is emitted with the error status.