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