]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Fix handling Service Discovery Response received by GO device
authorShivani Baranwal <quic_shivbara@quicinc.com>
Wed, 21 Dec 2022 06:35:12 +0000 (12:05 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 25 Jan 2023 21:47:33 +0000 (23:47 +0200)
commit2e47ea22cc209bbd3d454e981c362a3b643b0c2e
tree1b010d45c8af7344941ea4a116eb6527db75408a
parentdc7e330e0b8997bb3611fa0a668303a3f2aa9959
P2P: Fix handling Service Discovery Response received by GO device

The received Service Discovery Response frame follows the ap_mgmt_rx()
path in P2P GO mode. If gas_query_rx_frame() doesn't process the frame,
call the Public Action frame callbacks if any are registered for further
processing of the RX frame.

Fixes: 9c2b8204e662 ("DPP: Integration for hostapd")
Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
src/ap/ieee802_11.c