Searched defs:wmi_vdev_start_req_arg (Results 1 – 2 of 2) sorted by relevance
3041 struct wmi_vdev_start_req_arg { struct3042 u32 vdev_id;3043 u32 freq;3044 u32 band_center_freq1;3045 u32 band_center_freq2;3046 bool passive;3047 bool allow_ibss;3048 bool allow_ht;3049 bool allow_vht;3050 bool ht40plus;[all …]
2845 struct wmi_vdev_start_req_arg { struct2846 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 …]