| Embedded Wireless Framework
    | 
Go to the source code of this file.
| Functions | |
| ewf_result | ewf_adapter_modem_sim_pin_enter (ewf_adapter *adapter_ptr, const char *pin_str) | 
| Enter the modem SIM PIN (+cpin)  More... | |
| ewf_result | ewf_adapter_modem_sim_pin_status_read (ewf_adapter *adapter_ptr, char *code_str, uint32_t *code_str_len) | 
| Read the modem SIM PIN status (+cpin?)  More... | |
| ewf_result | ewf_adapter_modem_sim_pin_change (ewf_adapter *adapter_ptr, const char *pin_str, const char *new_pin_str) | 
| Set the modem SIM new PIN (+cpin)  More... | |
| ewf_result | ewf_adapter_modem_sim_pin_retries_read (ewf_adapter *adapter_ptr, const char *sel_code_str, uint32_t *retries_ptr, uint32_t *default_retries_ptr) | 
| Remaining PIN retries (+cpinr)  More... | |
| ewf_result | ewf_adapter_modem_sim_generic_access_set (ewf_adapter *adapter_ptr, uint32_t lenght, const char *command_str) | 
| Generic SIM access (+csim)  More... | |
| ewf_result | ewf_adapter_modem_sim_restricted_access (ewf_adapter *adapter_ptr, uint32_t command, uint32_t field, uint32_t p1, uint32_t p2, uint32_t p3, const char *data_str, const char *pathid_str) | 
| Restricted sim access (+crsm)  More... | |
| ewf_result | ewf_adapter_modem_facility_lock (ewf_adapter *adapter_ptr, const char *facility_str, const char *password_str, uint32_t classx) | 
| Lock a modem facility (+clck)  More... | |
| ewf_result | ewf_adapter_modem_facility_unlock (ewf_adapter *adapter_ptr, const char *facility_str, const char *password_str, uint32_t classx) | 
| Unlock a modem facility (+clck)  More... | |
| ewf_result | ewf_adapter_modem_facility_password_change (ewf_adapter *adapter_ptr, const char *facility_str, const char *old_password_str, const char *new_password_str) | 
| Change pwssword of a modem facility (+cpwd)  More... | |
The Embedded Wireless Framework modem sim card utility API (Reference : 3GPP TS 27.007, 3GPP TS 24.008, 3GPP TS 27.005, 3GPP TS 24.011 specifiction)