Searched defs:wmi_vdev_start_req_arg (Results 1 – 2 of 2) sorted by relevance
2989 struct wmi_vdev_start_req_arg { struct2990 u32 vdev_id;2991 u32 freq;2992 u32 band_center_freq1;2993 u32 band_center_freq2;2994 bool passive;2995 bool allow_ibss;2996 bool allow_ht;2997 bool allow_vht;2998 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 …]