Searched refs:sta_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/dev/rtw88/
H A Dutil.c138 struct rtw_stas_entry *sta_entry, *tmp; local
151 list_for_each_entry_safe(sta_entry, tmp, &iter_data.list,
153 list_del_init(&sta_entry->list);
154 iterator(data, sta_entry->sta);
155 kfree(sta_entry);
/freebsd-current/sys/net80211/
H A Dieee80211_scan_sta.c79 struct sta_entry { struct
81 TAILQ_ENTRY(sta_entry) se_list;
82 LIST_ENTRY(sta_entry) se_hash;
106 TAILQ_HEAD(, sta_entry) st_entry; /* all entries */
107 LIST_HEAD(, sta_entry) st_hash[STA_HASHSIZE];
143 const struct ieee80211_scan_state *, struct sta_entry *, int);
220 struct sta_entry *se, *next;
251 struct sta_entry *se;
261 se = (struct sta_entry *) IEEE80211_MALLOC(sizeof(struct sta_entry),
[all...]

Completed in 59 milliseconds