Replace hostapd_wps_probe_req_rx() with more generic ProbeReq notifier
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 12 Jun 2009 14:31:43 +0000 (17:31 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 12 Jun 2009 14:31:43 +0000 (17:31 +0300)
commit3fed6f250401459bf881292b93cb7f6a201f8abf
treee64eb19df50a1a727ffb29af3b8c3e90c00e0c72
parentefe22727da0318f36835c98298d0198de85caec5
Replace hostapd_wps_probe_req_rx() with more generic ProbeReq notifier

The driver wrappers should not need to include wps_hostapd.h, so let's
make this easier by introducing a driver callback for reporting Probe
Request frames.
hostapd/drv_callbacks.c
src/drivers/driver.h
src/drivers/driver_atheros.c
src/drivers/driver_madwifi.c
src/drivers/driver_test.c