Searched defs:ath10k_vif (Results 1 – 1 of 1) sorted by relevance
334 struct ath10k_vif { struct335 struct list_head list;337 u32 vdev_id;338 enum wmi_vdev_type vdev_type;339 enum wmi_vdev_subtype vdev_subtype;340 u32 beacon_interval;341 u32 dtim_period;342 struct sk_buff *beacon;344 enum ath10k_beacon_state beacon_state;345 void *beacon_buf;[all …]