Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/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 …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h2831 struct wmi_vdev_start_req_arg { struct
2832 u32 vdev_id;
2833 struct wmi_channel_arg channel;
2834 u32 bcn_intval;
2835 u32 dtim_period;
2836 u8 *ssid;
2837 u32 ssid_len;
2838 u32 bcn_tx_rate;
2839 u32 bcn_tx_power;
2840 bool disable_hw_ack;
[all …]