Lines Matching defs:wmi_start_scan_arg
3245 struct wmi_start_scan_arg { struct
3246 u32 scan_id;
3247 u32 scan_req_id;
3248 u32 vdev_id;
3249 u32 scan_priority;
3250 u32 notify_scan_events;
3251 u32 dwell_time_active;
3252 u32 dwell_time_passive;
3253 u32 min_rest_time;
3254 u32 max_rest_time;
3255 u32 repeat_probe_time;
3256 u32 probe_spacing_time;
3257 u32 idle_time;
3258 u32 max_scan_time;
3259 u32 probe_delay;
3260 u32 scan_ctrl_flags;
3261 u32 burst_duration_ms;
3263 u32 ie_len;
3264 u32 n_channels;
3265 u32 n_ssids;
3266 u32 n_bssids;
3268 u8 ie[WLAN_SCAN_PARAMS_MAX_IE_LEN];
3269 u16 channels[64];
3270 struct wmi_ssid_arg ssids[WLAN_SCAN_PARAMS_MAX_SSID];
3271 struct wmi_bssid_arg bssids[WLAN_SCAN_PARAMS_MAX_BSSID];
3272 struct wmi_mac_addr mac_addr;
3273 struct wmi_mac_addr mac_mask;