Add generic infrastructure for Probe Request callbacks
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 12 Jun 2009 15:13:40 +0000 (18:13 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 12 Jun 2009 15:13:40 +0000 (18:13 +0300)
commitfa16028d0fcde5dea660388672f204603915a08e
treec6ca9cef818bd00726507f9352a6982178ad62ce
parent3fed6f250401459bf881292b93cb7f6a201f8abf
Add generic infrastructure for Probe Request callbacks

Instead of calling specific Probe Request handler functions, use a
generic mechanism that allows multiple callback functions to be
registered for getting notification on receive Probe Request frames.
hostapd/beacon.c
hostapd/drv_callbacks.c
hostapd/hostapd.c
hostapd/hostapd.h
hostapd/wps_hostapd.c
hostapd/wps_hostapd.h