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