hostap/wpa_supplicant/win_example.reg
Jouni Malinen f44b6b8c04 wpasvc: Add skip_on_error registry value to skip interfaces on error
This can be used to include binding information for multiple interfaces
in Windows registry and only use the ones that match with an available
network interface.
2008-12-24 20:39:32 +02:00

43 lines
1.2 KiB
Reg
Executable file

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant]
"debug_level"=dword:00000000
"debug_show_keys"=dword:00000001
"debug_timestamp"=dword:00000000
"debug_use_file"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs]
[HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs\test]
"ap_scan"=dword:00000002
"update_config"=dword:00000001
"uuid"="12345678-9abc-def0-1234-56789abcdef0"
"device_name"="Wireless Client"
"manufacturer"="Company"
"model_name"="cmodel"
"serial_number"="12345"
"device_type"="1-0050F204-1"
"os_version"="01020300"
[HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs\test\blobs]
"testblob"=hex:01,02,03,04,05
[HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs\test\networks]
[HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs\test\networks\0000]
"ssid"="\"example network\""
"key_mgmt"="WPA-PSK"
"psk"="\"secret password\""
"pairwise"="CCMP"
"group"="CCMP"
"proto"="WPA"
[HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\interfaces]
[HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\interfaces\0000]
"adapter"="{A7627643-C310-49E5-BD89-7E77709C04AB}"
"config"="test"
"ctrl_interface"=""
"skip_on_error"=dword:00000000