Searched defs:ath10k_vif (Results 1 – 1 of 1) sorted by relevance
526 struct ath10k_vif { struct527 struct list_head list;529 u32 vdev_id;530 u16 peer_id;531 enum wmi_vdev_type vdev_type;532 enum wmi_vdev_subtype vdev_subtype;533 u32 beacon_interval;534 u32 dtim_period;535 struct sk_buff *beacon;537 enum ath10k_beacon_state beacon_state;[all …]