]> git.ipfire.org Git - thirdparty/hostap.git/commit
Report offchannel RX frame frequency to hostapd
authorJouni Malinen <jouni@codeaurora.org>
Mon, 8 Jan 2018 01:37:48 +0000 (03:37 +0200)
committerJouni Malinen <jouni@qca.qualcomm.com>
Mon, 8 Jan 2018 01:37:48 +0000 (03:37 +0200)
commitc5cc7a59acb27804d5c7698dffd0dd2bc07ac937
treef6a69d73f0a3001eccc129096c17960cc1cc6d80
parent7b498ecafb6762fa7f0dda8db1d17f5dfbd57039
Report offchannel RX frame frequency to hostapd

Not all code paths for management frame RX reporting delivered the
correct frequency for offchannel RX cases. This is needed mainly for
Public Action frame processing in some special cases where AP is
operating, but an exchange is done on a non-operational channel. For
example, DPP Initiator role may need to do this.

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