Searched defs:wmi_start_scan_cmd (Results 1 – 4 of 4) sorted by relevance
3333 struct wmi_start_scan_cmd { struct3334 __le32 tlv_header;3335 __le32 scan_id;3336 __le32 scan_req_id;3337 __le32 vdev_id;3338 __le32 scan_priority;3339 __le32 notify_scan_events;3340 __le32 dwell_time_active;3341 __le32 dwell_time_passive;3342 __le32 min_rest_time;[all …]
3271 struct wmi_start_scan_cmd { struct3272 u32 tlv_header;3273 u32 scan_id;3274 u32 scan_req_id;3275 u32 vdev_id;3276 u32 scan_priority;3277 u32 notify_scan_events;3278 u32 dwell_time_active;3279 u32 dwell_time_passive;3280 u32 min_rest_time;[all …]
456 struct wmi_start_scan_cmd { struct457 u8 direct_scan_mac_addr[WMI_MAC_LEN];459 u8 discovery_mode;460 u8 reserved;462 __le32 dwell_time;464 __le32 force_scan_interval;466 u8 scan_type;468 u8 num_channels;474 struct {477 } channel_list[] __counted_by(num_channels);
3259 struct wmi_start_scan_cmd { struct3260 struct wmi_start_scan_common common;3261 __le32 burst_duration_ms;3262 u8 tlvs[];