Lines Matching refs:mgmt
220 struct ieee80211_mgmt *mgmt = (void *)skb->data; in fils_encrypt_assoc_req() local
226 if (ieee80211_is_reassoc_req(mgmt->frame_control)) { in fils_encrypt_assoc_req()
227 capab = (u8 *)&mgmt->u.reassoc_req.capab_info; in fils_encrypt_assoc_req()
228 ies = mgmt->u.reassoc_req.variable; in fils_encrypt_assoc_req()
230 capab = (u8 *)&mgmt->u.assoc_req.capab_info; in fils_encrypt_assoc_req()
231 ies = mgmt->u.assoc_req.variable; in fils_encrypt_assoc_req()
244 addr[0] = mgmt->sa; in fils_encrypt_assoc_req()
247 addr[1] = mgmt->da; in fils_encrypt_assoc_req()
271 struct ieee80211_mgmt *mgmt = (void *)frame; in fils_decrypt_assoc_resp() local
281 capab = (u8 *)&mgmt->u.assoc_resp.capab_info; in fils_decrypt_assoc_resp()
282 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
288 mgmt->sa); in fils_decrypt_assoc_resp()
297 addr[0] = mgmt->sa; in fils_decrypt_assoc_resp()
300 addr[1] = mgmt->da; in fils_decrypt_assoc_resp()
318 mgmt->sa); in fils_decrypt_assoc_resp()
326 mgmt->sa); in fils_decrypt_assoc_resp()