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.h3089 struct wmi_vdev_start_req_arg { struct
3090 u32 vdev_id;
3091 u32 freq;
3092 u32 band_center_freq1;
3093 u32 band_center_freq2;
3094 bool passive;
3095 bool allow_ibss;
3096 bool allow_ht;
3097 bool allow_vht;
3098 bool ht40plus;
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h2845 struct wmi_vdev_start_req_arg { struct
2846 u32 vdev_id;
2847 struct wmi_channel_arg channel;
2848 u32 bcn_intval;
2849 u32 dtim_period;
2850 u8 *ssid;
2851 u32 ssid_len;
2852 u32 bcn_tx_rate;
2853 u32 bcn_tx_power;
2854 bool disable_hw_ack;
[all …]