2 * This file contains the function prototypes, data structure
3 * and defines for all the host/station commands
8 #include <linux/wireless.h>
12 /* 802.11-related definitions */
16 /* Current Tx packet status */
20 __le32 tx_packet_location
;
21 /* Tx packet length */
22 __le16 tx_packet_length
;
23 /* First 2 byte of destination MAC address */
24 u8 tx_dest_addr_high
[2];
25 /* Last 4 byte of destination MAC address */
26 u8 tx_dest_addr_low
[4];
29 /* Pkt Trasnit Power control */
31 /* Amount of time the packet has been queued in the driver (units = 2ms) */
39 /* Current Rx packet status */
60 /* Next Rx RxPD addr */
73 } __attribute__ ((packed
));
75 struct cmd_ctrl_node
{
76 struct list_head list
;
78 /* command response */
79 int (*callback
)(struct lbs_private
*, unsigned long, struct cmd_header
*);
80 unsigned long callback_arg
;
82 struct cmd_header
*cmdbuf
;
85 wait_queue_head_t cmdwait_q
;
88 /* Generic structure to hold all key types. */
91 u16 flags
; /* KEY_INFO_* from defs.h */
92 u16 type
; /* KEY_TYPE_* from defs.h */
96 /* lbs_offset_value */
97 struct lbs_offset_value
{
102 /* Define general data structure */
112 #define S_DS_GEN sizeof(struct cmd_ds_gen)
116 * Define data structure for CMD_GET_HW_SPEC
117 * This structure defines the response for the GET_HW_SPEC command
119 struct cmd_ds_get_hw_spec
{
120 struct cmd_header hdr
;
122 /* HW Interface version number */
124 /* HW version number */
126 /* Max number of TxPD FW can handle */
128 /* Max no of Multicast address */
136 /* Number of antenna used */
139 /* FW release number, example 0x01030304 = 2.3.4p1 */
142 /* Base Address of TxPD queue */
144 /* Read Pointer of RxPd queue */
147 /* Write Pointer of RxPd queue */
150 /*FW/HW capability */
152 } __attribute__ ((packed
));
154 struct cmd_ds_802_11_reset
{
158 struct cmd_ds_802_11_subscribe_event
{
159 struct cmd_header hdr
;
164 /* A TLV to the CMD_802_11_SUBSCRIBE_EVENT command can contain a
165 * number of TLVs. From the v5.1 manual, those TLVs would add up to
166 * 40 bytes. However, future firmware might add additional TLVs, so I
167 * bump this up a bit.
173 * This scan handle Country Information IE(802.11d compliant)
174 * Define data structure for CMD_802_11_SCAN
176 struct cmd_ds_802_11_scan
{
177 struct cmd_header hdr
;
180 uint8_t bssid
[ETH_ALEN
];
181 uint8_t tlvbuffer
[0];
183 mrvlietypes_ssidparamset_t ssidParamSet
;
184 mrvlietypes_chanlistparamset_t ChanListParamSet
;
185 mrvlietypes_ratesparamset_t OpRateSet
;
189 struct cmd_ds_802_11_scan_rsp
{
190 struct cmd_header hdr
;
192 __le16 bssdescriptsize
;
194 uint8_t bssdesc_and_tlvbuffer
[0];
197 struct cmd_ds_802_11_get_log
{
198 struct cmd_header hdr
;
212 __le32 wepundecryptable
;
215 struct cmd_ds_mac_control
{
216 struct cmd_header hdr
;
221 struct cmd_ds_mac_multicast_adr
{
224 u8 maclist
[ETH_ALEN
* MRVDRV_MAX_MULTICAST_LIST_SIZE
];
227 struct cmd_ds_802_11_authenticate
{
228 u8 macaddr
[ETH_ALEN
];
233 struct cmd_ds_802_11_deauthenticate
{
238 struct cmd_ds_802_11_associate
{
241 __le16 listeninterval
;
246 mrvlietypes_ssidparamset_t ssidParamSet
;
247 mrvlietypes_phyparamset_t phyparamset
;
248 mrvlietypes_ssparamset_t ssparamset
;
249 mrvlietypes_ratesparamset_t ratesParamSet
;
251 } __attribute__ ((packed
));
253 struct cmd_ds_802_11_disassociate
{
258 struct cmd_ds_802_11_associate_rsp
{
259 struct ieeetypes_assocrsp assocRsp
;
262 struct cmd_ds_802_11_ad_hoc_result
{
267 struct cmd_ds_802_11_set_wep
{
268 struct cmd_header hdr
;
270 /* ACT_ADD, ACT_REMOVE or ACT_ENABLE */
273 /* key Index selected for Tx */
276 /* 40, 128bit or TXWEP */
278 uint8_t keymaterial
[4][16];
281 struct cmd_ds_802_3_get_stat
{
290 struct cmd_ds_802_11_get_stat
{
291 __le32 txfragmentcnt
;
292 __le32 mcasttxframecnt
;
295 __le32 Multipleretrycnt
;
296 __le32 rtssuccesscnt
;
297 __le32 rtsfailurecnt
;
298 __le32 ackfailurecnt
;
299 __le32 frameduplicatecnt
;
300 __le32 rxfragmentcnt
;
301 __le32 mcastrxframecnt
;
303 __le32 bcasttxframecnt
;
304 __le32 bcastrxframecnt
;
307 __le32 wepundecryptable
;
310 struct cmd_ds_802_11_snmp_mib
{
317 struct cmd_ds_mac_reg_map
{
323 struct cmd_ds_bbp_reg_map
{
329 struct cmd_ds_rf_reg_map
{
335 struct cmd_ds_mac_reg_access
{
341 struct cmd_ds_bbp_reg_access
{
348 struct cmd_ds_rf_reg_access
{
355 struct cmd_ds_802_11_radio_control
{
356 struct cmd_header hdr
;
362 struct cmd_ds_802_11_beacon_control
{
364 __le16 beacon_enable
;
365 __le16 beacon_period
;
368 struct cmd_ds_802_11_sleep_params
{
369 struct cmd_header hdr
;
371 /* ACT_GET/ACT_SET */
374 /* Sleep clock error in ppm */
377 /* Wakeup offset in usec */
380 /* Clock stabilization time in usec */
383 /* control periodic calibration */
386 /* control the use of external sleep clock */
387 uint8_t externalsleepclk
;
389 /* reserved field, should be set to zero */
393 struct cmd_ds_802_11_inactivity_timeout
{
394 struct cmd_header hdr
;
396 /* ACT_GET/ACT_SET */
399 /* Inactivity timeout in msec */
403 struct cmd_ds_802_11_rf_channel
{
404 struct cmd_header hdr
;
408 __le16 rftype
; /* unused */
409 __le16 reserved
; /* unused */
410 u8 channellist
[32]; /* unused */
413 struct cmd_ds_802_11_rssi
{
414 /* weighting factor */
422 struct cmd_ds_802_11_rssi_rsp
{
426 __le16 avgnoisefloor
;
429 struct cmd_ds_802_11_mac_address
{
430 struct cmd_header hdr
;
436 struct cmd_ds_802_11_rf_tx_power
{
441 struct cmd_ds_802_11_rf_antenna
{
444 /* Number of antennas or 0xffff(diversity) */
449 struct cmd_ds_802_11_monitor_mode
{
454 struct cmd_ds_set_boot2_ver
{
455 struct cmd_header hdr
;
461 struct cmd_ds_802_11_fw_wake_method
{
462 struct cmd_header hdr
;
468 struct cmd_ds_802_11_sleep_period
{
469 struct cmd_header hdr
;
475 struct cmd_ds_802_11_ps_mode
{
477 __le16 nullpktinterval
;
480 __le16 locallisteninterval
;
483 struct cmd_confirm_sleep
{
484 struct cmd_header hdr
;
487 __le16 nullpktinterval
;
490 __le16 locallisteninterval
;
493 struct cmd_ds_802_11_data_rate
{
494 struct cmd_header hdr
;
501 struct cmd_ds_802_11_rate_adapt_rateset
{
507 struct cmd_ds_802_11_ad_hoc_start
{
508 u8 ssid
[IW_ESSID_MAX_SIZE
];
512 union IEEEtypes_ssparamset ssparamset
;
513 union ieeetypes_phyparamset phyparamset
;
517 u8 tlv_memory_size_pad
[100];
518 } __attribute__ ((packed
));
520 struct adhoc_bssdesc
{
528 union ieeetypes_phyparamset phyparamset
;
529 union IEEEtypes_ssparamset ssparamset
;
533 /* DO NOT ADD ANY FIELDS TO THIS STRUCTURE. It is used below in the
534 * Adhoc join command and will cause a binary layout mismatch with
537 } __attribute__ ((packed
));
539 struct cmd_ds_802_11_ad_hoc_join
{
540 struct adhoc_bssdesc bss
;
544 } __attribute__ ((packed
));
546 struct cmd_ds_802_11_enable_rsn
{
547 struct cmd_header hdr
;
551 } __attribute__ ((packed
));
553 struct MrvlIEtype_keyParamSet
{
557 /* length of Payload */
560 /* type of key: WEP=0, TKIP=1, AES=2 */
563 /* key control Info specific to a keytypeid */
569 /* key material of size keylen */
573 struct cmd_ds_host_sleep
{
574 struct cmd_header hdr
;
578 } __attribute__ ((packed
));
580 struct cmd_ds_802_11_key_material
{
581 struct cmd_header hdr
;
584 struct MrvlIEtype_keyParamSet keyParamSet
[2];
585 } __attribute__ ((packed
));
587 struct cmd_ds_802_11_eeprom_access
{
588 struct cmd_header hdr
;
592 /* firmware says it returns a maximum of 20 bytes */
593 #define LBS_EEPROM_READ_LEN 20
594 u8 value
[LBS_EEPROM_READ_LEN
];
595 } __attribute__ ((packed
));
597 struct cmd_ds_802_11_tpc_cfg
{
604 } __attribute__ ((packed
));
606 struct cmd_ds_802_11_led_ctrl
{
610 } __attribute__ ((packed
));
612 struct cmd_ds_802_11_afc
{
620 __le16 timing_offset
; /* signed */
621 __le16 carrier_offset
; /* signed */
624 } __attribute__ ((packed
));
626 struct cmd_tx_rate_query
{
628 } __attribute__ ((packed
));
630 struct cmd_ds_get_tsf
{
632 } __attribute__ ((packed
));
634 struct cmd_ds_bt_access
{
639 } __attribute__ ((packed
));
641 struct cmd_ds_fwt_access
{
659 } __attribute__ ((packed
));
662 struct cmd_ds_mesh_config
{
663 struct cmd_header hdr
;
669 u8 data
[128]; /* last position reserved */
670 } __attribute__ ((packed
));
673 struct cmd_ds_mesh_access
{
674 struct cmd_header hdr
;
677 __le32 data
[32]; /* last position reserved */
678 } __attribute__ ((packed
));
680 /* Number of stats counters returned by the firmware */
681 #define MESH_STATS_NUM 8
683 struct cmd_ds_command
{
692 struct cmd_ds_802_11_ps_mode psmode
;
693 struct cmd_ds_802_11_associate associate
;
694 struct cmd_ds_802_11_deauthenticate deauth
;
695 struct cmd_ds_802_11_ad_hoc_start ads
;
696 struct cmd_ds_802_11_reset reset
;
697 struct cmd_ds_802_11_ad_hoc_result result
;
698 struct cmd_ds_802_11_authenticate auth
;
699 struct cmd_ds_802_11_get_stat gstat
;
700 struct cmd_ds_802_3_get_stat gstat_8023
;
701 struct cmd_ds_802_11_snmp_mib smib
;
702 struct cmd_ds_802_11_rf_tx_power txp
;
703 struct cmd_ds_802_11_rf_antenna rant
;
704 struct cmd_ds_802_11_monitor_mode monitor
;
705 struct cmd_ds_802_11_rate_adapt_rateset rateset
;
706 struct cmd_ds_mac_multicast_adr madr
;
707 struct cmd_ds_802_11_ad_hoc_join adj
;
708 struct cmd_ds_802_11_rssi rssi
;
709 struct cmd_ds_802_11_rssi_rsp rssirsp
;
710 struct cmd_ds_802_11_disassociate dassociate
;
711 struct cmd_ds_mac_reg_access macreg
;
712 struct cmd_ds_bbp_reg_access bbpreg
;
713 struct cmd_ds_rf_reg_access rfreg
;
715 struct cmd_ds_802_11d_domain_info domaininfo
;
716 struct cmd_ds_802_11d_domain_info domaininforesp
;
718 struct cmd_ds_802_11_tpc_cfg tpccfg
;
719 struct cmd_ds_802_11_afc afc
;
720 struct cmd_ds_802_11_led_ctrl ledgpio
;
722 struct cmd_tx_rate_query txrate
;
723 struct cmd_ds_bt_access bt
;
724 struct cmd_ds_fwt_access fwt
;
725 struct cmd_ds_get_tsf gettsf
;
726 struct cmd_ds_802_11_beacon_control bcn_ctrl
;
728 } __attribute__ ((packed
));