~ubuntu-branches/ubuntu/saucy/network-manager-applet/saucy-updates

« back to all changes in this revision

Viewing changes to src/applet-dialogs.c

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-09-07 16:06:37 UTC
  • Revision ID: package-import@ubuntu.com-20120907160637-tf6bw2ya7s6nxulm
Tags: 0.9.6.2-0ubuntu3
debian/patches/applet_adhoc_use_wpa_rsn_part1.patch: enable the use of
WPA2/RSN for adhoc again, instead of WPA-None; to provide a way to get a
"good" encryption method available for adhoc networks. (LP: #1046918)

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
 
243
243
                        if (!strcmp (key_mgmt, "none"))
244
244
                                label = g_strdup (_("WEP"));
245
 
                        else if (!strcmp (key_mgmt, "wpa-none"))
246
 
                                label = g_strdup (_("WPA/WPA2"));
247
245
                        else if (!strcmp (key_mgmt, "wpa-psk"))
248
246
                                label = g_strdup (_("WPA/WPA2"));
249
247
                        else