]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
driver: Document use of set_key() for BIGTK
authorJouni Malinen <jouni@codeaurora.org>
Mon, 17 Feb 2020 20:58:52 +0000 (22:58 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 17 Feb 2020 21:48:24 +0000 (23:48 +0200)
Also update the comment to match the current IGTK KeyID range.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver.h

index e0cf8d122a2bae4fea8fbf6b94c02d56ec6e84bd..64fc0fd90ff5199f3a2ed708a6504c1945f2a270 100644 (file)
@@ -1565,7 +1565,7 @@ struct wpa_driver_set_key_params {
        /**
         * key_idx - Key index
         *
-        * (0..3), usually 0 for unicast keys; 0..4095 for IGTK */
+        * (0..3), usually 0 for unicast keys; 4..5 for IGTK; 6..7 for BIGTK */
        int key_idx;
 
        /**