Searched refs:frame_ad (Results 1 – 1 of 1) sorted by relevance
/hostap-3.7.0/wlantest/ |
D | rx_mgmt.c | 478 const u8 *frame_start, const u8 *frame_ad, in try_rmsk() argument 522 aad[4] = frame_ad; in try_rmsk() 523 aad_len[4] = frame_ad_end - frame_ad; in try_rmsk() 556 const u8 *frame_ad, const u8 *frame_ad_end, in derive_fils_keys() argument 567 if (try_rmsk(wt, bss, sta, pmk, frame_start, frame_ad, in derive_fils_keys() 574 if (try_rmsk(wt, bss, sta, pmk, frame_start, frame_ad, in derive_fils_keys() 616 const u8 *session, *frame_ad, *frame_ad_end, *encr_end; in rx_mgmt_assoc_req() local 620 frame_ad = (const u8 *) &mgmt->u.assoc_req.capab_info; in rx_mgmt_assoc_req() 623 derive_fils_keys(wt, bss, sta, data, frame_ad, in rx_mgmt_assoc_req() 653 const u8 *frame_start, const u8 *frame_ad, in decrypt_fils_assoc_resp() argument [all …]
|