X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d802b2e8f350a00aa9e2c1c116df22943cab1ead..aaca845659c047aadcb6ffc473ab3b69f78b0707:/package/hostapd/patches/740-group_key_timeout.patch?ds=sidebyside diff --git a/package/hostapd/patches/740-group_key_timeout.patch b/package/hostapd/patches/740-group_key_timeout.patch new file mode 100644 index 000000000..694b0661f --- /dev/null +++ b/package/hostapd/patches/740-group_key_timeout.patch @@ -0,0 +1,11 @@ +--- a/src/ap/wpa_auth.c ++++ b/src/ap/wpa_auth.c +@@ -1330,7 +1330,7 @@ static void wpa_send_eapol(struct wpa_au + keyidx, encr, 0); + + ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; +- if (ctr == 1 && wpa_auth->conf.tx_status) ++ if (ctr == 1 && wpa_auth->conf.tx_status && pairwise) + timeout_ms = eapol_key_timeout_first; + else + timeout_ms = eapol_key_timeout_subseq;