Searched defs:ieee80211_mgmt (Results 1 – 1 of 1) sorted by relevance
1280 struct ieee80211_mgmt { struct1281 __le16 frame_control;1282 __le16 duration;1283 u8 da[ETH_ALEN];1284 u8 sa[ETH_ALEN];1285 u8 bssid[ETH_ALEN];1286 __le16 seq_ctrl;1287 union {1473 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u) argument