All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sim: Add support to clear cached PINs
@ 2019-01-16  6:42 Nandini Rebello
  0 siblings, 0 replies; 2+ messages in thread
From: Nandini Rebello @ 2019-01-16  6:42 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

Adding function to clear cached pins in case modem is disabled.
---
 include/sim.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/sim.h b/include/sim.h
index fad4c0d..e00e213 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -262,6 +262,8 @@ void ofono_sim_inserted_notify(struct ofono_sim *sim, ofono_bool_t inserted);
  */
 void ofono_sim_initialized_notify(struct ofono_sim *sim);
 
+void ofono_sim_clear_cached_pins(struct ofono_sim *sim);
+
 struct ofono_sim_context *ofono_sim_context_create(struct ofono_sim *sim);
 
 struct ofono_sim_context *ofono_sim_context_create_isim(
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] sim: Add support to clear cached PINs
@ 2019-01-03 11:04 Nandini Rebello
  0 siblings, 0 replies; 2+ messages in thread
From: Nandini Rebello @ 2019-01-03 11:04 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

Adding function to clear cached pins in case modem is disabled.
---
 include/sim.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/sim.h b/include/sim.h
index fad4c0d..b0a0911 100644
--- a/include/sim.h
+++ b/include/sim.h
@@ -262,6 +262,8 @@ void ofono_sim_inserted_notify(struct ofono_sim *sim, ofono_bool_t inserted);
  */
 void ofono_sim_initialized_notify(struct ofono_sim *sim);
 
+void ofono_sim_clear_cached_pins(void);
+
 struct ofono_sim_context *ofono_sim_context_create(struct ofono_sim *sim);
 
 struct ofono_sim_context *ofono_sim_context_create_isim(
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-16  6:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16  6:42 [PATCH] sim: Add support to clear cached PINs Nandini Rebello
  -- strict thread matches above, loose matches on Subject: below --
2019-01-03 11:04 Nandini Rebello

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.