#include <linux/slab.h>
#include <linux/types.h>
#include <linux/etherdevice.h>
#include <net/mac80211.h>
#include "dev.h"
#include "agn.h"
Go to the source code of this file.
#define IWL_ACTIVE_DWELL_FACTOR_24GHZ (3) |
#define IWL_ACTIVE_DWELL_FACTOR_52GHZ (2) |
#define IWL_ACTIVE_DWELL_TIME_24 (30) /* all times in msec */ |
#define IWL_ACTIVE_DWELL_TIME_52 (20) |
#define IWL_CHANNEL_TUNE_TIME 5 |
#define IWL_PASSIVE_DWELL_BASE (100) |
#define IWL_PASSIVE_DWELL_TIME_24 (20) /* all times in msec */ |
#define IWL_PASSIVE_DWELL_TIME_52 (10) |
#define IWL_RADIO_RESET_DWELL_TIME 5 |
#define MAX_SCAN_CHANNEL 50 |
iwl_scan_cancel - Cancel any currently executing HW scan
Definition at line 211 of file scan.c.
iwl_scan_cancel_timeout - Cancel any currently executing HW scan : amount of time to wait (in milliseconds) for scan to abort
Definition at line 223 of file scan.c.