From e152ec7bf4ba252ff9d3eb13eabd417b931dac9a Mon Sep 17 00:00:00 2001
From: Iain Lane Creates a new NMWimaxNsp. connection the DBusGConnection the DBusGConnection Gets the WPA signal quality of the wimax NSP. Filters a given list of connections for a given NMWimaxNsp object and
return connections which may be activated with the access point. Any
returned connections will match the connections a list of
-NMConnection objects to filter. a
-list of NMConnection objects that could be activated with the given [transfer container][element-type NMConnection] Validates a given connection against a given WiMAX NSP to ensure that the
connection may be activated with that NSP. The connection must match the
connection an NMConnection to validate against an NMConnection to validate against
-GObject *
+GObject *
nm_wimax_nsp_new ()
@@ -58,7 +58,7 @@
-guint32
+guint32
nm_wimax_nsp_get_signal_quality ()
@@ -74,7 +74,7 @@
-GSList *
+GSList *
nm_wimax_nsp_filter_connections ()
@@ -82,7 +82,7 @@
-gboolean
+gboolean
nm_wimax_nsp_connection_valid ()
@@ -102,17 +102,17 @@
-gchar *
+gchar *
name
Read
-
guint
+guint
network-type
Read
-
@@ -148,7 +148,7 @@
guint
+guint
signal-quality
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMWimaxNsp
@@ -160,8 +160,8 @@
Functions
nm_wimax_nsp_new ()
-GObject *
-nm_wimax_nsp_new (
DBusGConnection *connection,
+GObject *
+nm_wimax_nsp_new (
DBusGConnection *connection,
const char *path);
+
@@ -221,7 +221,7 @@ nm_wimax_nsp_get_name (
nm_wimax_nsp_get_signal_quality ()
-guint32
+
guint32
nm_wimax_nsp_get_signal_quality (
NMWimaxNsp *nsp);
nm_wimax_nsp_filter_connections ()
-GSList *
+
GSList *
nm_wimax_nsp_filter_connections (
+ NMWimaxNsp *nsp,
- const GSList *connections);const GSList *connections);nsp
@@ -297,7 +297,7 @@ returned connections will match the nsp
+NMConnection objects to filter.
[element-type NMConnection]
nsp
Returns
nsp
+list of NMConnection objects that could be activated with the given nsp
.
The elements of the list are owned by their creator and should not be freed
by the caller, but the returned list itself is owned by the caller and should
-be freed with g_slist_free() when it is no longer required. g_slist_free() when it is no longer required.
nm_wimax_nsp_connection_valid ()
-gboolean
+
gboolean
nm_wimax_nsp_connection_valid (
+ NMWimaxNsp *nsp,
- NMConnection *connection);NMConnection *connection);nsp
@@ -341,7 +341,7 @@ against
@@ -350,8 +350,8 @@ against
-nsp
+nsp
“name” property“name” gchar *+
“name” gchar *
The name of the WiMAX NSP.
Flags: Read
Default value: NULL
@@ -432,7 +432,7 @@ against“network-type” property“network-type” guint+
“network-type” guint
The network type of the WiMAX NSP.
Flags: Read
Default value: 0
@@ -440,7 +440,7 @@ against