From 5447ba482a6d5b5eea6da3d43200612aea100420 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 29 Jan 2018 10:37:07 -0800 Subject: [PATCH] docs: documentation for SendFrame method --- doc/hwsim-radio-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/hwsim-radio-api.txt b/doc/hwsim-radio-api.txt index 2a62dafa..0d0ca7ad 100644 --- a/doc/hwsim-radio-api.txt +++ b/doc/hwsim-radio-api.txt @@ -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.