Searched defs:ieee80211_node (Results 1 – 1 of 1) sorted by relevance
93 struct ieee80211_node { struct95 struct ieee80211_node_table *ni_table; argument96 TAILQ_ENTRY(ieee80211_node) ni_list; argument98 u_int ni_refcnt;99 u_int ni_scangen; /* gen# for timeout scan */100 u_int8_t ni_authmode; /* authentication algorithm */101 u_int16_t ni_flags; /* special-purpose state */108 u_int16_t ni_associd; /* assoc response */109 u_int16_t ni_txpower; /* current transmit power */110 u_int16_t ni_vlan; /* vlan tag */[all …]