Searched defs:wmi_start_scan_cmd (Results 1 – 3 of 3) sorted by relevance
296 struct wmi_start_scan_cmd { struct297 u8 direct_scan_mac_addr[6];298 u8 reserved[2];299 __le32 home_dwell_time; /* Max duration in the home channel(ms) */300 __le32 force_scan_interval; /* Time interval between scans (ms)*/301 u8 scan_type; /* wmi_scan_type */302 u8 num_channels; /* how many channels follow */303 struct {306 } channel_list[0]; /* channels ID's */
873 struct wmi_start_scan_cmd { struct874 __le32 force_fg_scan;877 __le32 is_legacy;880 __le32 home_dwell_time;883 __le32 force_scan_intvl;886 u8 scan_type;889 u8 num_ch;892 __le16 ch_list[1];
2132 struct wmi_start_scan_cmd { struct2133 struct wmi_start_scan_common common;2134 __le32 burst_duration_ms;2135 struct wmi_start_scan_tlvs tlvs;