Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | mac_header |
struct | essid_element |
struct | rates_element |
struct | freq_hop_element |
struct | tim_element |
struct | ibss_element |
struct | japan_call_sign_element |
struct | infra_beacon |
struct | adhoc_beacon |
struct | object_id |
struct | scb |
struct | status |
struct | host_to_ecf_area |
struct | startup_res_518 |
struct | startup_res_6 |
struct | start_join_net_params |
struct | update_param_cmd |
struct | report_param_cmd |
struct | start_network_cmd |
struct | join_network_cmd |
struct | tx_requested_cmd |
struct | tx_requested_cmd_4 |
struct | memory_dump_cmd |
struct | update_association_cmd |
struct | start_timer_cmd |
struct | ccs |
struct | tib_structure |
struct | phy_header |
struct | ray_rx_msg |
struct | tx_msg |
struct | rx_packet_cmd |
struct | rejoin_net_cmplt_cmd |
struct | japan_call_sign_rxd |
struct | rcs |
struct | b4_startup_params |
struct | b5_startup_params |
struct | snaphdr_t |
Typedefs | |
typedef unsigned char | UCHAR |
typedef struct snaphdr_t | snaphdr_t |
#define CCS_LAST_CMD CCS_START_TIMER |
#define COR_DEFAULT (COR_LEVEL_IRQ | COR_CONFIG_NUM) |
#define JAPAN_CALL_SIGN_RXD 0x83 /* RCS ID: New Japan Call Sign */ |
#define RAY_DO_CMD (SIOCDEVPRIVATE + 2) |
#define RAY_IOCG_PARMS (SIOCDEVPRIVATE) |
#define RAY_IOCS_PARMS (SIOCDEVPRIVATE + 1) |
#define REJOIN_NET_COMPLETE 0x81 /* RCS ID: Rejoin Net Complete */ |
#define ROAMING_INITIATED 0x82 /* RCS ID: Roaming Initiated */ |
#define TX_AUTHENTICATE_LENGTH (TX_HEADER_LENGTH + 6) |
#define TX_AUTHENTICATE_LENGTH_LSB (TX_AUTHENTICATE_LENGTH & 0xff) |
#define TX_AUTHENTICATE_LENGTH_MSB (TX_AUTHENTICATE_LENGTH >> 8) |
#define TX_DEAUTHENTICATE_LENGTH (TX_HEADER_LENGTH + 2) |
#define TX_DEAUTHENTICATE_LENGTH_LSB (TX_AUTHENTICATE_LENGTH & 0xff) |
#define TX_DEAUTHENTICATE_LENGTH_MSB (TX_AUTHENTICATE_LENGTH >> 8) |