]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Handle EVENT_TX_WAIT_EXPIRE path for push button
authorandrewrpope <andrew.pope@morsemicro.com>
Mon, 25 Nov 2024 21:11:52 +0000 (08:11 +1100)
committerJouni Malinen <j@w1.fi>
Sun, 22 Dec 2024 22:12:09 +0000 (00:12 +0200)
commitd8772c1951da7b813459722ded7ed8cee0ff4155
treec38050f8e63bce7738b4b9ea8b49cf50024613f8
parentbe2d195843f53f64ba17513b31351b9491128944
DPP: Handle EVENT_TX_WAIT_EXPIRE path for push button

The DPP push button state machine will get stuck if an off-channel PB
announcement is cancelled via EVENT_TX_WAIT_EXPIRE. Handle a
TX_WAIT_EXPIRE by calling wpas_dpp_pb_next(), moving the state machine
forward.

Signed-off-by: Andrew Pope <andrew.pope@morsemicro.com>
wpa_supplicant/dpp_supplicant.c