Searched defs:ieee80211_node (Results 1 – 2 of 2) sorted by relevance
148 struct ieee80211_node { struct151 struct ieee80211_node_table *ni_table; /* NB: may be NULL */ argument152 TAILQ_ENTRY(ieee80211_node) ni_list; /* list of all nodes */ argument154 u_int ni_refcnt; /* count of held references */155 u_int ni_flags;179 uint16_t ni_associd; /* association ID */180 uint16_t ni_vlan; /* vlan tag */181 uint16_t ni_txpower; /* current transmit power */182 uint8_t ni_authmode; /* authentication algorithm */183 uint8_t ni_ath_flags; /* Atheros feature flags */[all …]
556 void (*func)(struct ieee80211_node *, void *, int), void *arg) in ieee80211_add_callback() argument