X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fmesh_rsn.h;h=8775cedc3b273e65f258d9c0d88b0da88f8efa58;hb=2462f347bca0a7cce7e06ff88adbe3aa47c52d54;hp=8f2a8e7be991c50254ac012cc28dd0f971735e7e;hpb=fccba2c946407f39b546ad0b6ba42b60577777ac;p=mech_eap.git diff --git a/wpa_supplicant/mesh_rsn.h b/wpa_supplicant/mesh_rsn.h index 8f2a8e7..8775ced 100644 --- a/wpa_supplicant/mesh_rsn.h +++ b/wpa_supplicant/mesh_rsn.h @@ -12,8 +12,13 @@ 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; #ifdef CONFIG_SAE