Home
last modified time | relevance | path

Searched defs:ieee80211_mgmt (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h175 struct ieee80211_mgmt { struct
176 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
/linux-4.4.14/include/linux/
Dieee80211.h857 struct ieee80211_mgmt { struct
858 __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