nn::uds::CTR::ConnectNetwork Functionnn::Result ConnectNetwork( const NetworkDescription & networkDescription, ConnectType type, const char passphrase[], size_t passphraseLength );
| Name | Description | |
|---|---|---|
| in | networkDescription | Network information. Obtained from scanning results. |
| in | type | Connection type. |
| in | passphrase[] | Passphrase to use for wireless layer encryption. With UDS, communication can only be established if the uniqueId and passphrase match. |
| in | passphraseLength | Passphrase length. Specify a value smaller than 255 (provisional specification). |
Connects to an existing network.
CONFIDENTIAL