Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Marvell Wireless LAN device driver: major data structures and prototypes |
| 3 | * |
Xinming Hu | 65da33f | 2014-06-19 21:38:57 -0700 | [diff] [blame] | 4 | * Copyright (C) 2011-2014, Marvell International Ltd. |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 5 | * |
| 6 | * This software file (the "File") is distributed by Marvell International |
| 7 | * Ltd. under the terms of the GNU General Public License Version 2, June 1991 |
| 8 | * (the "License"). You may use, redistribute and/or modify this File in |
| 9 | * accordance with the terms and conditions of the License, a copy of which |
| 10 | * is available by writing to the Free Software Foundation, Inc., |
| 11 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the |
| 12 | * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. |
| 13 | * |
| 14 | * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE |
| 15 | * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE |
| 16 | * ARE EXPRESSLY DISCLAIMED. The License provides additional details about |
| 17 | * this warranty disclaimer. |
| 18 | */ |
| 19 | |
| 20 | #ifndef _MWIFIEX_MAIN_H_ |
| 21 | #define _MWIFIEX_MAIN_H_ |
| 22 | |
| 23 | #include <linux/kernel.h> |
| 24 | #include <linux/module.h> |
| 25 | #include <linux/sched.h> |
| 26 | #include <linux/semaphore.h> |
| 27 | #include <linux/ip.h> |
| 28 | #include <linux/skbuff.h> |
| 29 | #include <linux/if_arp.h> |
| 30 | #include <linux/etherdevice.h> |
| 31 | #include <net/sock.h> |
| 32 | #include <net/lib80211.h> |
Amitkumar Karwar | 92c2538 | 2014-06-19 21:38:52 -0700 | [diff] [blame] | 33 | #include <linux/vmalloc.h> |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 34 | #include <linux/firmware.h> |
| 35 | #include <linux/ctype.h> |
Bing Zhao | 699b027 | 2013-12-13 18:33:01 -0800 | [diff] [blame] | 36 | #include <linux/of.h> |
Amitkumar Karwar | 808bbeb | 2014-11-25 06:43:05 -0800 | [diff] [blame] | 37 | #include <linux/idr.h> |
Maithili Hinge | b533be1 | 2015-03-12 00:38:39 -0700 | [diff] [blame] | 38 | #include <linux/inetdevice.h> |
Amitkumar Karwar | 57670ee | 2015-05-26 06:34:32 -0700 | [diff] [blame] | 39 | #include <linux/devcoredump.h> |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 40 | |
| 41 | #include "decl.h" |
| 42 | #include "ioctl.h" |
| 43 | #include "util.h" |
| 44 | #include "fw.h" |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 45 | #include "pcie.h" |
Xinming Hu | 11cd07a | 2014-12-23 19:14:10 +0530 | [diff] [blame] | 46 | #include "usb.h" |
| 47 | #include "sdio.h" |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 48 | |
| 49 | extern const char driver_version[]; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 50 | |
| 51 | enum { |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 52 | MWIFIEX_ASYNC_CMD, |
| 53 | MWIFIEX_SYNC_CMD |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 54 | }; |
| 55 | |
Avinash Patil | 0013c7c | 2014-11-05 19:38:11 +0530 | [diff] [blame] | 56 | #define MWIFIEX_DRIVER_MODE_STA BIT(0) |
| 57 | #define MWIFIEX_DRIVER_MODE_UAP BIT(1) |
| 58 | #define MWIFIEX_DRIVER_MODE_P2P BIT(2) |
| 59 | #define MWIFIEX_DRIVER_MODE_BITMASK (BIT(0) | BIT(1) | BIT(2)) |
| 60 | |
Bing Zhao | 67a5003 | 2011-07-13 18:38:34 -0700 | [diff] [blame] | 61 | #define MWIFIEX_MAX_AP 64 |
| 62 | |
Zhaoyang Liu | e35000e | 2015-03-13 17:37:57 +0530 | [diff] [blame] | 63 | #define MWIFIEX_MAX_PKTS_TXQ 16 |
| 64 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 65 | #define MWIFIEX_DEFAULT_WATCHDOG_TIMEOUT (5 * HZ) |
| 66 | |
| 67 | #define MWIFIEX_TIMER_10S 10000 |
| 68 | #define MWIFIEX_TIMER_1S 1000 |
| 69 | |
Marc Yang | 62a5b7d | 2011-05-16 19:17:53 -0700 | [diff] [blame] | 70 | #define MAX_TX_PENDING 100 |
| 71 | #define LOW_TX_PENDING 80 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 72 | |
Avinash Patil | 6e25117 | 2014-09-12 20:08:59 +0530 | [diff] [blame] | 73 | #define HIGH_RX_PENDING 50 |
| 74 | #define LOW_RX_PENDING 20 |
| 75 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 76 | #define MWIFIEX_UPLD_SIZE (2312) |
| 77 | |
Amitkumar Karwar | 21f58d20 | 2014-02-11 18:39:56 -0800 | [diff] [blame] | 78 | #define MAX_EVENT_SIZE 2048 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 79 | |
| 80 | #define ARP_FILTER_MAX_BUF_SIZE 68 |
| 81 | |
| 82 | #define MWIFIEX_KEY_BUFFER_SIZE 16 |
| 83 | #define MWIFIEX_DEFAULT_LISTEN_INTERVAL 10 |
| 84 | #define MWIFIEX_MAX_REGION_CODE 7 |
| 85 | |
| 86 | #define DEFAULT_BCN_AVG_FACTOR 8 |
| 87 | #define DEFAULT_DATA_AVG_FACTOR 8 |
| 88 | |
| 89 | #define FIRST_VALID_CHANNEL 0xff |
| 90 | #define DEFAULT_AD_HOC_CHANNEL 6 |
| 91 | #define DEFAULT_AD_HOC_CHANNEL_A 36 |
| 92 | |
| 93 | #define DEFAULT_BCN_MISS_TIMEOUT 5 |
| 94 | |
| 95 | #define MAX_SCAN_BEACON_BUFFER 8000 |
| 96 | |
| 97 | #define SCAN_BEACON_ENTRY_PAD 6 |
| 98 | |
Bing Zhao | 38e8b7d9 | 2012-06-06 21:12:40 -0700 | [diff] [blame] | 99 | #define MWIFIEX_PASSIVE_SCAN_CHAN_TIME 110 |
| 100 | #define MWIFIEX_ACTIVE_SCAN_CHAN_TIME 30 |
| 101 | #define MWIFIEX_SPECIFIC_SCAN_CHAN_TIME 30 |
Avinash Patil | cb91be8 | 2014-09-12 20:08:54 +0530 | [diff] [blame] | 102 | #define MWIFIEX_DEF_SCAN_CHAN_GAP_TIME 50 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 103 | |
| 104 | #define SCAN_RSSI(RSSI) (0x100 - ((u8)(RSSI))) |
| 105 | |
| 106 | #define MWIFIEX_MAX_TOTAL_SCAN_TIME (MWIFIEX_TIMER_10S - MWIFIEX_TIMER_1S) |
| 107 | |
| 108 | #define RSN_GTK_OUI_OFFSET 2 |
| 109 | |
| 110 | #define MWIFIEX_OUI_NOT_PRESENT 0 |
| 111 | #define MWIFIEX_OUI_PRESENT 1 |
| 112 | |
Stone Piao | e39faa7 | 2012-09-25 20:23:32 -0700 | [diff] [blame] | 113 | #define PKT_TYPE_MGMT 0xE5 |
| 114 | |
Amitkumar Karwar | 4daffe3 | 2012-04-18 20:08:28 -0700 | [diff] [blame] | 115 | /* |
| 116 | * Do not check for data_received for USB, as data_received |
| 117 | * is handled in mwifiex_usb_recv for USB |
| 118 | */ |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 119 | #define IS_CARD_RX_RCVD(adapter) (adapter->cmd_resp_received || \ |
Amitkumar Karwar | 4daffe3 | 2012-04-18 20:08:28 -0700 | [diff] [blame] | 120 | adapter->event_received || \ |
Avinash Patil | ec4a16b | 2014-11-05 17:04:27 +0530 | [diff] [blame] | 121 | adapter->data_received) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 122 | |
| 123 | #define MWIFIEX_TYPE_CMD 1 |
| 124 | #define MWIFIEX_TYPE_DATA 0 |
Zhaoyang Liu | 92263a8 | 2015-03-13 17:37:58 +0530 | [diff] [blame] | 125 | #define MWIFIEX_TYPE_AGGR_DATA 10 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 126 | #define MWIFIEX_TYPE_EVENT 3 |
| 127 | |
Amitkumar Karwar | a0b7315a | 2014-03-07 19:41:27 -0800 | [diff] [blame] | 128 | #define MAX_BITMAP_RATES_SIZE 18 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 129 | |
| 130 | #define MAX_CHANNEL_BAND_BG 14 |
Avinash Patil | a3c2c4f | 2012-08-27 20:32:53 -0700 | [diff] [blame] | 131 | #define MAX_CHANNEL_BAND_A 165 |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 132 | |
| 133 | #define MAX_FREQUENCY_BAND_BG 2484 |
| 134 | |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 135 | #define MWIFIEX_EVENT_HEADER_LEN 4 |
Avinash Patil | e568634 | 2012-05-08 18:30:25 -0700 | [diff] [blame] | 136 | #define MWIFIEX_UAP_EVENT_EXTRA_HEADER 2 |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 137 | |
Amitkumar Karwar | 4daffe3 | 2012-04-18 20:08:28 -0700 | [diff] [blame] | 138 | #define MWIFIEX_TYPE_LEN 4 |
| 139 | #define MWIFIEX_USB_TYPE_CMD 0xF00DFACE |
| 140 | #define MWIFIEX_USB_TYPE_DATA 0xBEADC0DE |
| 141 | #define MWIFIEX_USB_TYPE_EVENT 0xBEEFFACE |
| 142 | |
Ashok Nagarajan | 8908c7d | 2013-03-08 10:58:45 -0800 | [diff] [blame] | 143 | /* Threshold for tx_timeout_cnt before we trigger a card reset */ |
| 144 | #define TX_TIMEOUT_THRESHOLD 6 |
| 145 | |
Xinming Hu | 11cd07a | 2014-12-23 19:14:10 +0530 | [diff] [blame] | 146 | #define MWIFIEX_DRV_INFO_SIZE_MAX 0x40000 |
| 147 | |
Avinash Patil | 31def91 | 2015-02-13 17:41:08 +0530 | [diff] [blame] | 148 | /* Address alignment */ |
| 149 | #define MWIFIEX_ALIGN_ADDR(p, a) (((long)(p) + (a) - 1) & ~((a) - 1)) |
| 150 | |
Zhaoyang Liu | c687a00 | 2015-05-12 00:48:18 +0530 | [diff] [blame] | 151 | /** |
| 152 | *enum mwifiex_debug_level - marvell wifi debug level |
| 153 | */ |
| 154 | enum MWIFIEX_DEBUG_LEVEL { |
| 155 | MWIFIEX_DBG_MSG = 0x00000001, |
| 156 | MWIFIEX_DBG_FATAL = 0x00000002, |
| 157 | MWIFIEX_DBG_ERROR = 0x00000004, |
| 158 | MWIFIEX_DBG_DATA = 0x00000008, |
| 159 | MWIFIEX_DBG_CMD = 0x00000010, |
| 160 | MWIFIEX_DBG_EVENT = 0x00000020, |
| 161 | MWIFIEX_DBG_INTR = 0x00000040, |
| 162 | MWIFIEX_DBG_IOCTL = 0x00000080, |
| 163 | |
| 164 | MWIFIEX_DBG_MPA_D = 0x00008000, |
| 165 | MWIFIEX_DBG_DAT_D = 0x00010000, |
| 166 | MWIFIEX_DBG_CMD_D = 0x00020000, |
| 167 | MWIFIEX_DBG_EVT_D = 0x00040000, |
| 168 | MWIFIEX_DBG_FW_D = 0x00080000, |
| 169 | MWIFIEX_DBG_IF_D = 0x00100000, |
| 170 | |
| 171 | MWIFIEX_DBG_ENTRY = 0x10000000, |
| 172 | MWIFIEX_DBG_WARN = 0x20000000, |
| 173 | MWIFIEX_DBG_INFO = 0x40000000, |
| 174 | MWIFIEX_DBG_DUMP = 0x80000000, |
| 175 | |
| 176 | MWIFIEX_DBG_ANY = 0xffffffff |
| 177 | }; |
| 178 | |
| 179 | #define MWIFIEX_DEFAULT_DEBUG_MASK (MWIFIEX_DBG_MSG | \ |
| 180 | MWIFIEX_DBG_FATAL | \ |
| 181 | MWIFIEX_DBG_ERROR) |
| 182 | |
| 183 | #define mwifiex_dbg(adapter, dbg_mask, fmt, args...) \ |
| 184 | do { \ |
| 185 | if ((adapter)->debug_mask & MWIFIEX_DBG_##dbg_mask) \ |
| 186 | if ((adapter)->dev) \ |
| 187 | dev_info((adapter)->dev, fmt, ## args); \ |
| 188 | } while (0) |
| 189 | |
Zhaoyang Liu | 868093a | 2015-05-12 00:48:19 +0530 | [diff] [blame] | 190 | #define DEBUG_DUMP_DATA_MAX_LEN 128 |
| 191 | #define mwifiex_dbg_dump(adapter, dbg_mask, str, buf, len) \ |
| 192 | do { \ |
| 193 | if ((adapter)->debug_mask & MWIFIEX_DBG_##dbg_mask) \ |
| 194 | print_hex_dump(KERN_DEBUG, str, \ |
| 195 | DUMP_PREFIX_OFFSET, 16, 1, \ |
| 196 | buf, len, false); \ |
| 197 | } while (0) |
| 198 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 199 | struct mwifiex_dbg { |
| 200 | u32 num_cmd_host_to_card_failure; |
| 201 | u32 num_cmd_sleep_cfm_host_to_card_failure; |
| 202 | u32 num_tx_host_to_card_failure; |
| 203 | u32 num_event_deauth; |
| 204 | u32 num_event_disassoc; |
| 205 | u32 num_event_link_lost; |
| 206 | u32 num_cmd_deauth; |
| 207 | u32 num_cmd_assoc_success; |
| 208 | u32 num_cmd_assoc_failure; |
| 209 | u32 num_tx_timeout; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 210 | u16 timeout_cmd_id; |
| 211 | u16 timeout_cmd_act; |
| 212 | u16 last_cmd_id[DBG_CMD_NUM]; |
| 213 | u16 last_cmd_act[DBG_CMD_NUM]; |
| 214 | u16 last_cmd_index; |
| 215 | u16 last_cmd_resp_id[DBG_CMD_NUM]; |
| 216 | u16 last_cmd_resp_index; |
| 217 | u16 last_event[DBG_CMD_NUM]; |
| 218 | u16 last_event_index; |
| 219 | }; |
| 220 | |
| 221 | enum MWIFIEX_HARDWARE_STATUS { |
| 222 | MWIFIEX_HW_STATUS_READY, |
| 223 | MWIFIEX_HW_STATUS_INITIALIZING, |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 224 | MWIFIEX_HW_STATUS_INIT_DONE, |
| 225 | MWIFIEX_HW_STATUS_RESET, |
| 226 | MWIFIEX_HW_STATUS_CLOSING, |
| 227 | MWIFIEX_HW_STATUS_NOT_READY |
| 228 | }; |
| 229 | |
| 230 | enum MWIFIEX_802_11_POWER_MODE { |
| 231 | MWIFIEX_802_11_POWER_MODE_CAM, |
| 232 | MWIFIEX_802_11_POWER_MODE_PSP |
| 233 | }; |
| 234 | |
| 235 | struct mwifiex_tx_param { |
| 236 | u32 next_pkt_len; |
| 237 | }; |
| 238 | |
| 239 | enum MWIFIEX_PS_STATE { |
| 240 | PS_STATE_AWAKE, |
| 241 | PS_STATE_PRE_SLEEP, |
| 242 | PS_STATE_SLEEP_CFM, |
| 243 | PS_STATE_SLEEP |
| 244 | }; |
| 245 | |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 246 | enum mwifiex_iface_type { |
| 247 | MWIFIEX_SDIO, |
| 248 | MWIFIEX_PCIE, |
Amitkumar Karwar | 4daffe3 | 2012-04-18 20:08:28 -0700 | [diff] [blame] | 249 | MWIFIEX_USB |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 250 | }; |
| 251 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 252 | struct mwifiex_add_ba_param { |
| 253 | u32 tx_win_size; |
| 254 | u32 rx_win_size; |
| 255 | u32 timeout; |
Amitkumar Karwar | 4c9f9fb | 2014-03-07 19:41:31 -0800 | [diff] [blame] | 256 | u8 tx_amsdu; |
| 257 | u8 rx_amsdu; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 258 | }; |
| 259 | |
| 260 | struct mwifiex_tx_aggr { |
| 261 | u8 ampdu_user; |
| 262 | u8 ampdu_ap; |
| 263 | u8 amsdu; |
| 264 | }; |
| 265 | |
Zhaoyang Liu | 39df5e8 | 2015-03-13 17:37:55 +0530 | [diff] [blame] | 266 | enum mwifiex_ba_status { |
| 267 | BA_SETUP_NONE = 0, |
| 268 | BA_SETUP_INPROGRESS, |
| 269 | BA_SETUP_COMPLETE |
| 270 | }; |
| 271 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 272 | struct mwifiex_ra_list_tbl { |
| 273 | struct list_head list; |
| 274 | struct sk_buff_head skb_head; |
| 275 | u8 ra[ETH_ALEN]; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 276 | u32 is_11n_enabled; |
Avinash Patil | 5a009ad | 2012-08-03 18:06:10 -0700 | [diff] [blame] | 277 | u16 max_amsdu; |
Avinash Patil | f0cb84f | 2013-07-22 19:17:39 -0700 | [diff] [blame] | 278 | u16 ba_pkt_count; |
Avinash Patil | 5a009ad | 2012-08-03 18:06:10 -0700 | [diff] [blame] | 279 | u8 ba_packet_thr; |
Zhaoyang Liu | 39df5e8 | 2015-03-13 17:37:55 +0530 | [diff] [blame] | 280 | enum mwifiex_ba_status ba_status; |
| 281 | u8 amsdu_in_ampdu; |
Avinash Patil | c7d9ed9 | 2013-07-22 19:17:40 -0700 | [diff] [blame] | 282 | u16 total_pkt_count; |
Avinash Patil | daeb5bb | 2014-02-07 16:30:37 -0800 | [diff] [blame] | 283 | bool tdls_link; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 284 | }; |
| 285 | |
| 286 | struct mwifiex_tid_tbl { |
| 287 | struct list_head ra_list; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 288 | }; |
| 289 | |
| 290 | #define WMM_HIGHEST_PRIORITY 7 |
| 291 | #define HIGH_PRIO_TID 7 |
| 292 | #define LOW_PRIO_TID 0 |
| 293 | |
| 294 | struct mwifiex_wmm_desc { |
| 295 | struct mwifiex_tid_tbl tid_tbl_ptr[MAX_NUM_TID]; |
| 296 | u32 packets_out[MAX_NUM_TID]; |
| 297 | /* spin lock to protect ra_list */ |
| 298 | spinlock_t ra_list_spinlock; |
Johannes Berg | 99fec5d | 2012-03-27 14:07:59 +0200 | [diff] [blame] | 299 | struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS]; |
| 300 | enum mwifiex_wmm_ac_e ac_down_graded_vals[IEEE80211_NUM_ACS]; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 301 | u32 drv_pkt_delay_max; |
Johannes Berg | 99fec5d | 2012-03-27 14:07:59 +0200 | [diff] [blame] | 302 | u8 queue_priority[IEEE80211_NUM_ACS]; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 303 | u32 user_pri_pkt_tx_ctrl[WMM_HIGHEST_PRIORITY + 1]; /* UP: 0 to 7 */ |
Marc Yang | f699254 | 2011-05-16 19:17:49 -0700 | [diff] [blame] | 304 | /* Number of transmit packets queued */ |
| 305 | atomic_t tx_pkts_queued; |
Marc Yang | 49729ff | 2011-05-16 19:17:50 -0700 | [diff] [blame] | 306 | /* Tracks highest priority with a packet queued */ |
| 307 | atomic_t highest_queued_prio; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 308 | }; |
| 309 | |
| 310 | struct mwifiex_802_11_security { |
| 311 | u8 wpa_enabled; |
| 312 | u8 wpa2_enabled; |
| 313 | u8 wapi_enabled; |
| 314 | u8 wapi_key_on; |
Amitkumar Karwar | 5eb02e4 | 2012-02-24 21:36:04 -0800 | [diff] [blame] | 315 | u8 wep_enabled; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 316 | u32 authentication_mode; |
Amitkumar Karwar | a0f6d6c | 2012-02-24 21:36:05 -0800 | [diff] [blame] | 317 | u8 is_authtype_auto; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 318 | u32 encryption_mode; |
| 319 | }; |
| 320 | |
| 321 | struct ieee_types_header { |
| 322 | u8 element_id; |
| 323 | u8 len; |
| 324 | } __packed; |
| 325 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 326 | struct ieee_types_vendor_specific { |
| 327 | struct ieee_types_vendor_header vend_hdr; |
| 328 | u8 data[IEEE_MAX_IE_SIZE - sizeof(struct ieee_types_vendor_header)]; |
| 329 | } __packed; |
| 330 | |
| 331 | struct ieee_types_generic { |
| 332 | struct ieee_types_header ieee_hdr; |
| 333 | u8 data[IEEE_MAX_IE_SIZE - sizeof(struct ieee_types_header)]; |
| 334 | } __packed; |
| 335 | |
Avinash Patil | b23bce2 | 2014-02-07 16:27:32 -0800 | [diff] [blame] | 336 | struct ieee_types_bss_co_2040 { |
| 337 | struct ieee_types_header ieee_hdr; |
| 338 | u8 bss_2040co; |
| 339 | } __packed; |
| 340 | |
| 341 | struct ieee_types_extcap { |
| 342 | struct ieee_types_header ieee_hdr; |
| 343 | u8 ext_capab[8]; |
| 344 | } __packed; |
| 345 | |
Avinash Patil | 5f6d598 | 2014-02-07 16:30:39 -0800 | [diff] [blame] | 346 | struct ieee_types_vht_cap { |
| 347 | struct ieee_types_header ieee_hdr; |
| 348 | struct ieee80211_vht_cap vhtcap; |
| 349 | } __packed; |
| 350 | |
| 351 | struct ieee_types_vht_oper { |
| 352 | struct ieee_types_header ieee_hdr; |
| 353 | struct ieee80211_vht_operation vhtoper; |
| 354 | } __packed; |
| 355 | |
| 356 | struct ieee_types_aid { |
| 357 | struct ieee_types_header ieee_hdr; |
| 358 | u16 aid; |
| 359 | } __packed; |
| 360 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 361 | struct mwifiex_bssdescriptor { |
| 362 | u8 mac_address[ETH_ALEN]; |
Amitkumar Karwar | b9be5f3 | 2012-02-27 22:04:14 -0800 | [diff] [blame] | 363 | struct cfg80211_ssid ssid; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 364 | u32 privacy; |
| 365 | s32 rssi; |
| 366 | u32 channel; |
| 367 | u32 freq; |
| 368 | u16 beacon_period; |
| 369 | u8 erp_flags; |
| 370 | u32 bss_mode; |
| 371 | u8 supported_rates[MWIFIEX_SUPPORTED_RATES]; |
| 372 | u8 data_rates[MWIFIEX_SUPPORTED_RATES]; |
| 373 | /* Network band. |
| 374 | * BAND_B(0x01): 'b' band |
| 375 | * BAND_G(0x02): 'g' band |
| 376 | * BAND_A(0X04): 'a' band |
| 377 | */ |
| 378 | u16 bss_band; |
Amitkumar Karwar | b5abcf0 | 2012-04-16 21:36:52 -0700 | [diff] [blame] | 379 | u64 fw_tsf; |
| 380 | u64 timestamp; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 381 | union ieee_types_phy_param_set phy_param_set; |
| 382 | union ieee_types_ss_param_set ss_param_set; |
| 383 | u16 cap_info_bitmap; |
| 384 | struct ieee_types_wmm_parameter wmm_ie; |
| 385 | u8 disable_11n; |
| 386 | struct ieee80211_ht_cap *bcn_ht_cap; |
| 387 | u16 ht_cap_offset; |
Johannes Berg | 074d46d | 2012-03-15 19:45:16 +0100 | [diff] [blame] | 388 | struct ieee80211_ht_operation *bcn_ht_oper; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 389 | u16 ht_info_offset; |
| 390 | u8 *bcn_bss_co_2040; |
| 391 | u16 bss_co_2040_offset; |
| 392 | u8 *bcn_ext_cap; |
| 393 | u16 ext_cap_offset; |
Yogesh Ashok Powar | a5f3905 | 2013-02-15 21:44:30 -0800 | [diff] [blame] | 394 | struct ieee80211_vht_cap *bcn_vht_cap; |
| 395 | u16 vht_cap_offset; |
| 396 | struct ieee80211_vht_operation *bcn_vht_oper; |
| 397 | u16 vht_info_offset; |
| 398 | struct ieee_types_oper_mode_ntf *oper_mode; |
| 399 | u16 oper_mode_offset; |
| 400 | u8 disable_11ac; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 401 | struct ieee_types_vendor_specific *bcn_wpa_ie; |
| 402 | u16 wpa_offset; |
| 403 | struct ieee_types_generic *bcn_rsn_ie; |
| 404 | u16 rsn_offset; |
| 405 | struct ieee_types_generic *bcn_wapi_ie; |
| 406 | u16 wapi_offset; |
| 407 | u8 *beacon_buf; |
| 408 | u32 beacon_buf_size; |
Amitkumar Karwar | 2a7305c | 2013-06-19 08:49:05 -0700 | [diff] [blame] | 409 | u8 sensed_11h; |
| 410 | u8 local_constraint; |
| 411 | u8 chan_sw_ie_present; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 412 | }; |
| 413 | |
| 414 | struct mwifiex_current_bss_params { |
| 415 | struct mwifiex_bssdescriptor bss_descriptor; |
| 416 | u8 wmm_enabled; |
| 417 | u8 wmm_uapsd_enabled; |
| 418 | u8 band; |
| 419 | u32 num_of_rates; |
| 420 | u8 data_rates[MWIFIEX_SUPPORTED_RATES]; |
| 421 | }; |
| 422 | |
| 423 | struct mwifiex_sleep_params { |
| 424 | u16 sp_error; |
| 425 | u16 sp_offset; |
| 426 | u16 sp_stable_time; |
| 427 | u8 sp_cal_control; |
| 428 | u8 sp_ext_sleep_clk; |
| 429 | u16 sp_reserved; |
| 430 | }; |
| 431 | |
| 432 | struct mwifiex_sleep_period { |
| 433 | u16 period; |
| 434 | u16 reserved; |
| 435 | }; |
| 436 | |
| 437 | struct mwifiex_wep_key { |
| 438 | u32 length; |
| 439 | u32 key_index; |
| 440 | u32 key_length; |
| 441 | u8 key_material[MWIFIEX_KEY_BUFFER_SIZE]; |
| 442 | }; |
| 443 | |
| 444 | #define MAX_REGION_CHANNEL_NUM 2 |
| 445 | |
| 446 | struct mwifiex_chan_freq_power { |
| 447 | u16 channel; |
| 448 | u32 freq; |
| 449 | u16 max_tx_power; |
| 450 | u8 unsupported; |
| 451 | }; |
| 452 | |
| 453 | enum state_11d_t { |
| 454 | DISABLE_11D = 0, |
| 455 | ENABLE_11D = 1, |
| 456 | }; |
| 457 | |
| 458 | #define MWIFIEX_MAX_TRIPLET_802_11D 83 |
| 459 | |
| 460 | struct mwifiex_802_11d_domain_reg { |
| 461 | u8 country_code[IEEE80211_COUNTRY_STRING_LEN]; |
| 462 | u8 no_of_triplet; |
| 463 | struct ieee80211_country_ie_triplet |
| 464 | triplet[MWIFIEX_MAX_TRIPLET_802_11D]; |
| 465 | }; |
| 466 | |
| 467 | struct mwifiex_vendor_spec_cfg_ie { |
| 468 | u16 mask; |
| 469 | u16 flag; |
| 470 | u8 ie[MWIFIEX_MAX_VSIE_LEN]; |
| 471 | }; |
| 472 | |
| 473 | struct wps { |
| 474 | u8 session_enable; |
| 475 | }; |
| 476 | |
Stone Piao | 7feb4c4 | 2012-09-25 20:23:36 -0700 | [diff] [blame] | 477 | struct mwifiex_roc_cfg { |
| 478 | u64 cookie; |
| 479 | struct ieee80211_channel chan; |
Stone Piao | 7feb4c4 | 2012-09-25 20:23:36 -0700 | [diff] [blame] | 480 | }; |
| 481 | |
Amitkumar Karwar | 92c2538 | 2014-06-19 21:38:52 -0700 | [diff] [blame] | 482 | #define MWIFIEX_FW_DUMP_IDX 0xff |
Xinming Hu | 11cd07a | 2014-12-23 19:14:10 +0530 | [diff] [blame] | 483 | #define MWIFIEX_DRV_INFO_IDX 20 |
Amitkumar Karwar | 92c2538 | 2014-06-19 21:38:52 -0700 | [diff] [blame] | 484 | #define FW_DUMP_MAX_NAME_LEN 8 |
| 485 | #define FW_DUMP_HOST_READY 0xEE |
| 486 | #define FW_DUMP_DONE 0xFF |
Amitkumar Karwar | 7e17483 | 2014-09-18 07:18:50 -0400 | [diff] [blame] | 487 | #define FW_DUMP_READ_DONE 0xFE |
Amitkumar Karwar | 92c2538 | 2014-06-19 21:38:52 -0700 | [diff] [blame] | 488 | |
| 489 | struct memory_type_mapping { |
| 490 | u8 mem_name[FW_DUMP_MAX_NAME_LEN]; |
| 491 | u8 *mem_ptr; |
| 492 | u32 mem_size; |
| 493 | u8 done_flag; |
| 494 | }; |
| 495 | |
| 496 | enum rdwr_status { |
| 497 | RDWR_STATUS_SUCCESS = 0, |
| 498 | RDWR_STATUS_FAILURE = 1, |
| 499 | RDWR_STATUS_DONE = 2 |
| 500 | }; |
| 501 | |
| 502 | enum mwifiex_iface_work_flags { |
Amitkumar Karwar | fc69715 | 2015-05-26 06:34:31 -0700 | [diff] [blame] | 503 | MWIFIEX_IFACE_WORK_DEVICE_DUMP, |
Amitkumar Karwar | 8915d738 | 2014-06-19 21:38:53 -0700 | [diff] [blame] | 504 | MWIFIEX_IFACE_WORK_CARD_RESET, |
Amitkumar Karwar | 92c2538 | 2014-06-19 21:38:52 -0700 | [diff] [blame] | 505 | }; |
| 506 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 507 | struct mwifiex_adapter; |
| 508 | struct mwifiex_private; |
| 509 | |
| 510 | struct mwifiex_private { |
| 511 | struct mwifiex_adapter *adapter; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 512 | u8 bss_type; |
| 513 | u8 bss_role; |
| 514 | u8 bss_priority; |
| 515 | u8 bss_num; |
Avinash Patil | d6bffe8 | 2012-05-08 18:30:15 -0700 | [diff] [blame] | 516 | u8 bss_started; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 517 | u8 frame_type; |
| 518 | u8 curr_addr[ETH_ALEN]; |
| 519 | u8 media_connected; |
| 520 | u32 num_tx_timeout; |
Ashok Nagarajan | 8908c7d | 2013-03-08 10:58:45 -0800 | [diff] [blame] | 521 | /* track consecutive timeout */ |
| 522 | u8 tx_timeout_cnt; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 523 | struct net_device *netdev; |
| 524 | struct net_device_stats stats; |
| 525 | u16 curr_pkt_filter; |
| 526 | u32 bss_mode; |
| 527 | u32 pkt_tx_ctrl; |
| 528 | u16 tx_power_level; |
| 529 | u8 max_tx_power_level; |
| 530 | u8 min_tx_power_level; |
| 531 | u8 tx_rate; |
| 532 | u8 tx_htinfo; |
| 533 | u8 rxpd_htinfo; |
| 534 | u8 rxpd_rate; |
| 535 | u16 rate_bitmap; |
| 536 | u16 bitmap_rates[MAX_BITMAP_RATES_SIZE]; |
| 537 | u32 data_rate; |
| 538 | u8 is_data_rate_auto; |
| 539 | u16 bcn_avg_factor; |
| 540 | u16 data_avg_factor; |
| 541 | s16 data_rssi_last; |
| 542 | s16 data_nf_last; |
| 543 | s16 data_rssi_avg; |
| 544 | s16 data_nf_avg; |
| 545 | s16 bcn_rssi_last; |
| 546 | s16 bcn_nf_last; |
| 547 | s16 bcn_rssi_avg; |
| 548 | s16 bcn_nf_avg; |
| 549 | struct mwifiex_bssdescriptor *attempted_bss_desc; |
Amitkumar Karwar | b9be5f3 | 2012-02-27 22:04:14 -0800 | [diff] [blame] | 550 | struct cfg80211_ssid prev_ssid; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 551 | u8 prev_bssid[ETH_ALEN]; |
| 552 | struct mwifiex_current_bss_params curr_bss_params; |
| 553 | u16 beacon_period; |
Amitkumar Karwar | caf60a6 | 2012-02-02 20:48:58 -0800 | [diff] [blame] | 554 | u8 dtim_period; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 555 | u16 listen_interval; |
| 556 | u16 atim_window; |
| 557 | u8 adhoc_channel; |
| 558 | u8 adhoc_is_link_sensed; |
| 559 | u8 adhoc_state; |
| 560 | struct mwifiex_802_11_security sec_info; |
| 561 | struct mwifiex_wep_key wep_key[NUM_WEP_KEYS]; |
| 562 | u16 wep_key_curr_index; |
| 563 | u8 wpa_ie[256]; |
| 564 | u8 wpa_ie_len; |
| 565 | u8 wpa_is_gtk_set; |
| 566 | struct host_cmd_ds_802_11_key_material aes_key; |
Avinash Patil | e57f173 | 2014-02-07 16:32:35 -0800 | [diff] [blame] | 567 | struct host_cmd_ds_802_11_key_material_v2 aes_key_v2; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 568 | u8 wapi_ie[256]; |
| 569 | u8 wapi_ie_len; |
Avinash Patil | 13d7ba78 | 2012-04-09 20:06:56 -0700 | [diff] [blame] | 570 | u8 *wps_ie; |
| 571 | u8 wps_ie_len; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 572 | u8 wmm_required; |
| 573 | u8 wmm_enabled; |
| 574 | u8 wmm_qosinfo; |
| 575 | struct mwifiex_wmm_desc wmm; |
Avinash Patil | 47411a0 | 2012-11-01 18:44:16 -0700 | [diff] [blame] | 576 | atomic_t wmm_tx_pending[IEEE80211_NUM_ACS]; |
Avinash Patil | 017a92a | 2012-08-03 18:06:07 -0700 | [diff] [blame] | 577 | struct list_head sta_list; |
Avinash Patil | 9927baa | 2014-11-13 21:54:16 +0530 | [diff] [blame] | 578 | /* spin lock for associated station/TDLS peers list */ |
Avinash Patil | 017a92a | 2012-08-03 18:06:07 -0700 | [diff] [blame] | 579 | spinlock_t sta_list_spinlock; |
Avinash Patil | 9927baa | 2014-11-13 21:54:16 +0530 | [diff] [blame] | 580 | struct list_head auto_tdls_list; |
| 581 | /* spin lock for auto TDLS peer list */ |
| 582 | spinlock_t auto_tdls_lock; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 583 | struct list_head tx_ba_stream_tbl_ptr; |
| 584 | /* spin lock for tx_ba_stream_tbl_ptr queue */ |
| 585 | spinlock_t tx_ba_stream_tbl_lock; |
| 586 | struct mwifiex_tx_aggr aggr_prio_tbl[MAX_NUM_TID]; |
| 587 | struct mwifiex_add_ba_param add_ba_param; |
| 588 | u16 rx_seq[MAX_NUM_TID]; |
Avinash Patil | 41a24a2 | 2014-02-07 16:27:29 -0800 | [diff] [blame] | 589 | u8 tos_to_tid_inv[MAX_NUM_TID]; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 590 | struct list_head rx_reorder_tbl_ptr; |
| 591 | /* spin lock for rx_reorder_tbl_ptr queue */ |
| 592 | spinlock_t rx_reorder_tbl_lock; |
| 593 | /* spin lock for Rx packets */ |
| 594 | spinlock_t rx_pkt_lock; |
| 595 | |
| 596 | #define MWIFIEX_ASSOC_RSP_BUF_SIZE 500 |
| 597 | u8 assoc_rsp_buf[MWIFIEX_ASSOC_RSP_BUF_SIZE]; |
| 598 | u32 assoc_rsp_size; |
| 599 | |
| 600 | #define MWIFIEX_GENIE_BUF_SIZE 256 |
| 601 | u8 gen_ie_buf[MWIFIEX_GENIE_BUF_SIZE]; |
| 602 | u8 gen_ie_buf_len; |
| 603 | |
| 604 | struct mwifiex_vendor_spec_cfg_ie vs_ie[MWIFIEX_MAX_VSIE_NUM]; |
| 605 | |
| 606 | #define MWIFIEX_ASSOC_TLV_BUF_SIZE 256 |
| 607 | u8 assoc_tlv_buf[MWIFIEX_ASSOC_TLV_BUF_SIZE]; |
| 608 | u8 assoc_tlv_buf_len; |
| 609 | |
| 610 | u8 *curr_bcn_buf; |
| 611 | u32 curr_bcn_size; |
| 612 | /* spin lock for beacon buffer */ |
| 613 | spinlock_t curr_bcn_buf_lock; |
Avinash Patil | 4facc34 | 2015-01-28 15:42:00 +0530 | [diff] [blame] | 614 | struct wireless_dev wdev; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 615 | struct mwifiex_chan_freq_power cfp; |
| 616 | char version_str[128]; |
| 617 | #ifdef CONFIG_DEBUG_FS |
| 618 | struct dentry *dfs_dev_dir; |
| 619 | #endif |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 620 | u16 current_key_index; |
| 621 | struct semaphore async_sem; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 622 | struct cfg80211_scan_request *scan_request; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 623 | u8 cfg_bssid[6]; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 624 | struct wps wps; |
| 625 | u8 scan_block; |
Amitkumar Karwar | fa444bf | 2012-03-15 20:51:51 -0700 | [diff] [blame] | 626 | s32 cqm_rssi_thold; |
| 627 | u32 cqm_rssi_hyst; |
| 628 | u8 subsc_evt_rssi_state; |
Jeff Disher | 908fe11 | 2012-08-30 18:20:55 -0700 | [diff] [blame] | 629 | struct mwifiex_ds_misc_subsc_evt async_subsc_evt_storage; |
Avinash Patil | ede98bf | 2012-05-08 18:30:28 -0700 | [diff] [blame] | 630 | struct mwifiex_ie mgmt_ie[MAX_MGMT_IE_INDEX]; |
Avinash Patil | f31acab | 2012-05-08 18:30:29 -0700 | [diff] [blame] | 631 | u16 beacon_idx; |
| 632 | u16 proberesp_idx; |
| 633 | u16 assocresp_idx; |
Avinash Patil | 2ade566 | 2015-01-28 15:54:20 +0530 | [diff] [blame] | 634 | u16 gen_idx; |
Avinash Patil | c825891 | 2012-08-03 18:06:05 -0700 | [diff] [blame] | 635 | u8 ap_11n_enabled; |
Yogesh Ashok Powar | a5f3905 | 2013-02-15 21:44:30 -0800 | [diff] [blame] | 636 | u8 ap_11ac_enabled; |
Stone Piao | 3cec687 | 2012-09-25 20:23:34 -0700 | [diff] [blame] | 637 | u32 mgmt_frame_mask; |
Stone Piao | 7feb4c4 | 2012-09-25 20:23:36 -0700 | [diff] [blame] | 638 | struct mwifiex_roc_cfg roc_cfg; |
Amitkumar Karwar | 75ab753 | 2013-05-17 17:50:20 -0700 | [diff] [blame] | 639 | bool scan_aborting; |
Amitkumar Karwar | b887664 | 2013-06-18 16:36:58 -0700 | [diff] [blame] | 640 | u8 csa_chan; |
| 641 | unsigned long csa_expire_time; |
Avinash Patil | 61c87304 | 2013-07-22 19:17:41 -0700 | [diff] [blame] | 642 | u8 del_list_idx; |
Avinash Patil | 587b36d | 2013-08-23 16:48:23 -0700 | [diff] [blame] | 643 | bool hs2_enabled; |
Avinash Patil | 35c739b | 2015-01-28 15:54:17 +0530 | [diff] [blame] | 644 | struct mwifiex_uap_bss_param bss_cfg; |
Xinming Hu | 7ee38bf | 2015-06-03 16:59:37 +0530 | [diff] [blame^] | 645 | struct cfg80211_chan_def bss_chandef; |
Avinash Patil | 1f4dfd8 | 2014-02-07 16:30:34 -0800 | [diff] [blame] | 646 | struct station_parameters *sta_params; |
Avinash Patil | 56bd24a | 2014-02-07 16:30:35 -0800 | [diff] [blame] | 647 | struct sk_buff_head tdls_txq; |
Avinash Patil | 9927baa | 2014-11-13 21:54:16 +0530 | [diff] [blame] | 648 | u8 check_tdls_tx; |
| 649 | struct timer_list auto_tdls_timer; |
| 650 | bool auto_tdls_timer_active; |
Amitkumar Karwar | 808bbeb | 2014-11-25 06:43:05 -0800 | [diff] [blame] | 651 | struct idr ack_status_frames; |
| 652 | /* spin lock for ack status */ |
| 653 | spinlock_t ack_status_lock; |
Xinming Hu | cbf6e05 | 2014-12-23 19:14:07 +0530 | [diff] [blame] | 654 | /** rx histogram data */ |
| 655 | struct mwifiex_histogram_data *hist_data; |
Avinash Patil | 85afb18 | 2015-01-28 15:54:21 +0530 | [diff] [blame] | 656 | struct cfg80211_chan_def dfs_chandef; |
| 657 | struct workqueue_struct *dfs_cac_workqueue; |
| 658 | struct delayed_work dfs_cac_work; |
Avinash Patil | 7d65203 | 2015-01-28 15:54:24 +0530 | [diff] [blame] | 659 | struct timer_list dfs_chan_switch_timer; |
| 660 | struct workqueue_struct *dfs_chan_sw_workqueue; |
| 661 | struct delayed_work dfs_chan_sw_work; |
| 662 | struct cfg80211_beacon_data beacon_after; |
Avinash Patil | cf075ea | 2015-01-28 15:54:25 +0530 | [diff] [blame] | 663 | struct mwifiex_11h_intf_state state_11h; |
Chin-ran Lo | c2c6c85 | 2015-05-12 00:48:17 +0530 | [diff] [blame] | 664 | struct mwifiex_ds_mem_rw mem_rw; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 665 | }; |
| 666 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 667 | |
| 668 | struct mwifiex_tx_ba_stream_tbl { |
| 669 | struct list_head list; |
| 670 | int tid; |
| 671 | u8 ra[ETH_ALEN]; |
| 672 | enum mwifiex_ba_status ba_status; |
Amitkumar Karwar | 4c9f9fb | 2014-03-07 19:41:31 -0800 | [diff] [blame] | 673 | u8 amsdu; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 674 | }; |
| 675 | |
| 676 | struct mwifiex_rx_reorder_tbl; |
| 677 | |
| 678 | struct reorder_tmr_cnxt { |
| 679 | struct timer_list timer; |
| 680 | struct mwifiex_rx_reorder_tbl *ptr; |
| 681 | struct mwifiex_private *priv; |
Marc Yang | 3a8fede1 | 2014-10-29 22:44:34 +0530 | [diff] [blame] | 682 | u8 timer_is_set; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 683 | }; |
| 684 | |
| 685 | struct mwifiex_rx_reorder_tbl { |
| 686 | struct list_head list; |
| 687 | int tid; |
| 688 | u8 ta[ETH_ALEN]; |
Paul Stewart | 8acbea6 | 2014-02-25 16:31:37 -0800 | [diff] [blame] | 689 | int init_win; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 690 | int start_win; |
| 691 | int win_size; |
| 692 | void **rx_reorder_ptr; |
| 693 | struct reorder_tmr_cnxt timer_context; |
Amitkumar Karwar | 4c9f9fb | 2014-03-07 19:41:31 -0800 | [diff] [blame] | 694 | u8 amsdu; |
Avinash Patil | 2db96c3 | 2012-09-27 19:00:10 -0700 | [diff] [blame] | 695 | u8 flags; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 696 | }; |
| 697 | |
| 698 | struct mwifiex_bss_prio_node { |
| 699 | struct list_head list; |
| 700 | struct mwifiex_private *priv; |
| 701 | }; |
| 702 | |
| 703 | struct mwifiex_bss_prio_tbl { |
| 704 | struct list_head bss_prio_head; |
| 705 | /* spin lock for bss priority */ |
| 706 | spinlock_t bss_prio_lock; |
| 707 | struct mwifiex_bss_prio_node *bss_prio_cur; |
| 708 | }; |
| 709 | |
| 710 | struct cmd_ctrl_node { |
| 711 | struct list_head list; |
| 712 | struct mwifiex_private *priv; |
| 713 | u32 cmd_oid; |
| 714 | u32 cmd_flag; |
| 715 | struct sk_buff *cmd_skb; |
| 716 | struct sk_buff *resp_skb; |
| 717 | void *data_buf; |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 718 | u32 wait_q_enabled; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 719 | struct sk_buff *skb; |
Amitkumar Karwar | efaaa8b | 2011-10-12 20:28:06 -0700 | [diff] [blame] | 720 | u8 *condition; |
| 721 | u8 cmd_wait_q_woken; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 722 | }; |
| 723 | |
Amitkumar Karwar | b5abcf0 | 2012-04-16 21:36:52 -0700 | [diff] [blame] | 724 | struct mwifiex_bss_priv { |
| 725 | u8 band; |
| 726 | u64 fw_tsf; |
| 727 | }; |
| 728 | |
Avinash Patil | 5f2caaf | 2014-02-07 16:27:33 -0800 | [diff] [blame] | 729 | struct mwifiex_tdls_capab { |
| 730 | __le16 capab; |
| 731 | u8 rates[32]; |
| 732 | u8 rates_len; |
| 733 | u8 qos_info; |
| 734 | u8 coex_2040; |
Avinash Patil | 5f6d598 | 2014-02-07 16:30:39 -0800 | [diff] [blame] | 735 | u16 aid; |
Avinash Patil | 5f2caaf | 2014-02-07 16:27:33 -0800 | [diff] [blame] | 736 | struct ieee80211_ht_cap ht_capb; |
| 737 | struct ieee80211_ht_operation ht_oper; |
| 738 | struct ieee_types_extcap extcap; |
| 739 | struct ieee_types_generic rsn_ie; |
Avinash Patil | 5f6d598 | 2014-02-07 16:30:39 -0800 | [diff] [blame] | 740 | struct ieee80211_vht_cap vhtcap; |
| 741 | struct ieee80211_vht_operation vhtoper; |
Avinash Patil | 5f2caaf | 2014-02-07 16:27:33 -0800 | [diff] [blame] | 742 | }; |
| 743 | |
| 744 | /* This is AP/TDLS specific structure which stores information |
| 745 | * about associated/peer STA |
Avinash Patil | 017a92a | 2012-08-03 18:06:07 -0700 | [diff] [blame] | 746 | */ |
| 747 | struct mwifiex_sta_node { |
| 748 | struct list_head list; |
| 749 | u8 mac_addr[ETH_ALEN]; |
| 750 | u8 is_wmm_enabled; |
| 751 | u8 is_11n_enabled; |
Avinash Patil | 5f6d598 | 2014-02-07 16:30:39 -0800 | [diff] [blame] | 752 | u8 is_11ac_enabled; |
Avinash Patil | 017a92a | 2012-08-03 18:06:07 -0700 | [diff] [blame] | 753 | u8 ampdu_sta[MAX_NUM_TID]; |
| 754 | u16 rx_seq[MAX_NUM_TID]; |
| 755 | u16 max_amsdu; |
Avinash Patil | 429d90d | 2014-02-07 16:27:34 -0800 | [diff] [blame] | 756 | u8 tdls_status; |
Avinash Patil | 5f2caaf | 2014-02-07 16:27:33 -0800 | [diff] [blame] | 757 | struct mwifiex_tdls_capab tdls_cap; |
Avinash Patil | 017a92a | 2012-08-03 18:06:07 -0700 | [diff] [blame] | 758 | }; |
| 759 | |
Avinash Patil | 9927baa | 2014-11-13 21:54:16 +0530 | [diff] [blame] | 760 | struct mwifiex_auto_tdls_peer { |
| 761 | struct list_head list; |
| 762 | u8 mac_addr[ETH_ALEN]; |
| 763 | u8 tdls_status; |
| 764 | int rssi; |
| 765 | long rssi_jiffies; |
| 766 | u8 failure_count; |
| 767 | u8 do_discover; |
| 768 | u8 do_setup; |
| 769 | }; |
| 770 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 771 | struct mwifiex_if_ops { |
| 772 | int (*init_if) (struct mwifiex_adapter *); |
| 773 | void (*cleanup_if) (struct mwifiex_adapter *); |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 774 | int (*check_fw_status) (struct mwifiex_adapter *, u32); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 775 | int (*prog_fw) (struct mwifiex_adapter *, struct mwifiex_fw_image *); |
| 776 | int (*register_dev) (struct mwifiex_adapter *); |
| 777 | void (*unregister_dev) (struct mwifiex_adapter *); |
| 778 | int (*enable_int) (struct mwifiex_adapter *); |
Daniel Drake | 232fde0 | 2013-07-13 10:57:10 -0400 | [diff] [blame] | 779 | void (*disable_int) (struct mwifiex_adapter *); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 780 | int (*process_int_status) (struct mwifiex_adapter *); |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 781 | int (*host_to_card) (struct mwifiex_adapter *, u8, struct sk_buff *, |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 782 | struct mwifiex_tx_param *); |
| 783 | int (*wakeup) (struct mwifiex_adapter *); |
| 784 | int (*wakeup_complete) (struct mwifiex_adapter *); |
| 785 | |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 786 | /* Interface specific functions */ |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 787 | void (*update_mp_end_port) (struct mwifiex_adapter *, u16); |
| 788 | void (*cleanup_mpa_buf) (struct mwifiex_adapter *); |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 789 | int (*cmdrsp_complete) (struct mwifiex_adapter *, struct sk_buff *); |
| 790 | int (*event_complete) (struct mwifiex_adapter *, struct sk_buff *); |
Avinash Patil | c6d1d87 | 2013-01-03 21:21:29 -0800 | [diff] [blame] | 791 | int (*init_fw_port) (struct mwifiex_adapter *); |
Amitkumar Karwar | 4daffe3 | 2012-04-18 20:08:28 -0700 | [diff] [blame] | 792 | int (*dnld_fw) (struct mwifiex_adapter *, struct mwifiex_fw_image *); |
Amitkumar Karwar | d31ab35 | 2012-11-01 18:44:14 -0700 | [diff] [blame] | 793 | void (*card_reset) (struct mwifiex_adapter *); |
Xinming Hu | 809c6ea | 2014-12-23 19:14:11 +0530 | [diff] [blame] | 794 | int (*reg_dump)(struct mwifiex_adapter *, char *); |
Amitkumar Karwar | fc69715 | 2015-05-26 06:34:31 -0700 | [diff] [blame] | 795 | void (*device_dump)(struct mwifiex_adapter *); |
Avinash Patil | fbd7e7a | 2013-01-03 21:21:31 -0800 | [diff] [blame] | 796 | int (*clean_pcie_ring) (struct mwifiex_adapter *adapter); |
Amitkumar Karwar | 92c2538 | 2014-06-19 21:38:52 -0700 | [diff] [blame] | 797 | void (*iface_work)(struct work_struct *work); |
Amitkumar Karwar | cf6a64f | 2014-11-05 17:04:29 +0530 | [diff] [blame] | 798 | void (*submit_rem_rx_urbs)(struct mwifiex_adapter *adapter); |
Zhaoyang Liu | 92263a8 | 2015-03-13 17:37:58 +0530 | [diff] [blame] | 799 | void (*deaggr_pkt)(struct mwifiex_adapter *, struct sk_buff *); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 800 | }; |
| 801 | |
| 802 | struct mwifiex_adapter { |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 803 | u8 iface_type; |
Zhaoyang Liu | c687a00 | 2015-05-12 00:48:18 +0530 | [diff] [blame] | 804 | unsigned int debug_mask; |
Avinash Patil | cf05233 | 2015-01-28 15:42:03 +0530 | [diff] [blame] | 805 | struct mwifiex_iface_comb iface_limit; |
| 806 | struct mwifiex_iface_comb curr_iface_comb; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 807 | struct mwifiex_private *priv[MWIFIEX_MAX_BSS_NUM]; |
| 808 | u8 priv_num; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 809 | const struct firmware *firmware; |
Amitkumar Karwar | 4a7f5db | 2011-05-23 18:00:17 -0700 | [diff] [blame] | 810 | char fw_name[32]; |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 811 | int winner; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 812 | struct device *dev; |
Avinash Patil | d6bffe8 | 2012-05-08 18:30:15 -0700 | [diff] [blame] | 813 | struct wiphy *wiphy; |
Avinash Patil | 8d05eb2 | 2015-01-28 15:42:01 +0530 | [diff] [blame] | 814 | u8 perm_addr[ETH_ALEN]; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 815 | bool surprise_removed; |
| 816 | u32 fw_release_number; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 817 | u16 init_wait_q_woken; |
| 818 | wait_queue_head_t init_wait_q; |
| 819 | void *card; |
| 820 | struct mwifiex_if_ops if_ops; |
| 821 | atomic_t rx_pending; |
| 822 | atomic_t tx_pending; |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 823 | atomic_t cmd_pending; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 824 | struct workqueue_struct *workqueue; |
| 825 | struct work_struct main_work; |
Avinash Patil | 6e25117 | 2014-09-12 20:08:59 +0530 | [diff] [blame] | 826 | struct workqueue_struct *rx_workqueue; |
| 827 | struct work_struct rx_work; |
Avinash Patil | 85afb18 | 2015-01-28 15:54:21 +0530 | [diff] [blame] | 828 | struct workqueue_struct *dfs_workqueue; |
| 829 | struct work_struct dfs_work; |
Avinash Patil | 6e25117 | 2014-09-12 20:08:59 +0530 | [diff] [blame] | 830 | bool rx_work_enabled; |
| 831 | bool rx_processing; |
| 832 | bool delay_main_work; |
| 833 | bool rx_locked; |
Avinash Patil | a9adbcb | 2015-03-13 17:37:51 +0530 | [diff] [blame] | 834 | bool main_locked; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 835 | struct mwifiex_bss_prio_tbl bss_prio_tbl[MWIFIEX_MAX_BSS_NUM]; |
| 836 | /* spin lock for init/shutdown */ |
| 837 | spinlock_t mwifiex_lock; |
| 838 | /* spin lock for main process */ |
| 839 | spinlock_t main_proc_lock; |
| 840 | u32 mwifiex_processing; |
Shengzhen Li | 04c7b36 | 2015-02-11 23:12:24 +0530 | [diff] [blame] | 841 | u8 more_task_flag; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 842 | u16 tx_buf_size; |
| 843 | u16 curr_tx_buf_size; |
Zhaoyang Liu | 92263a8 | 2015-03-13 17:37:58 +0530 | [diff] [blame] | 844 | bool sdio_rx_aggr_enable; |
| 845 | u16 sdio_rx_block_size; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 846 | u32 ioport; |
| 847 | enum MWIFIEX_HARDWARE_STATUS hw_status; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 848 | u16 number_of_antenna; |
| 849 | u32 fw_cap_info; |
| 850 | /* spin lock for interrupt handling */ |
| 851 | spinlock_t int_lock; |
| 852 | u8 int_status; |
| 853 | u32 event_cause; |
| 854 | struct sk_buff *event_skb; |
| 855 | u8 upld_buf[MWIFIEX_UPLD_SIZE]; |
| 856 | u8 data_sent; |
| 857 | u8 cmd_sent; |
| 858 | u8 cmd_resp_received; |
| 859 | u8 event_received; |
| 860 | u8 data_received; |
| 861 | u16 seq_num; |
| 862 | struct cmd_ctrl_node *cmd_pool; |
| 863 | struct cmd_ctrl_node *curr_cmd; |
| 864 | /* spin lock for command */ |
| 865 | spinlock_t mwifiex_cmd_lock; |
Amitkumar Karwar | 0c9c4a0 | 2014-02-27 19:35:17 -0800 | [diff] [blame] | 866 | u8 is_cmd_timedout; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 867 | u16 last_init_cmd; |
| 868 | struct timer_list cmd_timer; |
| 869 | struct list_head cmd_free_q; |
| 870 | /* spin lock for cmd_free_q */ |
| 871 | spinlock_t cmd_free_q_lock; |
| 872 | struct list_head cmd_pending_q; |
| 873 | /* spin lock for cmd_pending_q */ |
| 874 | spinlock_t cmd_pending_q_lock; |
| 875 | struct list_head scan_pending_q; |
| 876 | /* spin lock for scan_pending_q */ |
| 877 | spinlock_t scan_pending_q_lock; |
Avinash Patil | 6e25117 | 2014-09-12 20:08:59 +0530 | [diff] [blame] | 878 | /* spin lock for RX processing routine */ |
| 879 | spinlock_t rx_proc_lock; |
Zhaoyang Liu | e35000e | 2015-03-13 17:37:57 +0530 | [diff] [blame] | 880 | struct sk_buff_head tx_data_q; |
| 881 | atomic_t tx_queued; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 882 | u32 scan_processing; |
| 883 | u16 region_code; |
| 884 | struct mwifiex_802_11d_domain_reg domain_reg; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 885 | u16 scan_probes; |
| 886 | u32 scan_mode; |
| 887 | u16 specific_scan_time; |
| 888 | u16 active_scan_time; |
| 889 | u16 passive_scan_time; |
Avinash Patil | cb91be8 | 2014-09-12 20:08:54 +0530 | [diff] [blame] | 890 | u16 scan_chan_gap_time; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 891 | u8 fw_bands; |
| 892 | u8 adhoc_start_band; |
| 893 | u8 config_bands; |
| 894 | struct mwifiex_chan_scan_param_set *scan_channels; |
| 895 | u8 tx_lock_flag; |
| 896 | struct mwifiex_sleep_params sleep_params; |
| 897 | struct mwifiex_sleep_period sleep_period; |
| 898 | u16 ps_mode; |
| 899 | u32 ps_state; |
| 900 | u8 need_to_wakeup; |
| 901 | u16 multiple_dtim; |
| 902 | u16 local_listen_interval; |
| 903 | u16 null_pkt_interval; |
| 904 | struct sk_buff *sleep_cfm; |
| 905 | u16 bcn_miss_time_out; |
| 906 | u16 adhoc_awake_period; |
| 907 | u8 is_deep_sleep; |
| 908 | u8 delay_null_pkt; |
| 909 | u16 delay_to_ps; |
| 910 | u16 enhanced_ps_mode; |
| 911 | u8 pm_wakeup_card_req; |
| 912 | u16 gen_null_pkt; |
| 913 | u16 pps_uapsd_mode; |
| 914 | u32 pm_wakeup_fw_try; |
Amitkumar Karwar | 4636187 | 2014-12-31 02:36:41 -0800 | [diff] [blame] | 915 | struct timer_list wakeup_timer; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 916 | u8 is_hs_configured; |
| 917 | struct mwifiex_hs_config_param hs_cfg; |
| 918 | u8 hs_activated; |
| 919 | u16 hs_activate_wait_q_woken; |
| 920 | wait_queue_head_t hs_activate_wait_q; |
| 921 | bool is_suspended; |
Amitkumar Karwar | c0dbba6 | 2014-03-25 19:01:20 -0700 | [diff] [blame] | 922 | bool hs_enabling; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 923 | u8 event_body[MAX_EVENT_SIZE]; |
| 924 | u32 hw_dot_11n_dev_cap; |
| 925 | u8 hw_dev_mcs_support; |
Amitkumar Karwar | a533391 | 2014-02-27 19:35:18 -0800 | [diff] [blame] | 926 | u8 user_dev_mcs_support; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 927 | u8 adhoc_11n_enabled; |
Amitkumar Karwar | 21c3ba3 | 2011-12-20 23:47:21 -0800 | [diff] [blame] | 928 | u8 sec_chan_offset; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 929 | struct mwifiex_dbg dbg; |
| 930 | u8 arp_filter[ARP_FILTER_MAX_BUF_SIZE]; |
| 931 | u32 arp_filter_size; |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 932 | struct mwifiex_wait_queue cmd_wait_q; |
Amitkumar Karwar | efaaa8b | 2011-10-12 20:28:06 -0700 | [diff] [blame] | 933 | u8 scan_wait_q_woken; |
Avinash Patil | bbea3bc | 2011-12-08 20:41:05 -0800 | [diff] [blame] | 934 | spinlock_t queue_lock; /* lock for tx queues */ |
Avinash Patil | 67fdf39 | 2012-05-08 18:30:17 -0700 | [diff] [blame] | 935 | u8 country_code[IEEE80211_COUNTRY_STRING_LEN]; |
Avinash Patil | ede98bf | 2012-05-08 18:30:28 -0700 | [diff] [blame] | 936 | u16 max_mgmt_ie_index; |
Amitkumar Karwar | 388ec38 | 2013-05-17 17:50:25 -0700 | [diff] [blame] | 937 | const struct firmware *cal_data; |
Bing Zhao | 699b027 | 2013-12-13 18:33:01 -0800 | [diff] [blame] | 938 | struct device_node *dt_node; |
Yogesh Ashok Powar | a5f3905 | 2013-02-15 21:44:30 -0800 | [diff] [blame] | 939 | |
| 940 | /* 11AC */ |
| 941 | u32 is_hw_11ac_capable; |
| 942 | u32 hw_dot_11ac_dev_cap; |
| 943 | u32 hw_dot_11ac_mcs_support; |
| 944 | u32 usr_dot_11ac_dev_cap_bg; |
| 945 | u32 usr_dot_11ac_dev_cap_a; |
| 946 | u32 usr_dot_11ac_mcs_support; |
| 947 | |
Avinash Patil | 838e4f4 | 2012-08-03 18:06:08 -0700 | [diff] [blame] | 948 | atomic_t pending_bridged_pkts; |
Amitkumar Karwar | 6b41f94 | 2013-07-22 19:17:55 -0700 | [diff] [blame] | 949 | struct semaphore *card_sem; |
Amitkumar Karwar | 21f58d20 | 2014-02-11 18:39:56 -0800 | [diff] [blame] | 950 | bool ext_scan; |
Amitkumar Karwar | 8e17ea2 | 2014-03-07 19:41:26 -0800 | [diff] [blame] | 951 | u8 fw_api_ver; |
Amitkumar Karwar | 4b9fede | 2014-08-19 08:24:25 -0400 | [diff] [blame] | 952 | u8 key_api_major_ver, key_api_minor_ver; |
Amitkumar Karwar | 92c2538 | 2014-06-19 21:38:52 -0700 | [diff] [blame] | 953 | struct memory_type_mapping *mem_type_mapping_tbl; |
| 954 | u8 num_mem_types; |
Xinming Hu | 11cd07a | 2014-12-23 19:14:10 +0530 | [diff] [blame] | 955 | void *drv_info_dump; |
| 956 | u32 drv_info_size; |
Avinash Patil | cb91be8 | 2014-09-12 20:08:54 +0530 | [diff] [blame] | 957 | bool scan_chan_gap_enabled; |
Avinash Patil | 6e25117 | 2014-09-12 20:08:59 +0530 | [diff] [blame] | 958 | struct sk_buff_head rx_data_q; |
Avinash Patil | bf35443 | 2014-10-31 16:08:26 +0530 | [diff] [blame] | 959 | struct mwifiex_chan_stats *chan_stats; |
| 960 | u32 num_in_chan_stats; |
| 961 | int survey_idx; |
Avinash Patil | 9927baa | 2014-11-13 21:54:16 +0530 | [diff] [blame] | 962 | bool auto_tdls; |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 963 | }; |
| 964 | |
Zhaoyang Liu | e35000e | 2015-03-13 17:37:57 +0530 | [diff] [blame] | 965 | void mwifiex_process_tx_queue(struct mwifiex_adapter *adapter); |
| 966 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 967 | int mwifiex_init_lock_list(struct mwifiex_adapter *adapter); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 968 | |
Avinash Patil | bbea3bc | 2011-12-08 20:41:05 -0800 | [diff] [blame] | 969 | void mwifiex_set_trans_start(struct net_device *dev); |
| 970 | |
| 971 | void mwifiex_stop_net_dev_queue(struct net_device *netdev, |
| 972 | struct mwifiex_adapter *adapter); |
| 973 | |
| 974 | void mwifiex_wake_up_net_dev_queue(struct net_device *netdev, |
| 975 | struct mwifiex_adapter *adapter); |
| 976 | |
Stone Piao | 9197ab9 | 2012-09-25 20:23:42 -0700 | [diff] [blame] | 977 | int mwifiex_init_priv(struct mwifiex_private *priv); |
| 978 | void mwifiex_free_priv(struct mwifiex_private *priv); |
| 979 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 980 | int mwifiex_init_fw(struct mwifiex_adapter *adapter); |
| 981 | |
| 982 | int mwifiex_init_fw_complete(struct mwifiex_adapter *adapter); |
| 983 | |
| 984 | int mwifiex_shutdown_drv(struct mwifiex_adapter *adapter); |
| 985 | |
| 986 | int mwifiex_shutdown_fw_complete(struct mwifiex_adapter *adapter); |
| 987 | |
| 988 | int mwifiex_dnld_fw(struct mwifiex_adapter *, struct mwifiex_fw_image *); |
| 989 | |
Avinash Patil | f3b369e | 2012-10-19 19:19:21 -0700 | [diff] [blame] | 990 | int mwifiex_recv_packet(struct mwifiex_private *priv, struct sk_buff *skb); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 991 | |
Avinash Patil | f3b369e | 2012-10-19 19:19:21 -0700 | [diff] [blame] | 992 | int mwifiex_process_mgmt_packet(struct mwifiex_private *priv, |
Stone Piao | 2dbaf75 | 2012-09-25 20:23:35 -0700 | [diff] [blame] | 993 | struct sk_buff *skb); |
| 994 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 995 | int mwifiex_process_event(struct mwifiex_adapter *adapter); |
| 996 | |
Amitkumar Karwar | efaaa8b | 2011-10-12 20:28:06 -0700 | [diff] [blame] | 997 | int mwifiex_complete_cmd(struct mwifiex_adapter *adapter, |
| 998 | struct cmd_ctrl_node *cmd_node); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 999 | |
Bing Zhao | fa0ecbb | 2014-02-27 19:35:12 -0800 | [diff] [blame] | 1000 | int mwifiex_send_cmd(struct mwifiex_private *priv, u16 cmd_no, |
| 1001 | u16 cmd_action, u32 cmd_oid, void *data_buf, bool sync); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1002 | |
| 1003 | void mwifiex_cmd_timeout_func(unsigned long function_context); |
| 1004 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1005 | int mwifiex_get_debug_info(struct mwifiex_private *, |
| 1006 | struct mwifiex_debug_info *); |
| 1007 | |
| 1008 | int mwifiex_alloc_cmd_buffer(struct mwifiex_adapter *adapter); |
| 1009 | int mwifiex_free_cmd_buffer(struct mwifiex_adapter *adapter); |
| 1010 | void mwifiex_cancel_all_pending_cmd(struct mwifiex_adapter *adapter); |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1011 | void mwifiex_cancel_pending_ioctl(struct mwifiex_adapter *adapter); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1012 | |
| 1013 | void mwifiex_insert_cmd_to_free_q(struct mwifiex_adapter *adapter, |
| 1014 | struct cmd_ctrl_node *cmd_node); |
Bing Zhao | 9908b07 | 2013-04-01 12:44:46 -0700 | [diff] [blame] | 1015 | void mwifiex_recycle_cmd_node(struct mwifiex_adapter *adapter, |
| 1016 | struct cmd_ctrl_node *cmd_node); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1017 | |
| 1018 | void mwifiex_insert_cmd_to_pending_q(struct mwifiex_adapter *adapter, |
| 1019 | struct cmd_ctrl_node *cmd_node, |
| 1020 | u32 addtail); |
| 1021 | |
| 1022 | int mwifiex_exec_next_cmd(struct mwifiex_adapter *adapter); |
| 1023 | int mwifiex_process_cmdresp(struct mwifiex_adapter *adapter); |
| 1024 | int mwifiex_handle_rx_packet(struct mwifiex_adapter *adapter, |
| 1025 | struct sk_buff *skb); |
| 1026 | int mwifiex_process_tx(struct mwifiex_private *priv, struct sk_buff *skb, |
| 1027 | struct mwifiex_tx_param *tx_param); |
| 1028 | int mwifiex_send_null_packet(struct mwifiex_private *priv, u8 flags); |
| 1029 | int mwifiex_write_data_complete(struct mwifiex_adapter *adapter, |
Avinash Patil | 47411a0 | 2012-11-01 18:44:16 -0700 | [diff] [blame] | 1030 | struct sk_buff *skb, int aggr, int status); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1031 | void mwifiex_clean_txrx(struct mwifiex_private *priv); |
| 1032 | u8 mwifiex_check_last_packet_indication(struct mwifiex_private *priv); |
| 1033 | void mwifiex_check_ps_cond(struct mwifiex_adapter *adapter); |
| 1034 | void mwifiex_process_sleep_confirm_resp(struct mwifiex_adapter *, u8 *, |
| 1035 | u32); |
| 1036 | int mwifiex_cmd_enh_power_mode(struct mwifiex_private *priv, |
| 1037 | struct host_cmd_ds_command *cmd, |
| 1038 | u16 cmd_action, uint16_t ps_bitmap, |
Amitkumar Karwar | a5ffddb | 2011-06-20 15:21:48 -0700 | [diff] [blame] | 1039 | struct mwifiex_ds_auto_ds *auto_ds); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1040 | int mwifiex_ret_enh_power_mode(struct mwifiex_private *priv, |
| 1041 | struct host_cmd_ds_command *resp, |
Amitkumar Karwar | a5ffddb | 2011-06-20 15:21:48 -0700 | [diff] [blame] | 1042 | struct mwifiex_ds_pm_cfg *pm_cfg); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1043 | void mwifiex_process_hs_config(struct mwifiex_adapter *adapter); |
| 1044 | void mwifiex_hs_activated_event(struct mwifiex_private *priv, |
| 1045 | u8 activated); |
Xinming Hu | 937a504 | 2014-06-19 21:38:56 -0700 | [diff] [blame] | 1046 | int mwifiex_set_hs_params(struct mwifiex_private *priv, u16 action, |
| 1047 | int cmd_type, struct mwifiex_ds_hs_cfg *hs_cfg); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1048 | int mwifiex_ret_802_11_hs_cfg(struct mwifiex_private *priv, |
| 1049 | struct host_cmd_ds_command *resp); |
Avinash Patil | f3b369e | 2012-10-19 19:19:21 -0700 | [diff] [blame] | 1050 | int mwifiex_process_rx_packet(struct mwifiex_private *priv, |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1051 | struct sk_buff *skb); |
| 1052 | int mwifiex_sta_prepare_cmd(struct mwifiex_private *, uint16_t cmd_no, |
| 1053 | u16 cmd_action, u32 cmd_oid, |
| 1054 | void *data_buf, void *cmd_buf); |
Avinash Patil | 40d0703 | 2012-05-08 18:30:19 -0700 | [diff] [blame] | 1055 | int mwifiex_uap_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no, |
| 1056 | u16 cmd_action, u32 cmd_oid, |
| 1057 | void *data_buf, void *cmd_buf); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1058 | int mwifiex_process_sta_cmdresp(struct mwifiex_private *, u16 cmdresp_no, |
Amitkumar Karwar | a5ffddb | 2011-06-20 15:21:48 -0700 | [diff] [blame] | 1059 | struct host_cmd_ds_command *resp); |
Avinash Patil | f3b369e | 2012-10-19 19:19:21 -0700 | [diff] [blame] | 1060 | int mwifiex_process_sta_rx_packet(struct mwifiex_private *, |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1061 | struct sk_buff *skb); |
Avinash Patil | f3b369e | 2012-10-19 19:19:21 -0700 | [diff] [blame] | 1062 | int mwifiex_process_uap_rx_packet(struct mwifiex_private *priv, |
Avinash Patil | 838e4f4 | 2012-08-03 18:06:08 -0700 | [diff] [blame] | 1063 | struct sk_buff *skb); |
| 1064 | int mwifiex_handle_uap_rx_forward(struct mwifiex_private *priv, |
| 1065 | struct sk_buff *skb); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1066 | int mwifiex_process_sta_event(struct mwifiex_private *); |
Avinash Patil | 3d99d98 | 2012-08-03 18:06:06 -0700 | [diff] [blame] | 1067 | int mwifiex_process_uap_event(struct mwifiex_private *); |
Avinash Patil | 017a92a | 2012-08-03 18:06:07 -0700 | [diff] [blame] | 1068 | void mwifiex_delete_all_station_list(struct mwifiex_private *priv); |
Avinash Patil | 9817fff | 2014-12-05 23:23:40 +0530 | [diff] [blame] | 1069 | void mwifiex_wmm_del_peer_ra_list(struct mwifiex_private *priv, |
| 1070 | const u8 *ra_addr); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1071 | void *mwifiex_process_sta_txpd(struct mwifiex_private *, struct sk_buff *skb); |
Avinash Patil | 4ac8764 | 2012-09-10 18:30:49 -0700 | [diff] [blame] | 1072 | void *mwifiex_process_uap_txpd(struct mwifiex_private *, struct sk_buff *skb); |
Avinash Patil | 1247cc1 | 2015-01-28 15:42:02 +0530 | [diff] [blame] | 1073 | int mwifiex_sta_init_cmd(struct mwifiex_private *, u8 first_sta, bool init); |
Amitkumar Karwar | 572e8f3 | 2011-04-13 17:27:08 -0700 | [diff] [blame] | 1074 | int mwifiex_cmd_802_11_scan(struct host_cmd_ds_command *cmd, |
Amitkumar Karwar | a5ffddb | 2011-06-20 15:21:48 -0700 | [diff] [blame] | 1075 | struct mwifiex_scan_cmd_config *scan_cfg); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1076 | void mwifiex_queue_scan_cmd(struct mwifiex_private *priv, |
| 1077 | struct cmd_ctrl_node *cmd_node); |
| 1078 | int mwifiex_ret_802_11_scan(struct mwifiex_private *priv, |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1079 | struct host_cmd_ds_command *resp); |
Amitkumar Karwar | b9be5f3 | 2012-02-27 22:04:14 -0800 | [diff] [blame] | 1080 | s32 mwifiex_ssid_cmp(struct cfg80211_ssid *ssid1, struct cfg80211_ssid *ssid2); |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1081 | int mwifiex_associate(struct mwifiex_private *priv, |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1082 | struct mwifiex_bssdescriptor *bss_desc); |
| 1083 | int mwifiex_cmd_802_11_associate(struct mwifiex_private *priv, |
Amitkumar Karwar | a5ffddb | 2011-06-20 15:21:48 -0700 | [diff] [blame] | 1084 | struct host_cmd_ds_command *cmd, |
| 1085 | struct mwifiex_bssdescriptor *bss_desc); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1086 | int mwifiex_ret_802_11_associate(struct mwifiex_private *priv, |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1087 | struct host_cmd_ds_command *resp); |
Amitkumar Karwar | 8cc1d52 | 2012-10-05 20:21:43 -0700 | [diff] [blame] | 1088 | void mwifiex_reset_connect_state(struct mwifiex_private *priv, u16 reason); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1089 | u8 mwifiex_band_to_radio_type(u8 band); |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1090 | int mwifiex_deauthenticate(struct mwifiex_private *priv, u8 *mac); |
Amitkumar Karwar | 848819f | 2014-02-27 19:35:17 -0800 | [diff] [blame] | 1091 | void mwifiex_deauthenticate_all(struct mwifiex_adapter *adapter); |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1092 | int mwifiex_adhoc_start(struct mwifiex_private *priv, |
Amitkumar Karwar | b9be5f3 | 2012-02-27 22:04:14 -0800 | [diff] [blame] | 1093 | struct cfg80211_ssid *adhoc_ssid); |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1094 | int mwifiex_adhoc_join(struct mwifiex_private *priv, |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1095 | struct mwifiex_bssdescriptor *bss_desc); |
| 1096 | int mwifiex_cmd_802_11_ad_hoc_start(struct mwifiex_private *priv, |
| 1097 | struct host_cmd_ds_command *cmd, |
Amitkumar Karwar | b9be5f3 | 2012-02-27 22:04:14 -0800 | [diff] [blame] | 1098 | struct cfg80211_ssid *req_ssid); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1099 | int mwifiex_cmd_802_11_ad_hoc_join(struct mwifiex_private *priv, |
| 1100 | struct host_cmd_ds_command *cmd, |
Amitkumar Karwar | a5ffddb | 2011-06-20 15:21:48 -0700 | [diff] [blame] | 1101 | struct mwifiex_bssdescriptor *bss_desc); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1102 | int mwifiex_ret_802_11_ad_hoc(struct mwifiex_private *priv, |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1103 | struct host_cmd_ds_command *resp); |
Amitkumar Karwar | 572e8f3 | 2011-04-13 17:27:08 -0700 | [diff] [blame] | 1104 | int mwifiex_cmd_802_11_bg_scan_query(struct host_cmd_ds_command *cmd); |
Yogesh Ashok Powar | 6685d10 | 2012-03-12 19:35:10 -0700 | [diff] [blame] | 1105 | struct mwifiex_chan_freq_power *mwifiex_get_cfp(struct mwifiex_private *priv, |
| 1106 | u8 band, u16 channel, u32 freq); |
Yogesh Ashok Powar | a5f3905 | 2013-02-15 21:44:30 -0800 | [diff] [blame] | 1107 | u32 mwifiex_index_to_data_rate(struct mwifiex_private *priv, |
| 1108 | u8 index, u8 ht_info); |
| 1109 | u32 mwifiex_index_to_acs_data_rate(struct mwifiex_private *priv, |
| 1110 | u8 index, u8 ht_info); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1111 | u32 mwifiex_find_freq_from_band_chan(u8, u8); |
| 1112 | int mwifiex_cmd_append_vsie_tlv(struct mwifiex_private *priv, u16 vsie_mask, |
| 1113 | u8 **buffer); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1114 | u32 mwifiex_get_active_data_rates(struct mwifiex_private *priv, |
| 1115 | u8 *rates); |
| 1116 | u32 mwifiex_get_supported_rates(struct mwifiex_private *priv, u8 *rates); |
Avinash Patil | 78dfca6 | 2013-07-30 17:18:56 -0700 | [diff] [blame] | 1117 | u32 mwifiex_get_rates_from_cfg80211(struct mwifiex_private *priv, |
| 1118 | u8 *rates, u8 radio_type); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1119 | u8 mwifiex_is_rate_auto(struct mwifiex_private *priv); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1120 | extern u16 region_code_index[MWIFIEX_MAX_REGION_CODE]; |
| 1121 | void mwifiex_save_curr_bcn(struct mwifiex_private *priv); |
| 1122 | void mwifiex_free_curr_bcn(struct mwifiex_private *priv); |
| 1123 | int mwifiex_cmd_get_hw_spec(struct mwifiex_private *priv, |
| 1124 | struct host_cmd_ds_command *cmd); |
| 1125 | int mwifiex_ret_get_hw_spec(struct mwifiex_private *priv, |
| 1126 | struct host_cmd_ds_command *resp); |
| 1127 | int is_command_pending(struct mwifiex_adapter *adapter); |
Yogesh Ashok Powar | 93a1df4 | 2011-09-26 20:37:26 -0700 | [diff] [blame] | 1128 | void mwifiex_init_priv_params(struct mwifiex_private *priv, |
| 1129 | struct net_device *dev); |
Avinash Patil | f752dcd | 2012-05-08 18:30:26 -0700 | [diff] [blame] | 1130 | int mwifiex_set_secure_params(struct mwifiex_private *priv, |
| 1131 | struct mwifiex_uap_bss_param *bss_config, |
| 1132 | struct cfg80211_ap_settings *params); |
Avinash Patil | 2228125 | 2012-06-15 12:21:53 -0700 | [diff] [blame] | 1133 | void mwifiex_set_ht_params(struct mwifiex_private *priv, |
| 1134 | struct mwifiex_uap_bss_param *bss_cfg, |
| 1135 | struct cfg80211_ap_settings *params); |
Yogesh Ashok Powar | 83c78da | 2013-03-18 20:06:03 -0700 | [diff] [blame] | 1136 | void mwifiex_set_vht_params(struct mwifiex_private *priv, |
| 1137 | struct mwifiex_uap_bss_param *bss_cfg, |
| 1138 | struct cfg80211_ap_settings *params); |
Avinash Patil | a3c2c4f | 2012-08-27 20:32:53 -0700 | [diff] [blame] | 1139 | void mwifiex_set_uap_rates(struct mwifiex_uap_bss_param *bss_cfg, |
| 1140 | struct cfg80211_ap_settings *params); |
Yogesh Ashok Powar | 83c78da | 2013-03-18 20:06:03 -0700 | [diff] [blame] | 1141 | void mwifiex_set_vht_width(struct mwifiex_private *priv, |
| 1142 | enum nl80211_chan_width width, |
| 1143 | bool ap_11ac_disable); |
Avinash Patil | 54428c5 | 2013-01-02 16:56:01 -0800 | [diff] [blame] | 1144 | void |
| 1145 | mwifiex_set_wmm_params(struct mwifiex_private *priv, |
| 1146 | struct mwifiex_uap_bss_param *bss_cfg, |
| 1147 | struct cfg80211_ap_settings *params); |
Avinash Patil | 04abc0a | 2013-03-27 19:10:31 -0700 | [diff] [blame] | 1148 | void mwifiex_set_ba_params(struct mwifiex_private *priv); |
Avinash Patil | 2b6254d | 2013-03-27 19:10:32 -0700 | [diff] [blame] | 1149 | void mwifiex_set_11ac_ba_params(struct mwifiex_private *priv); |
Amitkumar Karwar | 21f58d20 | 2014-02-11 18:39:56 -0800 | [diff] [blame] | 1150 | int mwifiex_cmd_802_11_scan_ext(struct mwifiex_private *priv, |
| 1151 | struct host_cmd_ds_command *cmd, |
| 1152 | void *data_buf); |
Avinash Patil | bf35443 | 2014-10-31 16:08:26 +0530 | [diff] [blame] | 1153 | int mwifiex_ret_802_11_scan_ext(struct mwifiex_private *priv, |
| 1154 | struct host_cmd_ds_command *resp); |
Amitkumar Karwar | 21f58d20 | 2014-02-11 18:39:56 -0800 | [diff] [blame] | 1155 | int mwifiex_handle_event_ext_scan_report(struct mwifiex_private *priv, |
| 1156 | void *buf); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1157 | |
| 1158 | /* |
| 1159 | * This function checks if the queuing is RA based or not. |
| 1160 | */ |
| 1161 | static inline u8 |
| 1162 | mwifiex_queuing_ra_based(struct mwifiex_private *priv) |
| 1163 | { |
| 1164 | /* |
| 1165 | * Currently we assume if we are in Infra, then DA=RA. This might not be |
| 1166 | * true in the future |
| 1167 | */ |
Bing Zhao | eecd825 | 2011-03-28 17:55:41 -0700 | [diff] [blame] | 1168 | if ((priv->bss_mode == NL80211_IFTYPE_STATION) && |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1169 | (GET_BSS_ROLE(priv) == MWIFIEX_BSS_ROLE_STA)) |
| 1170 | return false; |
| 1171 | |
| 1172 | return true; |
| 1173 | } |
| 1174 | |
| 1175 | /* |
| 1176 | * This function copies rates. |
| 1177 | */ |
| 1178 | static inline u32 |
| 1179 | mwifiex_copy_rates(u8 *dest, u32 pos, u8 *src, int len) |
| 1180 | { |
| 1181 | int i; |
| 1182 | |
| 1183 | for (i = 0; i < len && src[i]; i++, pos++) { |
| 1184 | if (pos >= MWIFIEX_SUPPORTED_RATES) |
| 1185 | break; |
| 1186 | dest[pos] = src[i]; |
| 1187 | } |
| 1188 | |
| 1189 | return pos; |
| 1190 | } |
| 1191 | |
| 1192 | /* |
| 1193 | * This function returns the correct private structure pointer based |
| 1194 | * upon the BSS type and BSS number. |
| 1195 | */ |
| 1196 | static inline struct mwifiex_private * |
| 1197 | mwifiex_get_priv_by_id(struct mwifiex_adapter *adapter, |
Amitkumar Karwar | 2be7859 | 2011-04-15 20:50:42 -0700 | [diff] [blame] | 1198 | u8 bss_num, u8 bss_type) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1199 | { |
| 1200 | int i; |
| 1201 | |
| 1202 | for (i = 0; i < adapter->priv_num; i++) { |
| 1203 | if (adapter->priv[i]) { |
Yogesh Ashok Powar | f57c1ed | 2012-03-13 19:22:37 -0700 | [diff] [blame] | 1204 | if ((adapter->priv[i]->bss_num == bss_num) && |
| 1205 | (adapter->priv[i]->bss_type == bss_type)) |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1206 | break; |
| 1207 | } |
| 1208 | } |
| 1209 | return ((i < adapter->priv_num) ? adapter->priv[i] : NULL); |
| 1210 | } |
| 1211 | |
| 1212 | /* |
| 1213 | * This function returns the first available private structure pointer |
| 1214 | * based upon the BSS role. |
| 1215 | */ |
| 1216 | static inline struct mwifiex_private * |
| 1217 | mwifiex_get_priv(struct mwifiex_adapter *adapter, |
| 1218 | enum mwifiex_bss_role bss_role) |
| 1219 | { |
| 1220 | int i; |
| 1221 | |
| 1222 | for (i = 0; i < adapter->priv_num; i++) { |
| 1223 | if (adapter->priv[i]) { |
| 1224 | if (bss_role == MWIFIEX_BSS_ROLE_ANY || |
| 1225 | GET_BSS_ROLE(adapter->priv[i]) == bss_role) |
| 1226 | break; |
| 1227 | } |
| 1228 | } |
| 1229 | |
| 1230 | return ((i < adapter->priv_num) ? adapter->priv[i] : NULL); |
| 1231 | } |
| 1232 | |
| 1233 | /* |
Avinash Patil | cf05233 | 2015-01-28 15:42:03 +0530 | [diff] [blame] | 1234 | * This function returns the first available unused private structure pointer. |
| 1235 | */ |
| 1236 | static inline struct mwifiex_private * |
| 1237 | mwifiex_get_unused_priv(struct mwifiex_adapter *adapter) |
| 1238 | { |
| 1239 | int i; |
| 1240 | |
| 1241 | for (i = 0; i < adapter->priv_num; i++) { |
| 1242 | if (adapter->priv[i]) { |
| 1243 | if (adapter->priv[i]->bss_mode == |
| 1244 | NL80211_IFTYPE_UNSPECIFIED) |
| 1245 | break; |
| 1246 | } |
| 1247 | } |
| 1248 | |
| 1249 | return ((i < adapter->priv_num) ? adapter->priv[i] : NULL); |
| 1250 | } |
| 1251 | |
| 1252 | /* |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1253 | * This function returns the driver private structure of a network device. |
| 1254 | */ |
| 1255 | static inline struct mwifiex_private * |
| 1256 | mwifiex_netdev_get_priv(struct net_device *dev) |
| 1257 | { |
| 1258 | return (struct mwifiex_private *) (*(unsigned long *) netdev_priv(dev)); |
| 1259 | } |
| 1260 | |
Stone Piao | e39faa7 | 2012-09-25 20:23:32 -0700 | [diff] [blame] | 1261 | /* |
| 1262 | * This function checks if a skb holds a management frame. |
| 1263 | */ |
| 1264 | static inline bool mwifiex_is_skb_mgmt_frame(struct sk_buff *skb) |
| 1265 | { |
Tobias Waldekranz | cfcd926 | 2013-08-26 09:18:06 +0200 | [diff] [blame] | 1266 | return (le32_to_cpu(*(__le32 *)skb->data) == PKT_TYPE_MGMT); |
Stone Piao | e39faa7 | 2012-09-25 20:23:32 -0700 | [diff] [blame] | 1267 | } |
| 1268 | |
Amitkumar Karwar | b887664 | 2013-06-18 16:36:58 -0700 | [diff] [blame] | 1269 | /* This function retrieves channel closed for operation by Channel |
| 1270 | * Switch Announcement. |
| 1271 | */ |
| 1272 | static inline u8 |
| 1273 | mwifiex_11h_get_csa_closed_channel(struct mwifiex_private *priv) |
| 1274 | { |
| 1275 | if (!priv->csa_chan) |
| 1276 | return 0; |
| 1277 | |
| 1278 | /* Clear csa channel, if DFS channel move time has passed */ |
Manuel Schölling | 55fdb85 | 2014-05-25 19:59:36 +0200 | [diff] [blame] | 1279 | if (time_after(jiffies, priv->csa_expire_time)) { |
Amitkumar Karwar | b887664 | 2013-06-18 16:36:58 -0700 | [diff] [blame] | 1280 | priv->csa_chan = 0; |
| 1281 | priv->csa_expire_time = 0; |
| 1282 | } |
| 1283 | |
| 1284 | return priv->csa_chan; |
| 1285 | } |
| 1286 | |
Avinash Patil | cb91be8 | 2014-09-12 20:08:54 +0530 | [diff] [blame] | 1287 | static inline u8 mwifiex_is_any_intf_active(struct mwifiex_private *priv) |
| 1288 | { |
| 1289 | struct mwifiex_private *priv_num; |
| 1290 | int i; |
| 1291 | |
| 1292 | for (i = 0; i < priv->adapter->priv_num; i++) { |
| 1293 | priv_num = priv->adapter->priv[i]; |
| 1294 | if (priv_num) { |
| 1295 | if ((GET_BSS_ROLE(priv_num) == MWIFIEX_BSS_ROLE_UAP && |
| 1296 | priv_num->bss_started) || |
| 1297 | (GET_BSS_ROLE(priv_num) == MWIFIEX_BSS_ROLE_STA && |
| 1298 | priv_num->media_connected)) |
| 1299 | return 1; |
| 1300 | } |
| 1301 | } |
| 1302 | |
| 1303 | return 0; |
| 1304 | } |
| 1305 | |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1306 | int mwifiex_init_shutdown_fw(struct mwifiex_private *priv, |
| 1307 | u32 func_init_shutdown); |
Amitkumar Karwar | d930fae | 2011-10-11 17:41:21 -0700 | [diff] [blame] | 1308 | int mwifiex_add_card(void *, struct semaphore *, struct mwifiex_if_ops *, u8); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1309 | int mwifiex_remove_card(struct mwifiex_adapter *, struct semaphore *); |
| 1310 | |
| 1311 | void mwifiex_get_version(struct mwifiex_adapter *adapter, char *version, |
| 1312 | int maxlen); |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1313 | int mwifiex_request_set_multicast_list(struct mwifiex_private *priv, |
| 1314 | struct mwifiex_multicast_list *mcast_list); |
| 1315 | int mwifiex_copy_mcast_addr(struct mwifiex_multicast_list *mlist, |
| 1316 | struct net_device *dev); |
Amitkumar Karwar | 00d7ea1 | 2013-03-15 18:47:05 -0700 | [diff] [blame] | 1317 | int mwifiex_wait_queue_complete(struct mwifiex_adapter *adapter, |
| 1318 | struct cmd_ctrl_node *cmd_queued); |
Amitkumar Karwar | 7c6fa2a | 2011-08-10 18:53:57 -0700 | [diff] [blame] | 1319 | int mwifiex_bss_start(struct mwifiex_private *priv, struct cfg80211_bss *bss, |
Amitkumar Karwar | b9be5f3 | 2012-02-27 22:04:14 -0800 | [diff] [blame] | 1320 | struct cfg80211_ssid *req_ssid); |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1321 | int mwifiex_cancel_hs(struct mwifiex_private *priv, int cmd_type); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1322 | int mwifiex_enable_hs(struct mwifiex_adapter *adapter); |
Amitkumar Karwar | a049093 | 2011-07-13 20:51:59 -0700 | [diff] [blame] | 1323 | int mwifiex_disable_auto_ds(struct mwifiex_private *priv); |
Amitkumar Karwar | 006606c | 2012-07-13 20:09:31 -0700 | [diff] [blame] | 1324 | int mwifiex_drv_get_data_rate(struct mwifiex_private *priv, u32 *rate); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1325 | int mwifiex_request_scan(struct mwifiex_private *priv, |
Amitkumar Karwar | b9be5f3 | 2012-02-27 22:04:14 -0800 | [diff] [blame] | 1326 | struct cfg80211_ssid *req_ssid); |
Amitkumar Karwar | 1a1fb97 | 2012-06-27 19:57:56 -0700 | [diff] [blame] | 1327 | int mwifiex_scan_networks(struct mwifiex_private *priv, |
| 1328 | const struct mwifiex_user_scan_cfg *user_scan_in); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1329 | int mwifiex_set_radio(struct mwifiex_private *priv, u8 option); |
| 1330 | |
Ying Luo | 53b1123 | 2012-08-03 18:06:13 -0700 | [diff] [blame] | 1331 | int mwifiex_set_encode(struct mwifiex_private *priv, struct key_params *kp, |
| 1332 | const u8 *key, int key_len, u8 key_index, |
| 1333 | const u8 *mac_addr, int disable); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1334 | |
Johannes Berg | 4b5800f | 2014-01-15 14:55:59 +0100 | [diff] [blame] | 1335 | int mwifiex_set_gen_ie(struct mwifiex_private *priv, const u8 *ie, int ie_len); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1336 | |
| 1337 | int mwifiex_get_ver_ext(struct mwifiex_private *priv); |
| 1338 | |
Stone Piao | 7feb4c4 | 2012-09-25 20:23:36 -0700 | [diff] [blame] | 1339 | int mwifiex_remain_on_chan_cfg(struct mwifiex_private *priv, u16 action, |
| 1340 | struct ieee80211_channel *chan, |
Stone Piao | 7feb4c4 | 2012-09-25 20:23:36 -0700 | [diff] [blame] | 1341 | unsigned int duration); |
| 1342 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1343 | int mwifiex_get_stats_info(struct mwifiex_private *priv, |
| 1344 | struct mwifiex_ds_get_stats *log); |
| 1345 | |
| 1346 | int mwifiex_reg_write(struct mwifiex_private *priv, u32 reg_type, |
| 1347 | u32 reg_offset, u32 reg_value); |
| 1348 | |
| 1349 | int mwifiex_reg_read(struct mwifiex_private *priv, u32 reg_type, |
| 1350 | u32 reg_offset, u32 *value); |
| 1351 | |
| 1352 | int mwifiex_eeprom_read(struct mwifiex_private *priv, u16 offset, u16 bytes, |
| 1353 | u8 *value); |
| 1354 | |
| 1355 | int mwifiex_set_11n_httx_cfg(struct mwifiex_private *priv, int data); |
| 1356 | |
| 1357 | int mwifiex_get_11n_httx_cfg(struct mwifiex_private *priv, int *data); |
| 1358 | |
| 1359 | int mwifiex_set_tx_rate_cfg(struct mwifiex_private *priv, int tx_rate_index); |
| 1360 | |
| 1361 | int mwifiex_get_tx_rate_cfg(struct mwifiex_private *priv, int *tx_rate_index); |
| 1362 | |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1363 | int mwifiex_drv_set_power(struct mwifiex_private *priv, u32 *ps_mode); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1364 | |
| 1365 | int mwifiex_drv_get_driver_version(struct mwifiex_adapter *adapter, |
| 1366 | char *version, int max_len); |
| 1367 | |
Amitkumar Karwar | 600f5d9 | 2011-04-13 17:27:06 -0700 | [diff] [blame] | 1368 | int mwifiex_set_tx_power(struct mwifiex_private *priv, |
| 1369 | struct mwifiex_power_cfg *power_cfg); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1370 | |
| 1371 | int mwifiex_main_process(struct mwifiex_adapter *); |
| 1372 | |
Stone Piao | e39faa7 | 2012-09-25 20:23:32 -0700 | [diff] [blame] | 1373 | int mwifiex_queue_tx_pkt(struct mwifiex_private *priv, struct sk_buff *skb); |
| 1374 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1375 | int mwifiex_get_bss_info(struct mwifiex_private *, |
| 1376 | struct mwifiex_bss_info *); |
Amitkumar Karwar | 7c6fa2a | 2011-08-10 18:53:57 -0700 | [diff] [blame] | 1377 | int mwifiex_fill_new_bss_desc(struct mwifiex_private *priv, |
Amitkumar Karwar | 9558a40 | 2012-04-16 21:36:51 -0700 | [diff] [blame] | 1378 | struct cfg80211_bss *bss, |
Amitkumar Karwar | 7c6fa2a | 2011-08-10 18:53:57 -0700 | [diff] [blame] | 1379 | struct mwifiex_bssdescriptor *bss_desc); |
| 1380 | int mwifiex_update_bss_desc_with_ie(struct mwifiex_adapter *adapter, |
Amitkumar Karwar | 9558a40 | 2012-04-16 21:36:51 -0700 | [diff] [blame] | 1381 | struct mwifiex_bssdescriptor *bss_entry); |
Amitkumar Karwar | 7c6fa2a | 2011-08-10 18:53:57 -0700 | [diff] [blame] | 1382 | int mwifiex_check_network_compatibility(struct mwifiex_private *priv, |
| 1383 | struct mwifiex_bssdescriptor *bss_desc); |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1384 | |
Stone Piao | 7feb4c4 | 2012-09-25 20:23:36 -0700 | [diff] [blame] | 1385 | u8 mwifiex_chan_type_to_sec_chan_offset(enum nl80211_channel_type chan_type); |
Xinming Hu | 7ee38bf | 2015-06-03 16:59:37 +0530 | [diff] [blame^] | 1386 | u8 mwifiex_sec_chan_offset_to_chan_type(u8 second_chan_offset); |
Stone Piao | 7feb4c4 | 2012-09-25 20:23:36 -0700 | [diff] [blame] | 1387 | |
Johannes Berg | 84efbb8 | 2012-06-16 00:00:26 +0200 | [diff] [blame] | 1388 | struct wireless_dev *mwifiex_add_virtual_intf(struct wiphy *wiphy, |
Johannes Berg | 552bff0 | 2012-09-19 09:26:06 +0200 | [diff] [blame] | 1389 | const char *name, |
Tom Gundersen | 6bab2e19 | 2015-03-18 11:13:39 +0100 | [diff] [blame] | 1390 | unsigned char name_assign_type, |
Johannes Berg | 84efbb8 | 2012-06-16 00:00:26 +0200 | [diff] [blame] | 1391 | enum nl80211_iftype type, |
| 1392 | u32 *flags, |
| 1393 | struct vif_params *params); |
| 1394 | int mwifiex_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev); |
Yogesh Ashok Powar | 93a1df4 | 2011-09-26 20:37:26 -0700 | [diff] [blame] | 1395 | |
Avinash Patil | 9b930ea | 2012-05-08 18:30:23 -0700 | [diff] [blame] | 1396 | void mwifiex_set_sys_config_invalid_data(struct mwifiex_uap_bss_param *config); |
| 1397 | |
Amitkumar Karwar | 7da060c | 2013-03-04 16:27:59 -0800 | [diff] [blame] | 1398 | int mwifiex_add_wowlan_magic_pkt_filter(struct mwifiex_adapter *adapter); |
| 1399 | |
Avinash Patil | f31acab | 2012-05-08 18:30:29 -0700 | [diff] [blame] | 1400 | int mwifiex_set_mgmt_ies(struct mwifiex_private *priv, |
Avinash Patil | adb6ed0 | 2012-06-28 20:30:25 -0700 | [diff] [blame] | 1401 | struct cfg80211_beacon_data *data); |
Avinash Patil | 40bbc21 | 2012-05-08 18:30:30 -0700 | [diff] [blame] | 1402 | int mwifiex_del_mgmt_ies(struct mwifiex_private *priv); |
Amitkumar Karwar | 9e04a7c | 2012-04-09 20:06:54 -0700 | [diff] [blame] | 1403 | u8 *mwifiex_11d_code_2_region(u8 code); |
Xinming Hu | 7ee38bf | 2015-06-03 16:59:37 +0530 | [diff] [blame^] | 1404 | void mwifiex_uap_set_channel(struct mwifiex_private *priv, |
| 1405 | struct mwifiex_uap_bss_param *bss_cfg, |
Avinash Patil | b654ca1 | 2015-01-28 15:54:19 +0530 | [diff] [blame] | 1406 | struct cfg80211_chan_def chandef); |
| 1407 | int mwifiex_config_start_uap(struct mwifiex_private *priv, |
| 1408 | struct mwifiex_uap_bss_param *bss_cfg); |
Avinash Patil | 0f9e9b8 | 2013-05-17 17:50:23 -0700 | [diff] [blame] | 1409 | void mwifiex_uap_del_sta_data(struct mwifiex_private *priv, |
| 1410 | struct mwifiex_sta_node *node); |
Yogesh Ashok Powar | 93a1df4 | 2011-09-26 20:37:26 -0700 | [diff] [blame] | 1411 | |
Avinash Patil | cf075ea | 2015-01-28 15:54:25 +0530 | [diff] [blame] | 1412 | void mwifiex_init_11h_params(struct mwifiex_private *priv); |
| 1413 | int mwifiex_is_11h_active(struct mwifiex_private *priv); |
| 1414 | int mwifiex_11h_activate(struct mwifiex_private *priv, bool flag); |
| 1415 | |
Amitkumar Karwar | 2a7305c | 2013-06-19 08:49:05 -0700 | [diff] [blame] | 1416 | void mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer, |
| 1417 | struct mwifiex_bssdescriptor *bss_desc); |
| 1418 | int mwifiex_11h_handle_event_chanswann(struct mwifiex_private *priv); |
Bing Zhao | 82efa16 | 2013-12-13 18:33:02 -0800 | [diff] [blame] | 1419 | int mwifiex_dnld_dt_cfgdata(struct mwifiex_private *priv, |
| 1420 | struct device_node *node, const char *prefix); |
Bing Zhao | b58df44 | 2014-01-08 15:45:57 -0800 | [diff] [blame] | 1421 | void mwifiex_dnld_txpwr_table(struct mwifiex_private *priv); |
Amitkumar Karwar | 2a7305c | 2013-06-19 08:49:05 -0700 | [diff] [blame] | 1422 | |
Amitkumar Karwar | 0d7f53e | 2013-03-04 16:27:58 -0800 | [diff] [blame] | 1423 | extern const struct ethtool_ops mwifiex_ethtool_ops; |
| 1424 | |
Avinash Patil | 4bcf93d | 2014-02-07 16:27:30 -0800 | [diff] [blame] | 1425 | void mwifiex_del_all_sta_list(struct mwifiex_private *priv); |
Johannes Berg | 3b3a016 | 2014-05-19 17:19:31 +0200 | [diff] [blame] | 1426 | void mwifiex_del_sta_entry(struct mwifiex_private *priv, const u8 *mac); |
Avinash Patil | 4bcf93d | 2014-02-07 16:27:30 -0800 | [diff] [blame] | 1427 | void |
| 1428 | mwifiex_set_sta_ht_cap(struct mwifiex_private *priv, const u8 *ies, |
| 1429 | int ies_len, struct mwifiex_sta_node *node); |
| 1430 | struct mwifiex_sta_node * |
Johannes Berg | 3b3a016 | 2014-05-19 17:19:31 +0200 | [diff] [blame] | 1431 | mwifiex_add_sta_entry(struct mwifiex_private *priv, const u8 *mac); |
Avinash Patil | 4bcf93d | 2014-02-07 16:27:30 -0800 | [diff] [blame] | 1432 | struct mwifiex_sta_node * |
Johannes Berg | 3b3a016 | 2014-05-19 17:19:31 +0200 | [diff] [blame] | 1433 | mwifiex_get_sta_entry(struct mwifiex_private *priv, const u8 *mac); |
| 1434 | int mwifiex_send_tdls_data_frame(struct mwifiex_private *priv, const u8 *peer, |
Avinash Patil | b23bce2 | 2014-02-07 16:27:32 -0800 | [diff] [blame] | 1435 | u8 action_code, u8 dialog_token, |
| 1436 | u16 status_code, const u8 *extra_ies, |
| 1437 | size_t extra_ies_len); |
Johannes Berg | 3b3a016 | 2014-05-19 17:19:31 +0200 | [diff] [blame] | 1438 | int mwifiex_send_tdls_action_frame(struct mwifiex_private *priv, const u8 *peer, |
| 1439 | u8 action_code, u8 dialog_token, |
| 1440 | u16 status_code, const u8 *extra_ies, |
| 1441 | size_t extra_ies_len); |
Avinash Patil | 5f2caaf | 2014-02-07 16:27:33 -0800 | [diff] [blame] | 1442 | void mwifiex_process_tdls_action_frame(struct mwifiex_private *priv, |
| 1443 | u8 *buf, int len); |
Johannes Berg | 3b3a016 | 2014-05-19 17:19:31 +0200 | [diff] [blame] | 1444 | int mwifiex_tdls_oper(struct mwifiex_private *priv, const u8 *peer, u8 action); |
| 1445 | int mwifiex_get_tdls_link_status(struct mwifiex_private *priv, const u8 *mac); |
Xinming Hu | 72df631 | 2014-12-23 19:14:05 +0530 | [diff] [blame] | 1446 | int mwifiex_get_tdls_list(struct mwifiex_private *priv, |
| 1447 | struct tdls_peer_info *buf); |
Avinash Patil | be104b9 | 2014-02-07 16:30:41 -0800 | [diff] [blame] | 1448 | void mwifiex_disable_all_tdls_links(struct mwifiex_private *priv); |
Avinash Patil | 5f6d598 | 2014-02-07 16:30:39 -0800 | [diff] [blame] | 1449 | bool mwifiex_is_bss_in_11ac_mode(struct mwifiex_private *priv); |
| 1450 | u8 mwifiex_get_center_freq_index(struct mwifiex_private *priv, u8 band, |
| 1451 | u32 pri_chan, u8 chan_bw); |
Avinash Patil | cb91be8 | 2014-09-12 20:08:54 +0530 | [diff] [blame] | 1452 | int mwifiex_init_channel_scan_gap(struct mwifiex_adapter *adapter); |
Avinash Patil | 4bcf93d | 2014-02-07 16:27:30 -0800 | [diff] [blame] | 1453 | |
Avinash Patil | 9927baa | 2014-11-13 21:54:16 +0530 | [diff] [blame] | 1454 | int mwifiex_tdls_check_tx(struct mwifiex_private *priv, struct sk_buff *skb); |
| 1455 | void mwifiex_flush_auto_tdls_list(struct mwifiex_private *priv); |
| 1456 | void mwifiex_auto_tdls_update_peer_status(struct mwifiex_private *priv, |
| 1457 | const u8 *mac, u8 link_status); |
| 1458 | void mwifiex_auto_tdls_update_peer_signal(struct mwifiex_private *priv, |
| 1459 | u8 *mac, s8 snr, s8 nflr); |
| 1460 | void mwifiex_check_auto_tdls(unsigned long context); |
| 1461 | void mwifiex_add_auto_tdls_peer(struct mwifiex_private *priv, const u8 *mac); |
| 1462 | void mwifiex_setup_auto_tdls_timer(struct mwifiex_private *priv); |
| 1463 | void mwifiex_clean_auto_tdls(struct mwifiex_private *priv); |
Avinash Patil | 85afb18 | 2015-01-28 15:54:21 +0530 | [diff] [blame] | 1464 | int mwifiex_cmd_issue_chan_report_request(struct mwifiex_private *priv, |
| 1465 | struct host_cmd_ds_command *cmd, |
| 1466 | void *data_buf); |
Avinash Patil | 0a694d6 | 2015-01-28 15:54:22 +0530 | [diff] [blame] | 1467 | int mwifiex_11h_handle_chanrpt_ready(struct mwifiex_private *priv, |
| 1468 | struct sk_buff *skb); |
Avinash Patil | 9927baa | 2014-11-13 21:54:16 +0530 | [diff] [blame] | 1469 | |
Amitkumar Karwar | 808bbeb | 2014-11-25 06:43:05 -0800 | [diff] [blame] | 1470 | void mwifiex_parse_tx_status_event(struct mwifiex_private *priv, |
| 1471 | void *event_body); |
| 1472 | |
Amitkumar Karwar | 18ca438 | 2014-11-25 06:43:06 -0800 | [diff] [blame] | 1473 | struct sk_buff * |
| 1474 | mwifiex_clone_skb_for_tx_status(struct mwifiex_private *priv, |
| 1475 | struct sk_buff *skb, u8 flag, u64 *cookie); |
Avinash Patil | 85afb18 | 2015-01-28 15:54:21 +0530 | [diff] [blame] | 1476 | void mwifiex_dfs_cac_work_queue(struct work_struct *work); |
Avinash Patil | 7d65203 | 2015-01-28 15:54:24 +0530 | [diff] [blame] | 1477 | void mwifiex_dfs_chan_sw_work_queue(struct work_struct *work); |
Avinash Patil | 85afb18 | 2015-01-28 15:54:21 +0530 | [diff] [blame] | 1478 | void mwifiex_abort_cac(struct mwifiex_private *priv); |
Avinash Patil | 511c898 | 2015-06-03 16:59:36 +0530 | [diff] [blame] | 1479 | int mwifiex_stop_radar_detection(struct mwifiex_private *priv, |
| 1480 | struct cfg80211_chan_def *chandef); |
Avinash Patil | 3b57c1a | 2015-01-28 15:54:23 +0530 | [diff] [blame] | 1481 | int mwifiex_11h_handle_radar_detected(struct mwifiex_private *priv, |
| 1482 | struct sk_buff *skb); |
Amitkumar Karwar | 18ca438 | 2014-11-25 06:43:06 -0800 | [diff] [blame] | 1483 | |
Xinming Hu | cbf6e05 | 2014-12-23 19:14:07 +0530 | [diff] [blame] | 1484 | void mwifiex_hist_data_set(struct mwifiex_private *priv, u8 rx_rate, s8 snr, |
| 1485 | s8 nflr); |
| 1486 | void mwifiex_hist_data_reset(struct mwifiex_private *priv); |
| 1487 | void mwifiex_hist_data_add(struct mwifiex_private *priv, |
| 1488 | u8 rx_rate, s8 snr, s8 nflr); |
| 1489 | u8 mwifiex_adjust_data_rate(struct mwifiex_private *priv, |
| 1490 | u8 rx_rate, u8 ht_info); |
| 1491 | |
Amitkumar Karwar | fc69715 | 2015-05-26 06:34:31 -0700 | [diff] [blame] | 1492 | void mwifiex_drv_info_dump(struct mwifiex_adapter *adapter); |
Amitkumar Karwar | 57670ee | 2015-05-26 06:34:32 -0700 | [diff] [blame] | 1493 | void mwifiex_upload_device_dump(struct mwifiex_adapter *adapter); |
Avinash Patil | 6215994 | 2015-03-13 17:37:52 +0530 | [diff] [blame] | 1494 | void *mwifiex_alloc_dma_align_buf(int rx_len, gfp_t flags); |
Shengzhen Li | b2713f6 | 2015-03-13 17:37:54 +0530 | [diff] [blame] | 1495 | void mwifiex_queue_main_work(struct mwifiex_adapter *adapter); |
Xinming Hu | 11cd07a | 2014-12-23 19:14:10 +0530 | [diff] [blame] | 1496 | |
Bing Zhao | 5e6e3a9 | 2011-03-21 18:00:50 -0700 | [diff] [blame] | 1497 | #ifdef CONFIG_DEBUG_FS |
| 1498 | void mwifiex_debugfs_init(void); |
| 1499 | void mwifiex_debugfs_remove(void); |
| 1500 | |
| 1501 | void mwifiex_dev_debugfs_init(struct mwifiex_private *priv); |
| 1502 | void mwifiex_dev_debugfs_remove(struct mwifiex_private *priv); |
| 1503 | #endif |
| 1504 | #endif /* !_MWIFIEX_MAIN_H_ */ |