]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP2: Chirping in hostapd Enrollee
authorJouni Malinen <jouni@codeaurora.org>
Wed, 13 May 2020 14:11:40 +0000 (17:11 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 13 May 2020 14:59:05 +0000 (17:59 +0300)
commit98e4b38403c8ae957359eaf98f065f463f50a683
tree2d8793d549d084ef1e1a265dbb20b8218746334e
parent95471fc3e88fccdaaabc96227742a619d320c621
DPP2: Chirping in hostapd Enrollee

Add a new hostapd control interface command "DPP_CHIRP own=<BI ID>
iter=<count>" to request chirping, i.e., sending of Presence
Announcement frames, to be started. This follows the model of similar
wpa_supplicant functionality from commit 562f77144cd2 ("DPP2: Chirping
in wpa_supplicant Enrollee"). The hostapd case requires the AP to be
started without beaconing, i.e., with start_disabled=1 in hostapd
configuration, to allow iteration of channels needed for chirping.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/ctrl_iface.c
hostapd/main.c
src/ap/dpp_hostapd.c
src/ap/dpp_hostapd.h
src/ap/hostapd.h