Searched defs:ieee80211_mgmt (Results 1 – 2 of 2) sorted by relevance
175 struct ieee80211_mgmt { struct176 u16 frame_control;177 u16 duration;178 u8 da[6];179 u8 sa[6];180 u8 bssid[6];181 u16 seq_ctrl;182 union {288 FIELD_OFFSET(struct ieee80211_mgmt, u.action.u) argument
857 struct ieee80211_mgmt { struct858 __le16 frame_control;859 __le16 duration;860 u8 da[ETH_ALEN];861 u8 sa[ETH_ALEN];862 u8 bssid[ETH_ALEN];863 __le16 seq_ctrl;864 union {1008 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u) argument