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

#include <wifi.h>

Data Fields

unsigned short frame_control
 
unsigned short duration
 
unsigned char ra [6]
 
unsigned char ta [6]
 
unsigned short control
 
unsigned short start_seq_num
 
__le16 frame_control
 
__le16 duration
 
__u8 ra [6]
 
__u8 ta [6]
 
__le16 control
 
__le16 start_seq_num
 

Detailed Description

struct ieee80211_bar - HT Block Ack Request

This structure refers to "HT BlockAckReq" as described in 802.11n draft section 7.2.1.7.1

Definition at line 544 of file wifi.h.

Field Documentation

unsigned short control

Definition at line 549 of file wifi.h.

__le16 control

Definition at line 919 of file ieee80211.h.

unsigned short duration

Definition at line 546 of file wifi.h.

__le16 duration

Definition at line 916 of file ieee80211.h.

unsigned short frame_control

Definition at line 545 of file wifi.h.

__le16 frame_control

Definition at line 915 of file ieee80211.h.

unsigned char ra[6]

Definition at line 547 of file wifi.h.

__u8 ra[6]

Definition at line 917 of file ieee80211.h.

unsigned short start_seq_num

Definition at line 550 of file wifi.h.

__le16 start_seq_num

Definition at line 920 of file ieee80211.h.

unsigned char ta[6]

Definition at line 548 of file wifi.h.

__u8 ta[6]

Definition at line 918 of file ieee80211.h.


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