Lines Matching defs:wmi_start_scan_arg
3280 struct wmi_start_scan_arg { struct
3281 u32 scan_id;
3282 u32 scan_req_id;
3283 u32 vdev_id;
3284 u32 scan_priority;
3285 u32 notify_scan_events;
3286 u32 dwell_time_active;
3287 u32 dwell_time_passive;
3288 u32 min_rest_time;
3289 u32 max_rest_time;
3290 u32 repeat_probe_time;
3291 u32 probe_spacing_time;
3292 u32 idle_time;
3293 u32 max_scan_time;
3294 u32 probe_delay;
3295 u32 scan_ctrl_flags;
3296 u32 burst_duration_ms;
3298 u32 ie_len;
3299 u32 n_channels;
3300 u32 n_ssids;
3301 u32 n_bssids;
3303 u8 ie[WLAN_SCAN_PARAMS_MAX_IE_LEN];
3304 u16 channels[64];
3305 struct wmi_ssid_arg ssids[WLAN_SCAN_PARAMS_MAX_SSID];
3306 struct wmi_bssid_arg bssids[WLAN_SCAN_PARAMS_MAX_BSSID];
3307 struct wmi_mac_addr mac_addr;
3308 struct wmi_mac_addr mac_mask;