]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: add vendor send command
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Mon, 15 Sep 2014 10:47:58 +0000 (12:47 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Oct 2014 09:53:14 +0000 (11:53 +0200)
commit894d2e2b314b7d8d9f7ac0f9a03cb2d86f972214
tree81ccac08d71c4d1a8c697d599ed3a47402994db3
parent4a73ea10719e65286bfad518a2ef974cbf0e70df
iw: add vendor send command

This allow to send vendor data to the driver.
This command required OUI and SUBCMD parameters.

Also optional DATA parameter could be used:

cat data.bin | iw wlan0 send oui subcmd -
iw wlan0 send oui subcmd file.bin
iw wlan0 vendor send oui subcmd 0x00 0x00 0x00 0x1f
echo EOF | iw wlan0 vendor send oui subcmd -

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
vendor.c [new file with mode: 0644]