]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/ap_config.h
Add hostapd options wpa_group_update_count and wpa_pairwise_update_count
[thirdparty/hostap.git] / src / ap / ap_config.h
index 31b1e7762b57e67716fdb1388013002730f53962..7495dc96f2f7261bef2ed1a4df69ce6ba42a5d80 100644 (file)
@@ -330,6 +330,8 @@ struct hostapd_bss_config {
        int wpa_strict_rekey;
        int wpa_gmk_rekey;
        int wpa_ptk_rekey;
+       u32 wpa_group_update_count;
+       u32 wpa_pairwise_update_count;
        int rsn_pairwise;
        int rsn_preauth;
        char *rsn_preauth_interfaces;