diff options
author | Ben Chan <benchan@chromium.org> | 2013-12-04 11:07:42 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-12-05 13:01:44 -0600 |
commit | 2db3df9d934acf01e93b11b6bcb1fc5a34f7b25a (patch) | |
tree | 7f6c1295c6ac1cd3bab3be7f98c00bbe16c756b4 /src/mm-modem-helpers-mbim.h | |
parent | 891f55f25c86e8bc35dd02b4254891508d4becba (diff) |
broadband-modem-mbim: implement network scan
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 28d8f7e9..67b6b57f 100644 --- a/src/mm-modem-helpers-mbim.h +++ b/src/mm-modem-helpers-mbim.h @@ -30,6 +30,10 @@ MMModem3gppRegistrationState mm_modem_3gpp_registration_state_from_mbim_register MMModemAccessTechnology mm_modem_access_technology_from_mbim_data_class (MbimDataClass data_class); +MMModem3gppNetworkAvailability mm_modem_3gpp_network_availability_from_mbim_provider_state (MbimProviderState state); + +GList *mm_3gpp_network_info_list_from_mbim_providers (const MbimProvider *const *providers, guint n_providers); + GError *mm_mobile_equipment_error_from_mbim_nw_error (MbimNwError nw_error); /*****************************************************************************/ |