Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10264
b: refs/heads/master
c: e5658d3
h: refs/heads/master
v: v3
  • Loading branch information
James Ketrenos authored and Jeff Garzik committed Sep 22, 2005
1 parent a55d182 commit d6b5bdb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31b59eaee8f8ec29d8cb6ac0c8eed086689d8030
refs/heads/master: e5658d3e8a347f4393a9403b0cec8d43fa6214b1
14 changes: 11 additions & 3 deletions trunk/include/net/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -603,17 +603,21 @@ struct ieee80211_auth {
__le16 algorithm;
__le16 transaction;
__le16 status;
/* challenge */
struct ieee80211_info_element info_element[0];
} __attribute__ ((packed));

struct ieee80211_disassoc {
struct ieee80211_hdr_3addr header;
__le16 reason_code;
struct ieee80211_info_element info_element[0];
__le16 reason;
} __attribute__ ((packed));

/* Alias deauth for disassoc */
#define ieee82011_deauth ieee80211_disassoc

struct ieee80211_probe_request {
struct ieee80211_hdr_3addr header;
/* SSID, supported rates */
struct ieee80211_info_element info_element[0];
} __attribute__ ((packed));

Expand All @@ -622,6 +626,8 @@ struct ieee80211_probe_response {
u32 time_stamp[2];
__le16 beacon_interval;
__le16 capability;
/* SSID, supported rates, FH params, DS params,
* CF params, IBSS params, TIM (if beacon), RSN */
struct ieee80211_info_element info_element[0];
} __attribute__ ((packed));

Expand All @@ -632,6 +638,7 @@ struct ieee80211_assoc_request {
struct ieee80211_hdr_3addr header;
__le16 capability;
__le16 listen_interval;
/* SSID, supported rates, RSN */
struct ieee80211_info_element info_element[0];
} __attribute__ ((packed));

Expand All @@ -648,7 +655,8 @@ struct ieee80211_assoc_response {
__le16 capability;
__le16 status;
__le16 aid;
struct ieee80211_info_element info_element[0]; /* supported rates */
/* supported rates */
struct ieee80211_info_element info_element[0];
} __attribute__ ((packed));

struct ieee80211_txb {
Expand Down

0 comments on commit d6b5bdb

Please sign in to comment.