]> git.ipfire.org Git - thirdparty/hostap.git/commit
NAN USD: Add publishChannelList option for Subscriber
authorShivani Baranwal <quic_shivbara@quicinc.com>
Mon, 5 Aug 2024 09:33:04 +0000 (15:03 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 27 Aug 2024 07:51:56 +0000 (10:51 +0300)
commit25c6598f308ea89cf9ccc90c32dc63d9c0e4efa9
tree5f94b8db39a7a3e1a66eb671d5aa2f7215f7c118
parentbcab29a78c7792a89fbc0e25b4b597c06b699dfa
NAN USD: Add publishChannelList option for Subscriber

Add frequency list to active NAN USD Subscriber to search for a
Publisher on multiple channels. This is the publish channel list used by
the Subscriber to periodically search for a service on these channels.
publishChannelList was already supported in the Publisher and this
commit extends that to the Subscriber.

This is needed for a P2P2 seeker that is an active subscriber looking
for an advertiser on a list of publish channels.

Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
src/common/nan_de.c
src/common/nan_de.h
wpa_supplicant/ctrl_iface.c