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

#include <mac80211.h>

Data Fields

u64 timestamp
 
bool block_tx
 
struct ieee80211_channelchannel
 
u8 count
 

Detailed Description

struct ieee80211_channel_switch - holds the channel switch data

The information provided in this structure is required for channel switch operation.

: value in microseconds of the 64-bit Time Synchronization Function (TSF) timer when the frame containing the channel switch announcement was received. This is simply the rx.mactime parameter the driver passed into mac80211. : Indicates whether transmission must be blocked before the scheduled channel switch, as indicated by the AP. : the new channel to switch to : the number of TBTT's until the channel switch event

Definition at line 894 of file mac80211.h.

Field Documentation

bool block_tx

Definition at line 896 of file mac80211.h.

Definition at line 897 of file mac80211.h.

u8 count

Definition at line 898 of file mac80211.h.

Definition at line 895 of file mac80211.h.


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