]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add a handler for NL80211_CMD_FRAME_WAIT_CANCEL events
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 3 Feb 2022 22:12:13 +0000 (00:12 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Feb 2022 22:13:12 +0000 (00:13 +0200)
commitda65e713602d7c27015f661d3091d659ff216b22
treed6afd7d09a0e61845462240d534ba9f1f7406a70
parent9aaf3e1d138a2a3125d791b65c26793428cc9bf0
nl80211: Add a handler for NL80211_CMD_FRAME_WAIT_CANCEL events

This can be helpful in figuring out when the driver has stopped waiting
on a specific channel and would need a remain-on-channel command to
continue listening on that channel.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/drivers/driver.h
src/drivers/driver_common.c
src/drivers/driver_nl80211_event.c