Lines Matching defs:payload
142 * the packet payload). */
216 * Encrypt packet payload with TKIP using @key. @pos is a pointer to the
217 * beginning of the buffer containing payload. This payload must include
219 * @payload_len is the length of payload (_not_ including IV/ICV length).
225 u8 *payload, size_t payload_len)
232 payload, payload_len);
235 /* Decrypt packet payload with TKIP using @key. @pos is a pointer to the
236 * beginning of the buffer containing IEEE 802.11 header payload, i.e.,
238 * length of payload, including IV, Ext. IV, MIC, ICV. */
241 u8 *payload, size_t payload_len, u8 *ta,
247 u8 rc4key[16], keyid, *pos = payload;