]> git.ipfire.org Git - thirdparty/hostap.git/commit
PR: Initialize Proximity Ranging global context
authorPeddolla Harshavardhan Reddy <peddolla@qti.qualcomm.com>
Fri, 25 Apr 2025 07:32:52 +0000 (13:02 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 16 Oct 2025 20:50:44 +0000 (23:50 +0300)
commitae3b00be3532176d9a34092f39f2bf0cee6be347
tree298d9a590285ab281b49fe527f27d9ec58a34f25
parent73fce7cd8d1bc1e86fbad04a0acabd8ead4fcea4
PR: Initialize Proximity Ranging global context

Add changes to initialize and deinitialize the Proximity Ranging (PR)
global context and Makefile changes to enable the compilation of this
feature. The Proximity Ranging context will be global making it common
to all interfaces.

The compilation of changes related to Proximity Ranging can be
enabled using the CONFIG_PR flag.

Signed-off-by: Peddolla Harshavardhan Reddy <peddolla@qti.qualcomm.com>
src/common/proximity_ranging.c [new file with mode: 0644]
src/common/proximity_ranging.h [new file with mode: 0644]
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/pr_supplicant.c [new file with mode: 0644]
wpa_supplicant/pr_supplicant.h [new file with mode: 0644]
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h