D-Bus: Interworking network selection
Add the "InterworkingSelect" method to the DBus API to trigger an Interworking scan with ANQP fetches. When a BSS that matches a configured credential is found, the result is emitted using the signal "InterworkingAPAdded". Completion of the full InterworkingSelect operation is indicated with the "InterworkingSelectDone" signal. Signed-off-by: Damien Dejean <damiendejean@chromium.org>
This commit is contained in:
parent
b44e199676
commit
c8e4283f90
9 changed files with 281 additions and 7 deletions
|
@ -574,6 +574,10 @@ fi.w1.wpa_supplicant1.CreateInterface.
|
|||
<h3>RemoveAllCreds ( ) --> nothing</h3>
|
||||
<p>Remove all configured Interworking/Hotspot 2.0 credentials.</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>InterworkingSelect ( ) --> nothing</h3>
|
||||
<p>Perform Interworking (Hotspot 2.0) network selection.</p>
|
||||
</li>
|
||||
<li>
|
||||
<h3>EAPLogoff ( ) --> nothing</h3>
|
||||
<p>IEEE 802.1X EAPOL state machine logoff.</p>
|
||||
|
@ -1283,6 +1287,14 @@ fi.w1.wpa_supplicant1.CreateInterface.
|
|||
<dd>A dictionary with pairs of field names and their values. Possible dictionary keys are: "addr", "dst", "bssid", "ies", "signal".</dd>
|
||||
</dl>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>InterworkingAPAdded ( o : bss, o : cred, a{sv} : args )</h3>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h3>InterworkingSelectDone ( )</h3>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue