![]() |
![]() |
![]() |
libnm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define NM_WIMAX_NSP_NAME #define NM_WIMAX_NSP_SIGNAL_QUALITY #define NM_WIMAX_NSP_NETWORK_TYPE NMWimaxNsp; NMWimaxNspClass; const char * nm_wimax_nsp_get_name (NMWimaxNsp *nsp
); guint32 nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp
); NMWimaxNspNetworkType nm_wimax_nsp_get_network_type (NMWimaxNsp *nsp
); GPtrArray * nm_wimax_nsp_filter_connections (NMWimaxNsp *nsp
,const GPtrArray *connections
); gboolean nm_wimax_nsp_connection_valid (NMWimaxNsp *nsp
,NMConnection *connection
);
"name" gchar* : Read "network-type" NMWimaxNspNetworkType : Read "signal-quality" guint : Read
const char * nm_wimax_nsp_get_name (NMWimaxNsp *nsp
);
Gets the name of the wimax NSP
|
a NMWimaxNsp |
Returns : |
the name |
guint32 nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp
);
Gets the WPA signal quality of the wimax NSP.
|
a NMWimaxNsp |
Returns : |
the signal quality |
NMWimaxNspNetworkType nm_wimax_nsp_get_network_type (NMWimaxNsp *nsp
);
Gets the network type of the wimax NSP.
|
a NMWimaxNsp |
Returns : |
the network type |
GPtrArray * nm_wimax_nsp_filter_connections (NMWimaxNsp *nsp
,const GPtrArray *connections
);
Filters a given array of connections for a given NMWimaxNsp object and
return connections which may be activated with the NSP. Any returned
connections will match the nsp
's network name and other attributes.
|
an NMWimaxNsp to filter connections for |
|
an array of NMConnections to filter. [element-type NMConnection] |
Returns : |
an array of
NMConnections that could be activated with the given nsp . The array should
be freed with g_ptr_array_unref() when it is no longer required. [transfer container][element-type NMConnection]
|
gboolean nm_wimax_nsp_connection_valid (NMWimaxNsp *nsp
,NMConnection *connection
);
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
nsp
's network name and other attributes.
|
an NMWimaxNsp to validate connection against |
|
an NMConnection to validate against nsp
|
Returns : |
TRUE if the connection may be activated with this WiMAX NSP,
FALSE if it cannot be. |
"network-type"
property"network-type" NMWimaxNspNetworkType : Read
The network type of the WiMAX NSP.
Default value: NM_WIMAX_NSP_NETWORK_TYPE_UNKNOWN