]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/mesh_rsn.c
Add hostapd options wpa_group_update_count and wpa_pairwise_update_count
[thirdparty/hostap.git] / wpa_supplicant / mesh_rsn.c
index 33040f30baa839d374d92d0adde949b97177f075..628382cbfb70e68a01dd4a7d225edeff2277decc 100644 (file)
@@ -158,6 +158,8 @@ static int __mesh_rsn_auth_init(struct mesh_rsn *rsn, const u8 *addr,
        conf.wpa_group = rsn->group_cipher;
        conf.eapol_version = 0;
        conf.wpa_group_rekey = -1;
+       conf.wpa_group_update_count = 4;
+       conf.wpa_pairwise_update_count = 4;
 #ifdef CONFIG_IEEE80211W
        conf.ieee80211w = ieee80211w;
        if (ieee80211w != NO_MGMT_FRAME_PROTECTION)