#include <airjack.h>
Data Fields | |
union { | |
__u16 fc1_frame_control | |
struct { | |
__u16 fc2_version:2 | |
__u16 fc2_type:2 | |
__u16 fc2_subtype:4 | |
__u16 fc2_to_ds:1 | |
__u16 fc2_from_ds:1 | |
__u16 fc2_more_frag:1 | |
__u16 fc2_retry:1 | |
__u16 fc2_pwr_man:1 | |
__u16 fc2_more_data:1 | |
__u16 fc2_wep:1 | |
__u16 fc2_order:1 | |
} fc2 | |
} | fc1 |
__u16 | mh_duration_id |
__u8 | mh_mac1 [6] |
__u8 | mh_mac2 [6] |
__u8 | mh_mac3 [6] |
union { | |
__u16 seq1_seq | |
struct { | |
__u16 seq2_frag_num:4 | |
__u16 seq2_seq_num:12 | |
} seq2 | |
} | seq1 |
Definition at line 45 of file airjack.h.
__u16 a3_80211::fc2_version |
__u16 a3_80211::fc2_type |
__u16 a3_80211::fc2_subtype |
__u16 a3_80211::fc2_to_ds |
__u16 a3_80211::fc2_from_ds |
__u16 a3_80211::fc2_more_frag |
__u16 a3_80211::fc2_retry |
__u16 a3_80211::fc2_pwr_man |
__u16 a3_80211::fc2_more_data |
__u16 a3_80211::fc2_wep |
__u16 a3_80211::fc2_order |
struct { ... } a3_80211::fc2 |
union { ... } a3_80211::fc1 |
__u16 a3_80211::mh_duration_id |
__u8 a3_80211::mh_mac1[6] |
__u8 a3_80211::mh_mac2[6] |
__u8 a3_80211::mh_mac3[6] |
__u16 a3_80211::seq1_seq |
__u16 a3_80211::seq2_frag_num |
__u16 a3_80211::seq2_seq_num |
struct { ... } a3_80211::seq2 |
union { ... } a3_80211::seq1 |