nm_iam_state_set_password_open_password()

DESCRIPTION

Set pairing password in the IAM state.

DECLARATION

bool nm_iam_state_set_password_open_password(struct nm_iam_state* state, const char* password)

PARAMETERS

state:
[in] The IAM state,
password:
[in] The password which clients needs to specify to pair with the system. The string is copied into the module. Password pairing can be disabled with the NULL password.

RETURNS

false iff the password was not set