dbus: Add method to enable channel switching with a TDLS peer

This patch adds "TDLSChannelSwitch" dbus method on
"fi.w1.wpa_supplicant1.Interface" interface to enable channel switching
with a TDLS peer.

Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
This commit is contained in:
Nishant Chaprana 2017-05-01 09:35:37 +05:30 committed by Jouni Malinen
parent 0238e8ba4c
commit 2a57b4b821
4 changed files with 138 additions and 0 deletions

View file

@ -455,6 +455,15 @@ fi.w1.wpa_supplicant1.CreateInterface.
<dd>Initiating the TDLS operation failed for an unknown reason.</dd>
</dl>
</li>
<li>
<h3>TDLSChannelSwitch ( a{sv} : args ) --> nothing</h3>
<p>Configure TDLS channel switching behavior with a peer.</p>
<h4>Arguments</h4>
<dl>
<dt>a{sv} : args</dt>
<dd>A dictionary with arguments identifying the peer and channel switching behavior.</dd>
</dl>
</li>
<li>
<h3>VendorElemAdd ( i: frame_id, ay: ielems ) --> nothing</h3>
<p>Add Vendor Elements to corresponding frame ID.</p>