diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-11-14 17:46:38 +0100 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-12-07 16:20:53 +0000 |
commit | d6e2c69129900f50dd8c0ed6cb9a7a17c141a85e (patch) | |
tree | 3d1dbf35fe2a00120d5e23c47beed154757eae48 /src/mm-modem-helpers-mbim.h | |
parent | 4cb6751dafc20a55192b61eb8a6ab97d3c95c398 (diff) |
helpers-mbim: new method to convert auth settings to/from MM
Diffstat (limited to 'src/mm-modem-helpers-mbim.h')
-rw-r--r-- | src/mm-modem-helpers-mbim.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-mbim.h b/src/mm-modem-helpers-mbim.h index 6ef51f36..3ae190ee 100644 --- a/src/mm-modem-helpers-mbim.h +++ b/src/mm-modem-helpers-mbim.h @@ -39,6 +39,10 @@ GList *mm_3gpp_network_info_list_from_mbim_providers (const MbimProvider *const GError *mm_mobile_equipment_error_from_mbim_nw_error (MbimNwError nw_error); +MMBearerAllowedAuth mm_bearer_allowed_auth_from_mbim_auth_protocol (MbimAuthProtocol auth_protocol); +MbimAuthProtocol mm_bearer_allowed_auth_to_mbim_auth_protocol (MMBearerAllowedAuth bearer_auth, + GError **error); + /*****************************************************************************/ /* MBIM/SMS to MM translations */ |