Searched defs:ieee80211_mgmt (Results 1 – 1 of 1) sorted by relevance
1249 struct ieee80211_mgmt { struct1250 __le16 frame_control;1251 __le16 duration;1252 u8 da[ETH_ALEN];1253 u8 sa[ETH_ALEN];1254 u8 bssid[ETH_ALEN];1255 __le16 seq_ctrl;1256 union {1442 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u) argument