3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

docs: documentation for SendFrame method

This commit is contained in:
James Prestwood 2018-01-29 10:37:07 -08:00 committed by Denis Kenzior
parent 0db0ce43b8
commit 5447ba482a

View File

@ -59,6 +59,12 @@ Service net.connman.iwd.hwsim
Interface net.connman.iwd.hwsim.Interface [Experimental]
Object path /{radio0,radio1,...}/{1,2,...}
Methods void SendFrame(string addr, uint32 freq, int32 signal,
array(byte) frame)
Send an arbitrary frame out to a station. 'addr' is the
station address. 'freq' and 'signal' are the frequency
and signal strength.
Properties string Name [readonly]
The interface name.