Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/include/
Dieee80211_ext.h156 struct ieee80211_mgmt { struct
157 u16 frame_control;
158 u16 duration;
159 u8 da[6];
160 u8 sa[6];
161 u8 bssid[6];
162 u16 seq_ctrl;
163 union {
269 FIELD_OFFSET(struct ieee80211_mgmt, u.action.u) argument
/Linux-v5.15/include/linux/
Dieee80211.h1133 struct ieee80211_mgmt { struct
1134 __le16 frame_control;
1135 __le16 duration;
1136 u8 da[ETH_ALEN];
1137 u8 sa[ETH_ALEN];
1138 u8 bssid[ETH_ALEN];
1139 __le16 seq_ctrl;
1140 union {
1313 #define IEEE80211_MIN_ACTION_SIZE offsetof(struct ieee80211_mgmt, u.action.u) argument