On association to an HS2.0 network, configure the following filtering based on the net-sysfs APIs (based on net-next tree). 1. Enable gratuitous ARP filtering 2. Enable unsolicited Neighbor Advertisement filtering 3. Enable GTK filtering if DGAF disabled bit is zero Note that HS20 requires the filtering to start only after the IP assignment, but this patch set configures the filters upon successful connection regardless of the IP address configuration. Tested using the net-next tree. Ilan Peer (2): nl80211: Implement configure_data_frame_filters_callback tests: Modify test_hs20_filter Matti Gottlieb (2): driver: Add a packet filtering function declaration HS20: Add support for configuring frame filters src/drivers/driver.h | 15 ++++ src/drivers/driver_nl80211.c | 86 +++++++++++++++++++++++ tests/hwsim/test_hs20_filter.py | 147 ++++++++++++++++++--------------------- wpa_supplicant/driver_i.h | 8 +++ wpa_supplicant/hs20_supplicant.c | 40 +++++++++++ wpa_supplicant/hs20_supplicant.h | 1 + wpa_supplicant/wpa_supplicant.c | 12 +++- 7 files changed, 229 insertions(+), 80 deletions(-) -- 1.9.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap