Lines Matching defs:ieee80211_node

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