~ubuntu-branches/ubuntu/precise/network-manager/precise

« back to all changes in this revision

Viewing changes to src/supplicant-manager/nm-supplicant-config.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-02-09 16:45:41 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20120209164541-4h90zknlsfdb7x35
Tags: 0.9.2.0+git201202091925.c721477-0ubuntu1
* upstream snapshot 2012-02-09 19:25:59 (GMT)
  + c721477d11d4fe144111d6d2eec8f93f2e9186c9
* debian/patches/avoid-periodic-disk-wakeups.patch: refreshed.
* debian/patches/nl3-default-ip6-route.patch: refreshed.
* debian/libnm-glib4.symbols: add symbols:
  + nm_active_connection_get_master@Base
  + nm_client_new_async@Base
  + nm_client_new_finish@Base
  + nm_remote_settings_new_async@Base
  + nm_remote_settings_new_finish@Base
  + nm_device_get_state_reason@Base
* debian/libnm-util2.symbols: add symbols:
  + nm_setting_802_1x_get_pac_file@Base
  + nm_setting_infiniband_get_transport_mode@Base

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * with this program; if not, write to the Free Software Foundation, Inc.,
16
16
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
 *
18
 
 * Copyright (C) 2006 - 2008 Red Hat, Inc.
 
18
 * Copyright (C) 2006 - 2012 Red Hat, Inc.
19
19
 * Copyright (C) 2007 - 2008 Novell, Inc.
20
20
 */
21
21
 
57
57
void nm_supplicant_config_set_ap_scan (NMSupplicantConfig *self,
58
58
                                       guint32 ap_scan);
59
59
 
 
60
gboolean nm_supplicant_config_fast_required (NMSupplicantConfig *self);
 
61
 
60
62
GHashTable *nm_supplicant_config_get_hash (NMSupplicantConfig *self);
61
63
 
62
64
GHashTable *nm_supplicant_config_get_blobs (NMSupplicantConfig *self);
70
72
gboolean nm_supplicant_config_add_setting_wireless_security (NMSupplicantConfig *self,
71
73
                                                             NMSettingWirelessSecurity *setting,
72
74
                                                             NMSetting8021x *setting_8021x,
73
 
                                                             const char *connection_uid);
 
75
                                                             const char *con_uuid);
74
76
 
75
77
gboolean nm_supplicant_config_add_no_security (NMSupplicantConfig *self);
76
78
 
77
79
gboolean nm_supplicant_config_add_setting_8021x (NMSupplicantConfig *self,
78
80
                                                 NMSetting8021x *setting,
79
 
                                                 const char *connection_uid,
 
81
                                                 const char *con_uuid,
80
82
                                                 gboolean wired);
81
83
 
82
84
G_END_DECLS