X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhostapd%2Fpatches%2F740-group_key_timeout.patch;fp=package%2Fhostapd%2Fpatches%2F740-group_key_timeout.patch;h=694b0661fba16d76e81830ec6d9ad7350e0c4751;hb=521d27ee45392f09692dd8bf2d5aa338a4032a72;hp=0000000000000000000000000000000000000000;hpb=7f442d0583cffab97a742d81498c37fd85b5455a;p=openwrt-10.03%2F.git 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;