wpa_supplicant: Group key reinstallation fixes

This commit reverts previous commit for GTK reinstallation fix
and corrects original fix.
This commit is contained in:
Kapil Gupta
2021-04-22 13:05:49 +05:30
parent 7f34657013
commit 20bb0c3b02
3 changed files with 9 additions and 29 deletions

View File

@@ -184,11 +184,6 @@ struct wpa_ptk {
} u;
} STRUCT_PACKED;
struct wpa_gtk {
u8 gtk[WPA_GTK_MAX_LEN];
size_t gtk_len;
};
struct wpa_gtk_data {
enum wpa_alg alg;
int tx, key_rsc_len, keyidx;