Lines Matching defs:ath_vif
594 struct ath_vif { struct
595 struct list_head list;
597 u16 seq_no;
600 u8 bssid[ETH_ALEN] __aligned(2);
601 u16 aid;
602 bool assoc;
604 struct ieee80211_vif *vif;
605 struct ath_node mcast_node;
606 int av_bslot;
607 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
608 struct ath_buf *av_bcbuf;
609 struct ath_chanctx *chanctx;
612 struct ieee80211_noa_data noa;
615 u8 noa_index;
616 u32 offchannel_start;
617 u32 offchannel_duration;
620 u32 noa_start;
621 u32 noa_duration;
622 bool periodic_noa;
623 bool oneshot_noa;