hostapd: Fix AP mode PMF disconnection protection bypass
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 550-hostapd-Add-Multi-AP-protocol-support.patch
index 812f794eda4a97f6b9249efa0904b960e953b2a3..2ed38f89585cc73b8998021a1c15824b5329ea45 100644 (file)
@@ -191,7 +191,7 @@ Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
  #ifdef CONFIG_P2P
        if (sta && sta->p2p_ie && hapd->p2p_group) {
                struct wpabuf *p2p_resp_ie;
-@@ -4236,7 +4311,7 @@ static void handle_assoc_cb(struct hosta
+@@ -4248,7 +4323,7 @@ static void handle_assoc_cb(struct hosta
                sta->flags |= WLAN_STA_WDS;
        }