]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
IBSS RSN: Enable group rekeying every 10 minutes
authorXi Chen <Xi.Chen2@Atheros.com>
Wed, 16 Mar 2011 14:28:56 +0000 (16:28 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 16 Mar 2011 14:28:56 +0000 (16:28 +0200)
wpa_supplicant/ibss_rsn.c

index 38292c7a80c90a417e33e4bac6611497a91a6f68..c3e4f6fb544fd31b4aaebb8ac6adc57c08d9e69f 100644 (file)
@@ -332,6 +332,7 @@ static int ibss_rsn_auth_init_group(struct ibss_rsn *ibss_rsn,
        conf.rsn_pairwise = WPA_CIPHER_CCMP;
        conf.wpa_group = WPA_CIPHER_CCMP;
        conf.eapol_version = 2;
+       conf.wpa_group_rekey = 600;
 
        os_memset(&cb, 0, sizeof(cb));
        cb.ctx = ibss_rsn;