![]() |
![]() |
![]() |
libnm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define NM_SETTING_WIMAX_SETTING_NAME #define NM_SETTING_WIMAX_NETWORK_NAME #define NM_SETTING_WIMAX_MAC_ADDRESS struct NMSettingWimax; NMSettingWimaxClass; NMSetting * nm_setting_wimax_new (void
); const char * nm_setting_wimax_get_network_name (NMSettingWimax *setting
); const char * 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.
NMSetting * nm_setting_wimax_new (void
);
Creates a new NMSettingWimax object with default values.
Returns : |
the new empty NMSettingWimax object |
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 |
const char * 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 |
"mac-address"
property"mac-address" gchar* : Read / Write
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).
Default value: NULL
"network-name"
property"network-name" gchar* : Read / Write
Network Service Provider (NSP) name of the WiMAX network this connection should use.
Default value: NULL