VintageNetWiFi.WPA2.validate_ssid
You're seeing just the function
validate_ssid
, go back to VintageNetWiFi.WPA2 module for more information.
Specs
validate_ssid(String.t()) :: :ok | {:error, invalid_ssid_error()}
Validate the length of the SSID
A valid SSID is between 1 and 32 characters long.