lp2p: Updated docs.

This commit is contained in:
yellows8 2020-12-10 19:44:47 -05:00
parent 767a7a295c
commit 9ede39d15d
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -165,7 +165,7 @@ void lp2pGroupInfoSetPresharedKey(Lp2pGroupInfo *info, const void* key, size_t s
* @note Configure standard WPA2-PSK usage via \ref lp2pGroupInfoSetFlags / Lp2pGroupInfo::security_type.
* @note Only available on [11.0.0+].
* @param info \ref Lp2pGroupInfo
* @param[in] passphrase Passphrase string, max length is 0x3F.
* @param[in] passphrase Passphrase string, the required length is 0x8-0x3F.
*/
Result lp2pGroupInfoSetPassphrase(Lp2pGroupInfo *info, const char *passphrase);