FeaturesEntry types

WiFi — WiFi networks

Wireless network name and PSK.

WiFi type (WiFi, discriminant 19) — Device Access category. Wireless network name and PSK.

Classification

← Types index · Category: Device Access · Discriminant: 19

Field schema (EntryData)

FieldRust typeOptionalProtectedUI label
ssidStringnonoSSID (Network name)
wifi_passwordStringnoyesWiFi password
security_typeOption<String>yesnoSecurity type
notesOption<String>yesnoNotes

Secrets

Protected fields (masked in UI, EntryType::is_protected_field): wifi_password.

Attachments

Attachments

Like all entry types, a WiFi entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.

In the app

Create a WiFi entry: vault → + → type WiFi → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).