Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_node.h119 struct ieee80211_node { struct
123 TAILQ_ENTRY(ieee80211_node) ni_list; /* list of all nodes */ argument
126 u_int ni_flags;
151 uint16_t ni_vlan; /* vlan tag */
184 uint8_t ni_mimo_chains;
191 union {
197 uint8_t ni_esslen;
209 uint8_t ni_meshidlen;
226 uint8_t ni_htstbc; /* HT */
251 struct ieee80211_nodestats ni_stats; /* per-node statistics */ argument
[all …]
H A Dieee80211_freebsd.c552 void (*func)(struct ieee80211_node *, void *, int), void *arg) in ieee80211_add_callback() argument