mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 00:50:16 +01:00
2007-10-23 Dan Williams <dcbw@redhat.com>
* src/supplicant-manager/nm-supplicant-config.c - (nm_supplicant_config_add_setting_wireless_security): fix wpa_supplicant config option name, should be "private_key2_passwd" git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2999 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
308836fb6f
commit
07a4b508ce
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): fix wpa_supplicant
|
||||
config option name, should be "private_key2_passwd"
|
||||
|
||||
2007-10-22 Tambet Ingo <tambet@gmail.com>
|
||||
|
||||
Implement support for static IP addresses, additional/overridden DNS and
|
||||
|
|
|
|||
|
|
@ -469,7 +469,7 @@ nm_supplicant_config_add_setting_wireless_security (NMSupplicantConfig * self,
|
|||
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);
|
||||
ADD_STRING_VAL (setting->phase2_private_key_passwd, "phase2_private_key_passwd", FALSE, FALSE, TRUE);
|
||||
ADD_STRING_VAL (setting->phase2_private_key_passwd, "private_key2_passwd", FALSE, FALSE, TRUE);
|
||||
|
||||
ADD_STRING_LIST_VAL (setting->proto, "proto", TRUE, FALSE);
|
||||
ADD_STRING_LIST_VAL (setting->pairwise, "pairwise", TRUE, FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue