]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Add init/respond retries parameter configuration to hostapd
authorJouni Malinen <j@w1.fi>
Sun, 14 Mar 2021 16:51:43 +0000 (18:51 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Mar 2021 16:51:43 +0000 (18:51 +0200)
commit72a17937ca2befb5357e7550ad45020a05191f9c
tree70048c4c4c1306c202b361c0ec575e9b3ee559c5
parentf18b5542ad8b16d36e8bcb568b9b32960ff5006f
DPP: Add init/respond retries parameter configuration to hostapd

These parameters were already defined in struct hostapd_data, but there
was no way of setting them. Add these to hostapd control interface
similarly to the wpa_supplicant implementation.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/ctrl_iface.c