Searched defs:ath10k_vif (Results 1 – 1 of 1) sorted by relevance
291 struct ath10k_vif { struct292 struct list_head list;294 u32 vdev_id;295 enum wmi_vdev_type vdev_type;296 enum wmi_vdev_subtype vdev_subtype;297 u32 beacon_interval;298 u32 dtim_period;299 struct sk_buff *beacon;301 enum ath10k_beacon_state beacon_state;302 void *beacon_buf;[all …]