]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Add wpa_msg_ctrl() to report Probe Request frames from STA
authorbhagavathi perumal s <bperumal@qti.qualcomm.com>
Wed, 1 Nov 2017 17:09:55 +0000 (22:39 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 23 Nov 2017 18:12:34 +0000 (20:12 +0200)
commitcc79e06f0053ac85f04f08376a2269c634154c87
tree7990274e07bdccfbf5bc676480ef451cce1d63ac
parent92fe5f567cb9611f4698f56c630f1d693f61c027
hostapd: Add wpa_msg_ctrl() to report Probe Request frames from STA

This allows external applications to get event indication for Probe
Request frames. Extend ctrl iface cmd "ATTACH" to enable this event on
per-request basis. For example, user has to send ctrl iface cmd "ATTACH
probe_rx_events=1" to enable the Probe Request frame events.

Signed-off-by: bhagavathi perumal s <bperumal@qti.qualcomm.com>
hostapd/ctrl_iface.c
src/ap/beacon.c
src/common/ctrl_iface_common.c
src/common/ctrl_iface_common.h
src/common/wpa_ctrl.h
wpa_supplicant/ctrl_iface_unix.c