]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
HS 2.0 server: Add last_msk into users table setup
authorJouni Malinen <jouni@codeaurora.org>
Sun, 7 Oct 2018 09:47:21 +0000 (12:47 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 7 Oct 2018 09:47:21 +0000 (12:47 +0300)
This field is used for debugging purposes.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hs20/server/sql.txt

index 2ecd9c23c10c7caee3b689fcd2c34b787e9f4425..75d2700e558991ca4355ce039d62d45f008fe145 100644 (file)
@@ -53,7 +53,8 @@ CREATE TABLE users(
        cert TEXT,
        cert_pem TEXT,
        t_c_timestamp INTEGER,
-       mac_addr TEXT
+       mac_addr TEXT,
+       last_msk TEXT
 );
 
 CREATE TABLE wildcards(