Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_scan_sta.c79 struct sta_entry { struct
81 TAILQ_ENTRY(sta_entry) se_list; argument
106 TAILQ_HEAD(, sta_entry) st_entry; /* all entries */ argument
/freebsd/sys/contrib/dev/rtw88/
H A Dutil.c138 struct rtw_stas_entry *sta_entry, *tmp; in rtw_iterate_stas() local