]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: add vendor command response support
authorErik Stromdahl <erik.stromdahl@gmail.com>
Mon, 2 May 2016 19:55:30 +0000 (21:55 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 31 May 2016 09:41:43 +0000 (11:41 +0200)
commite7c092307d94630223ea815b9474aee4e931a576
tree95b196a8dd70acbe13bf5ce8277148ae9bcce1fd
parent045c1c6fd12b4b64bfb5774e2fe3008d791f8069
iw: add vendor command response support

Introduced two new commands for reading vendor command responses:
recv and recvbin
Both will send a vendor command (typically some kind of GET request)
in the same way as the current send command and print the received
response in ASCII or binary.

Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
vendor.c