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

#include <commands.h>

Data Fields

u8 type
 
u8 channel
 
struct il3945_tx_power tpc
 
__le16 active_dwell
 
__le16 passive_dwell
 

Detailed Description

struct il_scan_channel - entry in C_SCAN channel table

One for each channel in the scan list. Each channel can independently select: 1) SSID for directed active scans 2) Txpower setting (for rate specified within Tx command) 3) How long to stay on-channel (behavior may be modified by quiet_time, quiet_plcp_th, good_CRC_th)

To avoid uCode errors, make sure the following are true (see comments under struct il_scan_cmd about max_out_time and quiet_time): 1) If using passive_dwell (i.e. passive_dwell != 0): active_dwell <= passive_dwell (< max_out_time if max_out_time != 0) 2) quiet_time <= active_dwell 3) If restricting off-channel time (i.e. max_out_time !=0): passive_dwell < max_out_time active_dwell < max_out_time

Definition at line 2375 of file commands.h.

Field Documentation

__le16 active_dwell

Definition at line 2386 of file commands.h.

Definition at line 2384 of file commands.h.

__le16 passive_dwell

Definition at line 2387 of file commands.h.

Definition at line 2385 of file commands.h.

Definition at line 2383 of file commands.h.


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