Top |
const char * | nm_wimax_nsp_get_name () |
guint32 | nm_wimax_nsp_get_signal_quality () |
NMWimaxNspNetworkType | nm_wimax_nsp_get_network_type () |
GPtrArray * | nm_wimax_nsp_filter_connections () |
gboolean | nm_wimax_nsp_connection_valid () |
#define | NM_WIMAX_NSP_NAME |
#define | NM_WIMAX_NSP_SIGNAL_QUALITY |
#define | NM_WIMAX_NSP_NETWORK_TYPE |
NMWimaxNsp |
const char *
nm_wimax_nsp_get_name (NMWimaxNsp *nsp
);
nm_wimax_nsp_get_name
has been deprecated since version 1.22 and should not be used in newly-written code.
WiMAX is no longer supported by NetworkManager since 1.2.0.
Gets the name of the wimax NSP
guint32
nm_wimax_nsp_get_signal_quality (NMWimaxNsp *nsp
);
nm_wimax_nsp_get_signal_quality
has been deprecated since version 1.22 and should not be used in newly-written code.
WiMAX is no longer supported by NetworkManager since 1.2.0.
Gets the WPA signal quality of the wimax NSP.
NMWimaxNspNetworkType
nm_wimax_nsp_get_network_type (NMWimaxNsp *nsp
);
nm_wimax_nsp_get_network_type
has been deprecated since version 1.22 and should not be used in newly-written code.
WiMAX is no longer supported by NetworkManager since 1.2.0.
Gets the network type of the wimax NSP.
GPtrArray * nm_wimax_nsp_filter_connections (NMWimaxNsp *nsp
,const GPtrArray *connections
);
nm_wimax_nsp_filter_connections
has been deprecated since version 1.22 and should not be used in newly-written code.
WiMAX is no longer supported by NetworkManager since 1.2.0.
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.
nsp |
an NMWimaxNsp to filter connections for |
|
connections |
an array of NMConnections to filter. |
[element-type NMConnection] |
gboolean nm_wimax_nsp_connection_valid (NMWimaxNsp *nsp
,NMConnection *connection
);
nm_wimax_nsp_connection_valid
has been deprecated since version 1.22 and should not be used in newly-written code.
WiMAX is no longer supported by NetworkManager since 1.2.0.
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.
nsp |
an NMWimaxNsp to validate |
|
connection |
an NMConnection to validate against |
“name”
property “name” char *
The name of the WiMAX NSP.
NMWimaxNsp:name
has been deprecated since version 1.22 and should not be used in newly-written code.
WiMAX is no longer supported by NetworkManager since 1.2.0.
Owner: NMWimaxNsp
Flags: Read
Default value: NULL
“network-type”
property“network-type” NMWimaxNspNetworkType
The network type of the WiMAX NSP.
NMWimaxNsp:network-type
has been deprecated since version 1.22 and should not be used in newly-written code.
WiMAX is no longer supported by NetworkManager since 1.2.0.
Owner: NMWimaxNsp
Flags: Read
Default value: NM_WIMAX_NSP_NETWORK_TYPE_UNKNOWN
“signal-quality”
property “signal-quality” guint
The signal quality of the WiMAX NSP.
NMWimaxNsp:signal-quality
has been deprecated since version 1.22 and should not be used in newly-written code.
WiMAX is no longer supported by NetworkManager since 1.2.0.
Owner: NMWimaxNsp
Flags: Read
Allowed values: <= 100
Default value: 0