OSDN Git Service

mac80211_hwsim: add PMSR abort support via virtio
authorJaewan Kim <jaewan@google.com>
Wed, 22 Mar 2023 13:16:36 +0000 (13:16 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Mar 2023 10:46:11 +0000 (11:46 +0100)
commit8ba1da95053e02d9cb4a6849356eae6dc5687f62
tree3ac77781b0002eb305828fc21beb3f35526f680a
parent5530c04c87c5974d440ea95142e3e43ef7da4d5b
mac80211_hwsim: add PMSR abort support via virtio

PMSR (a.k.a. peer measurement) is generalized measurement between two
devices with Wi-Fi support. And currently FTM (a.k.a. fine time
measurement or flight time measurement) is the one and only measurement.

Add necessary functionalities for mac80211_hwsim to abort previous PMSR
request. The abortion request is sent to the wmedium where the PMSR request
is actually handled.

In detail, add new mac80211_hwsim command HWSIM_CMD_ABORT_PMSR. When
mac80211_hwsim receives the PMSR abortion request via
ieee80211_ops.abort_pmsr, the received cfg80211_pmsr_request is resent to
the wmediumd with command HWSIM_CMD_ABORT_PMSR and attribute
HWSIM_ATTR_PMSR_REQUEST. The attribute is formatted as the same way as
nl80211_pmsr_start() expects.

Signed-off-by: Jaewan Kim <jaewan@google.com>
Link: https://lore.kernel.org/r/20230322131637.2633968-5-jaewan@google.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/virtual/mac80211_hwsim.c
drivers/net/wireless/virtual/mac80211_hwsim.h