Searched defs:ieee80211_node (Results 1 – 1 of 1) sorted by relevance
365 struct ieee80211_node { struct367 struct ieee80211_node_table *in_table; argument369 uint8_t in_authmode; /* authentication algorithm */370 uint16_t in_flags; /* special purpose state */371 uint16_t in_associd; /* assoc response */372 uint16_t in_txpower; /* current transmit power */373 uint16_t in_vlan; /* vlan tag */379 uint16_t in_txseqs[IEEE80211_TID_SIZE];380 uint16_t in_rxseqs[IEEE80211_TID_SIZE];381 clock_t in_rxfragstamp; /* time stamp of last rx frag */[all …]