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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan_sta.c78 struct sta_entry { struct
80 TAILQ_ENTRY(sta_entry) se_list;
81 LIST_ENTRY(sta_entry) se_hash;
105 TAILQ_HEAD(, sta_entry) st_entry; /* all entries */
106 LIST_HEAD(, sta_entry) st_hash[STA_HASHSIZE];
142 const struct ieee80211_scan_state *, struct sta_entry *, int);
219 struct sta_entry *se, *next;
250 struct sta_entry *se;
260 se = (struct sta_entry *) IEEE80211_MALLOC(sizeof(struct sta_entry),
[all...]

Completed in 63 milliseconds