hostapd: Update to version 2.8 (2019-04-21)
[openwrt/staging/mkresin.git] / package / network / services / hostapd / patches / 067-0001-AP-Silently-ignore-management-frame-from-unexpected-.patch
index c1439fd21c2cca778677946450b36e1acd1e3937..d90e915e18af728875e6107fdb6e4be26f469765 100644 (file)
@@ -23,7 +23,7 @@ Signed-off-by: Jouni Malinen <j@w1.fi>
 
 --- a/src/ap/drv_callbacks.c
 +++ b/src/ap/drv_callbacks.c
-@@ -129,6 +129,19 @@ int hostapd_notif_assoc(struct hostapd_d
+@@ -131,6 +131,19 @@ int hostapd_notif_assoc(struct hostapd_d
                           "hostapd_notif_assoc: Skip event with no address");
                return -1;
        }
@@ -45,7 +45,7 @@ Signed-off-by: Jouni Malinen <j@w1.fi>
        hostapd_logger(hapd, addr, HOSTAPD_MODULE_IEEE80211,
 --- a/src/ap/ieee802_11.c
 +++ b/src/ap/ieee802_11.c
-@@ -3978,6 +3978,18 @@ int ieee802_11_mgmt(struct hostapd_data
+@@ -4463,6 +4463,18 @@ int ieee802_11_mgmt(struct hostapd_data
        fc = le_to_host16(mgmt->frame_control);
        stype = WLAN_FC_GET_STYPE(fc);