Home | History | Annotate | Download | only in wpa_supplicant_lib

Lines Matching refs:scan_type

269 	int scan_type, res, timeout, scan_probe_flag = 0;
277 scan_type = drv->scan_type;
280 scan_type = SCAN_TYPE_NORMAL_ACTIVE;
284 ti_init_scan_params(&scanParams, scan_type, drv->scan_channels,
298 drv->last_scan = scan_type; /* Remember scan type for last scan */
636 drv->scan_type = SCAN_TYPE_NORMAL_PASSIVE;
641 drv->scan_type = SCAN_TYPE_NORMAL_ACTIVE;
646 ret = snprintf(buf, buf_len, "ScanMode = %u\n", drv->scan_type);
944 drv->scan_type = SCAN_TYPE_NORMAL_ACTIVE;