NMSettingWimax

NMSettingWimax — Describes 802.16e Mobile WiMAX connection properties

Functions

Properties

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

Types and Values

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.

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.

Functions

nm_setting_wimax_new ()

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


nm_setting_wimax_get_network_name ()

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.

Parameters

setting

the NMSettingWimax