dbus: Add method to disable channel switching with a TDLS peer
This patch adds "TDLSCancelChannelSwitch" dbus method on "fi.w1.wpa_supplicant1.Interface" interface to disable channel switching with a TDLS peer. Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
This commit is contained in:
parent
2a57b4b821
commit
9f49474669
4 changed files with 50 additions and 0 deletions
|
@ -464,6 +464,15 @@ fi.w1.wpa_supplicant1.CreateInterface.
|
|||
<dd>A dictionary with arguments identifying the peer and channel switching behavior.</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li>
|
||||
<h3>TDLSCancelChannelSwitch ( s : peer_address ) --> nothing</h3>
|
||||
<p>Disable channel switching for a TDLS session with a peer.</p>
|
||||
<h4>Arguments</h4>
|
||||
<dl>
|
||||
<dt>s : peer_address</dt>
|
||||
<dd>MAC address for the peer.</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<li>
|
||||
<h3>VendorElemAdd ( i: frame_id, ay: ielems ) --> nothing</h3>
|
||||
<p>Add Vendor Elements to corresponding frame ID.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue