]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add support to probe specific mesh link by injecting frames
authorPradeep Kumar Chitrapu <pradeepc@codeaurora.org>
Mon, 29 Apr 2019 18:42:57 +0000 (11:42 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 28 May 2019 11:32:23 +0000 (14:32 +0300)
commitc36109e4d9b7edae55e9738617b4858d71b97d28
tree9e2dd717f79fa41ba727bdb7b2688f48899b7264
parent40879578144863ce2e58872470229f02948867aa
nl80211: Add support to probe specific mesh link by injecting frames

Add support for injecting frames to a given mesh peer, bypassing the
mpath table lookup using PROBE_MESH_LINK command. This helps to send
data frames over unexercised direct mesh path, which is not selected as
next_hop node. This can be helpful in measuring link metrics.

Signed-off-by: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
src/drivers/driver.h
src/drivers/driver_nl80211.c