diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-09 15:54:48 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-09 15:54:48 +0200 |
commit | 927889edbec5fc68f457303cf62c563d546d0f1b (patch) | |
tree | e30e7472cca934ed10c4066a621369c762847f6e /src/mm-modem-helpers-qmi.h | |
parent | 316b9fa001edee37a17d831708839016aed93e80 (diff) |
bearer-qmi: use user-specified allowed authentication methods
If none of the specified methods is supported, an error is returned.
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index 9c3b1966..a9d5a300 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -77,5 +77,9 @@ MMSmsStorage mm_sms_storage_from_qmi_storage_type (QmiWmsStorageType qmi_storage MMSmsState mm_sms_state_from_qmi_message_tag (QmiWmsMessageTagType tag); +/*****************************************************************************/ +/* QMI/WDS to MM translations */ + +QmiWdsAuthentication mm_bearer_allowed_auth_to_qmi_authentication (MMBearerAllowedAuth auth); #endif /* MM_MODEM_HELPERS_QMI_H */ |