api,libmm-glib: new `allowed-auth' configuration for bearers
For bearers using STATIC or DHCP IP method, the modem itself is the one negotiating authentication with the network. The new `allowed-auth' property allows users to specify which authentication method(s) are allowed to be used. See the following NetworkManager commit for more reference: commit 34aef8aaaa09b7473b9496aa49e550bd2def03f8 Author: Andrew Bird <ajb@spheresystems.co.uk> Date: Thu Mar 15 16:19:43 2012 -0500
This commit is contained in:
@@ -604,8 +604,10 @@ mm_simple_connect_properties_get_allowed_modes
|
||||
mm_simple_connect_properties_set_allowed_modes
|
||||
mm_simple_connect_properties_get_apn
|
||||
mm_simple_connect_properties_set_apn
|
||||
mm_simple_connect_properties_set_user
|
||||
mm_simple_connect_properties_get_allowed_auth
|
||||
mm_simple_connect_properties_set_allowed_auth
|
||||
mm_simple_connect_properties_get_user
|
||||
mm_simple_connect_properties_set_user
|
||||
mm_simple_connect_properties_get_password
|
||||
mm_simple_connect_properties_set_password
|
||||
mm_simple_connect_properties_get_ip_type
|
||||
@@ -752,8 +754,10 @@ mm_bearer_properties_new
|
||||
<SUBSECTION GettersSetters>
|
||||
mm_bearer_properties_get_apn
|
||||
mm_bearer_properties_set_apn
|
||||
mm_bearer_properties_set_user
|
||||
mm_bearer_properties_get_allowed_auth
|
||||
mm_bearer_properties_set_allowed_auth
|
||||
mm_bearer_properties_get_user
|
||||
mm_bearer_properties_set_user
|
||||
mm_bearer_properties_get_password
|
||||
mm_bearer_properties_set_password
|
||||
mm_bearer_properties_get_ip_type
|
||||
@@ -917,6 +921,7 @@ mm_sms_properties_get_type
|
||||
<TITLE>Flags and Enumerations</TITLE>
|
||||
mm_bearer_ip_method_get_string
|
||||
mm_bearer_ip_family_get_string
|
||||
mm_bearer_allowed_auth_build_string_from_mask
|
||||
mm_modem_capability_build_string_from_mask
|
||||
mm_modem_state_get_string
|
||||
mm_modem_state_change_reason_get_string
|
||||
@@ -954,6 +959,7 @@ mm_modem_location_source_get_string
|
||||
mm_modem_contacts_storage_build_string_from_mask
|
||||
mm_bearer_ip_family_build_string_from_mask
|
||||
mm_bearer_ip_method_build_string_from_mask
|
||||
mm_bearer_allowed_auth_get_string
|
||||
mm_modem_cdma_registration_state_build_string_from_mask
|
||||
mm_modem_cdma_activation_state_build_string_from_mask
|
||||
mm_modem_cdma_rm_protocol_build_string_from_mask
|
||||
@@ -965,6 +971,7 @@ mm_firmware_image_type_build_string_from_mask
|
||||
<SUBSECTION Standard>
|
||||
MM_TYPE_BEARER_IP_FAMILY
|
||||
MM_TYPE_BEARER_IP_METHOD
|
||||
MM_TYPE_BEARER_ALLOWED_AUTH
|
||||
MM_TYPE_FIRMWARE_IMAGE_TYPE
|
||||
MM_TYPE_MODEM_3GPP_FACILITY
|
||||
MM_TYPE_MODEM_3GPP_NETWORK_AVAILABILITY
|
||||
@@ -988,6 +995,7 @@ MM_TYPE_SMS_STATE
|
||||
MM_TYPE_SMS_STORAGE
|
||||
mm_bearer_ip_family_get_type
|
||||
mm_bearer_ip_method_get_type
|
||||
mm_bearer_allowed_auth_get_type
|
||||
mm_firmware_image_type_get_type
|
||||
mm_modem_3gpp_facility_get_type
|
||||
mm_modem_3gpp_network_availability_get_type
|
||||
|
Reference in New Issue
Block a user