driver: Document use of set_key() for BIGTK
Also update the comment to match the current IGTK KeyID range. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
c1df321b6c
commit
d2e77310dc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue