diff options
Diffstat (limited to 'wpa_supplicant/mesh_rsn.h')
-rw-r--r-- | wpa_supplicant/mesh_rsn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa_supplicant/mesh_rsn.h b/wpa_supplicant/mesh_rsn.h index 85fba7d..8775ced 100644 --- a/wpa_supplicant/mesh_rsn.h +++ b/wpa_supplicant/mesh_rsn.h @@ -12,9 +12,12 @@ struct mesh_rsn { struct wpa_supplicant *wpa_s; struct wpa_authenticator *auth; + unsigned int pairwise_cipher; + unsigned int group_cipher; u8 mgtk[WPA_TK_MAX_LEN]; size_t mgtk_len; u8 mgtk_key_id; + unsigned int mgmt_group_cipher; u8 igtk_key_id; u8 igtk[WPA_TK_MAX_LEN]; size_t igtk_len; |