mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 22:10:14 +01:00
2007-10-23 Dan Williams <dcbw@redhat.com>
* src/supplicant-manager/nm-supplicant-config.c - (nm_supplicant_config_add_setting_wireless_security): 'password' secret doesn't need to be unhexified git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3006 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
a83107ff1d
commit
235aeb7dc2
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2007-10-23 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/supplicant-manager/nm-supplicant-config.c
|
||||
- (nm_supplicant_config_add_setting_wireless_security): 'password'
|
||||
secret doesn't need to be unhexified
|
||||
|
||||
2007-10-23 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* libnm-util/nm-setting.c
|
||||
|
|
|
|||
|
|
@ -465,7 +465,7 @@ nm_supplicant_config_add_setting_wireless_security (NMSupplicantConfig * self,
|
|||
ADD_STRING_VAL (setting->wep_key2, "wep_key2", FALSE, TRUE, TRUE);
|
||||
ADD_STRING_VAL (setting->wep_key3, "wep_key3", FALSE, TRUE, TRUE);
|
||||
ADD_STRING_VAL (setting->psk, "psk", FALSE, TRUE, TRUE);
|
||||
ADD_STRING_VAL (setting->password, "password", FALSE, TRUE, TRUE);
|
||||
ADD_STRING_VAL (setting->password, "password", FALSE, FALSE, TRUE);
|
||||
ADD_STRING_VAL (setting->pin, "pin", FALSE, FALSE, TRUE);
|
||||
ADD_STRING_VAL (setting->eappsk, "eappsk", FALSE, TRUE, TRUE);
|
||||
ADD_STRING_VAL (setting->private_key_passwd, "private_key_passwd", FALSE, FALSE, TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue