Lines Matching refs:mgmt
220 struct ieee80211_mgmt *mgmt = (void *)skb->data; in fils_encrypt_assoc_req() local
227 if (ieee80211_is_reassoc_req(mgmt->frame_control)) { in fils_encrypt_assoc_req()
228 capab = (u8 *)&mgmt->u.reassoc_req.capab_info; in fils_encrypt_assoc_req()
229 ies = mgmt->u.reassoc_req.variable; in fils_encrypt_assoc_req()
231 capab = (u8 *)&mgmt->u.assoc_req.capab_info; in fils_encrypt_assoc_req()
232 ies = mgmt->u.assoc_req.variable; in fils_encrypt_assoc_req()
245 addr[0] = mgmt->sa; in fils_encrypt_assoc_req()
248 addr[1] = mgmt->da; in fils_encrypt_assoc_req()
272 struct ieee80211_mgmt *mgmt = (void *)frame; in fils_decrypt_assoc_resp() local
283 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp()
284 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
290 mgmt->sa); in fils_decrypt_assoc_resp()
299 addr[0] = mgmt->sa; in fils_decrypt_assoc_resp()
302 addr[1] = mgmt->da; in fils_decrypt_assoc_resp()
320 mgmt->sa); in fils_decrypt_assoc_resp()
328 mgmt->sa); in fils_decrypt_assoc_resp()