otDatasetGeneratePskc() function
Generates PSKc from a given pass-phrase, network name, and extended PAN ID. PSKc is used to establish the Commissioner Session.
Arguments
aPassPhrase
The commissioning pass-phrase.
aNetworkName
The network name for PSKc computation.
aExtPanId
The extended PAN ID for PSKc computation.
aPskc
A pointer to variable to output the generated PSKc.
Return value
OT_ERROR_NONE Successfully generate PSKc. OT_ERROR_INVALID_ARGS If any of the input arguments is invalid.