From: Jouni Malinen Date: Mon, 17 Feb 2020 20:58:52 +0000 (+0200) Subject: driver: Document use of set_key() for BIGTK X-Git-Tag: hostap_2_10~1794 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fhostap.git;a=commitdiff_plain;h=d2e77310dcb97ce86377acb5b5407bce1710ff3e driver: Document use of set_key() for BIGTK Also update the comment to match the current IGTK KeyID range. Signed-off-by: Jouni Malinen --- 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; /**