![]() |
![]() |
![]() |
libnm-util Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <nm-setting-wimax.h> #define NM_SETTING_WIMAX_SETTING_NAME enum NMSettingWimaxError; #define NM_SETTING_WIMAX_ERROR GQuark nm_setting_wimax_error_quark (void
); #define NM_SETTING_WIMAX_NETWORK_NAME #define NM_SETTING_WIMAX_MAC_ADDRESS NMSettingWimax; NMSettingWimaxClass; NMSetting * nm_setting_wimax_new (void
); const char * nm_setting_wimax_get_network_name (NMSettingWimax *setting
); const GByteArray * nm_setting_wimax_get_mac_address (NMSettingWimax *setting
);
The NMSettingWimax object is a NMSetting subclass that describes properties necessary for connection to 802.16e Mobile WiMAX networks.
NetworkManager no longer supports WiMAX; while this API remains available for backward-compatibility reasons, it serves no real purpose, since WiMAX connections cannot be activated.
typedef enum { NM_SETTING_WIMAX_ERROR_UNKNOWN = 0, /*< nick=UnknownError >*/ NM_SETTING_WIMAX_ERROR_INVALID_PROPERTY, /*< nick=InvalidProperty >*/ NM_SETTING_WIMAX_ERROR_MISSING_PROPERTY /*< nick=MissingProperty >*/ } NMSettingWimaxError;
GQuark nm_setting_wimax_error_quark (void
);
nm_setting_wimax_error_quark
has been deprecated since version 1.2 and should not be used in newly-written code. WiMAX is no longer supported.
Registers an error quark for NMSettingWimax if necessary.
Returns : |
the error quark used for NMSettingWimax errors. |
NMSetting * nm_setting_wimax_new (void
);
nm_setting_wimax_new
has been deprecated since version 1.2 and should not be used in newly-written code. WiMAX is no longer supported.
Creates a new NMSettingWimax object with default values.
Returns : |
the new empty NMSettingWimax object |
const char * nm_setting_wimax_get_network_name (NMSettingWimax *setting
);
nm_setting_wimax_get_network_name
has been deprecated since version 1.2 and should not be used in newly-written code. WiMAX is no longer supported.
Returns the WiMAX NSP name (ex "Sprint" or "CLEAR") which identifies the specific WiMAX network this setting describes a connection to.
|
the NMSettingWimax |
Returns : |
the WiMAX NSP name |
const GByteArray * nm_setting_wimax_get_mac_address (NMSettingWimax *setting
);
nm_setting_wimax_get_mac_address
has been deprecated since version 1.2 and should not be used in newly-written code. WiMAX is no longer supported.
Returns the MAC address of a WiMAX device which this connection is locked to.
|
the NMSettingWimax |
Returns : |
the MAC address |
"mac-address"
property "mac-address" GArray_guchar_* : Read / Write
NMSettingWimax:mac-address
has been deprecated since version 1.2 and should not be used in newly-written code. WiMAX is no longer supported.
If specified, this connection will only apply to the WiMAX device whose MAC address matches. This property does not change the MAC address of the device (known as MAC spoofing).
"network-name"
property "network-name" gchar* : Read / Write
NMSettingWimax:network-name
has been deprecated since version 1.2 and should not be used in newly-written code. WiMAX is no longer supported.
Network Service Provider (NSP) name of the WiMAX network this connection should use.
Default value: NULL