KeePass MSWifiPlugin
|
You can import one wireless connection from a compatible .xml file via File
→ Import
→ Wifi Connection manager
, Windows Wifi Export via NetSH
. This will create a group WLan
(if it does not already exist) in the root group and then create one entry in this group for the imported wifi connection information.
One way to create these .xml files is to export them from the Windows system. To do so, we use the netsh wlan
command, e.g. run netsh wlan export profile key=clear
which will create one compatible .xml-file for each wifi connection saved in the Windows system.