Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/mac80211/
Dieee80211_i.h204 struct ieee80211_rx_data { struct
205 struct list_head *list;
206 struct sk_buff *skb;
207 struct ieee80211_local *local;
208 struct ieee80211_sub_if_data *sdata;
209 struct ieee80211_link_data *link;
210 struct sta_info *sta;
211 struct link_sta_info *link_sta;
212 struct ieee80211_key *key;
214 unsigned int flags;
[all …]
/kernel/linux/linux-5.10/net/mac80211/
Dieee80211_i.h201 struct ieee80211_rx_data { struct
202 struct list_head *list;
203 struct sk_buff *skb;
204 struct ieee80211_local *local;
205 struct ieee80211_sub_if_data *sdata;
206 struct sta_info *sta;
207 struct ieee80211_key *key;
209 unsigned int flags;
216 int seqno_idx;
224 int security_idx;
[all …]