]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Make wpas_p2p_notif_pbc_overlap() static
authorJouni Malinen <quic_jouni@quicinc.com>
Fri, 20 Jan 2023 16:02:26 +0000 (18:02 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 20 Jan 2023 16:02:26 +0000 (18:02 +0200)
commitc9fc12425681d7d9ab34dea9f5151a8f6dee2709
tree078da9195ed4ce85d159aa4ef8b96a78dc8ffc6b
parentec277b5237fb5a23cb6976ce7f8780c497fcecce
P2P: Make wpas_p2p_notif_pbc_overlap() static

Commit ace0fbdb69b4 ("P2P: Fix segfault when PBC overlap is detected")
removed the external calls to this function, but did not mark it static.
Mark it static now to clarify expected uses through the
wpas_p2p_pbc_overlap_cb() timer handler.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/p2p_supplicant.h