From d2e77310dcb97ce86377acb5b5407bce1710ff3e Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 17 Feb 2020 22:58:52 +0200 Subject: [PATCH] driver: Document use of set_key() for BIGTK Also update the comment to match the current IGTK KeyID range. Signed-off-by: Jouni Malinen --- src/drivers/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/driver.h b/src/drivers/driver.h index e0cf8d122..64fc0fd90 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -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; /** -- 2.39.2