Lines Matching defs:ath_vif
596 struct ath_vif { struct
597 struct list_head list;
599 u16 seq_no;
602 u8 bssid[ETH_ALEN] __aligned(2);
603 u16 aid;
604 bool assoc;
606 struct ieee80211_vif *vif;
607 struct ath_node mcast_node;
608 int av_bslot;
609 __le64 tsf_adjust; /* TSF adjustment for staggered beacons */
610 struct ath_buf *av_bcbuf;
611 struct ath_chanctx *chanctx;
614 struct ieee80211_noa_data noa;
617 u8 noa_index;
618 u32 offchannel_start;
619 u32 offchannel_duration;
622 u32 noa_start;
623 u32 noa_duration;
624 bool periodic_noa;
625 bool oneshot_noa;