Lines Matching full:frame
30 * by reading the frame dump file. This file can have only a single reader.
38 * [rt2x00dump header][hardware descriptor][ieee802.11 frame]
40 * rt2x00dump header: The description of the dumped frame, as well as
43 * the frame.
44 * ieee802.11 frame: The actual frame that was received or transmitted.
48 * enum rt2x00_dump_type - Frame type
51 * @DUMP_FRAME_RXDONE: This frame has been received by the hardware.
52 * @DUMP_FRAME_TX: This frame is queued for transmission to the hardware.
53 * @DUMP_FRAME_TXDONE: This frame indicates the device has handled
54 * the tx event which has either succeeded or failed. A frame
56 * %DUMP_FRAME_TX frame.
57 * @DUMP_FRAME_BEACON: This beacon frame is queued for transmission to the
68 * struct rt2x00dump_hdr - Dump frame header
70 * Each frame dumped to the debugfs file starts with this header
72 * frame which was dumped.
76 * header versions can still correctly handle the frame dump
81 * handle this frame.
86 * @data_length: The length of the frame data (including the ieee802.11 header.
90 * @type: The frame type (&rt2x00_dump_type)