Searched defs:ieee80211_bar (Results 1 – 2 of 2) sorted by relevance
487 struct ieee80211_bar { struct488 unsigned short frame_control;489 unsigned short duration;490 unsigned char ra[6];491 unsigned char ta[6];492 unsigned short control;493 unsigned short start_seq_num;
1196 struct ieee80211_bar { struct1197 __le16 frame_control;1198 __le16 duration;1199 __u8 ra[ETH_ALEN];1200 __u8 ta[ETH_ALEN];1201 __le16 control;1202 __le16 start_seq_num;