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
1 changed files with 6 additions and 0 deletions

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.