Searched defs:ieee80211_node (Results 1 – 1 of 1) sorted by relevance
360 struct ieee80211_node { struct362 struct ieee80211_node_table *in_table; argument364 uint8_t in_authmode; /* authentication algorithm */365 uint16_t in_flags; /* special purpose state */366 uint16_t in_associd; /* assoc response */367 uint16_t in_txpower; /* current transmit power */368 uint16_t in_vlan; /* vlan tag */374 uint16_t in_txseqs[IEEE80211_TID_SIZE];375 uint16_t in_rxseqs[IEEE80211_TID_SIZE];376 clock_t in_rxfragstamp; /* time stamp of last rx frag */[all …]