Lines Matching refs:mgmt
223 struct ieee80211_mgmt *mgmt = (void *)skb->data; in fils_encrypt_assoc_req() local
229 if (ieee80211_is_reassoc_req(mgmt->frame_control)) { in fils_encrypt_assoc_req()
230 capab = (u8 *)&mgmt->u.reassoc_req.capab_info; in fils_encrypt_assoc_req()
231 ies = mgmt->u.reassoc_req.variable; in fils_encrypt_assoc_req()
233 capab = (u8 *)&mgmt->u.assoc_req.capab_info; in fils_encrypt_assoc_req()
234 ies = mgmt->u.assoc_req.variable; in fils_encrypt_assoc_req()
247 addr[0] = mgmt->sa; in fils_encrypt_assoc_req()
250 addr[1] = mgmt->da; in fils_encrypt_assoc_req()
274 struct ieee80211_mgmt *mgmt = (void *)frame; in fils_decrypt_assoc_resp() local
284 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp()
285 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
291 mgmt->sa); in fils_decrypt_assoc_resp()
300 addr[0] = mgmt->sa; in fils_decrypt_assoc_resp()
303 addr[1] = mgmt->da; in fils_decrypt_assoc_resp()
321 mgmt->sa); in fils_decrypt_assoc_resp()
329 mgmt->sa); in fils_decrypt_assoc_resp()