Home
last modified time | relevance | path

Searched defs:wmi_vdev_start_req_arg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3109 struct wmi_vdev_start_req_arg { struct
3110 u32 vdev_id;
3111 u32 freq;
3112 u32 band_center_freq1;
3113 u32 band_center_freq2;
3114 bool passive;
3115 bool allow_ibss;
3116 bool allow_ht;
3117 bool allow_vht;
3118 bool ht40plus;
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h2852 struct wmi_vdev_start_req_arg { struct
2853 u32 vdev_id;
2854 struct wmi_channel_arg channel;
2855 u32 bcn_intval;
2856 u32 dtim_period;
2857 u8 *ssid;
2858 u32 ssid_len;
2859 u32 bcn_tx_rate;
2860 u32 bcn_tx_power;
2861 bool disable_hw_ack;
[all …]