NMSettingWimax

NMSettingWimax — Describes 802.16e Mobile WiMAX connection properties

Properties

gchar * mac-address Read / Write
gchar * network-name Read / Write

Object Hierarchy

    GObject
    ╰── NMSetting
        ╰── NMSettingWimax

Description

The NMSettingWimax object is a NMSetting subclass that describes properties necessary for connection to 802.16e Mobile WiMAX networks.

Functions

nm_setting_wimax_new ()

NMSetting *
nm_setting_wimax_new (void);

Creates a new NMSettingWimax object with default values.

Returns

the new empty NMSettingWimax object


nm_setting_wimax_get_network_name ()

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.

Parameters

setting

the NMSettingWimax

 

Returns

the WiMAX NSP name


nm_setting_wimax_get_mac_address ()

const char *
nm_setting_wimax_get_mac_address (NMSettingWimax *setting);

Returns the MAC address of a WiMAX device which this connection is locked to.

Parameters

setting

the NMSettingWimax

 

Returns

the MAC address

Types and Values

NM_SETTING_WIMAX_SETTING_NAME

#define NM_SETTING_WIMAX_SETTING_NAME "wimax"


NM_SETTING_WIMAX_NETWORK_NAME

#define NM_SETTING_WIMAX_NETWORK_NAME "network-name"


NM_SETTING_WIMAX_MAC_ADDRESS

#define NM_SETTING_WIMAX_MAC_ADDRESS  "mac-address"

Property Details

The “mac-address” property

  “mac-address”              gchar *

Flags: Read / Write

Default value: NULL


The “network-name” property

  “network-name”             gchar *

Flags: Read / Write

Default value: NULL