Linux Kernel
3.7.1
|
#include <mac80211.h>
Data Fields | |
u64 | timestamp |
bool | block_tx |
struct ieee80211_channel * | channel |
u8 | count |
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.
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.