Skip to content

network: Validate max length of hotspot SSID

Athul Iddya requested to merge aiddya/gnome-control-center:ssid-length into main

Added validation for maximum length of hotspot SSID, which cannot exceed 32 bytes. As this error might be unintuitive, an error message was also added below the entry row similar to the password entry row. The error messages are generic as some characters can require multiple bytes and mentioning the byte limitation might be too technical.

Fixes #1065 (closed)

Merge request reports