]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Add RRM link measurement request support
authorRaj Kumar Bhagat <quic_rajkbhag@quicinc.com>
Thu, 4 Apr 2024 06:28:09 +0000 (11:58 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 15 Apr 2024 19:28:55 +0000 (22:28 +0300)
commit1be706e8620a8201e32e2627a752936e39d7ec1e
tree38be8aaf99e0ada930224e762360f76d027ee1ea
parent92fdb49b2e11aa4c56ad56270ee0e2b3f70032aa
hostapd: Add RRM link measurement request support

RRM link measurement request/report management frames are used to get
the radio link information between the connected stations.

Add new hostapd_cli command req_link_measurement to send an RRM link
measurement request to an associated station. Add support to handle the
link measurement report in hostapd.

RRM link measurement support can be enabled with the following new
configuration parameter:
rrm_link_measurement_report=1

Signed-off-by: Raj Kumar Bhagat <quic_rajkbhag@quicinc.com>
Signed-off-by: Yuvarani V <quic_yuvarani@quicinc.com>
hostapd/config_file.c
hostapd/ctrl_iface.c
hostapd/hostapd.conf
hostapd/hostapd_cli.c
hostapd/main.c
src/ap/hostapd.h
src/ap/rrm.c
src/ap/rrm.h
src/common/wpa_ctrl.h