Kaydet (Commit) d6c47d89 authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

Add PIN checking method for Network.Link model

üst c94e8c07
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
<method name="authMethods" action_id=""> <method name="authMethods" action_id="">
<arg name="info" type="a(ss)" direction="out"/> <arg name="info" type="a(ss)" direction="out"/>
</method> </method>
<!-- Will be needed by ModemManager backend for PIN checking
<method name="PINRequired" action_id="">
<arg name="device" type="s" direction="in"/>
<arg name="result" type="s" direction="out"/>
</method>
-->
<method name="authParameters" action_id=""> <method name="authParameters" action_id="">
<arg name="info" type="a(sss)" direction="out"/> <arg name="info" type="a(sss)" direction="out"/>
</method> </method>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment