Searched defs:ieee80211_node (Results 1 – 2 of 2) sorted by relevance
180 struct ieee80211_node { struct183 struct ieee80211_node_table *ni_table; /* NB: may be NULL */ argument184 TAILQ_ENTRY(ieee80211_node) ni_list; /* list of all nodes */ argument186 u_int ni_refcnt; /* count of held references */187 u_int ni_flags;211 uint16_t ni_associd; /* association ID */212 uint16_t ni_vlan; /* vlan tag */213 uint16_t ni_txpower; /* current transmit power */214 uint8_t ni_authmode; /* authentication algorithm */215 uint8_t ni_ath_flags; /* Atheros feature flags */[all …]
558 void (*func)(struct ieee80211_node *, void *, int), void *arg) in ieee80211_add_callback() argument