Linux Kernel
3.7.1
|
#include <wmi.h>
Data Fields | |
union { | |
struct { | |
__le16 ch | |
u8 bssid [ETH_ALEN] | |
__le16 listen_intvl | |
__le16 beacon_intvl | |
__le32 nw_type | |
} sta | |
struct { | |
u8 phymode | |
u8 aid | |
u8 mac_addr [ETH_ALEN] | |
u8 auth | |
u8 keymgmt | |
__le16 cipher | |
u8 apsd_info | |
u8 unused [3] | |
} ap_sta | |
struct { | |
__le16 ch | |
u8 bssid [ETH_ALEN] | |
u8 unused [8] | |
} ap_bss | |
} | u |
u8 | beacon_ie_len |
u8 | assoc_req_len |
u8 | assoc_resp_len |
u8 | assoc_info [1] |
struct { ... } ap_bss |
struct { ... } ap_sta |
struct { ... } sta |
union { ... } u |