| libnm-util Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#include <nm-setting-wimax.h>
NMSettingWimax;
NMSettingWimaxClass;
enum NMSettingWimaxError;
#define NM_SETTING_WIMAX_ERROR
#define NM_SETTING_WIMAX_MAC_ADDRESS
#define NM_SETTING_WIMAX_NETWORK_NAME
#define NM_SETTING_WIMAX_SETTING_NAME
GQuark nm_setting_wimax_error_quark (void);
const GByteArray * nm_setting_wimax_get_mac_address (NMSettingWimax *setting);
const char * nm_setting_wimax_get_network_name (NMSettingWimax *setting);
NMSetting * nm_setting_wimax_new (void);
The NMSettingWimax object is a NMSetting subclass that describes properties necessary for connection to 802.16e Mobile WiMAX networks.
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);
Registers an error quark for NMSettingWimax if necessary.
Returns : |
the error quark used for NMSettingWimax errors. |
const GByteArray * nm_setting_wimax_get_mac_address (NMSettingWimax *setting);
Returns the MAC address of a WiMAX device which this connection is locked to.
|
the NMSettingWimax |
Returns : |
the MAC address |
const char * nm_setting_wimax_get_network_name (NMSettingWimax *setting);
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 |
NMSetting * nm_setting_wimax_new (void);
Creates a new NMSettingWimax object with default values.
Returns : |
the new empty NMSettingWimax object |