]> git.ipfire.org Git - thirdparty/hostap.git/commit
PR: Deliver received PR PASN auth frames for processing
authorPeddolla Harshavardhan Reddy <peddolla@qti.qualcomm.com>
Sat, 26 Apr 2025 21:08:45 +0000 (02:38 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 17 Oct 2025 10:22:51 +0000 (13:22 +0300)
commitda95d9da51a17d65f5255aa9b75b7c48ec1c3eb0
tree747b4e2c8385eb7ee89f8a5cd074abae6b85bbe5
parenta2f89bec693d7fcb0e319caf250af08bc5964176
PR: Deliver received PR PASN auth frames for processing

If a Proximity Ranging element is present in the PASN frame, it is
processed by proximity ranging implementation. Deliver the frame there
instead of the generic PASN processing. The actual PR processing will be
added in separate commits.

Signed-off-by: Peddolla Harshavardhan Reddy <peddolla@qti.qualcomm.com>
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/common/proximity_ranging.c
src/common/proximity_ranging.h
wpa_supplicant/events.c
wpa_supplicant/pr_supplicant.c
wpa_supplicant/pr_supplicant.h