wpa_s AP: Deliver EVENT_RX_PROBE_REQ events to AP processing
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 8 Feb 2011 12:32:35 +0000 (14:32 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 8 Feb 2011 12:32:35 +0000 (14:32 +0200)
commite67b55fb11fde405a0bbeeb4c33abf0d1b6dc7c2
tree79320cf89cbe2e50b83bb2910d826181fb18d324
parentd601247ca9b1dff6bb97e6d8608bf32f54e6d98a
wpa_s AP: Deliver EVENT_RX_PROBE_REQ events to AP processing

This is needed to allows WPS PBC session overlap detection to work
with drivers that process Probe Request frames internally. This
code is is run in hostapd, but the wpa_supplicant AP mode did not
have call to the hostapd_probe_req_rx() function even though it
registered handlers for hostapd Probe Request RX callbacks.
src/ap/drv_callbacks.c
src/ap/hostapd.h
wpa_supplicant/events.c