]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Support for RNR elements
authorAloka Dixit <quic_alokad@quicinc.com>
Tue, 4 Apr 2023 17:59:00 +0000 (10:59 -0700)
committerJouni Malinen <j@w1.fi>
Tue, 18 Apr 2023 08:39:32 +0000 (11:39 +0300)
commitac54b612739751c4d9548cca9ce86aa670477279
treea9c073ee1889db1d903e373b2a87316f6e81655a
parent5d06acefdd4c0a4cc7bdb0f8df3c6f446f296ac6
nl80211: Support for RNR elements

Add new nested netlink attribute, NL80211_ATTR_EMA_RNR_ELEMS, to send
the reduced neighbor report (RNR) elements to the driver when EMA is
enabled. This attribute includes the count of RNR elements and data at
each index. While generating EMA beacons, the driver will include RNR
group at a given index along with MBSSID group. The last element, if
present, has RNR data common for all EMA beacons such as neighbor APs.

Signed-off-by: Aloka Dixit <quic_alokad@quicinc.com>
src/drivers/driver_nl80211.c