Lines Matching defs:ath_vif
622 struct ath_vif { struct
623 struct list_head list;
625 u16 seq_no;
628 u8 bssid[ETH_ALEN] __aligned(2);
629 u16 aid;
630 bool assoc;
632 struct ieee80211_vif *vif;
633 struct ath_node mcast_node;
634 int av_bslot;
635 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
636 struct ath_buf *av_bcbuf;
637 struct ath_chanctx *chanctx;
640 struct ieee80211_noa_data noa;
643 u8 noa_index;
644 u32 offchannel_start;
645 u32 offchannel_duration;
648 u32 noa_start;
649 u32 noa_duration;
650 bool periodic_noa;
651 bool oneshot_noa;