Searched defs:ieee80211_bar (Results 1 – 2 of 2) sorted by relevance
496 struct ieee80211_bar { struct497 unsigned short frame_control;498 unsigned short duration;499 unsigned char ra[6];500 unsigned char ta[6];501 unsigned short control;502 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;