driver: Add a packet filtering function declaration
authorMatti Gottlieb <matti.gottlieb@intel.com>
Wed, 6 Apr 2016 14:14:40 +0000 (17:14 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 8 Apr 2016 10:13:55 +0000 (13:13 +0300)
commite42adb9a75d140ea504203dfffbad492fa4e5c73
tree1829470fd036421a72171ceed8597812818b832c
parentae33239c555313e547b9a2a376c927ec50e2b9de
driver: Add a packet filtering function declaration

Add a new function declaration that will allow wpa_supplicant to request
the driver to configure data frame filters for specific cases.

Add definitions that will allow frame filtering for stations as
required by Hotspot 2.0:

1. Gratuitous ARP
2. Unsolicited NA
3. Unicast IP packets encrypted with GTK

Signed-off-by: Matti Gottlieb <matti.gottlieb@intel.com>
src/drivers/driver.h
wpa_supplicant/driver_i.h