aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2022-01-17 20:57:05 +0100
committerDavid Bauer <mail@david-bauer.net>2022-02-08 00:21:41 +0100
commit04ed224543ad10030c4394c86e533f02bf596a1b (patch)
tree360fab3325374b11ed71478379380b35a45a04d3 /package/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch
parentadb8c09a83d3f8e1d9e9fcbb8189b415ac0f6e86 (diff)
downloadupstream-04ed224543ad10030c4394c86e533f02bf596a1b.tar.gz
upstream-04ed224543ad10030c4394c86e533f02bf596a1b.tar.bz2
upstream-04ed224543ad10030c4394c86e533f02bf596a1b.zip
hostapd: refresh patches
Refresh patches after updating to hostapd v2.10. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch')
-rw-r--r--package/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch b/package/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch
index 124fd8bdf1..ac02ec5ab7 100644
--- a/package/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch
+++ b/package/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch
@@ -1,6 +1,6 @@
--- a/src/ap/ieee802_11.c
+++ b/src/ap/ieee802_11.c
-@@ -4942,6 +4942,13 @@ static int add_associated_sta(struct hos
+@@ -4944,6 +4944,13 @@ static int add_associated_sta(struct hos
* drivers to accept the STA parameter configuration. Since this is
* after a new FT-over-DS exchange, a new TK has been derived, so key
* reinstallation is not a concern for this case.
@@ -14,7 +14,7 @@
*/
wpa_printf(MSG_DEBUG, "Add associated STA " MACSTR
" (added_unassoc=%d auth_alg=%u ft_over_ds=%u reassoc=%d authorized=%d ft_tk=%d fils_tk=%d)",
-@@ -4955,7 +4962,8 @@ static int add_associated_sta(struct hos
+@@ -4957,7 +4964,8 @@ static int add_associated_sta(struct hos
(!(sta->flags & WLAN_STA_AUTHORIZED) ||
(reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) ||
(!wpa_auth_sta_ft_tk_already_set(sta->wpa_sm) &&