IBSS RSN: Enable group rekeying every 10 minutes

This commit is contained in:
Xi Chen 2011-03-16 16:28:56 +02:00 committed by Jouni Malinen
parent 92ac6376c4
commit 13579b987b
1 changed files with 1 additions and 0 deletions

View 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;