Searched defs:scan_info (Results 1 – 3 of 3) sorted by relevance
5352 struct scan_info { struct5353 int aborted;5354 const int *freqs;5355 size_t num_freqs;5356 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS];5357 size_t num_ssids;5358 int external_scan;5359 int nl_scan_event;5360 u64 scan_start_tsf;5361 u8 scan_start_tsf_bssid[ETH_ALEN];[all …]
5717 struct scan_info { struct5718 int aborted;5719 const int *freqs;5720 size_t num_freqs;5721 struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS];5722 size_t num_ssids;5723 int external_scan;5724 int nl_scan_event;5725 u64 scan_start_tsf;5726 u8 scan_start_tsf_bssid[ETH_ALEN];[all …]
367 const jpeg_scan_info *scan_info; /* script for multi-scan file, or NULL */ member