hostapd: Add mechanism to track unconnected stations
[mech_eap.git] / src / ap / ap_config.h
index 07550bd..3434214 100644 (file)
@@ -330,6 +330,7 @@ struct hostapd_bss_config {
        char *private_key;
        char *private_key_passwd;
        int check_crl;
+       unsigned int tls_session_lifetime;
        char *ocsp_stapling_response;
        char *dh_file;
        char *openssl_ciphers;
@@ -585,6 +586,9 @@ struct hostapd_config {
        int ap_table_max_size;
        int ap_table_expiration_time;
 
+       unsigned int track_sta_max_num;
+       unsigned int track_sta_max_age;
+
        char country[3]; /* first two octets: country code as described in
                          * ISO/IEC 3166-1. Third octet:
                          * ' ' (ascii 32): all environments