Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
channel_detector Struct Reference

Data Fields

struct list_head head
 
u16 freq
 
struct pri_detector ** detectors
 

Detailed Description

struct channel_detector - detector elements for a DFS channel : list_head : frequency for this channel detector in MHz : array of dynamically created detector elements for this freq

Channel detectors are required to provide multi-channel DFS detection, e.g. to support off-channel scanning. A pattern detector has a list of channels radar pulses have been reported for in the past.

Definition at line 101 of file dfs_pattern_detector.c.

Field Documentation

struct pri_detector** detectors

Definition at line 104 of file dfs_pattern_detector.c.

u16 freq

Definition at line 103 of file dfs_pattern_detector.c.

Definition at line 102 of file dfs_pattern_detector.c.


The documentation for this struct was generated from the following file: