mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-17 23:58:09 +02:00
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 |
||
|---|---|---|
| .. | ||
| icons | ||
| .cvsignore | ||
| applet-compat.c | ||
| applet-compat.h | ||
| applet-dbus-devices.c | ||
| applet-dbus-devices.h | ||
| applet-dbus-info.c | ||
| applet-dbus-info.h | ||
| applet-dbus-vpn.c | ||
| applet-dbus-vpn.h | ||
| applet-dbus.c | ||
| applet-dbus.h | ||
| applet.c | ||
| applet.h | ||
| eggtrayicon.c | ||
| eggtrayicon.h | ||
| gconf-helpers.c | ||
| gconf-helpers.h | ||
| keyring.png | ||
| main.c | ||
| Makefile.am | ||
| menu-items.c | ||
| menu-items.h | ||
| nm-applet.conf | ||
| nm-device.c | ||
| nm-device.h | ||
| nm-gconf-wso-private.h | ||
| nm-gconf-wso-wep.c | ||
| nm-gconf-wso-wep.h | ||
| nm-gconf-wso-wpa-psk.c | ||
| nm-gconf-wso-wpa-psk.h | ||
| nm-gconf-wso.c | ||
| nm-gconf-wso.h | ||
| other-network-dialog.c | ||
| other-network-dialog.h | ||
| passphrase-dialog.c | ||
| passphrase-dialog.h | ||
| vpn-connection.c | ||
| vpn-connection.h | ||
| vpn-password-dialog.c | ||
| vpn-password-dialog.h | ||
| wireless-applet.glade | ||
| wireless-network.c | ||
| wireless-network.h | ||
| wireless-security-manager.c | ||
| wireless-security-manager.h | ||
| wireless-security-option.c | ||
| wireless-security-option.h | ||
| wso-none.c | ||
| wso-none.h | ||
| wso-private.h | ||
| wso-wep-ascii.c | ||
| wso-wep-ascii.h | ||
| wso-wep-hex.c | ||
| wso-wep-hex.h | ||
| wso-wep-passphrase.c | ||
| wso-wep-passphrase.h | ||
| wso-wpa-psk-hex.c | ||
| wso-wpa-psk-hex.h | ||
| wso-wpa-psk-passphrase.c | ||
| wso-wpa-psk-passphrase.h | ||