Searched defs:ieee80211_node (Results 1 – 2 of 2) sorted by relevance
119 struct ieee80211_node { struct123 TAILQ_ENTRY(ieee80211_node) ni_list; /* list of all nodes */ argument126 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 …]
552 void (*func)(struct ieee80211_node *, void *, int), void *arg) in ieee80211_add_callback() argument