HomeSort by relevance Sort by last modified time
    Searched refs:scan_info (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
scan.h 27 struct scan_info *info, int new_scan);
bss.h 121 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
events.c     [all...]
bss.c 831 const struct scan_info *info)
881 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
    [all...]
wpa_supplicant_i.h 34 struct scan_info;
    [all...]
rrm.c     [all...]
scan.c     [all...]
  /external/libjpeg-turbo/
jcmaster.c 41 int scan_number; /* current index in scan_info[] */
180 /* Verify that the scan script in cinfo->scan_info[] is valid; also
200 scanptr = cinfo->scan_info;
322 if (cinfo->scan_info != NULL) {
325 const jpeg_scan_info *scanptr = cinfo->scan_info + master->scan_number;
607 if (cinfo->scan_info != NULL) {
jcparam.c 219 cinfo->scan_info = NULL;
504 cinfo->scan_info = scanptr;
rdswitch.c 267 cinfo->scan_info = scanptr;
jpeglib.h 360 int num_scans; /* # of entries in scan_info array */
361 const jpeg_scan_info *scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
362 /* The default value of scan_info is NULL, which causes a single-scan
364 * set num_scans and scan_info to point to an array of scan definitions.
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 1110 struct scan_info *info;
    [all...]
driver.h 5232 struct scan_info { struct in union:wpa_event_data
5242 } scan_info; member in union:wpa_event_data
    [all...]

Completed in 2979 milliseconds