Add BIGTK KDE and subelement similarly to IGTK
This provides the BIGTK updates to associated stations similarly to IGTK. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
555dcd75ce
commit
16889aff40
5 changed files with 153 additions and 14 deletions
|
@ -1875,7 +1875,8 @@ enum wnm_sleep_mode_response_status {
|
|||
/* WNM-Sleep Mode subelement IDs */
|
||||
enum wnm_sleep_mode_subelement_id {
|
||||
WNM_SLEEP_SUBELEM_GTK = 0,
|
||||
WNM_SLEEP_SUBELEM_IGTK = 1
|
||||
WNM_SLEEP_SUBELEM_IGTK = 1,
|
||||
WNM_SLEEP_SUBELEM_BIGTK = 2,
|
||||
};
|
||||
|
||||
/* Channel Switch modes (802.11h) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue