Top | ![]() |
![]() |
![]() |
![]() |
GQuark | nm_setting_wimax_error_quark () |
NMSetting * | nm_setting_wimax_new () |
const char * | nm_setting_wimax_get_network_name () |
const GByteArray * | nm_setting_wimax_get_mac_address () |
#define | NM_SETTING_WIMAX_SETTING_NAME |
enum | NMSettingWimaxError |
#define | NM_SETTING_WIMAX_ERROR |
#define | NM_SETTING_WIMAX_NETWORK_NAME |
#define | NM_SETTING_WIMAX_MAC_ADDRESS |
The NMSettingWimax object is a NMSetting subclass that describes properties necessary for connection to 802.16e Mobile WiMAX networks.
GQuark
nm_setting_wimax_error_quark (void
);
Registers an error quark for NMSettingWimax if necessary.
NMSetting *
nm_setting_wimax_new (void
);
Creates a new NMSettingWimax object with default values.
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.
const GByteArray *
nm_setting_wimax_get_mac_address (NMSettingWimax *setting
);
Returns the MAC address of a WiMAX device which this connection is locked to.
“mac-address”
property “mac-address” GArray_guchar_ *
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).
Flags: Read / Write
“network-name”
property“network-name” gchar *
Network Service Provider (NSP) name of the WiMAX network this connection should use.
Flags: Read / Write
Default value: NULL