HS 2.0: Add support for configuring frame filters
authorMatti Gottlieb <matti.gottlieb@intel.com>
Wed, 6 Apr 2016 14:14:41 +0000 (17:14 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 8 Apr 2016 12:21:18 +0000 (15:21 +0300)
commitece4ac5f4e0da9d76916abc07b0adeb053725f7c
tree2d408be0aadbdad3f0969c1539cc418df4ce59ae
parente42adb9a75d140ea504203dfffbad492fa4e5c73
HS 2.0: Add support for configuring frame filters

When a station starts an association to a Hotspot 2.0 network, request
the driver to do the following, based on the BSS capabilities:

1. Enable gratuitous ARP filtering
2. Enable unsolicited Neighbor Advertisement filtering
3. Enable unicast IP packet encrypted with GTK filtering if
   DGAF disabled bit is zero

Clear the filter configuration when the station interface is
disassociated.

Signed-off-by: Matti Gottlieb <matti.gottlieb@intel.com>
wpa_supplicant/events.c
wpa_supplicant/hs20_supplicant.c
wpa_supplicant/hs20_supplicant.h
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c