From: Sharadanand Karanjkar <skaranjkar@xxxxxxxxx> 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 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap