NetworkManager/libnm-util
Dan Williams f2c3f74a13 2006-01-11 Dan Williams <dcbw@redhat.com>
Add options for WPA2 and WPA1+CCMP (AES).

	* gnome/applet/wireless-applet.glade
		- Add UI bits for WPA+CCMP

	* gnome/applet/other-network-dialog.c
		- (nmwa_ond_init): pass capabilities into the WirelessSecurityManager,
			and don't allow creation of WPA2 Ad-Hoc networks since
			wpa_supplicant doesn't support them

	* gnome/applet/wireless-security-manager.c
		- (wsm_set_capabilities): Add WPA2 options, and pass capability
			on to the specific wireless security option being created

	* gnome/applet/wireless-security-option.[ch]
		- (wso_wpa_create_key_type_model): new utility function to create
			the model required for WPA Key Type combo box

	* gnome/applet/wso-private.h
	  gnome/applet/wireless-security-option.h
		- Move private function prototypes into wso-private.h

	* gnome/applet/wso-wpa-psk-hex.[ch]
	  gnome/applet/wso-wpa-psk-passphrase.[ch]
		- (append_dbus_params_func): get WPA version from checkbox and pass
			it to the dbus serialization helper
		- (key_type_combo_changed_cb): Set the cipher's WE Cipher when the
			key type combo changes
		- (wso_wpa_psk_hex_new): set up the key type combo with the correct
			model and options

	* libnm-util/cipher-wpa-psk-hex.c
	  libnm-util/cipher-wpa-psk-passphrase.c
		- (cipher_wpa_psk_hex_set_we_cipher, cipher_wpa_psk_passphrase_set_we_cipher):
			new function; allow the cipher to be changed after object creation

	* src/nm-ap-security-wpa-psk.c
		- (set_description): Do WPA2 descriptions too

	* src/nm-ap-security.c
		- (nm_ap_security_new_from_ap): allow CCMP with WPA1 too


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1317 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-01-11 20:46:26 +00:00
..
.cvsignore Add cvsignore file 2005-12-10 02:26:47 +00:00
cipher-private.h 2005-12-23 Dan Williams <dcbw@redhat.com> 2005-12-23 08:20:12 +00:00
cipher-wep-ascii.c 2005-12-23 Dan Williams <dcbw@redhat.com> 2005-12-23 08:20:12 +00:00
cipher-wep-ascii.h 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-10 19:33:26 +00:00
cipher-wep-hex.c 2005-12-23 Dan Williams <dcbw@redhat.com> 2005-12-23 08:20:12 +00:00
cipher-wep-hex.h 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-10 19:33:26 +00:00
cipher-wep-passphrase.c 2005-12-23 Dan Williams <dcbw@redhat.com> 2005-12-23 08:20:12 +00:00
cipher-wep-passphrase.h 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-10 19:33:26 +00:00
cipher-wpa-psk-hex.c 2006-01-11 Dan Williams <dcbw@redhat.com> 2006-01-11 20:46:26 +00:00
cipher-wpa-psk-hex.h 2006-01-11 Dan Williams <dcbw@redhat.com> 2006-01-11 20:46:26 +00:00
cipher-wpa-psk-passphrase.c 2006-01-11 Dan Williams <dcbw@redhat.com> 2006-01-11 20:46:26 +00:00
cipher-wpa-psk-passphrase.h 2006-01-11 Dan Williams <dcbw@redhat.com> 2006-01-11 20:46:26 +00:00
cipher.c 2005-12-23 Dan Williams <dcbw@redhat.com> 2005-12-23 08:20:12 +00:00
cipher.h 2005-12-23 Dan Williams <dcbw@redhat.com> 2005-12-23 08:20:12 +00:00
dbus-helpers.c 2006-01-09 Timo Hoenig <thoenig@suse.de> 2006-01-09 15:04:43 +00:00
dbus-helpers.h 2006-01-09 Timo Hoenig <thoenig@suse.de> 2006-01-09 15:04:43 +00:00
dbus-method-dispatcher.c 2005-12-17 Dan Williams <dcbw@redhat.com> 2005-12-17 21:10:37 +00:00
dbus-method-dispatcher.h 2005-12-17 Dan Williams <dcbw@redhat.com> 2005-12-17 21:10:37 +00:00
gnome-keyring-md5.c 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00
gnome-keyring-md5.h 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00
libnm-util.pc.in Patch from Timo Hoenig: fix library name for libnm-util 2006-01-09 15:05:19 +00:00
Makefile.am 2005-12-17 Dan Williams <dcbw@redhat.com> 2005-12-17 21:10:37 +00:00
sha1.c 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00
sha1.h 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00