Lines Matching refs:frame
17 u8 * bip_protect(const u8 *igtk, size_t igtk_len, u8 *frame, size_t len, in bip_protect() argument
30 os_memcpy(prot, frame, len); in bip_protect()
47 hdr = (struct ieee80211_hdr *) frame; in bip_protect()
73 u8 * bip_protect_s1g_beacon(const u8 *igtk, size_t igtk_len, const u8 *frame, in bip_protect_s1g_beacon() argument
95 os_memcpy(prot, frame, len); in bip_protect_s1g_beacon()
124 hdr = (struct ieee80211_hdr_s1g_beacon *) frame; in bip_protect_s1g_beacon()
188 u8 * bip_gmac_protect(const u8 *igtk, size_t igtk_len, u8 *frame, size_t len, in bip_gmac_protect() argument
201 os_memcpy(prot, frame, len); in bip_gmac_protect()
218 hdr = (struct ieee80211_hdr *) frame; in bip_gmac_protect()
255 const u8 *frame, size_t len, const u8 *ipn, in bip_gmac_protect_s1g_beacon() argument
276 os_memcpy(prot, frame, len); in bip_gmac_protect_s1g_beacon()
304 hdr = (struct ieee80211_hdr_s1g_beacon *) frame; in bip_gmac_protect_s1g_beacon()