Lines Matching defs:ieee80211_node

365 struct ieee80211_node {  struct
367 struct ieee80211_node_table *in_table; argument
369 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 */
382 mblk_t *in_rxfrag; /* rx frag reassembly */
383 uint32_t in_scangen; /* gen# for timeout scan */
384 uint32_t in_refcnt;
387 uint32_t in_rstamp; /* recv timestamp */
388 uint8_t in_rssi; /* recv ssi */
391 uint8_t in_macaddr[IEEE80211_ADDR_LEN];
392 uint8_t in_bssid[IEEE80211_ADDR_LEN];
395 union {
398 } in_tstamp; /* from last rcv'd beacon */
399 uint16_t in_intval; /* beacon interval */
400 uint16_t in_capinfo; /* capabilities */
401 uint8_t in_esslen;
402 uint8_t in_essid[IEEE80211_NWID_LEN];
403 struct ieee80211_rateset in_rates; /* negotiated rate set */
404 struct ieee80211_channel *in_chan; /* XXX multiple uses */
405 enum ieee80211_phytype in_phytype;
406 uint16_t in_fhdwell; /* FH only */
407 uint8_t in_fhindex; /* FH only */
408 uint8_t in_erp; /* ERP from beacon/probe resp */
409 uint16_t in_tim_off; /* byte offset to TIM ie */
410 uint8_t in_dtim_period; /* DTIM period */
411 uint8_t in_dtim_count; /* DTIM count for last bcn */
413 uint32_t *in_challenge; /* shared-key challenge */
414 struct ieee80211_key in_ucastkey; /* unicast key */
415 uint8_t *in_wpa_ie; /* captured WPA/RSN ie */
416 uint8_t *in_wme_ie; /* captured WME ie */
419 uint8_t *in_htcap_ie; /* captured HTCAP ie */
420 uint16_t in_htcap; /* HT capabilities */
421 uint8_t in_htparam; /* HT params */
422 uint8_t in_htctlchan; /* HT control channel */
423 uint8_t in_ht2ndchan; /* HT 2nd channel */
424 uint8_t in_htopmode; /* HT operating mode */
425 uint8_t in_htstbc; /* HT */
426 uint8_t in_reqcw; /* requested tx channel width */
427 uint8_t in_chw; /* negotiated channel width */
428 struct ieee80211_htrateset in_htrates; /* negotiated ht rate set */
429 struct ieee80211_tx_ampdu in_tx_ampdu[WME_NUM_AC];
430 struct ieee80211_rx_ampdu in_rx_ampdu[WME_NUM_TID];
433 int32_t in_fails; /* failure count to associate */
434 int16_t in_inact; /* inactivity mark count */
435 int16_t in_inact_reload; /* inactivity reload value */
436 int32_t in_txrate; /* index to in_rates[] */
438 list_node_t in_node; /* element of nt->nt_node */
439 list_node_t in_hash; /* element of nt->nt_hash */