Lines Matching defs:ath_vif
625 struct ath_vif { struct
626 struct list_head list;
628 u16 seq_no;
631 u8 bssid[ETH_ALEN] __aligned(2);
632 u16 aid;
633 bool assoc;
635 struct ieee80211_vif *vif;
636 struct ath_node mcast_node;
637 int av_bslot;
638 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
639 struct ath_buf *av_bcbuf;
640 struct ath_chanctx *chanctx;
643 struct ieee80211_noa_data noa;
646 u8 noa_index;
647 u32 offchannel_start;
648 u32 offchannel_duration;
651 u32 noa_start;
652 u32 noa_duration;
653 bool periodic_noa;
654 bool oneshot_noa;