Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h2849 struct wmi_vdev_start_req_arg { struct
2850 u32 vdev_id;
2851 u32 freq;
2852 u32 band_center_freq1;
2853 u32 band_center_freq2;
2854 bool passive;
2855 bool allow_ibss;
2856 bool allow_ht;
2857 bool allow_vht;
2858 bool ht40plus;
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h2828 struct wmi_vdev_start_req_arg { struct
2829 u32 vdev_id;
2830 struct wmi_channel_arg channel;
2831 u32 bcn_intval;
2832 u32 dtim_period;
2833 u8 *ssid;
2834 u32 ssid_len;
2835 u32 bcn_tx_rate;
2836 u32 bcn_tx_power;
2837 bool disable_hw_ack;
[all …]