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