VintageNetWiFi.WPA2.validate_passphrase
You're seeing just the function
validate_passphrase
, go back to VintageNetWiFi.WPA2 module for more information.
Specs
validate_passphrase(String.t()) :: :ok | {:error, invalid_passphrase_error()}
Validate the length and characters of a passphrase
A valid passphrase is between 8 and 63 characters long, and only contains ASCII characters (values between 32 and 126, inclusive).