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)
| Field | Rust type | Optional | Protected | UI label |
|---|---|---|---|---|
ssid | String | no | no | SSID (Network name) |
wifi_password | String | no | yes | WiFi password |
security_type | Option<String> | yes | no | Security type |
notes | Option<String> | yes | no | Notes |
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).