Searched defs:ieee80211_mgmt (Results 1 – 1 of 1) sorted by relevance
885 struct ieee80211_mgmt { struct886 __le16 frame_control;887 __le16 duration;888 u8 da[ETH_ALEN];889 u8 sa[ETH_ALEN];890 u8 bssid[ETH_ALEN];891 __le16 seq_ctrl;892 union {1052 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u) argument