Linux Kernel
3.7.1
|
#include <hostap_80211.h>
Data Fields | |
__le16 | frame_control |
__le16 | duration |
u8 | da [6] |
u8 | sa [6] |
u8 | bssid [6] |
__le16 | seq_ctrl |
union { | |
struct { | |
__le16 auth_alg | |
__le16 auth_transaction | |
__le16 status_code | |
u8 variable [0] | |
} auth | |
struct { | |
__le16 reason_code | |
} deauth | |
struct { | |
__le16 capab_info | |
__le16 listen_interval | |
u8 variable [0] | |
} assoc_req | |
struct { | |
__le16 capab_info | |
__le16 status_code | |
__le16 aid | |
u8 variable [0] | |
} assoc_resp | |
struct { | |
__le16 capab_info | |
__le16 status_code | |
__le16 aid | |
u8 variable [0] | |
} reassoc_resp | |
struct { | |
__le16 capab_info | |
__le16 listen_interval | |
u8 current_ap [6] | |
u8 variable [0] | |
} reassoc_req | |
struct { | |
__le16 reason_code | |
} disassoc | |
struct { | |
} probe_req | |
struct { | |
u8 timestamp [8] | |
__le16 beacon_int | |
__le16 capab_info | |
u8 variable [0] | |
} beacon | |
struct { | |
u8 timestamp [8] | |
__le16 beacon_int | |
__le16 capab_info | |
u8 variable [0] | |
} probe_resp | |
} | u |
Definition at line 8 of file hostap_80211.h.
__le16 aid |
Definition at line 35 of file hostap_80211.h.
struct { ... } assoc_req |
struct { ... } assoc_resp |
struct { ... } auth |
__le16 auth_alg |
Definition at line 17 of file hostap_80211.h.
__le16 auth_transaction |
Definition at line 18 of file hostap_80211.h.
struct { ... } beacon |
__le16 beacon_int |
Definition at line 53 of file hostap_80211.h.
u8 bssid[6] |
Definition at line 13 of file hostap_80211.h.
__le16 capab_info |
Definition at line 27 of file hostap_80211.h.
u8 current_ap[6] |
Definition at line 42 of file hostap_80211.h.
u8 da[6] |
Definition at line 11 of file hostap_80211.h.
struct { ... } deauth |
struct { ... } disassoc |
__le16 duration |
Definition at line 10 of file hostap_80211.h.
__le16 frame_control |
Definition at line 9 of file hostap_80211.h.
__le16 listen_interval |
Definition at line 28 of file hostap_80211.h.
struct { ... } probe_req |
struct { ... } probe_resp |
__le16 reason_code |
Definition at line 24 of file hostap_80211.h.
struct { ... } reassoc_req |
struct { ... } reassoc_resp |
u8 sa[6] |
Definition at line 12 of file hostap_80211.h.
__le16 seq_ctrl |
Definition at line 14 of file hostap_80211.h.
__le16 status_code |
Definition at line 19 of file hostap_80211.h.
Definition at line 52 of file hostap_80211.h.
union { ... } u |
u8 variable[0] |
Definition at line 21 of file hostap_80211.h.