Linux Kernel
3.7.1
|
#include <wbhal.h>
Data Fields | |
union { | |
u32 value | |
struct { | |
u32 R01_crc_error:1 | |
u32 R01_icv_error:1 | |
u32 R01_null_key_to_authentication_frame:1 | |
u32 R01_authentication_frame_icv_error:1 | |
u32 R01_protocol_version_error:1 | |
u32 R01_frame_receive_during_atim_window:1 | |
u32 R01_receive_frame_antenna_selection:1 | |
u32 R01_directed_frame:1 | |
u32 R01_multicast_frame:1 | |
u32 R01_broadcast_frame:1 | |
u32 R01_replay:1 | |
u32 R01_mic_error:1 | |
u32 R01_decryption_method:2 | |
u32 R01_LNA_state:2 | |
u32 R01_AGC_state:8 | |
u32 R01_data_rate:3 | |
u32 R01_pre_type:1 | |
u32 R01_mod_type:1 | |
u32 R01_RESERVED:3 | |
} | |
}; | |
union { ... } |