[PATCH v2 0/2] RNR through ANQP.

sharadanandk at gmail.com sharadanandk at gmail.com
Tue Feb 22 06:37:19 PST 2022


From: Sharadanand Karanjkar <skaranjkar at datto.com>

Background -
RNR represents neighbour report, AP can advertise its co-located APs so that
the stations can find more APs quickly.
RNR can be provided in the beacon frames, in probe responses OR via ANQP frames.
ANQP is used by stations to query some parameters from AP. Here we are adding 
support for RNR through ANQP.

Description -
Here in the  first patch we are handling the ANQP code response coming from
STA. We are parsing the co-located APs and responding to the ANQP request.
This is done in the first patch.

In second patch we are adding more information to the RNR report.

Sharadanand Karanjkar (2):
  ANQP/hostapd RNR response to RNR query to ANQP query through action
    frame.
  ANQP/hostapd: Add more data to the ANQP RNR response.

 src/ap/beacon.c              |   8 +--
 src/ap/gas_serv.c            |  30 ++++++++++
 src/ap/ieee802_11.c          |   4 +-
 src/ap/ieee802_11.h          |   4 +-
 src/ap/ieee802_11_he.c       |  33 ++++++++---
 src/ap/neighbor_db.c         | 111 ++++++++++++++++++++++++++++++++++-
 src/common/ieee802_11_defs.h |   5 ++
 wpa_supplicant/mesh_mpm.c    |   4 +-
 8 files changed, 178 insertions(+), 21 deletions(-)

-- 
2.30.2




More information about the Hostap mailing list