blob: 17432661be404fa543d694c0829849f4400c3b39 [file] [log] [blame]
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001/*
Dustin Browndb2a8be2017-12-20 11:49:56 -08002 * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003 *
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004 * Permission to use, copy, modify, and/or distribute this software for
5 * any purpose with or without fee is hereby granted, provided that the
6 * above copyright notice and this permission notice appear in all
7 * copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 * PERFORMANCE OF THIS SOFTWARE.
17 */
18
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080019/**
20 * DOC: wlan_hdd_main.c
21 *
22 * WLAN Host Device Driver implementation
23 *
24 */
25
26/* Include Files */
27#include <wlan_hdd_includes.h>
28#include <cds_api.h>
29#include <cds_sched.h>
Arun Khandavallifae92942016-08-01 13:31:08 +053030#include <linux/cpu.h>
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080031#include <linux/etherdevice.h>
32#include <linux/firmware.h>
33#include <wlan_hdd_tx_rx.h>
34#include <wni_api.h>
35#include <wlan_hdd_cfg.h>
36#include <wlan_ptt_sock_svc.h>
37#include <dbglog_host.h>
38#include <wlan_logging_sock_svc.h>
39#include <wlan_hdd_wowl.h>
40#include <wlan_hdd_misc.h>
41#include <wlan_hdd_wext.h>
42#include "wlan_hdd_trace.h"
43#include "wlan_hdd_ioctl.h"
44#include "wlan_hdd_ftm.h"
45#include "wlan_hdd_power.h"
46#include "wlan_hdd_stats.h"
Prashanth Bhatta527fd752016-04-28 12:35:23 -070047#include "wlan_hdd_scan.h"
Jeff Johnsonce0032c2017-01-20 07:18:27 -080048#include "wlan_hdd_request_manager.h"
Naveen Rawate02f8f52018-04-05 11:58:04 -070049#include <wlan_osif_request_manager.h>
Dustin Brown26b3d042017-12-21 11:13:27 -080050#ifdef CONFIG_LEAK_DETECTION
Dustin Brown4bc0a622017-12-06 15:56:50 -080051#include "qdf_debug_domain.h"
Dustin Brown26b3d042017-12-21 11:13:27 -080052#endif
Dustin Brownd4241942018-02-26 12:51:37 -080053#include "qdf_str.h"
54#include "qdf_trace.h"
55#include "qdf_types.h"
Manjunathappa Prakash3454fd62016-04-01 08:52:06 -070056#include <cdp_txrx_peer_ops.h>
Dhanashri Atrea8f82f22017-01-23 12:58:24 -080057#include <cdp_txrx_misc.h>
Mohit Khannaca4173b2017-09-12 21:52:19 -070058#include <cdp_txrx_stats.h>
bings0e03a982018-05-09 08:40:59 +080059#include "cdp_txrx_flow_ctrl_legacy.h"
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080060
61#include <net/addrconf.h>
62#include <linux/wireless.h>
63#include <net/cfg80211.h>
64#include <linux/inetdevice.h>
65#include <net/addrconf.h>
66#include "wlan_hdd_cfg80211.h"
67#include "wlan_hdd_ext_scan.h"
68#include "wlan_hdd_p2p.h"
69#include <linux/rtnetlink.h>
70#include "sap_api.h"
71#include <linux/semaphore.h>
72#include <linux/ctype.h>
73#include <linux/compat.h>
Arunk Khandavalli830c9692018-03-22 12:17:40 +053074#include <linux/reboot.h>
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080075#ifdef MSM_PLATFORM
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080076#include <soc/qcom/subsystem_restart.h>
77#endif
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080078#include <wlan_hdd_hostapd.h>
79#include <wlan_hdd_softap_tx_rx.h>
Jeff Johnson8bb61112018-03-31 13:33:54 -070080#include <wlan_hdd_green_ap.h>
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080081#include "cfg_api.h"
82#include "qwlan_version.h"
83#include "wma_types.h"
84#include "wlan_hdd_tdls.h"
85#ifdef FEATURE_WLAN_CH_AVOID
Masti, Narayanraddic4a7ab82015-11-25 15:41:10 +053086#include "cds_regdomain.h"
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080087#endif /* FEATURE_WLAN_CH_AVOID */
Dustin Brownce46d1d2017-08-15 13:34:24 -070088#include "cdp_txrx_flow_ctrl_v2.h"
Yuanyuan Liu1d8045c2016-04-06 16:40:49 -070089#include "pld_common.h"
Tushnim Bhattacharyya15596cf2016-02-12 11:57:02 -080090#include "wlan_hdd_ocb.h"
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080091#include "wlan_hdd_nan.h"
92#include "wlan_hdd_debugfs.h"
93#include "wlan_hdd_driver_ops.h"
94#include "epping_main.h"
Poddar, Siddarth34872782017-08-10 14:08:51 +053095#include "wlan_hdd_data_stall_detection.h"
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080096
97#include <wlan_hdd_ipa.h>
98#include "hif.h"
99#include "wma.h"
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -0800100#include "wlan_policy_mgr_api.h"
Manikandan Mohandcc21ba2016-03-15 14:31:56 -0700101#include "wlan_hdd_tsf.h"
Komal Seelamec702b02016-02-24 18:42:16 +0530102#include "bmi.h"
Amar Singhale4f28ee2015-10-21 14:36:56 -0700103#include <wlan_hdd_regulatory.h>
Jeff Johnson2b0a7b82016-05-18 15:08:02 -0700104#include "wlan_hdd_lpass.h"
Arun Khandavalli4b55da72016-07-19 19:55:01 +0530105#include "nan_api.h"
Orhan K AKYILDIZ1481aff2016-05-16 12:40:13 -0700106#include <wlan_hdd_napi.h>
Padma, Santhosh Kumard7cc0792016-06-28 18:54:12 +0530107#include "wlan_hdd_disa.h"
Rajeev Kumar97767a02016-11-30 11:20:40 -0800108#include <dispatcher_init_deinit.h>
Rajeev Kumar699debf2017-01-06 14:17:00 -0800109#include "wlan_hdd_object_manager.h"
yeshwanth sriram guntuka310b3ac2016-11-15 23:25:26 +0530110#include "cds_utils.h"
Venkata Sharath Chandra Manchala0d44d452016-11-23 17:48:15 -0800111#include <cdp_txrx_handle.h>
Sandeep Puligillafdd201e2017-02-02 18:43:46 -0800112#include <qca_vendor.h>
Mukul Sharma9d797a02017-01-05 20:26:03 +0530113#include "wlan_pmo_ucfg_api.h"
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +0530114#include "sir_api.h"
Naveen Rawat910726a2017-03-06 11:42:51 -0800115#include "os_if_wifi_pos.h"
116#include "wifi_pos_api.h"
117#include "wlan_hdd_oemdata.h"
Krishna Kumaar Natarajan4f1d7722017-03-03 21:12:51 -0800118#include "wlan_hdd_he.h"
Naveen Rawatcb5c5402017-03-22 10:12:19 -0700119#include "os_if_nan.h"
120#include "nan_public_structs.h"
Kiran Kumar Lokere3beeb952017-05-02 18:40:24 -0700121#include "wlan_reg_ucfg_api.h"
bings81fe50a2017-11-27 14:33:26 +0800122#include "wlan_dfs_ucfg_api.h"
Ravi Joshi4f095952017-06-29 15:39:19 -0700123#include "wlan_hdd_rx_monitor.h"
Mukul Sharmad16c2022017-07-25 18:56:12 +0530124#include "sme_power_save_api.h"
Vignesh Viswanathana1bb0922017-09-15 12:58:48 +0530125#include "enet.h"
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -0700126#include <cdp_txrx_cmn_struct.h>
Amar Singhal0928b192017-12-01 10:50:54 -0800127#include "wlan_hdd_sysfs.h"
Nachiket Kukade98f562a2017-12-15 12:18:07 +0530128#include "wlan_disa_ucfg_api.h"
Wu Gao52084c12018-05-17 20:47:11 +0800129#include "wlan_disa_obj_mgmt_api.h"
Sravan Kumar Kairam4af61cf2018-02-22 17:53:44 +0530130#include "wlan_ipa_ucfg_api.h"
Arunk Khandavallia6305a32018-01-25 11:19:18 +0530131#include <target_if.h>
Alok Kumarb64650c2018-03-23 17:05:11 +0530132#include "wlan_hdd_nud_tracking.h"
Nachiket Kukade98f562a2017-12-15 12:18:07 +0530133
Selvaraj, Sridhar046d77d2017-03-07 14:53:13 +0530134#ifdef CNSS_GENL
135#include <net/cnss_nl.h>
136#endif
Amar Singhal5cccafe2017-02-15 12:42:58 -0800137#include "wlan_reg_ucfg_api.h"
Zhang Qian47e22ce2018-01-04 15:38:38 +0800138#include "wlan_ocb_ucfg_api.h"
Selvaraj, Sridhar046d77d2017-03-07 14:53:13 +0530139
Sandeep Puligilla019a1bd2018-02-04 22:57:44 -0800140#include <wlan_hdd_spectralscan.h>
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800141#ifdef MODULE
142#define WLAN_MODULE_NAME module_name(THIS_MODULE)
143#else
144#define WLAN_MODULE_NAME "wlan"
145#endif
146
147#ifdef TIMER_MANAGER
148#define TIMER_MANAGER_STR " +TIMER_MANAGER"
149#else
150#define TIMER_MANAGER_STR ""
151#endif
152
153#ifdef MEMORY_DEBUG
154#define MEMORY_DEBUG_STR " +MEMORY_DEBUG"
155#else
156#define MEMORY_DEBUG_STR ""
157#endif
158
Dustin Brownc1034df2018-02-07 14:51:32 -0800159#ifdef PANIC_ON_BUG
160#define PANIC_ON_BUG_STR " +PANIC_ON_BUG"
161#else
162#define PANIC_ON_BUG_STR ""
163#endif
164
Arunk Khandavalli830c9692018-03-22 12:17:40 +0530165bool g_is_system_reboot_triggered;
Sachin Ahujadddd2632017-03-07 19:07:24 +0530166int wlan_start_ret_val;
167static DECLARE_COMPLETION(wlan_start_comp);
168static unsigned int dev_num = 1;
169static struct cdev wlan_hdd_state_cdev;
170static struct class *class;
171static dev_t device;
Arun Khandavallifae92942016-08-01 13:31:08 +0530172#ifndef MODULE
173static struct gwlan_loader *wlan_loader;
174static ssize_t wlan_boot_cb(struct kobject *kobj,
175 struct kobj_attribute *attr,
176 const char *buf, size_t count);
177struct gwlan_loader {
178 bool loaded_state;
179 struct kobject *boot_wlan_obj;
180 struct attribute_group *attr_group;
181};
182
183static struct kobj_attribute wlan_boot_attribute =
184 __ATTR(boot_wlan, 0220, NULL, wlan_boot_cb);
185
186static struct attribute *attrs[] = {
187 &wlan_boot_attribute.attr,
188 NULL,
189};
190
191#define MODULE_INITIALIZED 1
192#endif
193
Nachiket Kukadebe8850b2017-09-18 15:37:00 +0530194#define HDD_OPS_INACTIVITY_TIMEOUT (120000)
195#define MAX_OPS_NAME_STRING_SIZE 20
Rajeev Kumar6d0b2ea2017-12-26 17:55:33 -0800196#define RATE_LIMIT_ERROR_LOG (256)
Nachiket Kukadebe8850b2017-09-18 15:37:00 +0530197
198static qdf_timer_t hdd_drv_ops_inactivity_timer;
Dustin Brown45ed4bb2017-12-18 12:00:13 -0800199static struct task_struct *hdd_drv_ops_task;
Nachiket Kukadebe8850b2017-09-18 15:37:00 +0530200static char drv_ops_string[MAX_OPS_NAME_STRING_SIZE];
201
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800202/* the Android framework expects this param even though we don't use it */
203#define BUF_LEN 20
204static char fwpath_buffer[BUF_LEN];
205static struct kparam_string fwpath = {
206 .string = fwpath_buffer,
207 .maxlen = BUF_LEN,
208};
209
210static char *country_code;
211static int enable_11d = -1;
212static int enable_dfs_chan_scan = -1;
213
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800214/*
215 * spinlock for synchronizing asynchronous request/response
216 * (full description of use in wlan_hdd_main.h)
217 */
218DEFINE_SPINLOCK(hdd_context_lock);
Arunk Khandavalli16d84252017-06-21 15:26:29 +0530219DEFINE_MUTEX(hdd_init_deinit_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800220
Rajeev Kumar8e3e2832015-11-06 16:02:54 -0800221#define WLAN_NLINK_CESIUM 30
222
Anurag Chouhana37b5b72016-02-21 14:53:42 +0530223static qdf_wake_lock_t wlan_wake_lock;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800224
225#define WOW_MAX_FILTER_LISTS 1
226#define WOW_MAX_FILTERS_PER_LIST 4
227#define WOW_MIN_PATTERN_SIZE 6
228#define WOW_MAX_PATTERN_SIZE 64
229
230#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0))
231static const struct wiphy_wowlan_support wowlan_support_reg_init = {
232 .flags = WIPHY_WOWLAN_ANY |
233 WIPHY_WOWLAN_MAGIC_PKT |
234 WIPHY_WOWLAN_DISCONNECT |
235 WIPHY_WOWLAN_SUPPORTS_GTK_REKEY |
236 WIPHY_WOWLAN_GTK_REKEY_FAILURE |
237 WIPHY_WOWLAN_EAP_IDENTITY_REQ |
238 WIPHY_WOWLAN_4WAY_HANDSHAKE |
239 WIPHY_WOWLAN_RFKILL_RELEASE,
240 .n_patterns = WOW_MAX_FILTER_LISTS * WOW_MAX_FILTERS_PER_LIST,
241 .pattern_min_len = WOW_MIN_PATTERN_SIZE,
242 .pattern_max_len = WOW_MAX_PATTERN_SIZE,
243};
244#endif
245
Mahesh Kumar Kalikot Veetilb85cefd2017-08-14 14:03:32 -0700246static const struct category_info cinfo[MAX_SUPPORTED_CATEGORY] = {
247 [QDF_MODULE_ID_TLSHIM] = {QDF_TRACE_LEVEL_ALL},
248 [QDF_MODULE_ID_WMI] = {QDF_TRACE_LEVEL_ALL},
249 [QDF_MODULE_ID_HTT] = {QDF_TRACE_LEVEL_ALL},
250 [QDF_MODULE_ID_HDD] = {QDF_TRACE_LEVEL_ALL},
251 [QDF_MODULE_ID_SME] = {QDF_TRACE_LEVEL_ALL},
252 [QDF_MODULE_ID_PE] = {QDF_TRACE_LEVEL_ALL},
253 [QDF_MODULE_ID_WMA] = {QDF_TRACE_LEVEL_ALL},
254 [QDF_MODULE_ID_SYS] = {QDF_TRACE_LEVEL_ALL},
255 [QDF_MODULE_ID_QDF] = {QDF_TRACE_LEVEL_ALL},
256 [QDF_MODULE_ID_SAP] = {QDF_TRACE_LEVEL_ALL},
257 [QDF_MODULE_ID_HDD_SOFTAP] = {QDF_TRACE_LEVEL_ALL},
258 [QDF_MODULE_ID_HDD_DATA] = {QDF_DATA_PATH_TRACE_LEVEL},
259 [QDF_MODULE_ID_HDD_SAP_DATA] = {QDF_DATA_PATH_TRACE_LEVEL},
260 [QDF_MODULE_ID_HIF] = {QDF_DATA_PATH_TRACE_LEVEL},
261 [QDF_MODULE_ID_HTC] = {QDF_DATA_PATH_TRACE_LEVEL},
262 [QDF_MODULE_ID_TXRX] = {QDF_DATA_PATH_TRACE_LEVEL},
263 [QDF_MODULE_ID_QDF_DEVICE] = {QDF_TRACE_LEVEL_ALL},
264 [QDF_MODULE_ID_CFG] = {QDF_TRACE_LEVEL_ALL},
265 [QDF_MODULE_ID_BMI] = {QDF_TRACE_LEVEL_ALL},
266 [QDF_MODULE_ID_EPPING] = {QDF_TRACE_LEVEL_ALL},
267 [QDF_MODULE_ID_QVIT] = {QDF_TRACE_LEVEL_ALL},
268 [QDF_MODULE_ID_DP] = {QDF_TRACE_LEVEL_ALL},
269 [QDF_MODULE_ID_SOC] = {QDF_TRACE_LEVEL_ALL},
270 [QDF_MODULE_ID_OS_IF] = {QDF_TRACE_LEVEL_ALL},
271 [QDF_MODULE_ID_TARGET_IF] = {QDF_TRACE_LEVEL_ALL},
272 [QDF_MODULE_ID_SCHEDULER] = {QDF_TRACE_LEVEL_ALL},
273 [QDF_MODULE_ID_MGMT_TXRX] = {QDF_TRACE_LEVEL_ALL},
274 [QDF_MODULE_ID_PMO] = {QDF_TRACE_LEVEL_ALL},
275 [QDF_MODULE_ID_SCAN] = {QDF_TRACE_LEVEL_ALL},
276 [QDF_MODULE_ID_POLICY_MGR] = {QDF_TRACE_LEVEL_ALL},
277 [QDF_MODULE_ID_P2P] = {QDF_TRACE_LEVEL_ALL},
278 [QDF_MODULE_ID_TDLS] = {QDF_TRACE_LEVEL_ALL},
279 [QDF_MODULE_ID_REGULATORY] = {QDF_TRACE_LEVEL_ALL},
280 [QDF_MODULE_ID_SERIALIZATION] = {QDF_TRACE_LEVEL_ALL},
Arif Hussainfde76e72017-09-05 16:58:23 -0700281 [QDF_MODULE_ID_DFS] = {QDF_TRACE_LEVEL_ALL},
Rajeev Kumarca8ef9d2017-10-06 10:43:21 -0700282 [QDF_MODULE_ID_OBJ_MGR] = {QDF_TRACE_LEVEL_ALL},
Deepak Dhamdheref918d422017-07-06 12:56:29 -0700283 [QDF_MODULE_ID_ROAM_DEBUG] = {QDF_TRACE_LEVEL_ALL},
Himanshu Agarwalb229a142017-12-21 10:16:45 +0530284 [QDF_MODULE_ID_GREEN_AP] = {QDF_TRACE_LEVEL_ALL},
Zhang Qian47e22ce2018-01-04 15:38:38 +0800285 [QDF_MODULE_ID_OCB] = {QDF_TRACE_LEVEL_ALL},
Sravan Kumar Kairam1309e7e2018-03-13 09:29:52 +0530286 [QDF_MODULE_ID_IPA] = {QDF_TRACE_LEVEL_ALL},
Mahesh Kumar Kalikot Veetilb85cefd2017-08-14 14:03:32 -0700287};
288
Ganesh Kondabattini35739572017-06-21 16:26:39 +0530289int limit_off_chan_tbl[HDD_MAX_AC][HDD_MAX_OFF_CHAN_ENTRIES] = {
290 { HDD_AC_BK_BIT, HDD_MAX_OFF_CHAN_TIME_FOR_BK },
291 { HDD_AC_BE_BIT, HDD_MAX_OFF_CHAN_TIME_FOR_BE },
292 { HDD_AC_VI_BIT, HDD_MAX_OFF_CHAN_TIME_FOR_VI },
293 { HDD_AC_VO_BIT, HDD_MAX_OFF_CHAN_TIME_FOR_VO },
294};
295
Ashish Kumar Dhanotiyacf11bae2017-04-04 03:29:47 +0530296struct notifier_block hdd_netdev_notifier;
Arunk Khandavalli830c9692018-03-22 12:17:40 +0530297struct notifier_block system_reboot_notifier;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800298
299struct sock *cesium_nl_srv_sock;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800300#ifdef FEATURE_WLAN_AUTO_SHUTDOWN
Srinivas Girigowdab841da72017-03-25 18:04:39 -0700301static void wlan_hdd_auto_shutdown_cb(void);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800302#endif
303
Sachin Ahujadddd2632017-03-07 19:07:24 +0530304void hdd_start_complete(int ret)
305{
306 wlan_start_ret_val = ret;
307
308 complete(&wlan_start_comp);
309}
310
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800311/**
Nirav Shahbd36b062016-07-18 11:12:59 +0530312 * hdd_set_rps_cpu_mask - set RPS CPU mask for interfaces
Jeff Johnsond49c4a12017-08-28 12:08:05 -0700313 * @hdd_ctx: pointer to struct hdd_context
Nirav Shahbd36b062016-07-18 11:12:59 +0530314 *
315 * Return: none
316 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -0700317static void hdd_set_rps_cpu_mask(struct hdd_context *hdd_ctx)
Nirav Shahbd36b062016-07-18 11:12:59 +0530318{
Jeff Johnson9d295242017-08-29 14:39:48 -0700319 struct hdd_adapter *adapter;
Nirav Shahbd36b062016-07-18 11:12:59 +0530320
Dustin Brown920397d2017-12-13 16:27:50 -0800321 hdd_for_each_adapter(hdd_ctx, adapter)
322 hdd_send_rps_ind(adapter);
Nirav Shahbd36b062016-07-18 11:12:59 +0530323}
324
325/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800326 * wlan_hdd_txrx_pause_cb() - pause callback from txrx layer
327 * @vdev_id: vdev_id
328 * @action: action type
329 * @reason: reason type
330 *
331 * Return: none
332 */
333void wlan_hdd_txrx_pause_cb(uint8_t vdev_id,
334 enum netif_action_type action, enum netif_reason_type reason)
335{
Jeff Johnsond49c4a12017-08-28 12:08:05 -0700336 struct hdd_context *hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
Jeff Johnson9d295242017-08-29 14:39:48 -0700337 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800338
339 if (!hdd_ctx) {
340 hdd_err("hdd ctx is NULL");
341 return;
342 }
343 adapter = hdd_get_adapter_by_vdev(hdd_ctx, vdev_id);
344
345 wlan_hdd_netif_queue_control(adapter, action, reason);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800346}
347
348/*
Dustin Brownab482ac2017-06-09 17:00:44 -0700349 * Store WLAN driver version and timestamp info in global variables such that
350 * crash debugger can extract them from driver debug symbol and crashdump for
351 * post processing
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800352 */
Dustin Brown96cd9632017-11-13 12:45:04 -0800353#ifdef BUILD_TAG
354uint8_t g_wlan_driver_version[] = QWLAN_VERSIONSTR "; " BUILD_TAG;
355#else
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800356uint8_t g_wlan_driver_version[] = QWLAN_VERSIONSTR;
Naveen Rawat93836252017-06-20 16:30:59 -0700357#endif
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800358
359/**
360 * hdd_device_mode_to_string() - return string conversion of device mode
361 * @device_mode: device mode
362 *
363 * This utility function helps log string conversion of device mode.
364 *
365 * Return: string conversion of device mode, if match found;
366 * "Unknown" otherwise.
367 */
368const char *hdd_device_mode_to_string(uint8_t device_mode)
369{
370 switch (device_mode) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -0800371 CASE_RETURN_STRING(QDF_STA_MODE);
372 CASE_RETURN_STRING(QDF_SAP_MODE);
373 CASE_RETURN_STRING(QDF_P2P_CLIENT_MODE);
374 CASE_RETURN_STRING(QDF_P2P_GO_MODE);
375 CASE_RETURN_STRING(QDF_FTM_MODE);
376 CASE_RETURN_STRING(QDF_IBSS_MODE);
377 CASE_RETURN_STRING(QDF_P2P_DEVICE_MODE);
378 CASE_RETURN_STRING(QDF_OCB_MODE);
Deepak Dhamdhere5cdce842016-05-31 10:39:12 -0700379 CASE_RETURN_STRING(QDF_NDI_MODE);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800380 default:
381 return "Unknown";
382 }
383}
384
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530385/**
Liangwei Dong17bf2662018-01-05 02:02:05 -0500386 * hdd_get_valid_chan() - return current chan list from regulatory.
387 * @hdd_ctx: HDD context
388 * @chan_list: buf hold returned chan list
389 * @chan_num: input buf size and output returned chan num
390 *
391 * This function helps get current available chan list from regulatory
392 * module. It excludes the "disabled" and "invalid" channels.
393 *
394 * Return: 0 for success.
395 */
396static int hdd_get_valid_chan(struct hdd_context *hdd_ctx,
397 uint8_t *chan_list,
398 uint32_t *chan_num)
399{
400 int i = 0, j = 0;
401 struct regulatory_channel *cur_chan_list;
402 struct wlan_objmgr_pdev *pdev;
403
404 if (!hdd_ctx || !hdd_ctx->hdd_pdev || !chan_list || !chan_num)
405 return -EINVAL;
406
407 pdev = hdd_ctx->hdd_pdev;
408 cur_chan_list = qdf_mem_malloc(NUM_CHANNELS *
409 sizeof(struct regulatory_channel));
410 if (!cur_chan_list)
411 return -ENOMEM;
412
413 if (wlan_reg_get_current_chan_list(pdev, cur_chan_list) !=
414 QDF_STATUS_SUCCESS) {
415 qdf_mem_free(cur_chan_list);
416 return -EINVAL;
417 }
418
419 for (i = 0; i < NUM_CHANNELS; i++) {
420 uint32_t ch = cur_chan_list[i].chan_num;
421 enum channel_state state = wlan_reg_get_channel_state(pdev,
422 ch);
423
424 if (state != CHANNEL_STATE_DISABLE &&
425 state != CHANNEL_STATE_INVALID &&
426 j < *chan_num) {
427 chan_list[j] = (uint8_t)ch;
428 j++;
429 }
430 }
431 *chan_num = j;
432 qdf_mem_free(cur_chan_list);
433 return 0;
434}
435
436/**
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530437 * hdd_validate_channel_and_bandwidth() - Validate the channel-bandwidth combo
438 * @adapter: HDD adapter
439 * @chan_number: Channel number
440 * @chan_bw: Bandwidth
441 *
442 * Checks if the given bandwidth is valid for the given channel number.
443 *
444 * Return: 0 for success, non-zero for failure
445 */
Jeff Johnson9d295242017-08-29 14:39:48 -0700446int hdd_validate_channel_and_bandwidth(struct hdd_adapter *adapter,
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530447 uint32_t chan_number,
Kiran Kumar Lokere13644672016-02-29 15:40:10 -0800448 enum phy_ch_width chan_bw)
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530449{
Liangwei Dong17bf2662018-01-05 02:02:05 -0500450 uint8_t chan[NUM_CHANNELS];
451 uint32_t len = NUM_CHANNELS, i;
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530452 bool found = false;
453 tHalHandle hal;
Liangwei Dong17bf2662018-01-05 02:02:05 -0500454 int ret;
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530455
456 hal = WLAN_HDD_GET_HAL_CTX(adapter);
457 if (!hal) {
458 hdd_err("Invalid HAL context");
459 return -EINVAL;
460 }
461
Liangwei Dong17bf2662018-01-05 02:02:05 -0500462 ret = hdd_get_valid_chan(adapter->hdd_ctx, chan,
463 &len);
464 if (ret) {
465 hdd_err("error %d in getting valid channel list", ret);
466 return ret;
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530467 }
468
469 for (i = 0; i < len; i++) {
470 if (chan[i] == chan_number) {
471 found = true;
472 break;
473 }
474 }
475
476 if (found == false) {
477 hdd_err("Channel not in driver's valid channel list");
478 return -EOPNOTSUPP;
479 }
480
Kiran Kumar Lokerea3de2262017-04-12 12:15:04 -0700481 if ((!WLAN_REG_IS_24GHZ_CH(chan_number)) &&
482 (!WLAN_REG_IS_5GHZ_CH(chan_number))) {
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530483 hdd_err("CH %d is not in 2.4GHz or 5GHz", chan_number);
484 return -EINVAL;
485 }
486
Kiran Kumar Lokerea3de2262017-04-12 12:15:04 -0700487 if (WLAN_REG_IS_24GHZ_CH(chan_number)) {
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530488 if (chan_bw == CH_WIDTH_80MHZ) {
489 hdd_err("BW80 not possible in 2.4GHz band");
490 return -EINVAL;
491 }
492 if ((chan_bw != CH_WIDTH_20MHZ) && (chan_number == 14) &&
493 (chan_bw != CH_WIDTH_MAX)) {
494 hdd_err("Only BW20 possible on channel 14");
495 return -EINVAL;
496 }
497 }
498
Kiran Kumar Lokerea3de2262017-04-12 12:15:04 -0700499 if (WLAN_REG_IS_5GHZ_CH(chan_number)) {
Chandrasekaran, Manishekar794a0982016-01-12 19:42:20 +0530500 if ((chan_bw != CH_WIDTH_20MHZ) && (chan_number == 165) &&
501 (chan_bw != CH_WIDTH_MAX)) {
502 hdd_err("Only BW20 possible on channel 165");
503 return -EINVAL;
504 }
505 }
506
507 return 0;
508}
509
Arunk Khandavallie1b3a382017-09-26 12:01:26 +0530510/**
511 * hdd_wait_for_recovery_completion() - Wait for cds recovery completion
512 *
513 * Block the unloading of the driver (or) interface up until the
514 * cds recovery is completed
515 *
516 * Return: true for recovery completion else false
517 */
518static bool hdd_wait_for_recovery_completion(void)
519{
520 int retry = 0;
521
522 /* Wait for recovery to complete */
523 while (cds_is_driver_recovering()) {
524 if (retry == HDD_MOD_EXIT_SSR_MAX_RETRIES/2)
525 hdd_err("Recovery in progress; wait here!!!");
Arunk Khandavalli830c9692018-03-22 12:17:40 +0530526
527 if (g_is_system_reboot_triggered) {
528 hdd_info("System Reboot happening ignore unload!!");
529 return false;
530 }
531
Arunk Khandavallie1b3a382017-09-26 12:01:26 +0530532 msleep(1000);
533 if (retry++ == HDD_MOD_EXIT_SSR_MAX_RETRIES) {
534 hdd_err("SSR never completed, error");
535 /*
536 * Trigger the bug_on in the internal builds, in the
537 * customer builds self-recovery will be enabled
538 * in those cases just return error.
539 */
540 if (cds_is_self_recovery_enabled())
541 return false;
542 QDF_BUG(0);
543 }
544 }
545
546 hdd_info("Recovery completed successfully!");
547 return true;
548}
549
Arunk Khandavalli830c9692018-03-22 12:17:40 +0530550
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800551static int __hdd_netdev_notifier_call(struct notifier_block *nb,
552 unsigned long state, void *data)
553{
554#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0))
555 struct netdev_notifier_info *dev_notif_info = data;
556 struct net_device *dev = dev_notif_info->dev;
557#else
558 struct net_device *dev = data;
559#endif
Jeff Johnson9d295242017-08-29 14:39:48 -0700560 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnsond49c4a12017-08-28 12:08:05 -0700561 struct hdd_context *hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800562
Dustin Brownfdf17c12018-03-14 12:55:34 -0700563 hdd_enter_dev(dev);
Jeff Johnson3c3994a2016-02-11 08:12:30 -0800564
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800565 /* Make sure that this callback corresponds to our device. */
566 if ((strncmp(dev->name, "wlan", 4)) && (strncmp(dev->name, "p2p", 3)))
567 return NOTIFY_DONE;
568
Samuel Ahnc9c48ca2016-09-19 15:46:36 +0530569 if ((adapter->magic != WLAN_HDD_ADAPTER_MAGIC) ||
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800570 (adapter->dev != dev)) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -0700571 hdd_err("device adapter is not matching!!!");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800572 return NOTIFY_DONE;
573 }
574
575 if (!dev->ieee80211_ptr) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -0700576 hdd_err("ieee80211_ptr is NULL!!!");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800577 return NOTIFY_DONE;
578 }
579
580 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
581 if (NULL == hdd_ctx) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -0800582 hdd_err("HDD Context Null Pointer");
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530583 QDF_ASSERT(0);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800584 return NOTIFY_DONE;
585 }
Jingxiang Ge9db9d232017-10-14 17:22:15 +0800586
587 if (hdd_ctx->driver_status == DRIVER_MODULES_CLOSED) {
588 hdd_err("%s: Driver module is closed", __func__);
589 return NOTIFY_DONE;
590 }
591
Hanumanth Reddy Pothula2a8a7402017-07-03 14:06:11 +0530592 if (cds_is_driver_recovering() || cds_is_driver_in_bad_state())
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800593 return NOTIFY_DONE;
594
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -0800595 hdd_debug("%s New Net Device State = %lu",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800596 dev->name, state);
597
598 switch (state) {
599 case NETDEV_REGISTER:
600 break;
601
602 case NETDEV_UNREGISTER:
603 break;
604
605 case NETDEV_UP:
606 sme_ch_avoid_update_req(hdd_ctx->hHal);
607 break;
608
609 case NETDEV_DOWN:
610 break;
611
612 case NETDEV_CHANGE:
Jeff Johnsonc72c5732017-10-28 12:49:37 -0700613 if (adapter->is_link_up_service_needed)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800614 complete(&adapter->linkup_event_var);
615 break;
616
617 case NETDEV_GOING_DOWN:
Sandeep Puligilla5f86d992017-10-29 14:58:53 -0700618 if (ucfg_scan_get_vdev_status(adapter->hdd_vdev) !=
619 SCAN_NOT_IN_PROGRESS) {
Abhishek Singh69ccb512017-04-25 11:58:16 +0530620 wlan_abort_scan(hdd_ctx->hdd_pdev, INVAL_PDEV_ID,
Jeff Johnson1b780e42017-10-31 14:11:45 -0700621 adapter->session_id, INVALID_SCAN_ID, true);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800622 } else {
hqueaa33ee2017-05-04 17:56:35 +0800623 cds_flush_work(&adapter->scan_block_work);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -0800624 hdd_debug("Scan is not Pending from user");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800625 }
Arunk Khandavallif0c0d762017-12-07 10:18:50 +0530626 /*
627 * After NETDEV_GOING_DOWN, kernel calls hdd_stop.Irrespective
628 * of return status of hdd_stop call, kernel resets the IFF_UP
629 * flag after which driver does not send the cfg80211_scan_done.
630 * Ensure to cleanup the scan queue in NETDEV_GOING_DOWN
631 */
Sourav Mohapatra001cfaf2018-02-28 11:30:46 +0530632 wlan_cfg80211_cleanup_scan_queue(hdd_ctx->hdd_pdev, dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800633 break;
634
635 default:
636 break;
637 }
638
639 return NOTIFY_DONE;
640}
641
642/**
643 * hdd_netdev_notifier_call() - netdev notifier callback function
644 * @nb: pointer to notifier block
645 * @state: state
646 * @ndev: ndev pointer
647 *
648 * Return: 0 on success, error number otherwise.
649 */
650static int hdd_netdev_notifier_call(struct notifier_block *nb,
651 unsigned long state,
652 void *ndev)
653{
654 int ret;
655
656 cds_ssr_protect(__func__);
657 ret = __hdd_netdev_notifier_call(nb, state, ndev);
658 cds_ssr_unprotect(__func__);
659
660 return ret;
661}
662
663struct notifier_block hdd_netdev_notifier = {
664 .notifier_call = hdd_netdev_notifier_call,
665};
666
Arunk Khandavalli830c9692018-03-22 12:17:40 +0530667static int system_reboot_notifier_call(struct notifier_block *nb,
668 unsigned long msg_type, void *_unused)
669{
670 switch (msg_type) {
671 case SYS_DOWN:
672 case SYS_HALT:
673 case SYS_POWER_OFF:
674 g_is_system_reboot_triggered = true;
675 hdd_info("reboot, reason: %ld", msg_type);
676 break;
677 default:
678 break;
679 }
680
681 return NOTIFY_OK;
682}
683
684struct notifier_block system_reboot_notifier = {
685 .notifier_call = system_reboot_notifier_call,
686};
687
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800688/* variable to hold the insmod parameters */
689static int con_mode;
Prashanth Bhatta05aaf012015-12-10 17:34:24 -0800690
Arunk Khandavalliba3d5582017-07-11 19:48:32 +0530691static int con_mode_ftm;
Ravi Joshia307f632017-07-17 23:41:41 -0700692int con_mode_monitor;
Arunk Khandavalliba3d5582017-07-11 19:48:32 +0530693
Prashanth Bhatta05aaf012015-12-10 17:34:24 -0800694/* Variable to hold connection mode including module parameter con_mode */
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800695static int curr_con_mode;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800696
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530697/**
698 * hdd_map_nl_chan_width() - Map NL channel width to internal representation
699 * @ch_width: NL channel width
700 *
701 * Converts the NL channel width to the driver's internal representation
702 *
703 * Return: Converted channel width. In case of non matching NL channel width,
704 * CH_WIDTH_MAX will be returned.
705 */
Kiran Kumar Lokere13644672016-02-29 15:40:10 -0800706enum phy_ch_width hdd_map_nl_chan_width(enum nl80211_chan_width ch_width)
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530707{
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -0800708 uint8_t fw_ch_bw;
Srinivas Girigowdab841da72017-03-25 18:04:39 -0700709
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -0800710 fw_ch_bw = wma_get_vht_ch_width();
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530711 switch (ch_width) {
712 case NL80211_CHAN_WIDTH_20_NOHT:
713 case NL80211_CHAN_WIDTH_20:
714 return CH_WIDTH_20MHZ;
715 case NL80211_CHAN_WIDTH_40:
716 return CH_WIDTH_40MHZ;
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530717 case NL80211_CHAN_WIDTH_80:
718 return CH_WIDTH_80MHZ;
719 case NL80211_CHAN_WIDTH_80P80:
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -0800720 if (fw_ch_bw == WNI_CFG_VHT_CHANNEL_WIDTH_80_PLUS_80MHZ)
721 return CH_WIDTH_80P80MHZ;
722 else if (fw_ch_bw == WNI_CFG_VHT_CHANNEL_WIDTH_160MHZ)
723 return CH_WIDTH_160MHZ;
724 else
725 return CH_WIDTH_80MHZ;
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530726 case NL80211_CHAN_WIDTH_160:
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -0800727 if (fw_ch_bw >= WNI_CFG_VHT_CHANNEL_WIDTH_160MHZ)
728 return CH_WIDTH_160MHZ;
729 else
730 return CH_WIDTH_80MHZ;
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530731 case NL80211_CHAN_WIDTH_5:
Kiran Kumar Lokere13644672016-02-29 15:40:10 -0800732 return CH_WIDTH_5MHZ;
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530733 case NL80211_CHAN_WIDTH_10:
Kiran Kumar Lokere13644672016-02-29 15:40:10 -0800734 return CH_WIDTH_10MHZ;
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530735 default:
736 hdd_err("Invalid channel width %d, setting to default",
737 ch_width);
Kiran Kumar Lokere13644672016-02-29 15:40:10 -0800738 return CH_WIDTH_INVALID;
Chandrasekaran, Manishekara74bb022016-01-12 18:37:43 +0530739 }
740}
741
Masti, Narayanraddic4a7ab82015-11-25 15:41:10 +0530742/* wlan_hdd_find_opclass() - Find operating class for a channel
743 * @hal: handler to HAL
744 * @channel: channel id
745 * @bw_offset: bandwidth offset
746 *
747 * Function invokes sme api to find the operating class
748 *
749 * Return: operating class
750 */
751uint8_t wlan_hdd_find_opclass(tHalHandle hal, uint8_t channel,
752 uint8_t bw_offset)
753{
754 uint8_t opclass = 0;
755
756 sme_get_opclass(hal, channel, bw_offset, &opclass);
757 return opclass;
758}
759
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800760/**
Anurag Chouhanf04e84f2016-03-03 10:12:12 +0530761 * hdd_qdf_trace_enable() - configure initial QDF Trace enable
Ashish Kumar Dhanotiya53c2f692017-02-08 00:25:11 +0530762 * @module_id: Module whose trace level is being configured
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800763 * @bitmask: Bitmask of log levels to be enabled
764 *
765 * Called immediately after the cfg.ini is read in order to configure
766 * the desired trace levels.
767 *
768 * Return: None
769 */
Ashish Kumar Dhanotiya53c2f692017-02-08 00:25:11 +0530770int hdd_qdf_trace_enable(QDF_MODULE_ID module_id, uint32_t bitmask)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800771{
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530772 QDF_TRACE_LEVEL level;
Ashish Kumar Dhanotiya7a031ce2017-01-23 13:11:30 +0530773 int qdf_print_idx = -1;
774 int status = -1;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800775 /*
776 * if the bitmask is the default value, then a bitmask was not
777 * specified in cfg.ini, so leave the logging level alone (it
778 * will remain at the "compiled in" default value)
779 */
Srinivas Girigowdab841da72017-03-25 18:04:39 -0700780 if (CFG_QDF_TRACE_ENABLE_DEFAULT == bitmask)
Ashish Kumar Dhanotiya53c2f692017-02-08 00:25:11 +0530781 return 0;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800782
Ashish Kumar Dhanotiya7a031ce2017-01-23 13:11:30 +0530783 qdf_print_idx = qdf_get_pidx();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800784
Ashish Kumar Dhanotiya7a031ce2017-01-23 13:11:30 +0530785 /* a mask was specified. start by disabling all logging */
Ashish Kumar Dhanotiya53c2f692017-02-08 00:25:11 +0530786 status = qdf_print_set_category_verbose(qdf_print_idx, module_id,
Ashish Kumar Dhanotiya7a031ce2017-01-23 13:11:30 +0530787 QDF_TRACE_LEVEL_NONE, 0);
788
789 if (QDF_STATUS_SUCCESS != status)
Ashish Kumar Dhanotiya53c2f692017-02-08 00:25:11 +0530790 return -EINVAL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800791 /* now cycle through the bitmask until all "set" bits are serviced */
Ashish Kumar Dhanotiya83f286b2017-09-15 19:52:58 +0530792 level = QDF_TRACE_LEVEL_NONE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800793 while (0 != bitmask) {
794 if (bitmask & 1) {
Ashish Kumar Dhanotiya7a031ce2017-01-23 13:11:30 +0530795 status = qdf_print_set_category_verbose(qdf_print_idx,
Ashish Kumar Dhanotiya53c2f692017-02-08 00:25:11 +0530796 module_id, level, 1);
Ashish Kumar Dhanotiya7a031ce2017-01-23 13:11:30 +0530797 if (QDF_STATUS_SUCCESS != status)
Ashish Kumar Dhanotiya53c2f692017-02-08 00:25:11 +0530798 return -EINVAL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800799 }
Srinivas Girigowdab841da72017-03-25 18:04:39 -0700800
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800801 level++;
802 bitmask >>= 1;
803 }
Ashish Kumar Dhanotiya53c2f692017-02-08 00:25:11 +0530804 return 0;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800805}
806
807/**
Chris Guo1751acf2017-07-03 14:09:01 +0800808 * wlan_hdd_validate_context_in_loading() - check the HDD context in loading
809 * @hdd_ctx: HDD context pointer
810 *
811 * Return: 0 if the context is valid. Error code otherwise
812 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -0700813int wlan_hdd_validate_context_in_loading(struct hdd_context *hdd_ctx)
Chris Guo1751acf2017-07-03 14:09:01 +0800814{
815 if (NULL == hdd_ctx || NULL == hdd_ctx->config) {
816 hdd_info("%pS HDD context is Null", (void *)_RET_IP_);
817 return -ENODEV;
818 }
819
820 if (cds_is_driver_recovering()) {
821 hdd_info("%pS Recovery in Progress. State: 0x%x Ignore!!!",
822 (void *)_RET_IP_, cds_get_driver_state());
823 return -EAGAIN;
824 }
825
826 if (hdd_ctx->start_modules_in_progress ||
827 hdd_ctx->stop_modules_in_progress) {
828 hdd_info("%pS Start/Stop Modules in progress. Ignore!!!",
829 (void *)_RET_IP_);
830 return -EAGAIN;
831 }
832
833 return 0;
834}
835
836
837/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800838 * wlan_hdd_validate_context() - check the HDD context
839 * @hdd_ctx: HDD context pointer
840 *
841 * Return: 0 if the context is valid. Error code otherwise
842 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -0700843int wlan_hdd_validate_context(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800844{
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800845 if (NULL == hdd_ctx || NULL == hdd_ctx->config) {
Abhishek Singh23edd1c2016-05-05 11:56:06 +0530846 hdd_err("%pS HDD context is Null", (void *)_RET_IP_);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800847 return -ENODEV;
848 }
849
Prashanth Bhatta9e143052015-12-04 11:56:47 -0800850 if (cds_is_driver_recovering()) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -0800851 hdd_debug("%pS Recovery in Progress. State: 0x%x Ignore!!!",
Abhishek Singh23edd1c2016-05-05 11:56:06 +0530852 (void *)_RET_IP_, cds_get_driver_state());
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800853 return -EAGAIN;
854 }
855
Yue Ma9f275d92017-09-14 16:58:41 -0700856 if (cds_is_load_or_unload_in_progress()) {
857 hdd_debug("%pS Load or unload in progress, state: 0x%x, ignore!",
858 (void *)_RET_IP_, cds_get_driver_state());
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800859 return -EAGAIN;
Yue Ma9f275d92017-09-14 16:58:41 -0700860 }
Arun Khandavallia172c3e2016-08-26 17:33:13 +0530861
862 if (hdd_ctx->start_modules_in_progress ||
863 hdd_ctx->stop_modules_in_progress) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -0800864 hdd_debug("%pS Start/Stop Modules in progress. Ignore!!!",
Arun Khandavallia172c3e2016-08-26 17:33:13 +0530865 (void *)_RET_IP_);
866 return -EAGAIN;
867 }
868
Hanumanth Reddy Pothula2a8a7402017-07-03 14:06:11 +0530869 if (cds_is_driver_in_bad_state()) {
870 hdd_debug("%pS driver in bad State: 0x%x Ignore!!!",
871 (void *)_RET_IP_, cds_get_driver_state());
Sourav Mohapatra21b3c982018-04-03 17:33:03 +0530872 return -EAGAIN;
Hanumanth Reddy Pothula2a8a7402017-07-03 14:06:11 +0530873 }
874
Arunk Khandavalli2859fa12018-02-14 10:46:26 +0530875 if (cds_is_fw_down()) {
876 hdd_debug("%pS FW is down: 0x%x Ignore!!!",
877 (void *)_RET_IP_, cds_get_driver_state());
Sourav Mohapatra21b3c982018-04-03 17:33:03 +0530878 return -EAGAIN;
Arunk Khandavalli2859fa12018-02-14 10:46:26 +0530879 }
880
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800881 return 0;
882}
883
Jeff Johnson9d295242017-08-29 14:39:48 -0700884int hdd_validate_adapter(struct hdd_adapter *adapter)
Dustin Brownf13b8c32017-05-19 17:23:08 -0700885{
886 if (!adapter) {
887 hdd_err("adapter is null");
888 return -EINVAL;
889 }
890
891 if (adapter->magic != WLAN_HDD_ADAPTER_MAGIC) {
892 hdd_err("bad adapter magic: 0x%x (should be 0x%x)",
893 adapter->magic, WLAN_HDD_ADAPTER_MAGIC);
894 return -EINVAL;
895 }
896
897 if (!adapter->dev) {
898 hdd_err("adapter net_device is null");
899 return -EINVAL;
900 }
901
902 if (!(adapter->dev->flags & IFF_UP)) {
903 hdd_info("adapter net_device is not up");
904 return -EAGAIN;
905 }
906
Jeff Johnson1b780e42017-10-31 14:11:45 -0700907 if (wlan_hdd_validate_session_id(adapter->session_id)) {
Dustin Brownf13b8c32017-05-19 17:23:08 -0700908 hdd_info("adapter session is not open");
909 return -EAGAIN;
910 }
911
Jeff Johnson1b780e42017-10-31 14:11:45 -0700912 if (adapter->session_id >= MAX_NUMBER_OF_ADAPTERS) {
913 hdd_err("bad adapter session Id: %u", adapter->session_id);
Dustin Brownf13b8c32017-05-19 17:23:08 -0700914 return -EINVAL;
915 }
916
917 return 0;
918}
919
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800920/**
Arun Khandavallica892f62017-05-26 14:25:50 +0530921 * wlan_hdd_validate_modules_state() - Check modules status
922 * @hdd_ctx: HDD context pointer
923 *
924 * Check's the driver module's state and returns true if the
925 * modules are enabled returns false if modules are closed.
926 *
927 * Return: True if modules are enabled or false.
928 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -0700929bool wlan_hdd_validate_modules_state(struct hdd_context *hdd_ctx)
Arun Khandavallica892f62017-05-26 14:25:50 +0530930{
931 mutex_lock(&hdd_ctx->iface_change_lock);
932 if (hdd_ctx->driver_status != DRIVER_MODULES_ENABLED) {
933 mutex_unlock(&hdd_ctx->iface_change_lock);
Dustin Brown5e89ef82018-03-14 11:50:23 -0700934 hdd_info("Modules not enabled, Present status: %d",
935 hdd_ctx->driver_status);
Arun Khandavallica892f62017-05-26 14:25:50 +0530936 return false;
937 }
938 mutex_unlock(&hdd_ctx->iface_change_lock);
939 return true;
940}
941
942/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800943 * hdd_set_ibss_power_save_params() - update IBSS Power Save params to WMA.
Jeff Johnson9d295242017-08-29 14:39:48 -0700944 * @struct hdd_adapter Hdd adapter.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800945 *
946 * This function sets the IBSS power save config parameters to WMA
947 * which will send it to firmware if FW supports IBSS power save
948 * before vdev start.
949 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530950 * Return: QDF_STATUS QDF_STATUS_SUCCESS on Success and QDF_STATUS_E_FAILURE
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800951 * on failure.
952 */
Jeff Johnson9d295242017-08-29 14:39:48 -0700953QDF_STATUS hdd_set_ibss_power_save_params(struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800954{
955 int ret;
Jeff Johnsond49c4a12017-08-28 12:08:05 -0700956 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800957
958 if (hdd_ctx == NULL) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -0700959 hdd_err("HDD context is null");
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530960 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800961 }
962
Jeff Johnson1b780e42017-10-31 14:11:45 -0700963 ret = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800964 WMA_VDEV_IBSS_SET_ATIM_WINDOW_SIZE,
965 hdd_ctx->config->ibssATIMWinSize,
966 VDEV_CMD);
967 if (0 != ret) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -0700968 hdd_err("WMA_VDEV_IBSS_SET_ATIM_WINDOW_SIZE failed %d", ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530969 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800970 }
971
Jeff Johnson1b780e42017-10-31 14:11:45 -0700972 ret = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800973 WMA_VDEV_IBSS_SET_POWER_SAVE_ALLOWED,
974 hdd_ctx->config->isIbssPowerSaveAllowed,
975 VDEV_CMD);
976 if (0 != ret) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -0700977 hdd_err("WMA_VDEV_IBSS_SET_POWER_SAVE_ALLOWED failed %d",
978 ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530979 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800980 }
981
Jeff Johnson1b780e42017-10-31 14:11:45 -0700982 ret = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800983 WMA_VDEV_IBSS_SET_POWER_COLLAPSE_ALLOWED,
984 hdd_ctx->config->
985 isIbssPowerCollapseAllowed, VDEV_CMD);
986 if (0 != ret) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -0700987 hdd_err("WMA_VDEV_IBSS_SET_POWER_COLLAPSE_ALLOWED failed %d",
988 ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530989 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800990 }
991
Jeff Johnson1b780e42017-10-31 14:11:45 -0700992 ret = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800993 WMA_VDEV_IBSS_SET_AWAKE_ON_TX_RX,
994 hdd_ctx->config->isIbssAwakeOnTxRx,
995 VDEV_CMD);
996 if (0 != ret) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -0700997 hdd_err("WMA_VDEV_IBSS_SET_AWAKE_ON_TX_RX failed %d", ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530998 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800999 }
1000
Jeff Johnson1b780e42017-10-31 14:11:45 -07001001 ret = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001002 WMA_VDEV_IBSS_SET_INACTIVITY_TIME,
1003 hdd_ctx->config->ibssInactivityCount,
1004 VDEV_CMD);
1005 if (0 != ret) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001006 hdd_err("WMA_VDEV_IBSS_SET_INACTIVITY_TIME failed %d", ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301007 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001008 }
1009
Jeff Johnson1b780e42017-10-31 14:11:45 -07001010 ret = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001011 WMA_VDEV_IBSS_SET_TXSP_END_INACTIVITY_TIME,
1012 hdd_ctx->config->ibssTxSpEndInactivityTime,
1013 VDEV_CMD);
1014 if (0 != ret) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001015 hdd_err("WMA_VDEV_IBSS_SET_TXSP_END_INACTIVITY_TIME failed %d",
1016 ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301017 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001018 }
1019
Jeff Johnson1b780e42017-10-31 14:11:45 -07001020 ret = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001021 WMA_VDEV_IBSS_PS_SET_WARMUP_TIME_SECS,
1022 hdd_ctx->config->ibssPsWarmupTime,
1023 VDEV_CMD);
1024 if (0 != ret) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001025 hdd_err("WMA_VDEV_IBSS_PS_SET_WARMUP_TIME_SECS failed %d",
1026 ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301027 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001028 }
1029
Jeff Johnson1b780e42017-10-31 14:11:45 -07001030 ret = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001031 WMA_VDEV_IBSS_PS_SET_1RX_CHAIN_IN_ATIM_WINDOW,
1032 hdd_ctx->config->ibssPs1RxChainInAtimEnable,
1033 VDEV_CMD);
1034 if (0 != ret) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001035 hdd_err("WMA_VDEV_IBSS_PS_SET_1RX_CHAIN_IN_ATIM_WINDOW failed %d",
1036 ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301037 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001038 }
1039
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301040 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001041}
1042
Yue Macd359b72017-10-03 15:21:00 -07001043#ifdef FEATURE_RUNTIME_PM
1044/**
1045 * hdd_runtime_suspend_context_init() - API to initialize HDD Runtime Contexts
1046 * @hdd_ctx: HDD context
1047 *
1048 * Return: None
1049 */
1050static void hdd_runtime_suspend_context_init(struct hdd_context *hdd_ctx)
1051{
1052 struct hdd_runtime_pm_context *ctx = &hdd_ctx->runtime_context;
1053
Yue Macd359b72017-10-03 15:21:00 -07001054 qdf_runtime_lock_init(&ctx->dfs);
Jingxiang Geb49aa302018-01-17 20:54:15 +08001055 qdf_runtime_lock_init(&ctx->connect);
Yue Macd359b72017-10-03 15:21:00 -07001056
1057 wlan_scan_runtime_pm_init(hdd_ctx->hdd_pdev);
1058}
1059
1060/**
1061 * hdd_runtime_suspend_context_deinit() - API to deinit HDD runtime context
1062 * @hdd_ctx: HDD Context
1063 *
1064 * Return: None
1065 */
1066static void hdd_runtime_suspend_context_deinit(struct hdd_context *hdd_ctx)
1067{
1068 struct hdd_runtime_pm_context *ctx = &hdd_ctx->runtime_context;
1069
Yue Macd359b72017-10-03 15:21:00 -07001070 qdf_runtime_lock_deinit(&ctx->dfs);
Jingxiang Geb49aa302018-01-17 20:54:15 +08001071 qdf_runtime_lock_deinit(&ctx->connect);
Yue Macd359b72017-10-03 15:21:00 -07001072
1073 wlan_scan_runtime_pm_deinit(hdd_ctx->hdd_pdev);
1074}
1075
Yue Macd359b72017-10-03 15:21:00 -07001076#else /* FEATURE_RUNTIME_PM */
1077static void hdd_runtime_suspend_context_init(struct hdd_context *hdd_ctx) {}
1078static void hdd_runtime_suspend_context_deinit(struct hdd_context *hdd_ctx) {}
Yue Macd359b72017-10-03 15:21:00 -07001079#endif /* FEATURE_RUNTIME_PM */
1080
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001081#define INTF_MACADDR_MASK 0x7
1082
1083/**
1084 * hdd_update_macaddr() - update mac address
1085 * @config: hdd configuration
1086 * @hw_macaddr: mac address
1087 *
1088 * Mac address for multiple virtual interface is found as following
1089 * i) The mac address of the first interface is just the actual hw mac address.
1090 * ii) MSM 3 or 4 bits of byte5 of the actual mac address are used to
1091 * define the mac address for the remaining interfaces and locally
1092 * admistered bit is set. INTF_MACADDR_MASK is based on the number of
1093 * supported virtual interfaces, right now this is 0x07 (meaning 8
1094 * interface).
1095 * Byte[3] of second interface will be hw_macaddr[3](bit5..7) + 1,
1096 * for third interface it will be hw_macaddr[3](bit5..7) + 2, etc.
1097 *
1098 * Return: None
1099 */
1100void hdd_update_macaddr(struct hdd_config *config,
Anurag Chouhan6d760662016-02-20 16:05:43 +05301101 struct qdf_mac_addr hw_macaddr)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001102{
1103 int8_t i;
1104 uint8_t macaddr_b3, tmp_br3;
1105
Anurag Chouhan600c3a02016-03-01 10:33:54 +05301106 qdf_mem_copy(config->intfMacAddr[0].bytes, hw_macaddr.bytes,
Anurag Chouhan6d760662016-02-20 16:05:43 +05301107 QDF_MAC_ADDR_SIZE);
1108 for (i = 1; i < QDF_MAX_CONCURRENCY_PERSONA; i++) {
Anurag Chouhan600c3a02016-03-01 10:33:54 +05301109 qdf_mem_copy(config->intfMacAddr[i].bytes, hw_macaddr.bytes,
Anurag Chouhan6d760662016-02-20 16:05:43 +05301110 QDF_MAC_ADDR_SIZE);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001111 macaddr_b3 = config->intfMacAddr[i].bytes[3];
1112 tmp_br3 = ((macaddr_b3 >> 4 & INTF_MACADDR_MASK) + i) &
1113 INTF_MACADDR_MASK;
1114 macaddr_b3 += tmp_br3;
1115
1116 /* XOR-ing bit-24 of the mac address. This will give enough
1117 * mac address range before collision
1118 */
1119 macaddr_b3 ^= (1 << 7);
1120
1121 /* Set locally administered bit */
1122 config->intfMacAddr[i].bytes[0] |= 0x02;
1123 config->intfMacAddr[i].bytes[3] = macaddr_b3;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001124 hdd_debug("config->intfMacAddr[%d]: "
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001125 MAC_ADDRESS_STR, i,
1126 MAC_ADDR_ARRAY(config->intfMacAddr[i].bytes));
1127 }
1128}
1129
Kabilan Kannan44a58372017-12-06 18:16:11 -08001130static int hdd_update_tdls_config(struct hdd_context *hdd_ctx)
1131{
1132 struct wlan_objmgr_psoc *psoc = hdd_ctx->hdd_psoc;
1133 struct tdls_start_params tdls_cfg;
1134 struct tdls_user_config *config = &tdls_cfg.config;
1135 struct hdd_config *cfg = hdd_ctx->config;
1136 QDF_STATUS status;
1137
1138 config->tdls_tx_states_period = cfg->fTDLSTxStatsPeriod;
1139 config->tdls_tx_pkt_threshold = cfg->fTDLSTxPacketThreshold;
1140 config->tdls_rx_pkt_threshold = cfg->fTDLSRxFrameThreshold;
1141 config->tdls_max_discovery_attempt = cfg->fTDLSMaxDiscoveryAttempt;
1142 config->tdls_idle_timeout = cfg->tdls_idle_timeout;
1143 config->tdls_idle_pkt_threshold = cfg->fTDLSIdlePacketThreshold;
1144 config->tdls_rssi_trigger_threshold = cfg->fTDLSRSSITriggerThreshold;
1145 config->tdls_rssi_teardown_threshold = cfg->fTDLSRSSITeardownThreshold;
1146 config->tdls_rssi_delta = cfg->fTDLSRSSIDelta;
1147 config->tdls_uapsd_mask = cfg->fTDLSUapsdMask;
1148 config->tdls_uapsd_inactivity_time = cfg->fTDLSPuapsdInactivityTimer;
1149 config->tdls_uapsd_pti_window = cfg->fTDLSPuapsdPTIWindow;
1150 config->tdls_uapsd_ptr_timeout = cfg->fTDLSPuapsdPTRTimeout;
1151 config->tdls_pre_off_chan_num = cfg->fTDLSPrefOffChanNum;
1152 config->tdls_pre_off_chan_bw = cfg->fTDLSPrefOffChanBandwidth;
1153 config->tdls_peer_kickout_threshold = cfg->tdls_peer_kickout_threshold;
1154 config->delayed_trig_framint = cfg->DelayedTriggerFrmInt;
1155 config->tdls_feature_flags = ((cfg->fEnableTDLSOffChannel ?
1156 1 << TDLS_FEATURE_OFF_CHANNEL : 0) |
1157 (cfg->fEnableTDLSWmmMode ? 1 << TDLS_FEATURE_WMM : 0) |
1158 (cfg->fEnableTDLSBufferSta ? 1 << TDLS_FEATURE_BUFFER_STA : 0) |
1159 (cfg->fEnableTDLSSleepSta ? 1 << TDLS_FEATURE_SLEEP_STA : 0) |
1160 (cfg->enable_tdls_scan ? 1 << TDLS_FEATURE_SCAN : 0) |
1161 (cfg->fEnableTDLSSupport ? 1 << TDLS_FEATURE_ENABLE : 0) |
1162 (cfg->fEnableTDLSImplicitTrigger ?
1163 1 << TDLS_FEAUTRE_IMPLICIT_TRIGGER : 0) |
1164 (cfg->fTDLSExternalControl ?
1165 1 << TDLS_FEATURE_EXTERNAL_CONTROL : 0));
1166 config->tdls_vdev_nss_2g = CFG_TDLS_NSS(cfg->vdev_type_nss_2g);
1167 config->tdls_vdev_nss_5g = CFG_TDLS_NSS(cfg->vdev_type_nss_5g);
1168
1169 tdls_cfg.tdls_send_mgmt_req = eWNI_SME_TDLS_SEND_MGMT_REQ;
1170 tdls_cfg.tdls_add_sta_req = eWNI_SME_TDLS_ADD_STA_REQ;
1171 tdls_cfg.tdls_del_sta_req = eWNI_SME_TDLS_DEL_STA_REQ;
1172 tdls_cfg.tdls_update_peer_state = WMA_UPDATE_TDLS_PEER_STATE;
1173 tdls_cfg.tdls_del_all_peers = eWNI_SME_DEL_ALL_TDLS_PEERS;
1174 tdls_cfg.tdls_update_dp_vdev_flags = CDP_UPDATE_TDLS_FLAGS;
1175 tdls_cfg.tdls_event_cb = wlan_cfg80211_tdls_event_callback;
1176 tdls_cfg.tdls_evt_cb_data = psoc;
Jeff Johnson1d40f5b2018-03-02 08:35:53 -08001177 tdls_cfg.tdls_peer_context = hdd_ctx;
1178 tdls_cfg.tdls_reg_peer = hdd_tdls_register_peer;
1179 tdls_cfg.tdls_dereg_peer = hdd_tdls_deregister_peer;
Kabilan Kannan44a58372017-12-06 18:16:11 -08001180 tdls_cfg.tdls_wmm_cb = hdd_wmm_is_acm_allowed;
1181 tdls_cfg.tdls_wmm_cb_data = psoc;
1182 tdls_cfg.tdls_rx_cb = wlan_cfg80211_tdls_rx_callback;
1183 tdls_cfg.tdls_rx_cb_data = psoc;
1184 tdls_cfg.tdls_dp_vdev_update = hdd_update_dp_vdev_flags;
1185
1186 status = ucfg_tdls_update_config(psoc, &tdls_cfg);
1187 if (status != QDF_STATUS_SUCCESS) {
1188 hdd_err("failed pmo psoc configuration");
1189 return -EINVAL;
1190 }
1191
1192 hdd_ctx->tdls_umac_comp_active = true;
1193 /* enable napier specific tdls data path */
1194 hdd_ctx->tdls_nap_active = true;
1195
1196 return 0;
1197}
1198
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001199static void hdd_update_tgt_services(struct hdd_context *hdd_ctx,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001200 struct wma_tgt_services *cfg)
1201{
1202 struct hdd_config *config = hdd_ctx->config;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001203
1204 /* Set up UAPSD */
1205 config->apUapsdEnabled &= cfg->uapsd;
1206
Krishna Kumaar Natarajan4f1d7722017-03-03 21:12:51 -08001207 /* 11AX mode support */
1208 if ((config->dot11Mode == eHDD_DOT11_MODE_11ax ||
1209 config->dot11Mode == eHDD_DOT11_MODE_11ax_ONLY) && !cfg->en_11ax)
1210 config->dot11Mode = eHDD_DOT11_MODE_11ac;
1211
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001212 /* 11AC mode support */
1213 if ((config->dot11Mode == eHDD_DOT11_MODE_11ac ||
1214 config->dot11Mode == eHDD_DOT11_MODE_11ac_ONLY) && !cfg->en_11ac)
1215 config->dot11Mode = eHDD_DOT11_MODE_AUTO;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001216
1217 /* ARP offload: override user setting if invalid */
1218 config->fhostArpOffload &= cfg->arp_offload;
1219
1220#ifdef FEATURE_WLAN_SCAN_PNO
1221 /* PNO offload */
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001222 hdd_debug("PNO Capability in f/w = %d", cfg->pno_offload);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001223 if (cfg->pno_offload)
1224 config->PnoOffload = true;
1225#endif
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001226#ifdef FEATURE_WLAN_TDLS
1227 config->fEnableTDLSSupport &= cfg->en_tdls;
Manjeet Singhfdd2ac72016-09-02 18:11:43 +05301228 config->fEnableTDLSOffChannel = config->fEnableTDLSOffChannel &&
1229 cfg->en_tdls_offchan;
1230 config->fEnableTDLSBufferSta = config->fEnableTDLSBufferSta &&
1231 cfg->en_tdls_uapsd_buf_sta;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07001232 if (config->fTDLSUapsdMask && cfg->en_tdls_uapsd_sleep_sta)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001233 config->fEnableTDLSSleepSta = true;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07001234 else
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001235 config->fEnableTDLSSleepSta = false;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001236#endif
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001237#ifdef WLAN_FEATURE_ROAM_OFFLOAD
1238 config->isRoamOffloadEnabled &= cfg->en_roam_offload;
1239#endif
Will Huang496b36c2017-07-11 16:38:50 +08001240 config->sap_get_peer_info &= cfg->get_peer_info_enabled;
Varun Reddy Yeturu62c32652017-10-26 15:32:35 -07001241 config->MAWCEnabled &= cfg->is_fw_mawc_capable;
Kabilan Kannan44a58372017-12-06 18:16:11 -08001242 hdd_update_tdls_config(hdd_ctx);
Krishna Kumaar Natarajan052c6e62015-09-28 15:32:55 -07001243 sme_update_tgt_services(hdd_ctx->hHal, cfg);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001244
1245}
1246
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001247/**
1248 * hdd_update_vdev_nss() - sets the vdev nss
1249 * @hdd_ctx: HDD context
1250 *
1251 * Sets the Nss per vdev type based on INI
1252 *
1253 * Return: None
1254 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001255static void hdd_update_vdev_nss(struct hdd_context *hdd_ctx)
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001256{
1257 struct hdd_config *cfg_ini = hdd_ctx->config;
1258 uint8_t max_supp_nss = 1;
1259
Naveen Rawat10b1c152017-01-18 11:16:06 -08001260 if (cfg_ini->enable2x2 && !cds_is_sub_20_mhz_enabled())
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001261 max_supp_nss = 2;
Liangwei Dong22810e82018-03-15 03:42:12 -04001262 hdd_debug("max nss %d vdev_type_nss_2g %x vdev_type_nss_5g %x",
1263 max_supp_nss, cfg_ini->vdev_type_nss_2g,
1264 cfg_ini->vdev_type_nss_5g);
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001265
1266 sme_update_vdev_type_nss(hdd_ctx->hHal, max_supp_nss,
Varun Reddy Yeturua48bc412017-11-17 15:33:35 -08001267 cfg_ini->vdev_type_nss_2g, BAND_2G);
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001268
1269 sme_update_vdev_type_nss(hdd_ctx->hHal, max_supp_nss,
Varun Reddy Yeturua48bc412017-11-17 15:33:35 -08001270 cfg_ini->vdev_type_nss_5g, BAND_5G);
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001271}
1272
Nitesh Shahdb5ea0d2017-03-22 15:17:47 +05301273/**
Nachiket Kukade33c34e32017-07-07 18:45:04 +05301274 * hdd_update_wiphy_vhtcap() - Updates wiphy vhtcap fields
1275 * @hdd_ctx: HDD context
1276 *
1277 * Updates wiphy vhtcap fields
1278 *
1279 * Return: None
1280 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001281static void hdd_update_wiphy_vhtcap(struct hdd_context *hdd_ctx)
Nachiket Kukade33c34e32017-07-07 18:45:04 +05301282{
1283 struct ieee80211_supported_band *band_5g =
1284 hdd_ctx->wiphy->bands[NL80211_BAND_5GHZ];
1285 uint32_t val;
1286
1287 if (!band_5g) {
1288 hdd_debug("5GHz band disabled, skipping capability population");
1289 return;
1290 }
1291
1292 val = hdd_ctx->config->txBFCsnValue;
1293 band_5g->vht_cap.cap |= (val << IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT);
1294
1295 val = NUM_OF_SOUNDING_DIMENSIONS;
1296 band_5g->vht_cap.cap |=
1297 (val << IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_SHIFT);
1298
1299 hdd_info("Updated wiphy vhtcap:0x%x, CSNAntSupp:%d, NumSoundDim:%d",
1300 band_5g->vht_cap.cap, hdd_ctx->config->txBFCsnValue, val);
1301}
1302
1303/**
Nitesh Shahdb5ea0d2017-03-22 15:17:47 +05301304 * hdd_update_hw_dbs_capable() - sets the dbs capability of the device
1305 * @hdd_ctx: HDD context
1306 *
1307 * Sets the DBS capability as per INI and firmware capability
1308 *
1309 * Return: None
1310 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001311static void hdd_update_hw_dbs_capable(struct hdd_context *hdd_ctx)
Nitesh Shahdb5ea0d2017-03-22 15:17:47 +05301312{
1313 struct hdd_config *cfg_ini = hdd_ctx->config;
1314 uint8_t hw_dbs_capable = 0;
1315
Tushnim Bhattacharyya49ed8ab2017-05-26 18:20:10 -07001316 if (policy_mgr_is_hw_dbs_capable(hdd_ctx->hdd_psoc) &&
1317 ((cfg_ini->dual_mac_feature_disable ==
1318 ENABLE_DBS_CXN_AND_SCAN) ||
1319 (cfg_ini->dual_mac_feature_disable ==
1320 ENABLE_DBS_CXN_AND_ENABLE_SCAN_WITH_ASYNC_SCAN_OFF)))
Nitesh Shahdb5ea0d2017-03-22 15:17:47 +05301321 hw_dbs_capable = 1;
1322
1323 sme_update_hw_dbs_capable(hdd_ctx->hHal, hw_dbs_capable);
1324}
1325
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001326static void hdd_update_tgt_ht_cap(struct hdd_context *hdd_ctx,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001327 struct wma_tgt_ht_cap *cfg)
1328{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301329 QDF_STATUS status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001330 uint32_t value, val32;
1331 uint16_t val16;
1332 struct hdd_config *pconfig = hdd_ctx->config;
1333 tSirMacHTCapabilityInfo *phtCapInfo;
1334 uint8_t mcs_set[SIZE_OF_SUPPORTED_MCS_SET];
1335 uint8_t enable_tx_stbc;
1336
1337 /* check and update RX STBC */
1338 if (pconfig->enableRxSTBC && !cfg->ht_rx_stbc)
1339 pconfig->enableRxSTBC = cfg->ht_rx_stbc;
1340
1341 /* get the MPDU density */
1342 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_MPDU_DENSITY, &value);
1343
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301344 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001345 hdd_err("could not get MPDU DENSITY");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001346 value = 0;
1347 }
1348
1349 /*
1350 * MPDU density:
1351 * override user's setting if value is larger
1352 * than the one supported by target
1353 */
1354 if (value > cfg->mpdu_density) {
1355 status = sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_MPDU_DENSITY,
1356 cfg->mpdu_density);
1357
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301358 if (status == QDF_STATUS_E_FAILURE)
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001359 hdd_err("could not set MPDU DENSITY to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001360 }
1361
1362 /* get the HT capability info */
1363 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_HT_CAP_INFO, &val32);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301364 if (QDF_STATUS_SUCCESS != status) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001365 hdd_err("could not get HT capability info");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001366 return;
1367 }
1368 val16 = (uint16_t) val32;
1369 phtCapInfo = (tSirMacHTCapabilityInfo *) &val16;
1370
1371 /* Set the LDPC capability */
1372 phtCapInfo->advCodingCap = cfg->ht_rx_ldpc;
1373
1374 if (pconfig->ShortGI20MhzEnable && !cfg->ht_sgi_20)
1375 pconfig->ShortGI20MhzEnable = cfg->ht_sgi_20;
1376
1377 if (pconfig->ShortGI40MhzEnable && !cfg->ht_sgi_40)
1378 pconfig->ShortGI40MhzEnable = cfg->ht_sgi_40;
1379
1380 hdd_ctx->num_rf_chains = cfg->num_rf_chains;
1381 hdd_ctx->ht_tx_stbc_supported = cfg->ht_tx_stbc;
1382
1383 enable_tx_stbc = pconfig->enableTxSTBC;
1384
1385 if (pconfig->enable2x2 && (cfg->num_rf_chains == 2)) {
1386 pconfig->enable2x2 = 1;
1387 } else {
1388 pconfig->enable2x2 = 0;
1389 enable_tx_stbc = 0;
1390
1391 /* 1x1 */
1392 /* Update Rx Highest Long GI data Rate */
1393 if (sme_cfg_set_int(hdd_ctx->hHal,
1394 WNI_CFG_VHT_RX_HIGHEST_SUPPORTED_DATA_RATE,
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001395 VHT_RX_HIGHEST_SUPPORTED_DATA_RATE_1_1)
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301396 == QDF_STATUS_E_FAILURE) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001397 hdd_err("Could not pass on WNI_CFG_VHT_RX_HIGHEST_SUPPORTED_DATA_RATE to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001398 }
1399
1400 /* Update Tx Highest Long GI data Rate */
1401 if (sme_cfg_set_int
1402 (hdd_ctx->hHal,
1403 WNI_CFG_VHT_TX_HIGHEST_SUPPORTED_DATA_RATE,
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001404 VHT_TX_HIGHEST_SUPPORTED_DATA_RATE_1_1) ==
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301405 QDF_STATUS_E_FAILURE) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001406 hdd_err("VHT_TX_HIGHEST_SUPP_RATE_1_1 to CCM fail");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001407 }
1408 }
1409 if (!(cfg->ht_tx_stbc && pconfig->enable2x2))
1410 enable_tx_stbc = 0;
1411 phtCapInfo->txSTBC = enable_tx_stbc;
1412
1413 val32 = val16;
1414 status = sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_HT_CAP_INFO, val32);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301415 if (status != QDF_STATUS_SUCCESS)
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001416 hdd_err("could not set HT capability to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001417#define WLAN_HDD_RX_MCS_ALL_NSTREAM_RATES 0xff
1418 value = SIZE_OF_SUPPORTED_MCS_SET;
1419 if (sme_cfg_get_str(hdd_ctx->hHal, WNI_CFG_SUPPORTED_MCS_SET, mcs_set,
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301420 &value) == QDF_STATUS_SUCCESS) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001421 hdd_debug("Read MCS rate set");
gaurank kathpalia18b49362018-04-15 23:12:03 +05301422 if (cfg->num_rf_chains > SIZE_OF_SUPPORTED_MCS_SET)
1423 cfg->num_rf_chains = SIZE_OF_SUPPORTED_MCS_SET;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001424 if (pconfig->enable2x2) {
1425 for (value = 0; value < cfg->num_rf_chains; value++)
1426 mcs_set[value] =
1427 WLAN_HDD_RX_MCS_ALL_NSTREAM_RATES;
1428
1429 status =
1430 sme_cfg_set_str(hdd_ctx->hHal,
1431 WNI_CFG_SUPPORTED_MCS_SET,
1432 mcs_set,
1433 SIZE_OF_SUPPORTED_MCS_SET);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301434 if (status == QDF_STATUS_E_FAILURE)
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001435 hdd_err("could not set MCS SET to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001436 }
1437 }
1438#undef WLAN_HDD_RX_MCS_ALL_NSTREAM_RATES
1439}
1440
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001441static void hdd_update_tgt_vht_cap(struct hdd_context *hdd_ctx,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001442 struct wma_tgt_vht_cap *cfg)
1443{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301444 QDF_STATUS status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001445 uint32_t value = 0;
1446 struct hdd_config *pconfig = hdd_ctx->config;
1447 struct wiphy *wiphy = hdd_ctx->wiphy;
1448 struct ieee80211_supported_band *band_5g =
Srinivas Girigowda11c28e02017-06-27 20:06:21 -07001449 wiphy->bands[HDD_NL80211_BAND_5GHZ];
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001450 uint32_t temp = 0;
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001451 uint32_t ch_width = eHT_CHANNEL_WIDTH_80MHZ;
jiad4a7a33c2017-08-08 15:32:24 +08001452 uint32_t hw_rx_ldpc_enabled;
Sandeep Puligilla305d5092018-04-16 14:40:50 -07001453 struct wma_caps_per_phy caps_per_phy;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001454
Dustin Brown5e06bd32016-10-04 12:49:10 -07001455 if (!band_5g) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001456 hdd_debug("5GHz band disabled, skipping capability population");
Dustin Brown5e06bd32016-10-04 12:49:10 -07001457 return;
1458 }
1459
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001460 /* Get the current MPDU length */
1461 status =
1462 sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_MAX_MPDU_LENGTH,
1463 &value);
1464
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301465 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001466 hdd_err("could not get MPDU LENGTH");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001467 value = 0;
1468 }
1469
1470 /*
1471 * VHT max MPDU length:
1472 * override if user configured value is too high
1473 * that the target cannot support
1474 */
1475 if (value > cfg->vht_max_mpdu) {
1476 status = sme_cfg_set_int(hdd_ctx->hHal,
1477 WNI_CFG_VHT_MAX_MPDU_LENGTH,
1478 cfg->vht_max_mpdu);
1479
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001480 if (status == QDF_STATUS_E_FAILURE)
1481 hdd_err("could not set VHT MAX MPDU LENGTH");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001482 }
1483
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001484 sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_BASIC_MCS_SET, &temp);
1485 temp = (temp & VHT_MCS_1x1) | pconfig->vhtRxMCS;
1486
1487 if (pconfig->enable2x2)
1488 temp = (temp & VHT_MCS_2x2) | (pconfig->vhtRxMCS2x2 << 2);
1489
1490 if (sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_VHT_BASIC_MCS_SET, temp) ==
1491 QDF_STATUS_E_FAILURE) {
1492 hdd_err("Could not pass VHT_BASIC_MCS_SET to CCM");
1493 }
1494
1495 sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_RX_MCS_MAP, &temp);
1496 temp = (temp & VHT_MCS_1x1) | pconfig->vhtRxMCS;
1497 if (pconfig->enable2x2)
1498 temp = (temp & VHT_MCS_2x2) | (pconfig->vhtRxMCS2x2 << 2);
1499
1500 if (sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_VHT_RX_MCS_MAP, temp) ==
1501 QDF_STATUS_E_FAILURE) {
1502 hdd_err("Could not pass WNI_CFG_VHT_RX_MCS_MAP to CCM");
1503 }
1504
1505 sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_TX_MCS_MAP, &temp);
1506 temp = (temp & VHT_MCS_1x1) | pconfig->vhtTxMCS;
1507 if (pconfig->enable2x2)
1508 temp = (temp & VHT_MCS_2x2) | (pconfig->vhtTxMCS2x2 << 2);
1509
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001510 hdd_debug("vhtRxMCS2x2 - %x temp - %u enable2x2 %d",
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001511 pconfig->vhtRxMCS2x2, temp, pconfig->enable2x2);
1512
1513 if (sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_VHT_TX_MCS_MAP, temp) ==
1514 QDF_STATUS_E_FAILURE) {
1515 hdd_err("Could not pass WNI_CFG_VHT_TX_MCS_MAP to CCM");
1516 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001517 /* Get the current RX LDPC setting */
Kiran Kumar Lokere666bf852016-05-02 12:23:02 -07001518 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_LDPC_CODING_CAP,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001519 &value);
1520
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301521 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001522 hdd_err("could not get VHT LDPC CODING CAP");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001523 value = 0;
1524 }
1525
jiad4a7a33c2017-08-08 15:32:24 +08001526 /* Set HW RX LDPC capability */
1527 hw_rx_ldpc_enabled = !!cfg->vht_rx_ldpc;
1528 if (hw_rx_ldpc_enabled != value) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001529 status = sme_cfg_set_int(hdd_ctx->hHal,
1530 WNI_CFG_VHT_LDPC_CODING_CAP,
jiad4a7a33c2017-08-08 15:32:24 +08001531 hw_rx_ldpc_enabled);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001532
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001533 if (status == QDF_STATUS_E_FAILURE)
1534 hdd_err("could not set VHT LDPC CODING CAP to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001535 }
1536
1537 /* Get current GI 80 value */
1538 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_SHORT_GI_80MHZ,
1539 &value);
1540
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301541 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001542 hdd_err("could not get SHORT GI 80MHZ");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001543 value = 0;
1544 }
1545
1546 /* set the Guard interval 80MHz */
1547 if (value && !cfg->vht_short_gi_80) {
1548 status = sme_cfg_set_int(hdd_ctx->hHal,
1549 WNI_CFG_VHT_SHORT_GI_80MHZ,
1550 cfg->vht_short_gi_80);
1551
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001552 if (status == QDF_STATUS_E_FAILURE)
1553 hdd_err("could not set SHORT GI 80MHZ to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001554 }
1555
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001556 /* Get VHT TX STBC cap */
1557 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_TXSTBC, &value);
1558
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301559 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001560 hdd_err("could not get VHT TX STBC");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001561 value = 0;
1562 }
1563
1564 /* VHT TX STBC cap */
1565 if (value && !cfg->vht_tx_stbc) {
1566 status = sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_VHT_TXSTBC,
1567 cfg->vht_tx_stbc);
1568
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001569 if (status == QDF_STATUS_E_FAILURE)
1570 hdd_err("could not set the VHT TX STBC to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001571 }
1572
1573 /* Get VHT RX STBC cap */
1574 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_RXSTBC, &value);
1575
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301576 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001577 hdd_err("could not get VHT RX STBC");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001578 value = 0;
1579 }
1580
1581 /* VHT RX STBC cap */
1582 if (value && !cfg->vht_rx_stbc) {
1583 status = sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_VHT_RXSTBC,
1584 cfg->vht_rx_stbc);
1585
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001586 if (status == QDF_STATUS_E_FAILURE)
1587 hdd_err("could not set the VHT RX STBC to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001588 }
1589
1590 /* Get VHT SU Beamformer cap */
1591 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_SU_BEAMFORMER_CAP,
1592 &value);
1593
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301594 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001595 hdd_err("could not get VHT SU BEAMFORMER CAP");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001596 value = 0;
1597 }
1598
1599 /* set VHT SU Beamformer cap */
1600 if (value && !cfg->vht_su_bformer) {
1601 status = sme_cfg_set_int(hdd_ctx->hHal,
1602 WNI_CFG_VHT_SU_BEAMFORMER_CAP,
1603 cfg->vht_su_bformer);
1604
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001605 if (status == QDF_STATUS_E_FAILURE)
1606 hdd_err("could not set VHT SU BEAMFORMER CAP");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001607 }
1608
1609 /* check and update SU BEAMFORMEE capabality */
1610 if (pconfig->enableTxBF && !cfg->vht_su_bformee)
1611 pconfig->enableTxBF = cfg->vht_su_bformee;
1612
1613 status = sme_cfg_set_int(hdd_ctx->hHal,
1614 WNI_CFG_VHT_SU_BEAMFORMEE_CAP,
1615 pconfig->enableTxBF);
1616
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001617 if (status == QDF_STATUS_E_FAILURE)
1618 hdd_err("could not set VHT SU BEAMFORMEE CAP");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001619
1620 /* Get VHT MU Beamformer cap */
1621 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_MU_BEAMFORMER_CAP,
1622 &value);
1623
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301624 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001625 hdd_err("could not get VHT MU BEAMFORMER CAP");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001626 value = 0;
1627 }
1628
1629 /* set VHT MU Beamformer cap */
1630 if (value && !cfg->vht_mu_bformer) {
1631 status = sme_cfg_set_int(hdd_ctx->hHal,
1632 WNI_CFG_VHT_MU_BEAMFORMER_CAP,
1633 cfg->vht_mu_bformer);
1634
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001635 if (status == QDF_STATUS_E_FAILURE)
1636 hdd_err("could not set the VHT MU BEAMFORMER CAP to CCM");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001637 }
1638
1639 /* Get VHT MU Beamformee cap */
1640 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_MU_BEAMFORMEE_CAP,
1641 &value);
1642
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301643 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001644 hdd_err("could not get VHT MU BEAMFORMEE CAP");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001645 value = 0;
1646 }
1647
1648 /* set VHT MU Beamformee cap */
1649 if (value && !cfg->vht_mu_bformee) {
1650 status = sme_cfg_set_int(hdd_ctx->hHal,
1651 WNI_CFG_VHT_MU_BEAMFORMEE_CAP,
1652 cfg->vht_mu_bformee);
1653
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001654 if (status == QDF_STATUS_E_FAILURE)
1655 hdd_err("could not set VHT MU BEAMFORMER CAP");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001656 }
1657
1658 /* Get VHT MAX AMPDU Len exp */
1659 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_AMPDU_LEN_EXPONENT,
1660 &value);
1661
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301662 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001663 hdd_err("could not get VHT AMPDU LEN");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001664 value = 0;
1665 }
1666
1667 /*
1668 * VHT max AMPDU len exp:
1669 * override if user configured value is too high
1670 * that the target cannot support.
1671 * Even though Rome publish ampdu_len=7, it can
1672 * only support 4 because of some h/w bug.
1673 */
1674
1675 if (value > cfg->vht_max_ampdu_len_exp) {
1676 status = sme_cfg_set_int(hdd_ctx->hHal,
1677 WNI_CFG_VHT_AMPDU_LEN_EXPONENT,
1678 cfg->vht_max_ampdu_len_exp);
1679
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001680 if (status == QDF_STATUS_E_FAILURE)
1681 hdd_err("could not set the VHT AMPDU LEN EXP");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001682 }
1683
1684 /* Get VHT TXOP PS CAP */
1685 status = sme_cfg_get_int(hdd_ctx->hHal, WNI_CFG_VHT_TXOP_PS, &value);
1686
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301687 if (status != QDF_STATUS_SUCCESS) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001688 hdd_err("could not get VHT TXOP PS");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001689 value = 0;
1690 }
1691
1692 /* set VHT TXOP PS cap */
1693 if (value && !cfg->vht_txop_ps) {
1694 status = sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_VHT_TXOP_PS,
1695 cfg->vht_txop_ps);
1696
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001697 if (status == QDF_STATUS_E_FAILURE)
1698 hdd_err("could not set the VHT TXOP PS");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001699 }
1700
1701 if (WMI_VHT_CAP_MAX_MPDU_LEN_11454 == cfg->vht_max_mpdu)
1702 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_11454;
1703 else if (WMI_VHT_CAP_MAX_MPDU_LEN_7935 == cfg->vht_max_mpdu)
1704 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_7991;
1705 else
1706 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_MAX_MPDU_LENGTH_3895;
1707
1708
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001709 if (cfg->supp_chan_width & (1 << eHT_CHANNEL_WIDTH_80P80MHZ)) {
1710 status = sme_cfg_set_int(hdd_ctx->hHal,
1711 WNI_CFG_VHT_SUPPORTED_CHAN_WIDTH_SET,
1712 VHT_CAP_160_AND_80P80_SUPP);
1713 if (status == QDF_STATUS_E_FAILURE)
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001714 hdd_err("could not set the VHT CAP 160");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001715 band_5g->vht_cap.cap |=
1716 IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ;
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001717 ch_width = eHT_CHANNEL_WIDTH_80P80MHZ;
1718 } else if (cfg->supp_chan_width & (1 << eHT_CHANNEL_WIDTH_160MHZ)) {
1719 status = sme_cfg_set_int(hdd_ctx->hHal,
1720 WNI_CFG_VHT_SUPPORTED_CHAN_WIDTH_SET,
1721 VHT_CAP_160_SUPP);
1722 if (status == QDF_STATUS_E_FAILURE)
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001723 hdd_err("could not set the VHT CAP 160");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001724 band_5g->vht_cap.cap |=
1725 IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160MHZ;
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001726 ch_width = eHT_CHANNEL_WIDTH_160MHZ;
1727 }
1728 pconfig->vhtChannelWidth = QDF_MIN(pconfig->vhtChannelWidth,
1729 ch_width);
Ashish Kumar Dhanotiya7ebf5692017-04-12 20:04:47 +05301730 /* Get the current GI 160 value */
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001731 status = sme_cfg_get_int(hdd_ctx->hHal,
Ashish Kumar Dhanotiya7ebf5692017-04-12 20:04:47 +05301732 WNI_CFG_VHT_SHORT_GI_160_AND_80_PLUS_80MHZ,
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001733 &value);
1734 if (status != QDF_STATUS_SUCCESS) {
Ashish Kumar Dhanotiya7ebf5692017-04-12 20:04:47 +05301735 hdd_err("could not get GI 80 & 160");
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001736 value = 0;
1737 }
Ashish Kumar Dhanotiya7ebf5692017-04-12 20:04:47 +05301738 /* set the Guard interval 160MHz */
1739 if (value && !cfg->vht_short_gi_160) {
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001740 status = sme_cfg_set_int(hdd_ctx->hHal,
Ashish Kumar Dhanotiya7ebf5692017-04-12 20:04:47 +05301741 WNI_CFG_VHT_SHORT_GI_160_AND_80_PLUS_80MHZ,
1742 cfg->vht_short_gi_160);
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001743
1744 if (status == QDF_STATUS_E_FAILURE)
Ashish Kumar Dhanotiya7ebf5692017-04-12 20:04:47 +05301745 hdd_err("failed to set SHORT GI 160MHZ");
Kiran Kumar Lokere4bbbd0d2017-02-07 00:06:43 -08001746 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001747
Sandeep Puligilla305d5092018-04-16 14:40:50 -07001748 if (cfg->vht_rx_ldpc & WMI_VHT_CAP_RX_LDPC) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001749 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_RXLDPC;
Sandeep Puligilla305d5092018-04-16 14:40:50 -07001750 hdd_debug("VHT RxLDPC capability is set");
1751 } else {
1752 /*
1753 * Get the RX LDPC capability for the NON DBS
1754 * hardware mode for 5G band
1755 */
1756 status = wma_get_caps_for_phyidx_hwmode(&caps_per_phy,
1757 HW_MODE_DBS_NONE, CDS_BAND_5GHZ);
1758 if ((QDF_IS_STATUS_SUCCESS(status)) &&
1759 (caps_per_phy.vht_5g & WMI_VHT_CAP_RX_LDPC)) {
1760 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_RXLDPC;
1761 hdd_debug("VHT RX LDPC capability is set");
1762 }
1763 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001764
1765 if (cfg->vht_short_gi_80 & WMI_VHT_CAP_SGI_80MHZ)
1766 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_SHORT_GI_80;
1767 if (cfg->vht_short_gi_160 & WMI_VHT_CAP_SGI_160MHZ)
1768 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_SHORT_GI_160;
1769
1770 if (cfg->vht_tx_stbc & WMI_VHT_CAP_TX_STBC)
1771 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_TXSTBC;
1772
1773 if (cfg->vht_rx_stbc & WMI_VHT_CAP_RX_STBC_1SS)
1774 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_RXSTBC_1;
1775 if (cfg->vht_rx_stbc & WMI_VHT_CAP_RX_STBC_2SS)
1776 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_RXSTBC_2;
1777 if (cfg->vht_rx_stbc & WMI_VHT_CAP_RX_STBC_3SS)
1778 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_RXSTBC_3;
1779
1780 band_5g->vht_cap.cap |=
1781 (cfg->vht_max_ampdu_len_exp <<
1782 IEEE80211_VHT_CAP_MAX_A_MPDU_LENGTH_EXPONENT_SHIFT);
1783
1784 if (cfg->vht_su_bformer & WMI_VHT_CAP_SU_BFORMER)
1785 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE;
1786 if (cfg->vht_su_bformee & WMI_VHT_CAP_SU_BFORMEE)
1787 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE;
1788 if (cfg->vht_mu_bformer & WMI_VHT_CAP_MU_BFORMER)
1789 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_MU_BEAMFORMER_CAPABLE;
1790 if (cfg->vht_mu_bformee & WMI_VHT_CAP_MU_BFORMEE)
1791 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE;
1792
1793 if (cfg->vht_txop_ps & WMI_VHT_CAP_TXOP_PS)
1794 band_5g->vht_cap.cap |= IEEE80211_VHT_CAP_VHT_TXOP_PS;
1795
1796}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001797
Yuanyuan Liu5bdfad72016-07-21 10:33:04 -07001798/**
1799 * hdd_generate_macaddr_auto() - Auto-generate mac address
1800 * @hdd_ctx: Pointer to the HDD context
1801 *
1802 * Auto-generate mac address using device serial number.
1803 * Keep the first 3 bytes of OUI as before and replace
1804 * the last 3 bytes with the lower 3 bytes of serial number.
1805 *
1806 * Return: 0 for success
1807 * Non zero failure code for errors
1808 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001809static int hdd_generate_macaddr_auto(struct hdd_context *hdd_ctx)
Yuanyuan Liu5bdfad72016-07-21 10:33:04 -07001810{
1811 unsigned int serialno = 0;
1812 struct qdf_mac_addr mac_addr = {
1813 {0x00, 0x0A, 0xF5, 0x00, 0x00, 0x00}
1814 };
1815
Yuanyuan Liuf97e8222016-09-21 10:31:38 -07001816 serialno = pld_socinfo_get_serial_number(hdd_ctx->parent_dev);
Yuanyuan Liu5bdfad72016-07-21 10:33:04 -07001817 if (serialno == 0)
1818 return -EINVAL;
1819
1820 serialno &= 0x00ffffff;
1821
1822 mac_addr.bytes[3] = (serialno >> 16) & 0xff;
1823 mac_addr.bytes[4] = (serialno >> 8) & 0xff;
1824 mac_addr.bytes[5] = serialno & 0xff;
1825
1826 hdd_update_macaddr(hdd_ctx->config, mac_addr);
1827 return 0;
1828}
1829
Anurag Chouhan04dbf6d2016-09-08 15:32:52 +05301830/**
1831 * hdd_update_ra_rate_limit() - Update RA rate limit from target
1832 * configuration to cfg_ini in HDD
1833 * @hdd_ctx: Pointer to hdd_ctx
1834 * @cfg: target configuration
1835 *
1836 * Return: None
1837 */
1838#ifdef FEATURE_WLAN_RA_FILTERING
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001839static void hdd_update_ra_rate_limit(struct hdd_context *hdd_ctx,
Anurag Chouhan04dbf6d2016-09-08 15:32:52 +05301840 struct wma_tgt_cfg *cfg)
1841{
1842 hdd_ctx->config->IsRArateLimitEnabled = cfg->is_ra_rate_limit_enabled;
1843}
1844#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001845static void hdd_update_ra_rate_limit(struct hdd_context *hdd_ctx,
Anurag Chouhan04dbf6d2016-09-08 15:32:52 +05301846 struct wma_tgt_cfg *cfg)
1847{
1848}
1849#endif
1850
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001851void hdd_update_tgt_cfg(void *context, void *param)
1852{
Rajeev Kumarf49dfdb2017-01-13 15:40:35 -08001853 int ret;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07001854 struct hdd_context *hdd_ctx = (struct hdd_context *) context;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001855 struct wma_tgt_cfg *cfg = param;
1856 uint8_t temp_band_cap;
Naveen Rawat64e477e2016-05-20 10:34:56 -07001857 struct cds_config_info *cds_cfg = cds_get_ini_config();
Nitesh Shahe50711f2017-04-26 16:30:45 +05301858 uint8_t antenna_mode;
Arif Hussainee10f902017-12-27 16:30:17 -08001859 QDF_STATUS status;
Selvaraj, Sridhar0672a122016-12-29 16:11:48 +05301860
Dustin Brownbd68fe12017-11-21 15:28:52 -08001861 ret = hdd_objmgr_create_and_store_pdev(hdd_ctx);
1862 if (ret) {
1863 hdd_err("Failed to create pdev; errno:%d", ret);
1864 QDF_BUG(0);
Sandeep Puligilla1cf6ebe2017-04-04 14:40:27 -07001865 } else {
Dustin Brownbd68fe12017-11-21 15:28:52 -08001866 hdd_debug("New pdev has been created with pdev_id = %u",
Arif Hussainee10f902017-12-27 16:30:17 -08001867 hdd_ctx->hdd_pdev->pdev_objmgr.wlan_pdev_id);
Amar Singhal410675c2018-01-10 12:14:21 -08001868 if (dispatcher_pdev_open(hdd_ctx->hdd_pdev)) {
1869 hdd_err("dispatcher pdev open failed");
1870 QDF_BUG(0);
1871 }
Selvaraj, Sridhar0672a122016-12-29 16:11:48 +05301872 }
Kiran Kumar Lokerea3de2262017-04-12 12:15:04 -07001873
Jeff Johnsone8846ab2018-03-31 11:54:45 -07001874 ret = hdd_green_ap_update_config(hdd_ctx);
Himanshu Agarwalb229a142017-12-21 10:16:45 +05301875
Sravan Kumar Kairamd01b4452018-03-07 17:37:09 +05301876 ucfg_ipa_set_dp_handle(hdd_ctx->hdd_psoc,
1877 cds_get_context(QDF_MODULE_ID_SOC));
1878 ucfg_ipa_set_txrx_handle(hdd_ctx->hdd_psoc,
1879 cds_get_context(QDF_MODULE_ID_TXRX));
Sravan Kumar Kairam858073b2018-03-13 09:03:32 +05301880 ucfg_ipa_reg_sap_xmit_cb(hdd_ctx->hdd_pdev,
1881 hdd_softap_hard_start_xmit);
1882 ucfg_ipa_reg_send_to_nw_cb(hdd_ctx->hdd_pdev,
1883 hdd_ipa_send_skb_to_network);
Sravan Kumar Kairamd01b4452018-03-07 17:37:09 +05301884
Naveen Rawat64e477e2016-05-20 10:34:56 -07001885 if (cds_cfg) {
1886 if (hdd_ctx->config->enable_sub_20_channel_width !=
1887 WLAN_SUB_20_CH_WIDTH_NONE && !cfg->sub_20_support) {
1888 hdd_err("User requested sub 20 MHz channel width but unsupported by FW.");
1889 cds_cfg->sub_20_channel_width =
1890 WLAN_SUB_20_CH_WIDTH_NONE;
1891 } else {
1892 cds_cfg->sub_20_channel_width =
1893 hdd_ctx->config->enable_sub_20_channel_width;
1894 }
1895 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001896
1897 /* first store the INI band capability */
1898 temp_band_cap = hdd_ctx->config->nBandCapability;
1899
1900 hdd_ctx->config->nBandCapability = cfg->band_cap;
Vignesh Viswanathan731186f2017-09-18 13:47:37 +05301901 hdd_ctx->is_fils_roaming_supported =
1902 cfg->services.is_fils_roaming_supported;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001903
Vignesh Viswanathan694e28e2018-01-18 20:53:57 +05301904 hdd_ctx->config->is_11k_offload_supported =
1905 cfg->services.is_11k_offload_supported;
1906
Jeff Johnson0d52c7a2017-01-12 08:46:55 -08001907 /*
1908 * now overwrite the target band capability with INI
1909 * setting if INI setting is a subset
1910 */
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001911
Varun Reddy Yeturua48bc412017-11-17 15:33:35 -08001912 if ((hdd_ctx->config->nBandCapability == BAND_ALL) &&
1913 (temp_band_cap != BAND_ALL))
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001914 hdd_ctx->config->nBandCapability = temp_band_cap;
Varun Reddy Yeturua48bc412017-11-17 15:33:35 -08001915 else if ((hdd_ctx->config->nBandCapability != BAND_ALL) &&
1916 (temp_band_cap != BAND_ALL) &&
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001917 (hdd_ctx->config->nBandCapability != temp_band_cap)) {
Jeff Johnsonb8969cb2016-08-15 12:38:19 -07001918 hdd_warn("ini BandCapability not supported by the target");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001919 }
1920
Amar Singhal58b45ef2017-08-01 13:43:54 -07001921 hdd_ctx->curr_band = hdd_ctx->config->nBandCapability;
1922
Hanumanth Reddy Pothula2a8a7402017-07-03 14:06:11 +05301923 if (!cds_is_driver_recovering() || cds_is_driver_in_bad_state()) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001924 hdd_ctx->reg.reg_domain = cfg->reg_domain;
1925 hdd_ctx->reg.eeprom_rd_ext = cfg->eeprom_rd_ext;
1926 }
1927
1928 /* This can be extended to other configurations like ht, vht cap... */
1929
Anurag Chouhanc5548422016-02-24 18:33:27 +05301930 if (!qdf_is_macaddr_zero(&cfg->hw_macaddr)) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001931 hdd_update_macaddr(hdd_ctx->config, cfg->hw_macaddr);
Yuanyuan Liu245a3e42016-09-14 12:15:16 -07001932 hdd_ctx->update_mac_addr_to_fw = false;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001933 } else {
Yuanyuan Liu5bdfad72016-07-21 10:33:04 -07001934 static struct qdf_mac_addr default_mac_addr = {
1935 {0x00, 0x0A, 0xF5, 0x89, 0x89, 0xFF}
1936 };
1937 if (qdf_is_macaddr_equal(&hdd_ctx->config->intfMacAddr[0],
1938 &default_mac_addr)) {
1939 if (hdd_generate_macaddr_auto(hdd_ctx) != 0)
1940 hdd_err("Fail to auto-generate MAC, using MAC from ini file "
1941 MAC_ADDRESS_STR,
1942 MAC_ADDR_ARRAY(hdd_ctx->config->
1943 intfMacAddr[0].bytes));
1944 } else {
1945 hdd_err("Invalid MAC passed from target, using MAC from ini file "
1946 MAC_ADDRESS_STR,
1947 MAC_ADDR_ARRAY(hdd_ctx->config->
1948 intfMacAddr[0].bytes));
1949 }
Yuanyuan Liu245a3e42016-09-14 12:15:16 -07001950 hdd_ctx->update_mac_addr_to_fw = true;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001951 }
1952
1953 hdd_ctx->target_fw_version = cfg->target_fw_version;
Sandeep Puligilla3d6a8e22016-10-11 18:57:14 -07001954 hdd_ctx->target_fw_vers_ext = cfg->target_fw_vers_ext;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001955
Ryan Hsuc6918552018-05-16 13:29:59 -07001956 hdd_ctx->hw_bd_id = cfg->hw_bd_id;
1957 qdf_mem_copy(&hdd_ctx->hw_bd_info, &cfg->hw_bd_info,
1958 sizeof(cfg->hw_bd_info));
1959
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001960 hdd_ctx->max_intf_count = cfg->max_intf_count;
1961
Jeff Johnsonc875e242016-09-23 18:12:34 -07001962 hdd_lpass_target_config(hdd_ctx, cfg);
Ryan Hsu3c8f79f2015-12-02 16:45:09 -08001963
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001964 hdd_ctx->ap_arpns_support = cfg->ap_arpns_support;
1965 hdd_update_tgt_services(hdd_ctx, &cfg->services);
1966
1967 hdd_update_tgt_ht_cap(hdd_ctx, &cfg->ht_cap);
1968
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001969 hdd_update_tgt_vht_cap(hdd_ctx, &cfg->vht_cap);
Krishna Kumaar Natarajaned1efd92016-09-24 18:05:47 -07001970 if (cfg->services.en_11ax) {
1971 hdd_info("11AX: 11ax is enabled - update HDD config");
1972 hdd_update_tgt_he_cap(hdd_ctx, cfg);
1973 }
Tushnim Bhattacharyyaf44a9d82016-07-05 10:52:06 -07001974
1975 hdd_update_vdev_nss(hdd_ctx);
1976
Nitesh Shahdb5ea0d2017-03-22 15:17:47 +05301977 hdd_update_hw_dbs_capable(hdd_ctx);
1978
Krishna Kumaar Natarajan1ae49112015-11-24 21:43:22 -08001979 hdd_ctx->config->fine_time_meas_cap &= cfg->fine_time_measurement_cap;
Krunal Sonie3531942016-04-12 17:43:53 -07001980 hdd_ctx->fine_time_meas_cap_target = cfg->fine_time_measurement_cap;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001981 hdd_debug("fine_time_meas_cap: 0x%x",
Arif Hussainee10f902017-12-27 16:30:17 -08001982 hdd_ctx->config->fine_time_meas_cap);
Archana Ramachandran393f3792015-11-13 17:13:21 -08001983
Nitesh Shahe50711f2017-04-26 16:30:45 +05301984 antenna_mode = (hdd_ctx->config->enable2x2 == 0x01) ?
1985 HDD_ANTENNA_MODE_2X2 : HDD_ANTENNA_MODE_1X1;
1986 hdd_update_smps_antenna_mode(hdd_ctx, antenna_mode);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08001987 hdd_debug("Init current antenna mode: %d",
Arif Hussainee10f902017-12-27 16:30:17 -08001988 hdd_ctx->current_antenna_mode);
Archana Ramachandran393f3792015-11-13 17:13:21 -08001989
Rajeev Kumardd3bc602016-08-16 14:21:05 -07001990 hdd_ctx->bpf_enabled = (cfg->bpf_enabled &&
1991 hdd_ctx->config->bpf_packet_filter_enable);
Rajeev Kumar Sirasanagandla996e5292016-11-22 21:20:33 +05301992 hdd_ctx->rcpi_enabled = cfg->rcpi_enabled;
Anurag Chouhan04dbf6d2016-09-08 15:32:52 +05301993 hdd_update_ra_rate_limit(hdd_ctx, cfg);
Arun Khandavalli3dd06de2016-08-17 10:20:29 +05301994
Nachiket Kukade8b4bfd82017-05-25 18:34:48 +05301995 if ((hdd_ctx->config->txBFCsnValue >
Arif Hussainee10f902017-12-27 16:30:17 -08001996 WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF) &&
1997 !cfg->tx_bfee_8ss_enabled)
Nachiket Kukade8b4bfd82017-05-25 18:34:48 +05301998 hdd_ctx->config->txBFCsnValue =
1999 WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED_FW_DEF;
2000
Arif Hussainee10f902017-12-27 16:30:17 -08002001 status = sme_cfg_set_int(hdd_ctx->hHal,
2002 WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED,
2003 hdd_ctx->config->txBFCsnValue);
2004 if (QDF_IS_STATUS_ERROR(status))
Nachiket Kukade8b4bfd82017-05-25 18:34:48 +05302005 hdd_err("fw update WNI_CFG_VHT_CSN_BEAMFORMEE_ANT_SUPPORTED to CFG fails");
2006
2007
2008 hdd_debug("Target BPF %d Host BPF %d 8ss fw support %d txBFCsnValue %d",
Arif Hussainee10f902017-12-27 16:30:17 -08002009 cfg->bpf_enabled, hdd_ctx->config->bpf_packet_filter_enable,
2010 cfg->tx_bfee_8ss_enabled, hdd_ctx->config->txBFCsnValue);
Nachiket Kukade33c34e32017-07-07 18:45:04 +05302011
2012 /*
2013 * Update txBFCsnValue and NumSoundingDim values to vhtcap in wiphy
2014 */
2015 hdd_update_wiphy_vhtcap(hdd_ctx);
Manjeet Singh70d3d932016-12-20 20:41:10 +05302016
Rajeev Kumar Sirasanagandla47873002016-09-09 13:46:09 +05302017 hdd_ctx->wmi_max_len = cfg->wmi_max_len;
2018
Yue Macd359b72017-10-03 15:21:00 -07002019 /*
2020 * This needs to be done after HDD pdev is created and stored since
2021 * it will access the HDD pdev object lock.
2022 */
2023 hdd_runtime_suspend_context_init(hdd_ctx);
2024
Deepak Dhamdhere13230d32016-05-26 00:46:53 -07002025 /* Configure NAN datapath features */
2026 hdd_nan_datapath_target_config(hdd_ctx, cfg);
Arif Hussain759a0232017-03-20 13:17:18 -07002027 hdd_ctx->dfs_cac_offload = cfg->dfs_cac_offload;
Naveen Rawat269b4ed2017-12-07 06:47:32 -08002028 hdd_ctx->lte_coex_ant_share = cfg->services.lte_coex_ant_share;
Arif Hussainee10f902017-12-27 16:30:17 -08002029 status = sme_cfg_set_int(hdd_ctx->hHal, WNI_CFG_OBSS_DETECTION_OFFLOAD,
2030 cfg->obss_detection_offloaded);
2031 if (QDF_IS_STATUS_ERROR(status))
2032 hdd_err("Couldn't pass WNI_CFG_OBSS_DETECTION_OFFLOAD to CFG");
Arif Hussain05fb4872018-01-03 16:02:55 -08002033
2034 status = sme_cfg_set_int(hdd_ctx->hHal,
2035 WNI_CFG_OBSS_COLOR_COLLISION_OFFLOAD,
2036 cfg->obss_color_collision_offloaded);
2037 if (QDF_IS_STATUS_ERROR(status))
2038 hdd_err("Failed to set WNI_CFG_OBSS_COLOR_COLLISION_OFFLOAD");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002039}
2040
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002041bool hdd_dfs_indicate_radar(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002042{
Jeff Johnson9d295242017-08-29 14:39:48 -07002043 struct hdd_adapter *adapter;
Jeff Johnson87251032017-08-29 13:31:11 -07002044 struct hdd_ap_ctx *ap_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002045
Jiachao Wuf610d912018-01-23 17:47:32 +08002046 if (!hdd_ctx) {
2047 hdd_info("Couldn't get hdd_ctx");
2048 return true;
2049 }
2050
2051 if (hdd_ctx->config->disableDFSChSwitch) {
Jeff Johnson36e74c42017-09-18 08:15:42 -07002052 hdd_info("skip tx block hdd_ctx=%pK, disableDFSChSwitch=%d",
Arif Hussaincd151632017-02-11 16:57:19 -08002053 hdd_ctx, hdd_ctx->config->disableDFSChSwitch);
Edhar, Mahesh Kumar695468e2015-10-19 12:06:20 +05302054 return true;
Arif Hussaincd151632017-02-11 16:57:19 -08002055 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002056
Dustin Brown920397d2017-12-13 16:27:50 -08002057 hdd_for_each_adapter(hdd_ctx, adapter) {
Arif Hussaincd151632017-02-11 16:57:19 -08002058 ap_ctx = WLAN_HDD_GET_AP_CTX_PTR(adapter);
2059
2060 if ((QDF_SAP_MODE == adapter->device_mode ||
2061 QDF_P2P_GO_MODE == adapter->device_mode) &&
bings0e03a982018-05-09 08:40:59 +08002062 (wlan_reg_is_passive_or_disable_ch(hdd_ctx->hdd_pdev,
Jeff Johnson01206862017-10-27 20:55:59 -07002063 ap_ctx->operating_channel))) {
Arif Hussaincd151632017-02-11 16:57:19 -08002064 WLAN_HDD_GET_AP_CTX_PTR(adapter)->dfs_cac_block_tx =
2065 true;
2066 hdd_info("tx blocked for session: %d",
Jeff Johnson1b780e42017-10-31 14:11:45 -07002067 adapter->session_id);
bings0e03a982018-05-09 08:40:59 +08002068 cdp_fc_vdev_flush(cds_get_context(QDF_MODULE_ID_SOC),
2069 adapter->txrx_vdev);
Edhar, Mahesh Kumar695468e2015-10-19 12:06:20 +05302070 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002071 }
Edhar, Mahesh Kumar695468e2015-10-19 12:06:20 +05302072
2073 return true;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002074}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002075
2076/**
2077 * hdd_is_valid_mac_address() - validate MAC address
2078 * @pMacAddr: Pointer to the input MAC address
2079 *
2080 * This function validates whether the given MAC address is valid or not
2081 * Expected MAC address is of the format XX:XX:XX:XX:XX:XX
2082 * where X is the hexa decimal digit character and separated by ':'
2083 * This algorithm works even if MAC address is not separated by ':'
2084 *
2085 * This code checks given input string mac contains exactly 12 hexadecimal
2086 * digits and a separator colon : appears in the input string only after
2087 * an even number of hex digits.
2088 *
2089 * Return: 1 for valid and 0 for invalid
2090 */
2091bool hdd_is_valid_mac_address(const uint8_t *pMacAddr)
2092{
2093 int xdigit = 0;
2094 int separator = 0;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07002095
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002096 while (*pMacAddr) {
2097 if (isxdigit(*pMacAddr)) {
2098 xdigit++;
2099 } else if (':' == *pMacAddr) {
2100 if (0 == xdigit || ((xdigit / 2) - 1) != separator)
2101 break;
2102
2103 ++separator;
2104 } else {
2105 /* Invalid MAC found */
2106 return 0;
2107 }
2108 ++pMacAddr;
2109 }
2110 return xdigit == 12 && (separator == 5 || separator == 0);
2111}
2112
2113/**
Arun Khandavallif5c0e0c2016-09-07 20:39:21 +05302114 * hdd_mon_mode_ether_setup() - Update monitor mode struct net_device.
2115 * @dev: Handle to struct net_device to be updated.
2116 *
2117 * Return: None
2118 */
2119static void hdd_mon_mode_ether_setup(struct net_device *dev)
2120{
2121 dev->header_ops = NULL;
2122 dev->type = ARPHRD_IEEE80211_RADIOTAP;
2123 dev->hard_header_len = ETH_HLEN;
2124 dev->mtu = ETH_DATA_LEN;
2125 dev->addr_len = ETH_ALEN;
2126 dev->tx_queue_len = 1000; /* Ethernet wants good queues */
2127 dev->flags = IFF_BROADCAST|IFF_MULTICAST;
2128 dev->priv_flags |= IFF_TX_SKB_SHARING;
2129
2130 memset(dev->broadcast, 0xFF, ETH_ALEN);
2131}
2132
2133/**
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07002134 * __hdd__mon_open() - HDD Open function
2135 * @dev: Pointer to net_device structure
2136 *
2137 * This is called in response to ifconfig up
2138 *
2139 * Return: 0 for success; non-zero for failure
2140 */
2141static int __hdd_mon_open(struct net_device *dev)
2142{
2143 int ret;
Ravi Joshia307f632017-07-17 23:41:41 -07002144 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
2145 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07002146
Dustin Brownfdf17c12018-03-14 12:55:34 -07002147 hdd_enter_dev(dev);
Ravi Joshia307f632017-07-17 23:41:41 -07002148
2149 ret = wlan_hdd_validate_context(hdd_ctx);
2150 if (ret)
2151 return ret;
2152
Arun Khandavallif5c0e0c2016-09-07 20:39:21 +05302153 hdd_mon_mode_ether_setup(dev);
Ravi Joshia307f632017-07-17 23:41:41 -07002154
2155 if (con_mode == QDF_GLOBAL_MONITOR_MODE) {
Dustin Browne7e71d32018-05-11 16:00:08 -07002156 ret = hdd_wlan_start_modules(hdd_ctx, false);
Ravi Joshia307f632017-07-17 23:41:41 -07002157 if (ret) {
2158 hdd_err("Failed to start WLAN modules return");
2159 return ret;
2160 }
2161 hdd_err("hdd_wlan_start_modules() successful !");
2162
2163 if (!test_bit(SME_SESSION_OPENED, &adapter->event_flags)) {
2164 ret = hdd_start_adapter(adapter);
2165 if (ret) {
2166 hdd_err("Failed to start adapter :%d",
2167 adapter->device_mode);
2168 return ret;
2169 }
2170 hdd_err("hdd_start_adapters() successful !");
2171 }
2172 set_bit(DEVICE_IFACE_OPENED, &adapter->event_flags);
2173 }
2174
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07002175 ret = hdd_set_mon_rx_cb(dev);
Ravi Joshi4f095952017-06-29 15:39:19 -07002176
2177 if (!ret)
2178 ret = hdd_enable_monitor_mode(dev);
2179
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07002180 return ret;
2181}
2182
2183/**
2184 * hdd_mon_open() - Wrapper function for __hdd_mon_open to protect it from SSR
2185 * @dev: Pointer to net_device structure
2186 *
2187 * This is called in response to ifconfig up
2188 *
2189 * Return: 0 for success; non-zero for failure
2190 */
Jeff Johnson590e2012016-10-05 16:16:24 -07002191static int hdd_mon_open(struct net_device *dev)
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07002192{
2193 int ret;
2194
2195 cds_ssr_protect(__func__);
2196 ret = __hdd_mon_open(dev);
2197 cds_ssr_unprotect(__func__);
2198
2199 return ret;
2200}
2201
Zhu Jianmin6a7b7022018-03-10 21:42:21 +08002202static QDF_STATUS
2203wlan_hdd_update_dbs_scan_and_fw_mode_config(void)
2204{
2205 struct policy_mgr_dual_mac_config cfg = {0};
2206 QDF_STATUS status;
2207 uint32_t channel_select_logic_conc;
2208 struct hdd_context *hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
2209
2210 if (!hdd_ctx) {
2211 hdd_err("HDD context is NULL");
2212 return QDF_STATUS_E_FAILURE;
2213 }
2214
2215
2216 if (!policy_mgr_is_hw_dbs_capable(hdd_ctx->hdd_psoc))
2217 return QDF_STATUS_SUCCESS;
2218
2219 cfg.scan_config = 0;
2220 cfg.fw_mode_config = 0;
2221 cfg.set_dual_mac_cb = policy_mgr_soc_set_dual_mac_cfg_cb;
2222
2223 channel_select_logic_conc = hdd_ctx->config->
2224 channel_select_logic_conc;
2225
2226 if (hdd_ctx->config->dual_mac_feature_disable !=
2227 DISABLE_DBS_CXN_AND_SCAN) {
2228 status = policy_mgr_get_updated_scan_and_fw_mode_config(
2229 hdd_ctx->hdd_psoc, &cfg.scan_config,
2230 &cfg.fw_mode_config,
2231 hdd_ctx->config->dual_mac_feature_disable,
2232 channel_select_logic_conc);
2233
2234 if (status != QDF_STATUS_SUCCESS) {
2235 hdd_err("wma_get_updated_scan_and_fw_mode_config failed %d",
2236 status);
2237 return status;
2238 }
2239 }
2240
2241 hdd_debug("send scan_cfg: 0x%x fw_mode_cfg: 0x%x to fw",
2242 cfg.scan_config, cfg.fw_mode_config);
2243
2244 status = sme_soc_set_dual_mac_config(cfg);
2245 if (status != QDF_STATUS_SUCCESS) {
2246 hdd_err("sme_soc_set_dual_mac_config failed %d", status);
2247 return status;
2248 }
2249
2250 return QDF_STATUS_SUCCESS;
2251}
2252
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07002253/**
Arun Khandavallifae92942016-08-01 13:31:08 +05302254 * hdd_start_adapter() - Wrapper function for device specific adapter
2255 * @adapter: pointer to HDD adapter
2256 *
2257 * This function is called to start the device specific adapter for
2258 * the mode passed in the adapter's device_mode.
2259 *
2260 * Return: 0 for success; non-zero for failure
2261 */
Jeff Johnson9d295242017-08-29 14:39:48 -07002262int hdd_start_adapter(struct hdd_adapter *adapter)
Arun Khandavallifae92942016-08-01 13:31:08 +05302263{
2264
2265 int ret;
Jeff Johnsonc1e62782017-11-09 09:50:17 -08002266 enum QDF_OPMODE device_mode = adapter->device_mode;
Arun Khandavallifae92942016-08-01 13:31:08 +05302267
Dustin Brownfdf17c12018-03-14 12:55:34 -07002268 hdd_enter_dev(adapter->dev);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08002269 hdd_debug("Start_adapter for mode : %d", adapter->device_mode);
Arun Khandavallifae92942016-08-01 13:31:08 +05302270
2271 switch (device_mode) {
2272 case QDF_P2P_CLIENT_MODE:
2273 case QDF_P2P_DEVICE_MODE:
2274 case QDF_OCB_MODE:
2275 case QDF_STA_MODE:
2276 case QDF_MONITOR_MODE:
2277 ret = hdd_start_station_adapter(adapter);
2278 if (ret)
2279 goto err_start_adapter;
2280 break;
2281 case QDF_P2P_GO_MODE:
2282 case QDF_SAP_MODE:
2283 ret = hdd_start_ap_adapter(adapter);
2284 if (ret)
2285 goto err_start_adapter;
2286 break;
Arun Khandavallib2f6c262016-08-18 19:07:19 +05302287 case QDF_IBSS_MODE:
2288 /*
2289 * For IBSS interface is initialized as part of
2290 * hdd_init_station_mode()
2291 */
Dustin Browndb2a8be2017-12-20 11:49:56 -08002292 goto exit_with_success;
Arun Khandavallifae92942016-08-01 13:31:08 +05302293 case QDF_FTM_MODE:
Dustin Browndb2a8be2017-12-20 11:49:56 -08002294 /* vdevs are dynamically managed by firmware in FTM */
2295 goto exit_with_success;
Arun Khandavallifae92942016-08-01 13:31:08 +05302296 default:
2297 hdd_err("Invalid session type %d", device_mode);
2298 QDF_ASSERT(0);
2299 goto err_start_adapter;
2300 }
Dustin Browndb2a8be2017-12-20 11:49:56 -08002301
Arun Khandavallifae92942016-08-01 13:31:08 +05302302 if (hdd_set_fw_params(adapter))
2303 hdd_err("Failed to set the FW params for the adapter!");
2304
Dustin Browne7e71d32018-05-11 16:00:08 -07002305 if (adapter->session_id != HDD_SESSION_ID_INVALID) {
2306 ret = wlan_hdd_cfg80211_register_frames(adapter);
2307 if (ret < 0) {
2308 hdd_err("Failed to register frames - ret %d", ret);
2309 goto err_start_adapter;
2310 }
Ganesh Kondabattini0dc1a6e2017-07-29 12:59:19 +05302311 }
Dustin Browne7e71d32018-05-11 16:00:08 -07002312
Zhu Jianmin6a7b7022018-03-10 21:42:21 +08002313 wlan_hdd_update_dbs_scan_and_fw_mode_config();
Ganesh Kondabattini0dc1a6e2017-07-29 12:59:19 +05302314
Dustin Browndb2a8be2017-12-20 11:49:56 -08002315exit_with_success:
Dustin Browne74003f2018-03-14 12:51:58 -07002316 hdd_exit();
Dustin Browndb2a8be2017-12-20 11:49:56 -08002317
Arun Khandavallifae92942016-08-01 13:31:08 +05302318 return 0;
Dustin Browndb2a8be2017-12-20 11:49:56 -08002319
Arun Khandavallifae92942016-08-01 13:31:08 +05302320err_start_adapter:
2321 return -EINVAL;
2322}
2323
2324/**
Komal Seelamf2136bb2016-09-28 18:30:44 +05302325 * hdd_enable_power_management() - API to Enable Power Management
2326 *
2327 * API invokes Bus Interface Layer power management functionality
2328 *
2329 * Return: None
2330 */
2331static void hdd_enable_power_management(void)
2332{
2333 void *hif_ctx = cds_get_context(QDF_MODULE_ID_HIF);
2334
2335 if (!hif_ctx) {
2336 hdd_err("Bus Interface Context is Invalid");
2337 return;
2338 }
2339
2340 hif_enable_power_management(hif_ctx, cds_is_packet_log_enabled());
2341}
2342
2343/**
2344 * hdd_disable_power_management() - API to disable Power Management
2345 *
2346 * API disable Bus Interface Layer Power management functionality
2347 *
2348 * Return: None
2349 */
2350static void hdd_disable_power_management(void)
2351{
2352 void *hif_ctx = cds_get_context(QDF_MODULE_ID_HIF);
2353
2354 if (!hif_ctx) {
2355 hdd_err("Bus Interface Context is Invalid");
2356 return;
2357 }
2358
2359 hif_disable_power_management(hif_ctx);
2360}
2361
Ryan Hsuaadba072018-04-20 13:01:53 -07002362void hdd_update_hw_sw_info(struct hdd_context *hdd_ctx)
Arunk Khandavalli67193d52017-02-21 12:03:48 +05302363{
2364 void *hif_sc;
Dustin Brown6f17a022017-07-19 13:40:55 -07002365 size_t target_hw_name_len;
2366 const char *target_hw_name;
Ryan Hsuaadba072018-04-20 13:01:53 -07002367 uint8_t *buf;
2368 uint32_t buf_len;
Arunk Khandavalli67193d52017-02-21 12:03:48 +05302369
2370 hif_sc = cds_get_context(QDF_MODULE_ID_HIF);
2371 if (!hif_sc) {
2372 hdd_err("HIF context is NULL");
2373 return;
2374 }
2375
Ryan Hsuaadba072018-04-20 13:01:53 -07002376 hif_get_hw_info(hif_sc, &hdd_ctx->target_hw_version,
Arunk Khandavalli67193d52017-02-21 12:03:48 +05302377 &hdd_ctx->target_hw_revision,
Dustin Brown6f17a022017-07-19 13:40:55 -07002378 &target_hw_name);
2379
2380 if (hdd_ctx->target_hw_name)
2381 qdf_mem_free(hdd_ctx->target_hw_name);
2382
2383 target_hw_name_len = strlen(target_hw_name) + 1;
2384 hdd_ctx->target_hw_name = qdf_mem_malloc(target_hw_name_len);
2385 if (hdd_ctx->target_hw_name)
2386 qdf_mem_copy(hdd_ctx->target_hw_name, target_hw_name,
2387 target_hw_name_len);
Arunk Khandavalli67193d52017-02-21 12:03:48 +05302388
Ryan Hsuaadba072018-04-20 13:01:53 -07002389 buf = qdf_mem_malloc(WE_MAX_STR_LEN);
2390 if (buf) {
2391 buf_len = hdd_wlan_get_version(hdd_ctx, WE_MAX_STR_LEN, buf);
2392 hdd_info("%s", buf);
2393 qdf_mem_free(buf);
2394 }
Arunk Khandavalli67193d52017-02-21 12:03:48 +05302395}
2396
2397/**
gbian62edd7e2017-03-07 13:12:13 +08002398 * hdd_update_cds_ac_specs_params() - update cds ac_specs params
2399 * @hdd_ctx: Pointer to hdd context
2400 *
2401 * Return: none
2402 */
2403static void
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002404hdd_update_cds_ac_specs_params(struct hdd_context *hdd_ctx)
gbian62edd7e2017-03-07 13:12:13 +08002405{
2406 uint8_t num_entries = 0;
2407 uint8_t tx_sched_wrr_param[TX_SCHED_WRR_PARAMS_NUM];
2408 uint8_t *tx_sched_wrr_ac;
2409 int i;
2410 cds_context_type *cds_ctx;
2411
2412 if (NULL == hdd_ctx)
2413 return;
2414
2415 if (NULL == hdd_ctx->config) {
2416 /* Do nothing if hdd_ctx is invalid */
2417 hdd_err("%s: Warning: hdd_ctx->cfg_ini is NULL", __func__);
2418 return;
2419 }
2420
2421 cds_ctx = cds_get_context(QDF_MODULE_ID_QDF);
2422
2423 if (!cds_ctx) {
2424 hdd_err("Invalid CDS Context");
2425 return;
2426 }
2427
2428 for (i = 0; i < OL_TX_NUM_WMM_AC; i++) {
2429 switch (i) {
2430 case OL_TX_WMM_AC_BE:
2431 tx_sched_wrr_ac = hdd_ctx->config->tx_sched_wrr_be;
2432 break;
2433 case OL_TX_WMM_AC_BK:
2434 tx_sched_wrr_ac = hdd_ctx->config->tx_sched_wrr_bk;
2435 break;
2436 case OL_TX_WMM_AC_VI:
2437 tx_sched_wrr_ac = hdd_ctx->config->tx_sched_wrr_vi;
2438 break;
2439 case OL_TX_WMM_AC_VO:
2440 tx_sched_wrr_ac = hdd_ctx->config->tx_sched_wrr_vo;
2441 break;
2442 default:
2443 tx_sched_wrr_ac = NULL;
2444 break;
2445 }
2446
2447 hdd_string_to_u8_array(tx_sched_wrr_ac,
2448 tx_sched_wrr_param,
2449 &num_entries,
2450 sizeof(tx_sched_wrr_param));
2451
2452 if (num_entries == TX_SCHED_WRR_PARAMS_NUM) {
2453 cds_ctx->ac_specs[i].wrr_skip_weight =
2454 tx_sched_wrr_param[0];
2455 cds_ctx->ac_specs[i].credit_threshold =
2456 tx_sched_wrr_param[1];
2457 cds_ctx->ac_specs[i].send_limit =
2458 tx_sched_wrr_param[2];
2459 cds_ctx->ac_specs[i].credit_reserve =
2460 tx_sched_wrr_param[3];
2461 cds_ctx->ac_specs[i].discard_weight =
2462 tx_sched_wrr_param[4];
2463 }
2464
2465 num_entries = 0;
2466 }
2467}
2468
Ryan Hsuaadba072018-04-20 13:01:53 -07002469uint32_t hdd_wlan_get_version(struct hdd_context *hdd_ctx,
2470 const size_t version_len, uint8_t *version)
2471{
2472 uint32_t size;
2473 uint32_t msp_id = 0, mspid = 0, siid = 0, crmid = 0, sub_id = 0;
2474
2475 if (!hdd_ctx) {
2476 hdd_err("Invalid context, HDD context is null");
2477 return 0;
2478 }
2479
2480 if (!version && version_len == 0) {
2481 hdd_err("Invalid buffer pointr or buffer len\n");
2482 return 0;
2483 }
2484
2485 msp_id = (hdd_ctx->target_fw_version & 0xf0000000) >> 28;
2486 mspid = (hdd_ctx->target_fw_version & 0xf000000) >> 24;
2487 siid = (hdd_ctx->target_fw_version & 0xf00000) >> 20;
2488 crmid = hdd_ctx->target_fw_version & 0x7fff;
2489 sub_id = (hdd_ctx->target_fw_vers_ext & 0xf0000000) >> 28;
2490
2491 size = scnprintf(version, version_len,
Ryan Hsuc6918552018-05-16 13:29:59 -07002492 "Host SW:%s, FW:%d.%d.%d.%d.%d, HW:%s, Board ver: %x Ref design id: %x, Customer id: %x, Project id: %x, Board Data Rev: %x",
Ryan Hsuaadba072018-04-20 13:01:53 -07002493 QWLAN_VERSIONSTR,
2494 msp_id, mspid, siid, crmid, sub_id,
Ryan Hsuc6918552018-05-16 13:29:59 -07002495 hdd_ctx->target_hw_name,
2496 hdd_ctx->hw_bd_info.bdf_version,
2497 hdd_ctx->hw_bd_info.ref_design_id,
2498 hdd_ctx->hw_bd_info.customer_id,
2499 hdd_ctx->hw_bd_info.project_id,
2500 hdd_ctx->hw_bd_info.board_data_rev);
Ryan Hsuaadba072018-04-20 13:01:53 -07002501
2502 return size;
2503}
2504
Sravan Kumar Kairamd01b4452018-03-07 17:37:09 +05302505#ifdef IPA_OFFLOAD
2506/**
2507 * hdd_update_ipa_component_config() - update ipa config
2508 * @hdd_ctx: Pointer to hdd context
2509 *
2510 * Return: none
2511 */
2512static void hdd_update_ipa_component_config(struct hdd_context *hdd_ctx)
2513{
2514 struct hdd_config *cfg = hdd_ctx->config;
2515 struct wlan_ipa_config ipa_cfg;
2516
2517 ipa_cfg.ipa_config = cfg->IpaConfig;
2518 ipa_cfg.desc_size = cfg->IpaDescSize;
2519 ipa_cfg.txbuf_count = cfg->IpaUcTxBufCount;
2520 ipa_cfg.bus_bw_high = cfg->busBandwidthHighThreshold;
2521 ipa_cfg.bus_bw_medium = cfg->busBandwidthMediumThreshold;
2522 ipa_cfg.bus_bw_low = cfg->busBandwidthLowThreshold;
2523 ipa_cfg.ipa_bw_high = cfg->IpaHighBandwidthMbps;
2524 ipa_cfg.ipa_bw_medium = cfg->IpaMediumBandwidthMbps;
2525 ipa_cfg.ipa_bw_low = cfg->IpaLowBandwidthMbps;
2526
2527 ucfg_ipa_update_config(&ipa_cfg);
2528}
2529#else
2530static void hdd_update_ipa_component_config(struct hdd_context *hdd_ctx)
2531{
2532}
2533#endif
2534
Archana Ramachandranea34c4f2017-03-19 18:56:18 -07002535#ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
Tushnim Bhattacharyya9fb2e422017-03-23 09:49:10 -07002536static enum policy_mgr_con_mode wlan_hdd_get_mode_for_non_connected_vdev(
2537 struct wlan_objmgr_psoc *psoc, uint8_t vdev_id)
2538{
Jeff Johnson9d295242017-08-29 14:39:48 -07002539 struct hdd_adapter *adapter = NULL;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002540 struct hdd_context *hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
Tushnim Bhattacharyya9fb2e422017-03-23 09:49:10 -07002541
2542 adapter = hdd_get_adapter_by_vdev(hdd_ctx, vdev_id);
2543 if (!adapter) {
2544 hdd_err("Adapter is NULL");
2545 return PM_MAX_NUM_OF_MODE;
2546 }
2547
2548 return policy_mgr_convert_device_mode_to_qdf_type(
2549 adapter->device_mode);
2550}
2551
Archana Ramachandranea34c4f2017-03-19 18:56:18 -07002552static void hdd_register_policy_manager_callback(
2553 struct wlan_objmgr_psoc *psoc)
2554{
2555 struct policy_mgr_hdd_cbacks hdd_cbacks;
Jeff Johnson4f7f7c62017-10-05 08:53:41 -07002556
Archana Ramachandranea34c4f2017-03-19 18:56:18 -07002557 hdd_cbacks.sap_restart_chan_switch_cb =
Jeff Johnson23812942017-10-06 11:33:55 -07002558 hdd_sap_restart_chan_switch_cb;
Archana Ramachandranea34c4f2017-03-19 18:56:18 -07002559 hdd_cbacks.wlan_hdd_get_channel_for_sap_restart =
2560 wlan_hdd_get_channel_for_sap_restart;
Tushnim Bhattacharyya9fb2e422017-03-23 09:49:10 -07002561 hdd_cbacks.get_mode_for_non_connected_vdev =
2562 wlan_hdd_get_mode_for_non_connected_vdev;
Yeshwanth Sriram Guntuka469f9572018-02-12 13:28:22 +05302563 hdd_cbacks.hdd_get_device_mode = hdd_get_device_mode;
Tushnim Bhattacharyya9fb2e422017-03-23 09:49:10 -07002564
Archana Ramachandranea34c4f2017-03-19 18:56:18 -07002565 if (QDF_STATUS_SUCCESS !=
2566 policy_mgr_register_hdd_cb(psoc, &hdd_cbacks)) {
2567 hdd_err("HDD callback registration with policy manager failed");
2568 }
2569}
2570#else
2571static void hdd_register_policy_manager_callback(
2572 struct wlan_objmgr_psoc *psoc)
2573{
2574}
2575#endif
2576
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002577static void hdd_nan_register_callbacks(struct hdd_context *hdd_ctx)
Naveen Rawatcb5c5402017-03-22 10:12:19 -07002578{
2579 struct nan_callbacks cb_obj = {0};
2580
2581 cb_obj.ndi_open = hdd_ndi_open;
2582 cb_obj.ndi_close = hdd_ndi_close;
2583 cb_obj.ndi_start = hdd_ndi_start;
2584 cb_obj.ndi_delete = hdd_ndi_delete;
2585 cb_obj.drv_ndi_create_rsp_handler = hdd_ndi_drv_ndi_create_rsp_handler;
2586 cb_obj.drv_ndi_delete_rsp_handler = hdd_ndi_drv_ndi_delete_rsp_handler;
2587
Naveen Rawat37f62c82017-03-26 22:24:43 -07002588 cb_obj.new_peer_ind = hdd_ndp_new_peer_handler;
2589 cb_obj.get_peer_idx = hdd_ndp_get_peer_idx;
Naveen Rawatb3143ea2017-03-26 22:25:46 -07002590 cb_obj.peer_departed_ind = hdd_ndp_peer_departed_handler;
Naveen Rawat37f62c82017-03-26 22:24:43 -07002591
Naveen Rawatcb5c5402017-03-22 10:12:19 -07002592 os_if_nan_register_hdd_callbacks(hdd_ctx->hdd_psoc, &cb_obj);
2593}
Naveen Rawatcb5c5402017-03-22 10:12:19 -07002594
Dustin Brown26b3d042017-12-21 11:13:27 -08002595#ifdef CONFIG_LEAK_DETECTION
Dustin Brown4c5b9902017-12-19 11:17:19 -08002596/**
2597 * hdd_check_for_leaks() - Perform runtime memory leak checks
2598 *
2599 * This API triggers runtime memory leak detection. This feature enforces the
2600 * policy that any memory allocated at runtime must also be released at runtime.
2601 *
2602 * Allocating memory at runtime and releasing it at unload is effectively a
2603 * memory leak for configurations which never unload (e.g. LONU, statically
2604 * compiled driver). Such memory leaks are NOT false positives, and must be
2605 * fixed.
2606 *
2607 * Return: None
2608 */
Dustin Brown4bc0a622017-12-06 15:56:50 -08002609static void hdd_check_for_leaks(void)
2610{
Dustin Brown4c5b9902017-12-19 11:17:19 -08002611 /* DO NOT REMOVE these checks; for false positives, read above first */
2612
Dustin Brown677e0862017-10-10 16:30:09 -07002613 qdf_mc_timer_check_for_leaks();
Dustin Brown8e711502017-12-07 16:49:11 -08002614 qdf_nbuf_map_check_for_leaks();
Dustin Browne6b9d5a2017-12-14 15:18:49 -08002615 qdf_mem_check_for_leaks();
Dustin Brown4bc0a622017-12-06 15:56:50 -08002616}
2617
Dustin Brown26b3d042017-12-21 11:13:27 -08002618#define hdd_debug_domain_set(domain) qdf_debug_domain_set(domain)
2619#else
2620static inline void hdd_check_for_leaks(void) {}
2621
2622#define hdd_debug_domain_set(domain)
2623#endif /* CONFIG_LEAK_DETECTION */
2624
gbian62edd7e2017-03-07 13:12:13 +08002625/**
Paul Zhange03cf4c2018-01-19 18:33:22 +08002626 * hdd_update_country_code - Update country code
2627 * @hdd_ctx: HDD context
2628 *
2629 * Update country code based on module parameter country_code
2630 *
2631 * Return: 0 on success and errno on failure
2632 */
2633static int hdd_update_country_code(struct hdd_context *hdd_ctx)
2634{
2635 if (!country_code)
2636 return 0;
2637
2638 return hdd_reg_set_country(hdd_ctx, country_code);
2639}
2640
2641/**
Arun Khandavallifae92942016-08-01 13:31:08 +05302642 * hdd_wlan_start_modules() - Single driver state machine for starting modules
2643 * @hdd_ctx: HDD context
Arun Khandavallifae92942016-08-01 13:31:08 +05302644 * @reinit: flag to indicate from SSR or normal path
2645 *
2646 * This function maintains the driver state machine it will be invoked from
2647 * startup, reinit and change interface. Depending on the driver state shall
2648 * perform the opening of the modules.
2649 *
2650 * Return: 0 for success; non-zero for failure
2651 */
Dustin Browne7e71d32018-05-11 16:00:08 -07002652int hdd_wlan_start_modules(struct hdd_context *hdd_ctx, bool reinit)
Arun Khandavallifae92942016-08-01 13:31:08 +05302653{
Srinivas Girigowdabafb8b72017-10-11 17:52:32 -07002654 int ret = 0;
Arun Khandavallifae92942016-08-01 13:31:08 +05302655 qdf_device_t qdf_dev;
2656 QDF_STATUS status;
Arun Khandavallifae92942016-08-01 13:31:08 +05302657 bool unint = false;
2658 void *hif_ctx;
Jingxiang Ge95912f82018-04-19 12:01:26 +08002659 struct target_psoc_info *tgt_hdl;
Arun Khandavallifae92942016-08-01 13:31:08 +05302660
Jeff Johnson60dc2b12017-09-28 14:56:02 -07002661 hdd_debug("state:%d reinit:%d", hdd_ctx->driver_status, reinit);
Arun Khandavallifae92942016-08-01 13:31:08 +05302662
2663 qdf_dev = cds_get_context(QDF_MODULE_ID_QDF_DEVICE);
2664 if (!qdf_dev) {
2665 hdd_err("QDF Device Context is Invalid return");
2666 return -EINVAL;
2667 }
2668
Dustin Brown6f427922017-09-19 12:19:00 -07002669 qdf_cancel_delayed_work(&hdd_ctx->iface_idle_work);
Arun Khandavallifae92942016-08-01 13:31:08 +05302670
Dustin Brown1fe30a82017-10-03 16:13:36 -07002671 mutex_lock(&hdd_ctx->iface_change_lock);
Arun Khandavalli5a62a822017-11-14 19:43:00 +05302672 if (hdd_ctx->driver_status == DRIVER_MODULES_ENABLED) {
2673 mutex_unlock(&hdd_ctx->iface_change_lock);
2674 hdd_info("Driver modules already Enabled");
Dustin Browne74003f2018-03-14 12:51:58 -07002675 hdd_exit();
Arun Khandavalli5a62a822017-11-14 19:43:00 +05302676 return 0;
2677 }
2678
Dustin Brown1fe30a82017-10-03 16:13:36 -07002679 hdd_ctx->start_modules_in_progress = true;
2680
Arun Khandavallifae92942016-08-01 13:31:08 +05302681 switch (hdd_ctx->driver_status) {
2682 case DRIVER_MODULES_UNINITIALIZED:
Dustin Brown550f6d22017-12-14 15:44:01 -08002683 hdd_info("Wlan transitioning (UNINITIALIZED -> CLOSED)");
Arun Khandavallifae92942016-08-01 13:31:08 +05302684 unint = true;
2685 /* Fall through dont add break here */
2686 case DRIVER_MODULES_CLOSED:
Dustin Brown550f6d22017-12-14 15:44:01 -08002687 hdd_info("Wlan transitioning (CLOSED -> OPENED)");
2688
Dustin Brown26b3d042017-12-21 11:13:27 -08002689 hdd_debug_domain_set(QDF_DEBUG_DOMAIN_ACTIVE);
Dustin Brown4bc0a622017-12-06 15:56:50 -08002690
Arun Khandavallifae92942016-08-01 13:31:08 +05302691 if (!reinit && !unint) {
2692 ret = pld_power_on(qdf_dev->dev);
2693 if (ret) {
Dustin Browndca39692017-11-09 15:30:25 -08002694 hdd_err("Failed to Powerup the device; errno: %d",
2695 ret);
Arun Khandavallifae92942016-08-01 13:31:08 +05302696 goto release_lock;
2697 }
2698 }
Yuanyuan Liuf8fe4bc2017-06-07 16:55:58 -07002699
2700 pld_set_fw_log_mode(hdd_ctx->parent_dev,
2701 hdd_ctx->config->enable_fw_log);
Arun Khandavallifae92942016-08-01 13:31:08 +05302702 ret = hdd_hif_open(qdf_dev->dev, qdf_dev->drv_hdl, qdf_dev->bid,
2703 qdf_dev->bus_type,
2704 (reinit == true) ? HIF_ENABLE_TYPE_REINIT :
2705 HIF_ENABLE_TYPE_PROBE);
2706 if (ret) {
Dustin Browndca39692017-11-09 15:30:25 -08002707 hdd_err("Failed to open hif; errno: %d", ret);
Arun Khandavallifae92942016-08-01 13:31:08 +05302708 goto power_down;
2709 }
2710
2711 hif_ctx = cds_get_context(QDF_MODULE_ID_HIF);
Arun Khandavalli1318b992016-08-09 11:04:57 +05302712 if (!hif_ctx) {
2713 hdd_err("hif context is null!!");
Dustin Browndca39692017-11-09 15:30:25 -08002714 ret = -EINVAL;
Arun Khandavalli1318b992016-08-09 11:04:57 +05302715 goto power_down;
2716 }
2717
Arun Khandavallifae92942016-08-01 13:31:08 +05302718 status = ol_cds_init(qdf_dev, hif_ctx);
2719 if (status != QDF_STATUS_SUCCESS) {
Dustin Browndca39692017-11-09 15:30:25 -08002720 hdd_err("No Memory to Create BMI Context; status: %d",
2721 status);
2722 ret = qdf_status_to_os_return(status);
Arun Khandavallifae92942016-08-01 13:31:08 +05302723 goto hif_close;
2724 }
2725
Sravan Kumar Kairamd01b4452018-03-07 17:37:09 +05302726 hdd_update_ipa_component_config(hdd_ctx);
2727
Tushnim Bhattacharyya329514d2017-02-07 09:14:25 -08002728 ret = hdd_update_config(hdd_ctx);
2729 if (ret) {
Dustin Browndca39692017-11-09 15:30:25 -08002730 hdd_err("Failed to update configuration; errno: %d",
2731 ret);
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -07002732 goto cds_free;
Tushnim Bhattacharyya329514d2017-02-07 09:14:25 -08002733 }
2734
gbian62edd7e2017-03-07 13:12:13 +08002735 hdd_update_cds_ac_specs_params(hdd_ctx);
2736
Selvaraj, Sridhar0672a122016-12-29 16:11:48 +05302737 status = cds_open(hdd_ctx->hdd_psoc);
Dustin Brown28b17892017-10-10 13:29:38 -07002738 if (QDF_IS_STATUS_ERROR(status)) {
Dustin Browndca39692017-11-09 15:30:25 -08002739 hdd_err("Failed to Open CDS; status: %d", status);
Dustin Brown28b17892017-10-10 13:29:38 -07002740 ret = qdf_status_to_os_return(status);
2741 goto deinit_config;
Arun Khandavallifae92942016-08-01 13:31:08 +05302742 }
2743
Jeff Johnson79e36882018-05-06 17:15:33 -07002744 /* initialize components configurations after psoc open */
Mukul Sharma9d797a02017-01-05 20:26:03 +05302745 ret = hdd_update_components_config(hdd_ctx);
2746 if (ret) {
Dustin Browndca39692017-11-09 15:30:25 -08002747 hdd_err("Failed to update component configs; errno: %d",
Mukul Sharma9d797a02017-01-05 20:26:03 +05302748 ret);
2749 goto close;
2750 }
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -07002751 status = cds_dp_open(hdd_ctx->hdd_psoc);
2752 if (!QDF_IS_STATUS_SUCCESS(status)) {
Dustin Browndca39692017-11-09 15:30:25 -08002753 hdd_err("Failed to Open cds post open; status: %d",
2754 status);
2755 ret = qdf_status_to_os_return(status);
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -07002756 goto close;
2757 }
Mukul Sharma9d797a02017-01-05 20:26:03 +05302758
Naveen Rawatcb5c5402017-03-22 10:12:19 -07002759 /*
2760 * NAN compoenet requires certian operations like, open adapter,
2761 * close adapter, etc. to be initiated by HDD, for those
2762 * register HDD callbacks with UMAC's NAN componenet.
2763 */
2764 hdd_nan_register_callbacks(hdd_ctx);
2765
Arun Khandavallifae92942016-08-01 13:31:08 +05302766 hdd_ctx->hHal = cds_get_context(QDF_MODULE_ID_SME);
2767
Jeff Johnson3a280122017-09-13 07:42:00 -07002768 status = cds_pre_enable();
Arun Khandavallifae92942016-08-01 13:31:08 +05302769 if (!QDF_IS_STATUS_SUCCESS(status)) {
Dustin Browndca39692017-11-09 15:30:25 -08002770 hdd_err("Failed to pre-enable CDS; status: %d", status);
2771 ret = qdf_status_to_os_return(status);
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -07002772 goto cds_txrx_free;
Arun Khandavallifae92942016-08-01 13:31:08 +05302773 }
2774
Archana Ramachandranea34c4f2017-03-19 18:56:18 -07002775 hdd_register_policy_manager_callback(
2776 hdd_ctx->hdd_psoc);
2777
Amar Singhal0928b192017-12-01 10:50:54 -08002778 hdd_sysfs_create_version_interface(hdd_ctx->hdd_psoc);
2779
Arunk Khandavalli67193d52017-02-21 12:03:48 +05302780 hdd_update_hw_sw_info(hdd_ctx);
Himanshu Agarwal0b9bbc32017-02-23 16:23:05 +05302781 hdd_ctx->driver_status = DRIVER_MODULES_OPENED;
Dustin Brown550f6d22017-12-14 15:44:01 -08002782 hdd_info("Wlan transitioned (now OPENED)");
Arunk Khandavalli67193d52017-02-21 12:03:48 +05302783
Arun Khandavallifae92942016-08-01 13:31:08 +05302784 if (unint) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08002785 hdd_debug("In phase-1 initialization don't enable modules");
Arun Khandavallifae92942016-08-01 13:31:08 +05302786 break;
2787 }
Arun Khandavallicc544b32017-01-30 19:52:16 +05302788
Arun Khandavallifae92942016-08-01 13:31:08 +05302789 /* Fall through dont add break here */
2790 case DRIVER_MODULES_OPENED:
Dustin Brown550f6d22017-12-14 15:44:01 -08002791 hdd_info("Wlan transitioning (OPENED -> ENABLED)");
2792
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05302793 if (QDF_GLOBAL_FTM_MODE == hdd_get_conparam()) {
2794 hdd_err("in ftm mode, no need to configure cds modules");
Dustin Browndca39692017-11-09 15:30:25 -08002795 ret = -EINVAL;
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05302796 break;
2797 }
Dustin Browndca39692017-11-09 15:30:25 -08002798
Dustin Browne7e71d32018-05-11 16:00:08 -07002799 ret = hdd_configure_cds(hdd_ctx);
Dustin Browndca39692017-11-09 15:30:25 -08002800 if (ret) {
2801 hdd_err("Failed to Enable cds modules; errno: %d", ret);
Rajeev Kumara3f672f2017-02-16 13:59:37 -08002802 goto post_disable;
Arun Khandavallifae92942016-08-01 13:31:08 +05302803 }
Dustin Browndca39692017-11-09 15:30:25 -08002804
Komal Seelamf2136bb2016-09-28 18:30:44 +05302805 hdd_enable_power_management();
Dustin Brown550f6d22017-12-14 15:44:01 -08002806
Arun Khandavallifae92942016-08-01 13:31:08 +05302807 hdd_ctx->driver_status = DRIVER_MODULES_ENABLED;
Dustin Brown550f6d22017-12-14 15:44:01 -08002808 hdd_info("Wlan transitioned (now ENABLED)");
Arun Khandavallifae92942016-08-01 13:31:08 +05302809 break;
Dustin Brown550f6d22017-12-14 15:44:01 -08002810
Arun Khandavallifae92942016-08-01 13:31:08 +05302811 default:
2812 hdd_err("WLAN start invoked in wrong state! :%d\n",
2813 hdd_ctx->driver_status);
Dustin Browndca39692017-11-09 15:30:25 -08002814 ret = -EINVAL;
Arun Khandavallifae92942016-08-01 13:31:08 +05302815 goto release_lock;
2816 }
Dustin Brown550f6d22017-12-14 15:44:01 -08002817
Arun Khandavallia172c3e2016-08-26 17:33:13 +05302818 hdd_ctx->start_modules_in_progress = false;
Paul Zhange03cf4c2018-01-19 18:33:22 +08002819 if (DRIVER_MODULES_ENABLED == hdd_ctx->driver_status) {
2820 ret = hdd_update_country_code(hdd_ctx);
2821 if (ret)
2822 hdd_err("Failed to update command line country code!");
2823 }
Arun Khandavallifae92942016-08-01 13:31:08 +05302824 mutex_unlock(&hdd_ctx->iface_change_lock);
Dustin Brown550f6d22017-12-14 15:44:01 -08002825
Dustin Browne74003f2018-03-14 12:51:58 -07002826 hdd_exit();
Dustin Brown550f6d22017-12-14 15:44:01 -08002827
Arun Khandavallifae92942016-08-01 13:31:08 +05302828 return 0;
2829
Rajeev Kumara3f672f2017-02-16 13:59:37 -08002830post_disable:
Rajeev Kumarbe021242017-02-16 16:12:23 -08002831 cds_post_disable();
Rajeev Kumara3f672f2017-02-16 13:59:37 -08002832
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -07002833cds_txrx_free:
Jingxiang Ge95912f82018-04-19 12:01:26 +08002834 tgt_hdl = wlan_psoc_get_tgt_if_handle(hdd_ctx->hdd_psoc);
2835
2836 if (tgt_hdl && target_psoc_get_wmi_ready(tgt_hdl)) {
2837 hdd_runtime_suspend_context_deinit(hdd_ctx);
2838 dispatcher_pdev_close(hdd_ctx->hdd_pdev);
2839 hdd_objmgr_release_and_destroy_pdev(hdd_ctx);
2840 }
2841
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -07002842 cds_dp_close(hdd_ctx->hdd_psoc);
Dustin Brown550f6d22017-12-14 15:44:01 -08002843
Arun Khandavallifae92942016-08-01 13:31:08 +05302844close:
Rajeev Kumara3f672f2017-02-16 13:59:37 -08002845 hdd_ctx->driver_status = DRIVER_MODULES_CLOSED;
Dustin Brown550f6d22017-12-14 15:44:01 -08002846 hdd_info("Wlan transition aborted (now CLOSED)");
2847
Jeff Johnsone4b14592017-09-13 14:23:33 -07002848 cds_close(hdd_ctx->hdd_psoc);
Arun Khandavallifae92942016-08-01 13:31:08 +05302849
Dustin Brown28b17892017-10-10 13:29:38 -07002850deinit_config:
2851 cds_deinit_ini_config();
2852
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -07002853cds_free:
Arun Khandavallifae92942016-08-01 13:31:08 +05302854 ol_cds_free();
2855
2856hif_close:
Jeff Johnson60dc2b12017-09-28 14:56:02 -07002857 hif_ctx = cds_get_context(QDF_MODULE_ID_HIF);
2858 hdd_hif_close(hdd_ctx, hif_ctx);
Arun Khandavallifae92942016-08-01 13:31:08 +05302859power_down:
2860 if (!reinit && !unint)
2861 pld_power_off(qdf_dev->dev);
2862release_lock:
Arun Khandavallia172c3e2016-08-26 17:33:13 +05302863 hdd_ctx->start_modules_in_progress = false;
Arun Khandavallifae92942016-08-01 13:31:08 +05302864 mutex_unlock(&hdd_ctx->iface_change_lock);
Dustin Brown4bc0a622017-12-06 15:56:50 -08002865
2866 /* many adapter resources are not freed by design in SSR case */
2867 if (!reinit)
2868 hdd_check_for_leaks();
Dustin Brown26b3d042017-12-21 11:13:27 -08002869 hdd_debug_domain_set(QDF_DEBUG_DOMAIN_INIT);
Dustin Brown4bc0a622017-12-06 15:56:50 -08002870
Dustin Browne74003f2018-03-14 12:51:58 -07002871 hdd_exit();
Rajeev Kumara3f672f2017-02-16 13:59:37 -08002872
Srinivas Girigowdabafb8b72017-10-11 17:52:32 -07002873 return ret;
Arun Khandavallifae92942016-08-01 13:31:08 +05302874}
2875
Naveen Rawat910726a2017-03-06 11:42:51 -08002876#ifdef WIFI_POS_CONVERGED
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002877static int hdd_activate_wifi_pos(struct hdd_context *hdd_ctx)
Naveen Rawat910726a2017-03-06 11:42:51 -08002878{
2879 int ret = os_if_wifi_pos_register_nl();
2880
2881 if (ret)
2882 hdd_err("os_if_wifi_pos_register_nl failed");
2883
2884 return ret;
2885}
2886
2887static int hdd_deactivate_wifi_pos(void)
2888{
2889 int ret = os_if_wifi_pos_deregister_nl();
2890
2891 if (ret)
2892 hdd_err("os_if_wifi_pos_deregister_nl failed");
2893
2894 return ret;
2895}
2896
2897/**
2898 * hdd_populate_wifi_pos_cfg - populates wifi_pos parameters
2899 * @hdd_ctx: hdd context
2900 *
2901 * Return: status of operation
2902 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002903static void hdd_populate_wifi_pos_cfg(struct hdd_context *hdd_ctx)
Naveen Rawat910726a2017-03-06 11:42:51 -08002904{
2905 struct wlan_objmgr_psoc *psoc = hdd_ctx->hdd_psoc;
2906 struct hdd_config *cfg = hdd_ctx->config;
2907
2908 wifi_pos_set_oem_target_type(psoc, hdd_ctx->target_type);
2909 wifi_pos_set_oem_fw_version(psoc, hdd_ctx->target_fw_version);
2910 wifi_pos_set_drv_ver_major(psoc, QWLAN_VERSION_MAJOR);
2911 wifi_pos_set_drv_ver_minor(psoc, QWLAN_VERSION_MINOR);
2912 wifi_pos_set_drv_ver_patch(psoc, QWLAN_VERSION_PATCH);
2913 wifi_pos_set_drv_ver_build(psoc, QWLAN_VERSION_BUILD);
2914 wifi_pos_set_dwell_time_min(psoc, cfg->nNeighborScanMinChanTime);
2915 wifi_pos_set_dwell_time_max(psoc, cfg->nNeighborScanMaxChanTime);
2916}
2917#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002918static int hdd_activate_wifi_pos(struct hdd_context *hdd_ctx)
Naveen Rawat910726a2017-03-06 11:42:51 -08002919{
2920 return oem_activate_service(hdd_ctx);
2921}
2922
2923static int hdd_deactivate_wifi_pos(void)
2924{
2925 return 0;
2926}
2927
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002928static void hdd_populate_wifi_pos_cfg(struct hdd_context *hdd_ctx)
Naveen Rawat910726a2017-03-06 11:42:51 -08002929{
2930}
2931#endif
2932
Arun Khandavallifae92942016-08-01 13:31:08 +05302933/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002934 * __hdd_open() - HDD Open function
2935 * @dev: Pointer to net_device structure
2936 *
2937 * This is called in response to ifconfig up
2938 *
2939 * Return: 0 for success; non-zero for failure
2940 */
2941static int __hdd_open(struct net_device *dev)
2942{
Jeff Johnson9d295242017-08-29 14:39:48 -07002943 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnsond49c4a12017-08-28 12:08:05 -07002944 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002945 int ret;
2946
Dustin Brownfdf17c12018-03-14 12:55:34 -07002947 hdd_enter_dev(dev);
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +05302948 MTRACE(qdf_trace(QDF_MODULE_ID_HDD, TRACE_CODE_HDD_OPEN_REQUEST,
Jeff Johnson1b780e42017-10-31 14:11:45 -07002949 adapter->session_id, adapter->device_mode));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002950
Ashish Kumar Dhanotiya15a7db52017-08-03 10:27:34 +05302951 /* Nothing to be done if device is unloading */
2952 if (cds_is_driver_unloading()) {
2953 hdd_err("Driver is unloading can not open the hdd");
2954 return -EBUSY;
2955 }
2956
Dustin Brown01847752017-10-25 13:56:27 -07002957 if (cds_is_driver_recovering()) {
2958 hdd_err("WLAN is currently recovering; Please try again.");
2959 return -EBUSY;
2960 }
2961
Sourav Mohapatra421d42b2017-12-29 16:33:23 +05302962 if (qdf_atomic_read(&hdd_ctx->con_mode_flag)) {
2963 hdd_err("con_mode_handler is in progress; Please try again.");
2964 return -EBUSY;
2965 }
Arunk Khandavalli16d84252017-06-21 15:26:29 +05302966
Sourav Mohapatra421d42b2017-12-29 16:33:23 +05302967 mutex_lock(&hdd_init_deinit_lock);
Hanumanth Reddy Pothula006f3832017-10-12 15:52:43 +05302968 hdd_start_driver_ops_timer(eHDD_DRV_OP_IFF_UP);
2969
Arunk Khandavalli16d84252017-06-21 15:26:29 +05302970 /*
2971 * This scenario can be hit in cases where in the wlan driver after
2972 * registering the netdevices and there is a failure in driver
2973 * initialization. So return error gracefully because the netdevices
2974 * will be de-registered as part of the load failure.
2975 */
2976
2977 if (!cds_is_driver_loaded()) {
2978 hdd_err("Failed to start the wlan driver!!");
2979 ret = -EIO;
2980 goto err_hdd_hdd_init_deinit_lock;
2981 }
Abhishek Singh23edd1c2016-05-05 11:56:06 +05302982
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08002983
Dustin Browne7e71d32018-05-11 16:00:08 -07002984 ret = hdd_wlan_start_modules(hdd_ctx, false);
Arun Khandavallifae92942016-08-01 13:31:08 +05302985 if (ret) {
2986 hdd_err("Failed to start WLAN modules return");
Arunk Khandavalli16d84252017-06-21 15:26:29 +05302987 goto err_hdd_hdd_init_deinit_lock;
Arun Khandavallifae92942016-08-01 13:31:08 +05302988 }
2989
2990
2991 if (!test_bit(SME_SESSION_OPENED, &adapter->event_flags)) {
2992 ret = hdd_start_adapter(adapter);
2993 if (ret) {
2994 hdd_err("Failed to start adapter :%d",
2995 adapter->device_mode);
Arunk Khandavalli16d84252017-06-21 15:26:29 +05302996 goto err_hdd_hdd_init_deinit_lock;
Arun Khandavallifae92942016-08-01 13:31:08 +05302997 }
2998 }
2999
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003000 set_bit(DEVICE_IFACE_OPENED, &adapter->event_flags);
3001 if (hdd_conn_is_connected(WLAN_HDD_GET_STATION_CTX_PTR(adapter))) {
Varun Reddy Yeturu8a5d3d42017-08-02 13:03:27 -07003002 hdd_debug("Enabling Tx Queues");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003003 /* Enable TX queues only when we are connected */
3004 wlan_hdd_netif_queue_control(adapter,
Arun Khandavallifae92942016-08-01 13:31:08 +05303005 WLAN_START_ALL_NETIF_QUEUE,
3006 WLAN_CONTROL_PATH);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003007 }
3008
Naveen Rawat286def52016-09-23 15:38:02 -07003009 /* Enable carrier and transmit queues for NDI */
3010 if (WLAN_HDD_IS_NDI(adapter)) {
Varun Reddy Yeturu8a5d3d42017-08-02 13:03:27 -07003011 hdd_debug("Enabling Tx Queues");
Naveen Rawat286def52016-09-23 15:38:02 -07003012 wlan_hdd_netif_queue_control(adapter,
3013 WLAN_START_ALL_NETIF_QUEUE_N_CARRIER,
3014 WLAN_CONTROL_PATH);
3015 }
3016
Naveen Rawat910726a2017-03-06 11:42:51 -08003017 hdd_populate_wifi_pos_cfg(hdd_ctx);
3018
Arunk Khandavalli16d84252017-06-21 15:26:29 +05303019err_hdd_hdd_init_deinit_lock:
Hanumanth Reddy Pothula006f3832017-10-12 15:52:43 +05303020 hdd_stop_driver_ops_timer();
Arunk Khandavalli16d84252017-06-21 15:26:29 +05303021 mutex_unlock(&hdd_init_deinit_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003022 return ret;
3023}
3024
Arun Khandavallifae92942016-08-01 13:31:08 +05303025
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003026/**
3027 * hdd_open() - Wrapper function for __hdd_open to protect it from SSR
3028 * @dev: Pointer to net_device structure
3029 *
3030 * This is called in response to ifconfig up
3031 *
3032 * Return: 0 for success; non-zero for failure
3033 */
Jeff Johnson590e2012016-10-05 16:16:24 -07003034static int hdd_open(struct net_device *dev)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003035{
3036 int ret;
3037
3038 cds_ssr_protect(__func__);
3039 ret = __hdd_open(dev);
3040 cds_ssr_unprotect(__func__);
3041
3042 return ret;
3043}
3044
3045/**
3046 * __hdd_stop() - HDD stop function
3047 * @dev: Pointer to net_device structure
3048 *
3049 * This is called in response to ifconfig down
3050 *
3051 * Return: 0 for success; non-zero for failure
3052 */
3053static int __hdd_stop(struct net_device *dev)
3054{
Jeff Johnson9d295242017-08-29 14:39:48 -07003055 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnsond49c4a12017-08-28 12:08:05 -07003056 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003057 int ret;
3058
Dustin Brownfdf17c12018-03-14 12:55:34 -07003059 hdd_enter_dev(dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003060
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +05303061 MTRACE(qdf_trace(QDF_MODULE_ID_HDD, TRACE_CODE_HDD_STOP_REQUEST,
Jeff Johnson1b780e42017-10-31 14:11:45 -07003062 adapter->session_id, adapter->device_mode));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003063
3064 ret = wlan_hdd_validate_context(hdd_ctx);
Hanumantha Reddy Pothula2db50ed2015-11-23 10:48:33 +05303065 if (0 != ret)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003066 return ret;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003067
3068 /* Nothing to be done if the interface is not opened */
3069 if (false == test_bit(DEVICE_IFACE_OPENED, &adapter->event_flags)) {
Jeff Johnson1346fab2016-08-15 13:09:42 -07003070 hdd_err("NETDEV Interface is not OPENED");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003071 return -ENODEV;
3072 }
3073
3074 /* Make sure the interface is marked as closed */
3075 clear_bit(DEVICE_IFACE_OPENED, &adapter->event_flags);
Mukul Sharmad16c2022017-07-25 18:56:12 +05303076
3077 hdd_debug("Disabling Auto Power save timer");
3078 sme_ps_disable_auto_ps_timer(
3079 WLAN_HDD_GET_HAL_CTX(adapter),
Jeff Johnson1b780e42017-10-31 14:11:45 -07003080 adapter->session_id);
Mukul Sharmad16c2022017-07-25 18:56:12 +05303081
3082 /*
3083 * Disable TX on the interface, after this hard_start_xmit() will not
3084 * be called on that interface
3085 */
Dustin Brown5e89ef82018-03-14 11:50:23 -07003086 hdd_info("Disabling queues, adapter device mode: %s(%d)",
Kabilan Kannan8dac3502017-10-30 12:40:27 -07003087 hdd_device_mode_to_string(adapter->device_mode),
3088 adapter->device_mode);
3089
Himanshu Agarwal865201d2017-04-12 15:45:31 +05303090 wlan_hdd_netif_queue_control(adapter,
3091 WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
3092 WLAN_CONTROL_PATH);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003093
3094 /*
Naveen Rawat286def52016-09-23 15:38:02 -07003095 * NAN data interface is different in some sense. The traffic on NDI is
3096 * bursty in nature and depends on the need to transfer. The service
3097 * layer may down the interface after the usage and up again when
3098 * required. In some sense, the NDI is expected to be available
3099 * (like SAP) iface until NDI delete request is issued by the service
3100 * layer. Skip BSS termination and adapter deletion for NAN Data
3101 * interface (NDI).
3102 */
3103 if (WLAN_HDD_IS_NDI(adapter))
3104 return 0;
3105
3106 /*
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003107 * The interface is marked as down for outside world (aka kernel)
3108 * But the driver is pretty much alive inside. The driver needs to
3109 * tear down the existing connection on the netdev (session)
3110 * cleanup the data pipes and wait until the control plane is stabilized
3111 * for this interface. The call also needs to wait until the above
3112 * mentioned actions are completed before returning to the caller.
Srinivas Girigowdab841da72017-03-25 18:04:39 -07003113 * Notice that hdd_stop_adapter is requested not to close the session
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003114 * That is intentional to be able to scan if it is a STA/P2P interface
3115 */
Dustin Browndb2a8be2017-12-20 11:49:56 -08003116 hdd_stop_adapter(hdd_ctx, adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003117
3118 /* DeInit the adapter. This ensures datapath cleanup as well */
3119 hdd_deinit_adapter(hdd_ctx, adapter, true);
3120
Arun Khandavallifae92942016-08-01 13:31:08 +05303121
3122 /*
Hanumanth Reddy Pothula3862ca92018-01-12 16:44:10 +05303123 * Upon wifi turn off, DUT has to flush the scan results so if
3124 * this is the last cli iface, flush the scan database.
3125 */
3126 if (!hdd_is_cli_iface_up(hdd_ctx))
3127 sme_scan_flush_result(hdd_ctx->hHal);
3128
3129 /*
Arun Khandavallifae92942016-08-01 13:31:08 +05303130 * Find if any iface is up. If any iface is up then can't put device to
3131 * sleep/power save mode
3132 */
Ashish Kumar Dhanotiya486c13a2017-03-03 12:57:56 +05303133 if (hdd_check_for_opened_interfaces(hdd_ctx)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003134 hdd_debug("Closing all modules from the hdd_stop");
Dustin Brown6f427922017-09-19 12:19:00 -07003135 qdf_sched_delayed_work(&hdd_ctx->iface_idle_work,
3136 hdd_ctx->config->iface_change_wait_time);
Mukul Sharma07bd8752017-10-10 16:58:14 +05303137 hdd_prevent_suspend_timeout(
3138 hdd_ctx->config->iface_change_wait_time,
3139 WIFI_POWER_EVENT_WAKELOCK_IFACE_CHANGE_TIMER);
Arun Khandavallifae92942016-08-01 13:31:08 +05303140 }
3141
Dustin Browne74003f2018-03-14 12:51:58 -07003142 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003143 return 0;
3144}
3145
3146/**
3147 * hdd_stop() - Wrapper function for __hdd_stop to protect it from SSR
3148 * @dev: pointer to net_device structure
3149 *
3150 * This is called in response to ifconfig down
3151 *
3152 * Return: 0 for success and error number for failure
3153 */
Jeff Johnson590e2012016-10-05 16:16:24 -07003154static int hdd_stop(struct net_device *dev)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003155{
3156 int ret;
3157
3158 cds_ssr_protect(__func__);
3159 ret = __hdd_stop(dev);
3160 cds_ssr_unprotect(__func__);
3161
3162 return ret;
3163}
3164
3165/**
3166 * __hdd_uninit() - HDD uninit function
3167 * @dev: Pointer to net_device structure
3168 *
3169 * This is called during the netdev unregister to uninitialize all data
3170 * associated with the device
3171 *
3172 * Return: None
3173 */
3174static void __hdd_uninit(struct net_device *dev)
3175{
Jeff Johnson9d295242017-08-29 14:39:48 -07003176 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnson399c6272017-08-30 10:51:00 -07003177 struct hdd_context *hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003178
Dustin Brownfdf17c12018-03-14 12:55:34 -07003179 hdd_enter_dev(dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003180
3181 do {
3182 if (WLAN_HDD_ADAPTER_MAGIC != adapter->magic) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003183 hdd_err("Invalid magic");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003184 break;
3185 }
3186
Jeff Johnson399c6272017-08-30 10:51:00 -07003187 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
3188 if (!hdd_ctx) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003189 hdd_err("NULL hdd_ctx");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003190 break;
3191 }
3192
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003193 if (dev != adapter->dev)
3194 hdd_err("Invalid device reference");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003195
Jeff Johnson399c6272017-08-30 10:51:00 -07003196 hdd_deinit_adapter(hdd_ctx, adapter, true);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003197
3198 /* after uninit our adapter structure will no longer be valid */
3199 adapter->dev = NULL;
3200 adapter->magic = 0;
3201 } while (0);
3202
Dustin Browne74003f2018-03-14 12:51:58 -07003203 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003204}
3205
3206/**
3207 * hdd_uninit() - Wrapper function to protect __hdd_uninit from SSR
3208 * @dev: pointer to net_device structure
3209 *
3210 * This is called during the netdev unregister to uninitialize all data
3211 * associated with the device
3212 *
3213 * Return: none
3214 */
3215static void hdd_uninit(struct net_device *dev)
3216{
3217 cds_ssr_protect(__func__);
3218 __hdd_uninit(dev);
3219 cds_ssr_unprotect(__func__);
3220}
3221
Rajeev Kumar8e3e2832015-11-06 16:02:54 -08003222static int hdd_open_cesium_nl_sock(void)
3223{
3224#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 6, 0))
3225 struct netlink_kernel_cfg cfg = {
3226 .groups = WLAN_NLINK_MCAST_GRP_ID,
3227 .input = NULL
3228 };
3229#endif
3230 int ret = 0;
3231
3232#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 6, 0))
3233 cesium_nl_srv_sock = netlink_kernel_create(&init_net, WLAN_NLINK_CESIUM,
3234#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 7, 0))
3235 THIS_MODULE,
3236#endif
3237 &cfg);
3238#else
3239 cesium_nl_srv_sock = netlink_kernel_create(&init_net, WLAN_NLINK_CESIUM,
3240 WLAN_NLINK_MCAST_GRP_ID,
3241 NULL, NULL, THIS_MODULE);
3242#endif
3243
3244 if (cesium_nl_srv_sock == NULL) {
Jeff Johnson1346fab2016-08-15 13:09:42 -07003245 hdd_err("NLINK: cesium netlink_kernel_create failed");
Rajeev Kumar8e3e2832015-11-06 16:02:54 -08003246 ret = -ECONNREFUSED;
3247 }
3248
3249 return ret;
3250}
3251
3252static void hdd_close_cesium_nl_sock(void)
3253{
3254 if (NULL != cesium_nl_srv_sock) {
3255 netlink_kernel_release(cesium_nl_srv_sock);
3256 cesium_nl_srv_sock = NULL;
3257 }
3258}
3259
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003260/**
3261 * __hdd_set_mac_address() - set the user specified mac address
3262 * @dev: Pointer to the net device.
3263 * @addr: Pointer to the sockaddr.
3264 *
3265 * This function sets the user specified mac address using
Jeff Johnson06095fb2018-05-06 16:16:42 -07003266 * the command ifconfig wlanX hw ether <mac address>.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003267 *
3268 * Return: 0 for success, non zero for failure
3269 */
3270static int __hdd_set_mac_address(struct net_device *dev, void *addr)
3271{
Jeff Johnson9d295242017-08-29 14:39:48 -07003272 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnsond49c4a12017-08-28 12:08:05 -07003273 struct hdd_context *hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003274 struct sockaddr *psta_mac_addr = addr;
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05303275 QDF_STATUS qdf_ret_status = QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003276 int ret;
Ashish Kumar Dhanotiyaaa0ca602018-02-21 17:42:55 +05303277 struct qdf_mac_addr mac_addr;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003278
Dustin Brownfdf17c12018-03-14 12:55:34 -07003279 hdd_enter_dev(dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003280
Hanumanth Reddy Pothula5c7a7812018-03-09 12:55:32 +05303281 if (netif_running(dev)) {
3282 hdd_err("On iface up, set mac address change isn't supported");
3283 return -EBUSY;
3284 }
3285
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003286 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
3287 ret = wlan_hdd_validate_context(hdd_ctx);
3288 if (0 != ret)
3289 return ret;
3290
Ashish Kumar Dhanotiyaaa0ca602018-02-21 17:42:55 +05303291 qdf_mem_copy(&mac_addr, psta_mac_addr->sa_data, sizeof(mac_addr));
3292
Ashish Kumar Dhanotiyaf974f332018-04-19 16:03:15 +05303293 if (hdd_get_adapter_by_macaddr(hdd_ctx, mac_addr.bytes)) {
3294 hdd_err("adapter exist with same mac address " MAC_ADDRESS_STR,
3295 MAC_ADDR_ARRAY(mac_addr.bytes));
3296 return -EINVAL;
3297 }
3298
Ashish Kumar Dhanotiyaaa0ca602018-02-21 17:42:55 +05303299 if (qdf_is_macaddr_zero(&mac_addr)) {
3300 hdd_err("MAC is all zero");
3301 return -EINVAL;
3302 }
3303
3304 if (qdf_is_macaddr_broadcast(&mac_addr)) {
3305 hdd_err("MAC is Broadcast");
3306 return -EINVAL;
3307 }
3308
3309 if (ETHER_IS_MULTICAST(psta_mac_addr->sa_data)) {
3310 hdd_err("MAC is Multicast");
3311 return -EINVAL;
3312 }
Ashish Kumar Dhanotiya8bfef122018-04-18 16:48:27 +05303313 hdd_info("Changing MAC to " MAC_ADDRESS_STR " of the interface %s ",
3314 MAC_ADDR_ARRAY(mac_addr.bytes), dev->name);
Ashish Kumar Dhanotiyaaa0ca602018-02-21 17:42:55 +05303315
Jeff Johnson1e851a12017-10-28 14:36:12 -07003316 memcpy(&adapter->mac_addr, psta_mac_addr->sa_data, ETH_ALEN);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003317 memcpy(dev->dev_addr, psta_mac_addr->sa_data, ETH_ALEN);
3318
Dustin Browne74003f2018-03-14 12:51:58 -07003319 hdd_exit();
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05303320 return qdf_ret_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003321}
3322
3323/**
3324 * hdd_set_mac_address() - Wrapper function to protect __hdd_set_mac_address()
3325 * function from SSR
3326 * @dev: pointer to net_device structure
3327 * @addr: Pointer to the sockaddr
3328 *
3329 * This function sets the user specified mac address using
Jeff Johnson06095fb2018-05-06 16:16:42 -07003330 * the command ifconfig wlanX hw ether <mac address>.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003331 *
3332 * Return: 0 for success.
3333 */
3334static int hdd_set_mac_address(struct net_device *dev, void *addr)
3335{
3336 int ret;
3337
3338 cds_ssr_protect(__func__);
3339 ret = __hdd_set_mac_address(dev, addr);
3340 cds_ssr_unprotect(__func__);
3341
3342 return ret;
3343}
3344
Jeff Johnsond49c4a12017-08-28 12:08:05 -07003345uint8_t *wlan_hdd_get_intf_addr(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003346{
3347 int i;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07003348
Anurag Chouhan6d760662016-02-20 16:05:43 +05303349 for (i = 0; i < QDF_MAX_CONCURRENCY_PERSONA; i++) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003350 if (0 == ((hdd_ctx->config->intfAddrMask) & (1 << i)))
3351 break;
3352 }
3353
Anurag Chouhan6d760662016-02-20 16:05:43 +05303354 if (QDF_MAX_CONCURRENCY_PERSONA == i)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003355 return NULL;
3356
3357 hdd_ctx->config->intfAddrMask |= (1 << i);
3358 return &hdd_ctx->config->intfMacAddr[i].bytes[0];
3359}
3360
Jeff Johnson6dff3ee2017-10-06 14:58:57 -07003361void wlan_hdd_release_intf_addr(struct hdd_context *hdd_ctx,
3362 uint8_t *releaseAddr)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003363{
3364 int i;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07003365
Anurag Chouhan6d760662016-02-20 16:05:43 +05303366 for (i = 0; i < QDF_MAX_CONCURRENCY_PERSONA; i++) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003367 if (!memcmp(releaseAddr,
3368 &hdd_ctx->config->intfMacAddr[i].bytes[0],
3369 6)) {
3370 hdd_ctx->config->intfAddrMask &= ~(1 << i);
3371 break;
3372 }
3373 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003374}
3375
3376#ifdef WLAN_FEATURE_PACKET_FILTERING
3377/**
3378 * __hdd_set_multicast_list() - set the multicast address list
3379 * @dev: Pointer to the WLAN device.
3380 * @skb: Pointer to OS packet (sk_buff).
3381 *
3382 * This funciton sets the multicast address list.
3383 *
3384 * Return: None
3385 */
3386static void __hdd_set_multicast_list(struct net_device *dev)
3387{
Jeff Johnson9d295242017-08-29 14:39:48 -07003388 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003389 int i = 0, status;
3390 struct netdev_hw_addr *ha;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07003391 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303392 struct pmo_mc_addr_list_params *mc_list_request = NULL;
3393 struct wlan_objmgr_psoc *psoc = hdd_ctx->hdd_psoc;
3394 int mc_count = 0;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003395
Dustin Brownfdf17c12018-03-14 12:55:34 -07003396 hdd_enter_dev(dev);
Anurag Chouhan6d760662016-02-20 16:05:43 +05303397 if (QDF_GLOBAL_FTM_MODE == hdd_get_conparam())
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303398 goto out;
Mukul Sharma51c44942015-10-30 19:30:19 +05303399
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003400 status = wlan_hdd_validate_context(hdd_ctx);
Hanumantha Reddy Pothula2db50ed2015-11-23 10:48:33 +05303401 if (0 != status)
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303402 goto out;
3403
Dustin Brownc788acb2017-08-01 17:43:51 -07003404 status = hdd_validate_adapter(adapter);
3405 if (status)
3406 goto out;
3407
Arunk Khandavalli6a227882017-12-12 19:31:08 +05303408 if (hdd_ctx->driver_status == DRIVER_MODULES_CLOSED) {
3409 hdd_err("%s: Driver module is closed", __func__);
3410 return;
3411 }
3412
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303413 mc_list_request = qdf_mem_malloc(sizeof(*mc_list_request));
3414 if (!mc_list_request) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003415 hdd_err("Cannot allocate mc_list_request");
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303416 goto out;
3417 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003418
Hanumanth Reddy Pothulaca84ec52017-02-21 12:09:45 +05303419 /* Delete already configured multicast address list */
3420 if (adapter->mc_addr_list.mc_cnt > 0) {
3421 hdd_info("clear previously configured MC address list");
3422 hdd_disable_and_flush_mc_addr_list(adapter,
3423 pmo_mc_list_change_notify);
3424 }
3425
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003426 if (dev->flags & IFF_ALLMULTI) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003427 hdd_debug("allow all multicast frames");
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303428 hdd_disable_and_flush_mc_addr_list(adapter,
3429 pmo_mc_list_change_notify);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003430 } else {
3431 mc_count = netdev_mc_count(dev);
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303432 if (mc_count > pmo_ucfg_max_mc_addr_supported(psoc)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003433 hdd_debug("Exceeded max MC filter addresses (%d). Allowing all MC frames by disabling MC address filtering",
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303434 pmo_ucfg_max_mc_addr_supported(psoc));
3435 hdd_disable_and_flush_mc_addr_list(adapter,
3436 pmo_mc_list_change_notify);
3437 goto out;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003438 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003439 netdev_for_each_mc_addr(ha, dev) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003440 hdd_debug("ha_addr[%d] "MAC_ADDRESS_STR,
Sachin Ahujaa69c72a2016-09-03 15:59:33 +05303441 i, MAC_ADDR_ARRAY(ha->addr));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003442 if (i == mc_count)
3443 break;
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303444 memset(&(mc_list_request->mc_addr[i].bytes),
3445 0, ETH_ALEN);
3446 memcpy(&(mc_list_request->mc_addr[i].bytes),
3447 ha->addr, ETH_ALEN);
3448 hdd_info("mlist[%d] = %pM", i,
3449 mc_list_request->mc_addr[i].bytes);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003450 i++;
3451 }
3452 }
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303453
3454 mc_list_request->psoc = psoc;
Jeff Johnson1b780e42017-10-31 14:11:45 -07003455 mc_list_request->vdev_id = adapter->session_id;
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303456 mc_list_request->count = mc_count;
3457 status = hdd_cache_mc_addr_list(mc_list_request);
3458 if (status == 0) {
3459 hdd_enable_mc_addr_filtering(adapter,
3460 pmo_mc_list_change_notify);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003461 } else {
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303462 hdd_err("error while caching mc list");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003463 }
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303464out:
3465 if (mc_list_request)
3466 qdf_mem_free(mc_list_request);
Dustin Browne74003f2018-03-14 12:51:58 -07003467 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003468}
3469
Mukul Sharmaff2ac2e2017-01-16 15:51:29 +05303470
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003471/**
3472 * hdd_set_multicast_list() - SSR wrapper function for __hdd_set_multicast_list
3473 * @dev: pointer to net_device
3474 *
3475 * Return: none
3476 */
3477static void hdd_set_multicast_list(struct net_device *dev)
3478{
3479 cds_ssr_protect(__func__);
3480 __hdd_set_multicast_list(dev);
3481 cds_ssr_unprotect(__func__);
3482}
3483#endif
3484
3485/**
3486 * hdd_select_queue() - used by Linux OS to decide which queue to use first
3487 * @dev: Pointer to the WLAN device.
3488 * @skb: Pointer to OS packet (sk_buff).
3489 *
3490 * This function is registered with the Linux OS for network
3491 * core to decide which queue to use first.
3492 *
3493 * Return: ac, Queue Index/access category corresponding to UP in IP header
3494 */
3495static uint16_t hdd_select_queue(struct net_device *dev, struct sk_buff *skb
3496#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0))
3497 , void *accel_priv
3498#endif
3499#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0))
3500 , select_queue_fallback_t fallback
3501#endif
3502)
3503{
3504 return hdd_wmm_select_queue(dev, skb);
3505}
3506
Srinivas Girigowdab841da72017-03-25 18:04:39 -07003507static const struct net_device_ops wlan_drv_ops = {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003508 .ndo_open = hdd_open,
3509 .ndo_stop = hdd_stop,
3510 .ndo_uninit = hdd_uninit,
3511 .ndo_start_xmit = hdd_hard_start_xmit,
3512 .ndo_tx_timeout = hdd_tx_timeout,
3513 .ndo_get_stats = hdd_get_stats,
3514 .ndo_do_ioctl = hdd_ioctl,
3515 .ndo_set_mac_address = hdd_set_mac_address,
3516 .ndo_select_queue = hdd_select_queue,
3517#ifdef WLAN_FEATURE_PACKET_FILTERING
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003518 .ndo_set_rx_mode = hdd_set_multicast_list,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003519#endif
3520};
3521
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07003522/* Monitor mode net_device_ops, doesnot Tx and most of operations. */
Srinivas Girigowdab841da72017-03-25 18:04:39 -07003523static const struct net_device_ops wlan_mon_drv_ops = {
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07003524 .ndo_open = hdd_mon_open,
3525 .ndo_stop = hdd_stop,
3526 .ndo_get_stats = hdd_get_stats,
3527};
3528
3529/**
3530 * hdd_set_station_ops() - update net_device ops for monitor mode
Jeff Johnson5505db82017-11-02 21:19:23 -07003531 * @dev: Handle to struct net_device to be updated.
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07003532 * Return: None
3533 */
Jeff Johnson5505db82017-11-02 21:19:23 -07003534void hdd_set_station_ops(struct net_device *dev)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003535{
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07003536 if (QDF_GLOBAL_MONITOR_MODE == cds_get_conparam())
Jeff Johnson5505db82017-11-02 21:19:23 -07003537 dev->netdev_ops = &wlan_mon_drv_ops;
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07003538 else
Jeff Johnson5505db82017-11-02 21:19:23 -07003539 dev->netdev_ops = &wlan_drv_ops;
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07003540}
3541
3542/**
Ryan Hsu07495ea2016-01-21 15:25:39 -08003543 * hdd_alloc_station_adapter() - allocate the station hdd adapter
3544 * @hdd_ctx: global hdd context
3545 * @macAddr: mac address to assign to the interface
3546 * @name: User-visible name of the interface
3547 *
3548 * hdd adapter pointer would point to the netdev->priv space, this function
Jeff Johnson62018292018-05-06 16:18:35 -07003549 * would retrieve the pointer, and setup the hdd adapter configuration.
Ryan Hsu07495ea2016-01-21 15:25:39 -08003550 *
3551 * Return: the pointer to hdd adapter, otherwise NULL
3552 */
Jeff Johnson9d295242017-08-29 14:39:48 -07003553static struct hdd_adapter *hdd_alloc_station_adapter(struct hdd_context *hdd_ctx,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003554 tSirMacAddr macAddr,
Ryan Hsu07495ea2016-01-21 15:25:39 -08003555 unsigned char name_assign_type,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003556 const char *name)
3557{
Jeff Johnson5505db82017-11-02 21:19:23 -07003558 struct net_device *dev = NULL;
Jeff Johnson9d295242017-08-29 14:39:48 -07003559 struct hdd_adapter *adapter = NULL;
Jeff Johnson40dae4e2017-08-29 14:00:25 -07003560 struct hdd_station_ctx *sta_ctx;
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303561 QDF_STATUS qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003562 /*
3563 * cfg80211 initialization and registration....
3564 */
Jeff Johnson5505db82017-11-02 21:19:23 -07003565 dev = alloc_netdev_mq(sizeof(struct hdd_adapter), name,
Ryan Hsu07495ea2016-01-21 15:25:39 -08003566#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 17, 0)) || defined(WITH_BACKPORTS)
3567 name_assign_type,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003568#endif
Manjunathappa Prakash59f861d2016-04-21 10:33:31 -07003569 (QDF_GLOBAL_MONITOR_MODE == cds_get_conparam() ?
3570 hdd_mon_mode_ether_setup : ether_setup),
3571 NUM_TX_QUEUES);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003572
Jeff Johnson5505db82017-11-02 21:19:23 -07003573 if (dev != NULL) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003574
3575 /* Save the pointer to the net_device in the HDD adapter */
Jeff Johnson5505db82017-11-02 21:19:23 -07003576 adapter = (struct hdd_adapter *) netdev_priv(dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003577
Jeff Johnson9d295242017-08-29 14:39:48 -07003578 qdf_mem_zero(adapter, sizeof(struct hdd_adapter));
Jeff Johnsonb9424862017-10-30 08:49:35 -07003579 sta_ctx = &adapter->session.station;
Hanumanth Reddy Pothula18553ae2017-04-28 15:03:10 +05303580 qdf_mem_set(sta_ctx->conn_info.staId,
3581 sizeof(sta_ctx->conn_info.staId),
3582 HDD_WLAN_INVALID_STA_ID);
Jeff Johnson5505db82017-11-02 21:19:23 -07003583 adapter->dev = dev;
Jeff Johnsondba0db62017-08-30 11:12:39 -07003584 adapter->hdd_ctx = hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003585 adapter->magic = WLAN_HDD_ADAPTER_MAGIC;
Jeff Johnson1b780e42017-10-31 14:11:45 -07003586 adapter->session_id = HDD_SESSION_ID_INVALID;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003587
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303588 qdf_status = qdf_event_create(
3589 &adapter->qdf_session_open_event);
3590 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
3591 hdd_err("Session open QDF event init failed!");
3592 free_netdev(adapter->dev);
3593 return NULL;
3594 }
3595
3596 qdf_status = qdf_event_create(
3597 &adapter->qdf_session_close_event);
3598 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
3599 hdd_err("Session close QDF event init failed!");
3600 free_netdev(adapter->dev);
3601 return NULL;
3602 }
3603
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003604 init_completion(&adapter->disconnect_comp_var);
Abhishek Singh533c9da2017-05-04 10:23:34 +05303605 init_completion(&adapter->roaming_comp_var);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003606 init_completion(&adapter->linkup_event_var);
3607 init_completion(&adapter->cancel_rem_on_chan_var);
3608 init_completion(&adapter->rem_on_chan_ready_event);
3609 init_completion(&adapter->sta_authorized_event);
3610 init_completion(&adapter->offchannel_tx_event);
3611 init_completion(&adapter->tx_action_cnf_event);
Rajeev Kumar8e3e2832015-11-06 16:02:54 -08003612 init_completion(&adapter->ibss_peer_info_comp);
Sreelakshmi Konamki88a2a412017-04-14 15:11:55 +05303613 init_completion(&adapter->lfr_fw_status.disable_lfr_event);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003614
3615 adapter->offloads_configured = false;
Jeff Johnsonc72c5732017-10-28 12:49:37 -07003616 adapter->is_link_up_service_needed = false;
Alok Kumarb64650c2018-03-23 17:05:11 +05303617 adapter->disconnection_in_progress = false;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003618 /* Init the net_device structure */
Jeff Johnson5505db82017-11-02 21:19:23 -07003619 strlcpy(dev->name, name, IFNAMSIZ);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003620
Jeff Johnson5505db82017-11-02 21:19:23 -07003621 qdf_mem_copy(dev->dev_addr, (void *)macAddr,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003622 sizeof(tSirMacAddr));
Jeff Johnson1e851a12017-10-28 14:36:12 -07003623 qdf_mem_copy(adapter->mac_addr.bytes, macAddr,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003624 sizeof(tSirMacAddr));
Jeff Johnson5505db82017-11-02 21:19:23 -07003625 dev->watchdog_timeo = HDD_TX_TIMEOUT;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003626
3627 if (hdd_ctx->config->enable_ip_tcp_udp_checksum_offload)
Jeff Johnson5505db82017-11-02 21:19:23 -07003628 dev->features |=
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003629 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;
Jeff Johnson5505db82017-11-02 21:19:23 -07003630 dev->features |= NETIF_F_RXCSUM;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003631
Jeff Johnson5505db82017-11-02 21:19:23 -07003632 hdd_set_tso_flags(hdd_ctx, dev);
Dhanashri Atre83d373d2015-07-28 16:45:59 -07003633
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003634 hdd_set_station_ops(adapter->dev);
3635
Jeff Johnson5505db82017-11-02 21:19:23 -07003636 hdd_dev_setup_destructor(dev);
3637 dev->ieee80211_ptr = &adapter->wdev;
3638 dev->tx_queue_len = HDD_NETDEV_TX_QUEUE_LEN;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003639 adapter->wdev.wiphy = hdd_ctx->wiphy;
Jeff Johnson5505db82017-11-02 21:19:23 -07003640 adapter->wdev.netdev = dev;
3641 /* set dev's parent to underlying device */
3642 SET_NETDEV_DEV(dev, hdd_ctx->parent_dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003643 hdd_wmm_init(adapter);
3644 spin_lock_init(&adapter->pause_map_lock);
Nirav Shah617cff92016-04-25 10:24:24 +05303645 adapter->start_time = adapter->last_time = qdf_system_ticks();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003646 }
3647
3648 return adapter;
3649}
3650
Jeff Johnson9d295242017-08-29 14:39:48 -07003651static QDF_STATUS hdd_register_interface(struct hdd_adapter *adapter, bool rtnl_held)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003652{
Mahesh Kumar Kalikot Veetilaff94862017-07-28 11:06:19 -07003653 struct net_device *dev = adapter->dev;
3654 int ret;
3655
Dustin Brown491d54b2018-03-14 12:39:11 -07003656 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003657
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08003658 if (rtnl_held) {
Mahesh Kumar Kalikot Veetilaff94862017-07-28 11:06:19 -07003659 if (strnchr(dev->name, IFNAMSIZ - 1, '%')) {
3660
3661 ret = dev_alloc_name(dev, dev->name);
3662 if (ret < 0) {
3663 hdd_err(
3664 "unable to get dev name: %s, err = 0x%x",
3665 dev->name, ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05303666 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003667 }
3668 }
Mahesh Kumar Kalikot Veetilaff94862017-07-28 11:06:19 -07003669
3670 ret = register_netdevice(dev);
3671 if (ret) {
3672 hdd_err("register_netdevice(%s) failed, err = 0x%x",
3673 dev->name, ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05303674 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003675 }
3676 } else {
Mahesh Kumar Kalikot Veetilaff94862017-07-28 11:06:19 -07003677 ret = register_netdev(dev);
3678 if (ret) {
3679 hdd_err("register_netdev(%s) failed, err = 0x%x",
3680 dev->name, ret);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05303681 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003682 }
3683 }
3684 set_bit(NET_DEVICE_REGISTERED, &adapter->event_flags);
3685
Dustin Browne74003f2018-03-14 12:51:58 -07003686 hdd_exit();
Mahesh Kumar Kalikot Veetilaff94862017-07-28 11:06:19 -07003687
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05303688 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003689}
3690
Krunal Sonib51eec72017-11-20 21:53:01 -08003691QDF_STATUS hdd_sme_open_session_callback(uint8_t session_id)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003692{
Krunal Sonib51eec72017-11-20 21:53:01 -08003693 struct hdd_adapter *adapter;
3694 struct hdd_context *hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003695
Krunal Sonib51eec72017-11-20 21:53:01 -08003696 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
3697 if (!hdd_ctx) {
3698 hdd_err("Invalid HDD_CTX");
3699 return QDF_STATUS_E_FAILURE;
3700 }
3701
3702 adapter = hdd_get_adapter_by_sme_session_id(hdd_ctx, session_id);
3703 if (NULL == adapter) {
3704 hdd_err("NULL adapter");
3705 return QDF_STATUS_E_INVAL;
3706 }
3707 set_bit(SME_SESSION_OPENED, &adapter->event_flags);
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303708 qdf_event_set(&adapter->qdf_session_open_event);
Krunal Sonib51eec72017-11-20 21:53:01 -08003709 hdd_debug("session %d opened", adapter->session_id);
3710
3711 return QDF_STATUS_SUCCESS;
3712}
3713
3714QDF_STATUS hdd_sme_close_session_callback(uint8_t session_id)
3715{
3716 struct hdd_adapter *adapter;
3717 struct hdd_context *hdd_ctx;
3718
3719 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
3720 if (!hdd_ctx) {
3721 hdd_err("Invalid HDD_CTX");
3722 return QDF_STATUS_E_FAILURE;
3723 }
3724
3725 adapter = hdd_get_adapter_by_sme_session_id(hdd_ctx, session_id);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003726 if (NULL == adapter) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003727 hdd_err("NULL adapter");
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05303728 return QDF_STATUS_E_INVAL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003729 }
3730
3731 if (WLAN_HDD_ADAPTER_MAGIC != adapter->magic) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08003732 hdd_err("Invalid magic");
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05303733 return QDF_STATUS_NOT_INITIALIZED;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003734 }
3735
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07003736 /*
3737 * For NAN Data interface, the close session results in the final
3738 * indication to the userspace
3739 */
Rakesh Sunki3480f962016-08-29 17:29:53 -07003740 if (adapter->device_mode == QDF_NDI_MODE)
3741 hdd_ndp_session_end_handler(adapter);
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07003742
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003743 clear_bit(SME_SESSION_OPENED, &adapter->event_flags);
3744
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003745 /*
3746 * We can be blocked while waiting for scheduled work to be
3747 * flushed, and the adapter structure can potentially be freed, in
3748 * which case the magic will have been reset. So make sure the
3749 * magic is still good, and hence the adapter structure is still
3750 * valid, before signaling completion
3751 */
3752 if (WLAN_HDD_ADAPTER_MAGIC == adapter->magic)
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303753 qdf_event_set(&adapter->qdf_session_close_event);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003754
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05303755 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003756}
3757
Jeff Johnson9d295242017-08-29 14:39:48 -07003758int hdd_vdev_ready(struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003759{
Dustin Brownd28772b2017-03-17 14:16:07 -07003760 QDF_STATUS status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003761
Dustin Brownd28772b2017-03-17 14:16:07 -07003762 status = pmo_vdev_ready(adapter->hdd_vdev);
Dustin Brown8d8d9fe2017-07-18 16:01:25 -07003763 if (QDF_IS_STATUS_ERROR(status))
3764 return qdf_status_to_os_return(status);
3765
Kiran Kumar Lokere3beeb952017-05-02 18:40:24 -07003766 status = ucfg_reg_11d_vdev_created_update(adapter->hdd_vdev);
Dustin Brown8d8d9fe2017-07-18 16:01:25 -07003767 if (QDF_IS_STATUS_ERROR(status))
3768 return qdf_status_to_os_return(status);
3769
3770 if (wma_capability_enhanced_mcast_filter())
3771 status = pmo_ucfg_enhanced_mc_filter_enable(adapter->hdd_vdev);
3772 else
3773 status = pmo_ucfg_enhanced_mc_filter_disable(adapter->hdd_vdev);
Dustin Brownd28772b2017-03-17 14:16:07 -07003774
3775 return qdf_status_to_os_return(status);
3776}
3777
Jeff Johnson9d295242017-08-29 14:39:48 -07003778int hdd_vdev_destroy(struct hdd_adapter *adapter)
Dustin Brownd28772b2017-03-17 14:16:07 -07003779{
3780 QDF_STATUS status;
Jiachao Wu2c42c222018-01-15 18:13:19 +08003781 int errno = 0;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07003782 struct hdd_context *hdd_ctx;
Rajeev Kumar6e0cbff2017-12-01 18:14:30 -08003783 uint8_t vdev_id;
Dustin Brownd28772b2017-03-17 14:16:07 -07003784
Rajeev Kumar6e0cbff2017-12-01 18:14:30 -08003785 vdev_id = adapter->session_id;
3786 hdd_info("destroying vdev %d", vdev_id);
Dustin Brownd28772b2017-03-17 14:16:07 -07003787
3788 /* vdev created sanity check */
3789 if (!test_bit(SME_SESSION_OPENED, &adapter->event_flags)) {
Jeff Johnson1b780e42017-10-31 14:11:45 -07003790 hdd_err("vdev for Id %d does not exist", adapter->session_id);
Dustin Brownd28772b2017-03-17 14:16:07 -07003791 return -EINVAL;
3792 }
Kiran Kumar Lokere3beeb952017-05-02 18:40:24 -07003793 status = ucfg_reg_11d_vdev_delete_update(adapter->hdd_vdev);
Yue Maf9782842017-05-08 12:49:49 -07003794
Dustin Brownd28772b2017-03-17 14:16:07 -07003795 /* close sme session (destroy vdev in firmware via legacy API) */
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303796 qdf_event_reset(&adapter->qdf_session_close_event);
Dustin Brownd28772b2017-03-17 14:16:07 -07003797 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Krunal Sonib51eec72017-11-20 21:53:01 -08003798 status = sme_close_session(hdd_ctx->hHal, adapter->session_id);
Dustin Brownd28772b2017-03-17 14:16:07 -07003799 if (QDF_IS_STATUS_ERROR(status)) {
3800 hdd_err("failed to close sme session: %d", status);
Jiachao Wu2c42c222018-01-15 18:13:19 +08003801 errno = qdf_status_to_os_return(status);
3802 goto release_vdev;
Dustin Brownd28772b2017-03-17 14:16:07 -07003803 }
3804
3805 /* block on a completion variable until sme session is closed */
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303806 status = qdf_wait_for_event_completion(
3807 &adapter->qdf_session_close_event,
3808 WLAN_WAIT_TIME_SESSIONOPENCLOSE);
3809 if (QDF_STATUS_SUCCESS != status) {
Dustin Brownd28772b2017-03-17 14:16:07 -07003810 if (adapter->device_mode == QDF_NDI_MODE)
3811 hdd_ndp_session_end_handler(adapter);
3812 clear_bit(SME_SESSION_OPENED, &adapter->event_flags);
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303813 adapter->session_id = HDD_SESSION_ID_INVALID;
3814 if (QDF_STATUS_E_TIMEOUT != status) {
3815 hdd_err("timed out waiting for close sme session: %u", status);
Jiachao Wu2c42c222018-01-15 18:13:19 +08003816 errno = -ETIMEDOUT;
3817 goto release_vdev;
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303818 } else if (adapter->qdf_session_close_event.force_set) {
3819 hdd_err("Session close evt focefully set, SSR/PDR has occurred");
Jiachao Wu2c42c222018-01-15 18:13:19 +08003820 errno = -EINVAL;
3821 goto release_vdev;
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303822 } else {
3823 hdd_err("Failed to close sme session (%u)", status);
Jiachao Wu2c42c222018-01-15 18:13:19 +08003824 errno = -EINVAL;
3825 goto release_vdev;
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303826 }
Dustin Brownd28772b2017-03-17 14:16:07 -07003827 }
Jiachao Wu2c42c222018-01-15 18:13:19 +08003828
Yue Maf9782842017-05-08 12:49:49 -07003829release_vdev:
Frank Liuc66d4bf2018-01-26 16:18:18 +08003830 /*
3831 * In SSR or driver unloading case, directly exit may cause objects
3832 * leak, if sme_close_session failed. Free objects anyway.
Jiachao Wu2c42c222018-01-15 18:13:19 +08003833 */
Kabilan Kannanb867c312018-02-15 17:43:21 -08003834 if (errno && !cds_is_driver_recovering() && !cds_is_driver_unloading())
Jiachao Wu2c42c222018-01-15 18:13:19 +08003835 return errno;
3836
Sandeep Puligillaef415362017-08-30 16:37:13 -07003837 /* do vdev logical destroy via objmgr */
Dustin Brownb277dd62018-01-26 15:17:33 -08003838 errno = hdd_objmgr_release_and_destroy_vdev(adapter);
Sandeep Puligillaef415362017-08-30 16:37:13 -07003839 if (errno) {
Dustin Brownb277dd62018-01-26 15:17:33 -08003840 hdd_err("failed to destroy objmgr vdev; errno:%d", errno);
Sandeep Puligillaef415362017-08-30 16:37:13 -07003841 return errno;
3842 }
3843
Rajeev Kumar6e0cbff2017-12-01 18:14:30 -08003844 hdd_info("vdev %d destroyed successfully", vdev_id);
Dustin Brownd28772b2017-03-17 14:16:07 -07003845
3846 return 0;
3847}
3848
Krunal Sonib51eec72017-11-20 21:53:01 -08003849static int hdd_set_sme_session_param(struct hdd_adapter *adapter,
3850 struct sme_session_params *session_param,
3851 csr_roam_completeCallback callback,
3852 void *callback_ctx)
Dustin Brownd28772b2017-03-17 14:16:07 -07003853{
Dustin Brownd28772b2017-03-17 14:16:07 -07003854 uint32_t type;
3855 uint32_t sub_type;
Krunal Sonib51eec72017-11-20 21:53:01 -08003856 QDF_STATUS status;
Dustin Brownd28772b2017-03-17 14:16:07 -07003857
3858 /* determine vdev (sub)type */
3859 status = cds_get_vdev_types(adapter->device_mode, &type, &sub_type);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05303860 if (QDF_STATUS_SUCCESS != status) {
Dustin Brownd28772b2017-03-17 14:16:07 -07003861 hdd_err("failed to get vdev type: %d", status);
3862 return qdf_status_to_os_return(status);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003863 }
Krunal Sonib51eec72017-11-20 21:53:01 -08003864 session_param->sme_session_id = adapter->session_id;
3865 session_param->self_mac_addr = (uint8_t *)&adapter->mac_addr;
3866 session_param->type_of_persona = type;
3867 session_param->subtype_of_persona = sub_type;
3868 session_param->session_open_cb = hdd_sme_open_session_callback;
3869 session_param->session_close_cb = hdd_sme_close_session_callback;
3870 session_param->callback = callback;
3871 session_param->callback_ctx = callback_ctx;
3872
3873 return 0;
3874}
3875
3876int hdd_vdev_create(struct hdd_adapter *adapter,
3877 csr_roam_completeCallback callback, void *ctx)
3878{
3879 QDF_STATUS status;
3880 int errno;
3881 struct hdd_context *hdd_ctx;
3882 struct sme_session_params sme_session_params = {0};
Krunal Sonib51eec72017-11-20 21:53:01 -08003883
3884 hdd_info("creating new vdev");
Dustin Brownd28772b2017-03-17 14:16:07 -07003885
3886 /* do vdev create via objmgr */
3887 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Dustin Brown7d043f62017-03-27 12:07:36 -07003888 errno = hdd_objmgr_create_and_store_vdev(hdd_ctx->hdd_pdev, adapter);
Dustin Brownd28772b2017-03-17 14:16:07 -07003889 if (errno) {
3890 hdd_err("failed to create objmgr vdev: %d", errno);
3891 return errno;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003892 }
Dustin Brownd28772b2017-03-17 14:16:07 -07003893
3894 /* Open a SME session (prepare vdev in firmware via legacy API) */
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303895 status = qdf_event_reset(&adapter->qdf_session_open_event);
3896 if (QDF_STATUS_SUCCESS != status) {
3897 hdd_err("failed to reinit session open event");
3898 return -EINVAL;
3899 }
Krunal Sonib51eec72017-11-20 21:53:01 -08003900 errno = hdd_set_sme_session_param(adapter, &sme_session_params,
3901 callback, ctx);
3902 if (errno) {
3903 hdd_err("failed to populating SME params");
3904 goto objmgr_vdev_destroy_procedure;
3905 }
3906
3907 status = sme_open_session(hdd_ctx->hHal, &sme_session_params);
Dustin Brownd28772b2017-03-17 14:16:07 -07003908 if (QDF_IS_STATUS_ERROR(status)) {
3909 hdd_err("failed to open sme session: %d", status);
3910 errno = qdf_status_to_os_return(status);
Krunal Soni4a020c72017-10-30 20:58:40 -07003911 goto objmgr_vdev_destroy_procedure;
Dustin Brownd28772b2017-03-17 14:16:07 -07003912 }
3913
3914 /* block on a completion variable until sme session is opened */
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303915 status = qdf_wait_for_event_completion(&adapter->qdf_session_open_event,
3916 WLAN_WAIT_TIME_SESSIONOPENCLOSE);
3917 if (QDF_STATUS_SUCCESS != status) {
3918 if (adapter->qdf_session_open_event.force_set) {
3919 /*
3920 * SSR/PDR has caused shutdown, which has forcefully
3921 * set the event. Return without the closing session.
3922 */
3923 adapter->session_id = HDD_SESSION_ID_INVALID;
3924 hdd_err("Session open event forcefully set");
3925 return -EINVAL;
Nachiket Kukade08b9f292017-11-17 18:27:37 +05303926 }
Jeff Johnsonc66d3102018-02-28 11:58:26 -08003927
3928 if (QDF_STATUS_E_TIMEOUT == status)
3929 hdd_err("Session failed to open within timeout period");
3930 else
3931 hdd_err("Failed to wait for session open event(status-%d)",
3932 status);
3933 errno = -ETIMEDOUT;
3934 set_bit(SME_SESSION_OPENED, &adapter->event_flags);
3935 goto hdd_vdev_destroy_procedure;
Dustin Brownd28772b2017-03-17 14:16:07 -07003936 }
3937
3938 /* firmware ready for component communication, raise vdev_ready event */
3939 errno = hdd_vdev_ready(adapter);
3940 if (errno) {
3941 hdd_err("failed to dispatch vdev ready event: %d", errno);
Krunal Soni4a020c72017-10-30 20:58:40 -07003942 goto hdd_vdev_destroy_procedure;
Dustin Brownd28772b2017-03-17 14:16:07 -07003943 }
3944
Naveen Rawat2b430892018-03-13 13:58:18 -07003945 if (adapter->device_mode == QDF_STA_MODE) {
3946 hdd_debug("setting RTT mac randomization param: %d",
3947 hdd_ctx->config->enable_rtt_mac_randomization);
3948 errno = sme_cli_set_command(adapter->session_id,
3949 WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_RANDOM_MAC,
3950 hdd_ctx->config->enable_rtt_mac_randomization,
3951 VDEV_CMD);
3952 if (0 != errno)
3953 hdd_err("RTT mac randomization param set failed %d",
3954 errno);
3955 }
3956
Jeff Johnson1b780e42017-10-31 14:11:45 -07003957 hdd_info("vdev %d created successfully", adapter->session_id);
Dustin Brownd28772b2017-03-17 14:16:07 -07003958
3959 return 0;
3960
3961 /*
3962 * Due to legacy constraints, we need to destroy in the same order as
3963 * create. So, split error handling into 2 cases to accommodate.
3964 */
3965
Krunal Soni4a020c72017-10-30 20:58:40 -07003966objmgr_vdev_destroy_procedure:
Dustin Brown7d043f62017-03-27 12:07:36 -07003967 QDF_BUG(!hdd_objmgr_release_and_destroy_vdev(adapter));
Dustin Brownd28772b2017-03-17 14:16:07 -07003968
3969 return errno;
3970
Krunal Soni4a020c72017-10-30 20:58:40 -07003971hdd_vdev_destroy_procedure:
Dustin Brownd28772b2017-03-17 14:16:07 -07003972 QDF_BUG(!hdd_vdev_destroy(adapter));
3973
3974 return errno;
3975}
3976
Jeff Johnson9d295242017-08-29 14:39:48 -07003977QDF_STATUS hdd_init_station_mode(struct hdd_adapter *adapter)
Dustin Brownd28772b2017-03-17 14:16:07 -07003978{
Jeff Johnsonb9424862017-10-30 08:49:35 -07003979 struct hdd_station_ctx *sta_ctx = &adapter->session.station;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07003980 struct hdd_context *hdd_ctx;
Dustin Brownd28772b2017-03-17 14:16:07 -07003981 QDF_STATUS status;
3982 int ret_val;
3983
Dustin Brownd28772b2017-03-17 14:16:07 -07003984 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
3985 sme_set_curr_device_mode(hdd_ctx->hHal, adapter->device_mode);
3986 sme_set_pdev_ht_vht_ies(hdd_ctx->hHal, hdd_ctx->config->enable2x2);
Jeff Johnson1b780e42017-10-31 14:11:45 -07003987 sme_set_vdev_ies_per_band(hdd_ctx->hHal, adapter->session_id);
Dustin Brownd28772b2017-03-17 14:16:07 -07003988
Jeff Johnson7f2c5912018-03-23 11:42:28 -07003989 hdd_roam_profile_init(adapter);
3990 hdd_register_wext(adapter->dev);
3991
Varun Reddy Yeturu9e0032c2017-07-12 18:39:59 -07003992 hdd_conn_set_connection_state(adapter, eConnectionState_NotConnected);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003993
Jeff Johnsond377dce2017-10-04 10:32:42 -07003994 qdf_mem_set(sta_ctx->conn_info.staId,
3995 sizeof(sta_ctx->conn_info.staId), HDD_WLAN_INVALID_STA_ID);
Hanumanth Reddy Pothulab2d729c2017-05-30 11:49:53 +05303996
Deepak Dhamdherea2785822016-11-17 01:17:45 -08003997 /* set fast roaming capability in sme session */
Jeff Johnson1b780e42017-10-31 14:11:45 -07003998 status = sme_config_fast_roaming(hdd_ctx->hHal, adapter->session_id,
Abhishek Singh1f217ec2017-12-22 11:48:27 +05303999 true);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004000 /* Set the default operation channel */
Jeff Johnsond377dce2017-10-04 10:32:42 -07004001 sta_ctx->conn_info.operationChannel =
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004002 hdd_ctx->config->OperatingChannel;
4003
4004 /* Make the default Auth Type as OPEN */
Jeff Johnsond377dce2017-10-04 10:32:42 -07004005 sta_ctx->conn_info.authType = eCSR_AUTH_TYPE_OPEN_SYSTEM;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004006
4007 status = hdd_init_tx_rx(adapter);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304008 if (QDF_STATUS_SUCCESS != status) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08004009 hdd_err("hdd_init_tx_rx() failed, status code %08d [x%08x]",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004010 status, status);
4011 goto error_init_txrx;
4012 }
4013
4014 set_bit(INIT_TX_RX_SUCCESS, &adapter->event_flags);
4015
4016 status = hdd_wmm_adapter_init(adapter);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304017 if (QDF_STATUS_SUCCESS != status) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08004018 hdd_err("hdd_wmm_adapter_init() failed, status code %08d [x%08x]",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004019 status, status);
4020 goto error_wmm_init;
4021 }
4022
4023 set_bit(WMM_INIT_DONE, &adapter->event_flags);
4024
Jeff Johnson1b780e42017-10-31 14:11:45 -07004025 ret_val = sme_cli_set_command(adapter->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004026 WMI_PDEV_PARAM_BURST_ENABLE,
Dundi Raviteja3aa01be2018-05-21 18:58:59 +05304027 HDD_ENABLE_SIFS_BURST_DEFAULT,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004028 PDEV_CMD);
Dustin Brownd28772b2017-03-17 14:16:07 -07004029 if (ret_val)
4030 hdd_err("WMI_PDEV_PARAM_BURST_ENABLE set failed %d", ret_val);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004031
Poddar, Siddarth4b3f7312017-11-02 17:00:20 +05304032 /*
4033 * In case of USB tethering, LRO is disabled. If SSR happened
4034 * during that time, then as part of SSR init, do not enable
4035 * the LRO again. Keep the LRO state same as before SSR.
4036 */
4037 if (!(qdf_atomic_read(&hdd_ctx->vendor_disable_lro_flag)))
Manjunathappa Prakash7b0ad462018-04-15 00:37:16 -07004038 adapter->dev->features |= NETIF_F_LRO;
Rajeev Kumar Sirasanagandla996e5292016-11-22 21:20:33 +05304039
4040 /* rcpi info initialization */
4041 qdf_mem_zero(&adapter->rcpi, sizeof(adapter->rcpi));
4042
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304043 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004044
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004045error_wmm_init:
4046 clear_bit(INIT_TX_RX_SUCCESS, &adapter->event_flags);
4047 hdd_deinit_tx_rx(adapter);
4048error_init_txrx:
Dustin Brownd28772b2017-03-17 14:16:07 -07004049 hdd_unregister_wext(adapter->dev);
Dustin Brownd28772b2017-03-17 14:16:07 -07004050 QDF_BUG(!hdd_vdev_destroy(adapter));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004051
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004052 return status;
4053}
4054
Arun Khandavalli7e857c32016-06-26 12:07:16 +05304055/**
Krunal Soni4a020c72017-10-30 20:58:40 -07004056 * hdd_deinit_station_mode() - De-initialize the station adapter
Arun Khandavalli7e857c32016-06-26 12:07:16 +05304057 * @hdd_ctx: global hdd context
4058 * @adapter: HDD adapter
Jeff Johnson590e2012016-10-05 16:16:24 -07004059 * @rtnl_held: Used to indicate whether or not the caller is holding
4060 * the kernel rtnl_mutex
Arun Khandavalli7e857c32016-06-26 12:07:16 +05304061 *
4062 * This function De-initializes the STA/P2P/OCB adapter.
4063 *
4064 * Return: None.
4065 */
Krunal Soni4a020c72017-10-30 20:58:40 -07004066static void hdd_deinit_station_mode(struct hdd_context *hdd_ctx,
Jeff Johnson9d295242017-08-29 14:39:48 -07004067 struct hdd_adapter *adapter,
Jeff Johnson590e2012016-10-05 16:16:24 -07004068 bool rtnl_held)
Arun Khandavalli7e857c32016-06-26 12:07:16 +05304069{
Dustin Brownfdf17c12018-03-14 12:55:34 -07004070 hdd_enter_dev(adapter->dev);
Arun Khandavalli7e857c32016-06-26 12:07:16 +05304071
Hanumanth Reddy Pothula7a657402016-09-07 20:59:18 +05304072 if (adapter->dev) {
4073 if (rtnl_held)
4074 adapter->dev->wireless_handlers = NULL;
4075 else {
4076 rtnl_lock();
4077 adapter->dev->wireless_handlers = NULL;
4078 rtnl_unlock();
4079 }
4080 }
4081
Arun Khandavalli7e857c32016-06-26 12:07:16 +05304082 if (test_bit(INIT_TX_RX_SUCCESS, &adapter->event_flags)) {
4083 hdd_deinit_tx_rx(adapter);
4084 clear_bit(INIT_TX_RX_SUCCESS, &adapter->event_flags);
4085 }
4086
4087 if (test_bit(WMM_INIT_DONE, &adapter->event_flags)) {
4088 hdd_wmm_adapter_close(adapter);
4089 clear_bit(WMM_INIT_DONE, &adapter->event_flags);
4090 }
4091
Krunal Sonib51eec72017-11-20 21:53:01 -08004092
Dustin Browne74003f2018-03-14 12:51:58 -07004093 hdd_exit();
Arun Khandavalli7e857c32016-06-26 12:07:16 +05304094}
4095
Krunal Sonib51eec72017-11-20 21:53:01 -08004096void hdd_deinit_adapter(struct hdd_context *hdd_ctx,
4097 struct hdd_adapter *adapter,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004098 bool rtnl_held)
4099{
Dustin Brown491d54b2018-03-14 12:39:11 -07004100 hdd_enter();
Arun Khandavalli7e857c32016-06-26 12:07:16 +05304101
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004102 switch (adapter->device_mode) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004103 case QDF_STA_MODE:
4104 case QDF_P2P_CLIENT_MODE:
4105 case QDF_P2P_DEVICE_MODE:
Krunal Sonib51eec72017-11-20 21:53:01 -08004106 case QDF_IBSS_MODE:
4107 case QDF_NDI_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004108 {
Krunal Soni4a020c72017-10-30 20:58:40 -07004109 hdd_deinit_station_mode(hdd_ctx, adapter, rtnl_held);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004110 break;
4111 }
4112
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004113 case QDF_SAP_MODE:
4114 case QDF_P2P_GO_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004115 {
Krunal Soni4a020c72017-10-30 20:58:40 -07004116 hdd_deinit_ap_mode(hdd_ctx, adapter, rtnl_held);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004117 break;
4118 }
4119
4120 default:
4121 break;
4122 }
4123
Dustin Browne74003f2018-03-14 12:51:58 -07004124 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004125}
4126
Jeff Johnson9d295242017-08-29 14:39:48 -07004127static void hdd_cleanup_adapter(struct hdd_context *hdd_ctx, struct hdd_adapter *adapter,
Jeff Johnson590e2012016-10-05 16:16:24 -07004128 bool rtnl_held)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004129{
Jeff Johnson5505db82017-11-02 21:19:23 -07004130 struct net_device *dev = NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004131
4132 if (adapter)
Jeff Johnson5505db82017-11-02 21:19:23 -07004133 dev = adapter->dev;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004134 else {
Jeff Johnson5880d792016-08-15 13:32:30 -07004135 hdd_err("adapter is Null");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004136 return;
4137 }
4138
Alok Kumarb64650c2018-03-23 17:05:11 +05304139 hdd_nud_deinit_tracking(adapter);
4140 qdf_mutex_destroy(&adapter->disconnection_status_lock);
4141
Rajeev Kumardca5f812016-02-04 17:28:06 -08004142 hdd_debugfs_exit(adapter);
Selvaraj, Sridhar4ea106e2016-08-05 20:34:46 +05304143
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004144 /*
4145 * The adapter is marked as closed. When hdd_wlan_exit() call returns,
4146 * the driver is almost closed and cannot handle either control
4147 * messages or data. However, unregister_netdevice() call above will
Srinivas Girigowdab841da72017-03-25 18:04:39 -07004148 * eventually invoke hdd_stop(ndo_close) driver callback, which attempts
4149 * to close the active connections(basically excites control path) which
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004150 * is not right. Setting this flag helps hdd_stop() to recognize that
4151 * the interface is closed and restricts any operations on that
4152 */
4153 clear_bit(DEVICE_IFACE_OPENED, &adapter->event_flags);
4154
4155 if (test_bit(NET_DEVICE_REGISTERED, &adapter->event_flags)) {
Srinivas Girigowdab841da72017-03-25 18:04:39 -07004156 if (rtnl_held)
Jeff Johnson5505db82017-11-02 21:19:23 -07004157 unregister_netdevice(dev);
Srinivas Girigowdab841da72017-03-25 18:04:39 -07004158 else
Jeff Johnson5505db82017-11-02 21:19:23 -07004159 unregister_netdev(dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004160 /*
4161 * Note that the adapter is no longer valid at this point
4162 * since the memory has been reclaimed
4163 */
4164 }
4165}
4166
Jeff Johnsond49c4a12017-08-28 12:08:05 -07004167static QDF_STATUS hdd_check_for_existing_macaddr(struct hdd_context *hdd_ctx,
Jeff Johnson590e2012016-10-05 16:16:24 -07004168 tSirMacAddr macAddr)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004169{
Jeff Johnson9d295242017-08-29 14:39:48 -07004170 struct hdd_adapter *adapter;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07004171
Dustin Brown920397d2017-12-13 16:27:50 -08004172 hdd_for_each_adapter(hdd_ctx, adapter) {
4173 if (!qdf_mem_cmp(adapter->mac_addr.bytes,
4174 macAddr, sizeof(tSirMacAddr))) {
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304175 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004176 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004177 }
Dustin Brown920397d2017-12-13 16:27:50 -08004178
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304179 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004180}
Ryan Hsu07495ea2016-01-21 15:25:39 -08004181
Arun Khandavalli2358d522016-05-16 18:05:37 +05304182#ifdef CONFIG_FW_LOGS_BASED_ON_INI
4183/**
4184 * hdd_set_fw_log_params() - Set log parameters to FW
4185 * @hdd_ctx: HDD Context
4186 * @adapter: HDD Adapter
4187 *
4188 * This function set the FW Debug log level based on the INI.
4189 *
4190 * Return: None
4191 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07004192static void hdd_set_fw_log_params(struct hdd_context *hdd_ctx,
Jeff Johnson9d295242017-08-29 14:39:48 -07004193 struct hdd_adapter *adapter)
Arun Khandavalli2358d522016-05-16 18:05:37 +05304194{
4195 uint8_t count = 0, numentries = 0,
4196 moduleloglevel[FW_MODULE_LOG_LEVEL_STRING_LENGTH];
4197 uint32_t value = 0;
4198 int ret;
4199
Arun Khandavallifae92942016-08-01 13:31:08 +05304200 if (QDF_GLOBAL_FTM_MODE == cds_get_conparam() ||
4201 (!hdd_ctx->config->enable_fw_log)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08004202 hdd_debug("enable_fw_log not enabled in INI or in FTM mode return");
Arun Khandavalli2358d522016-05-16 18:05:37 +05304203 return;
4204 }
4205
Arun Khandavallifae92942016-08-01 13:31:08 +05304206 /* Enable FW logs based on INI configuration */
Arun Khandavalli2358d522016-05-16 18:05:37 +05304207 hdd_ctx->fw_log_settings.dl_type =
4208 hdd_ctx->config->enableFwLogType;
Jeff Johnson1b780e42017-10-31 14:11:45 -07004209 ret = sme_cli_set_command(adapter->session_id,
Arun Khandavallifae92942016-08-01 13:31:08 +05304210 WMI_DBGLOG_TYPE,
4211 hdd_ctx->config->enableFwLogType,
4212 DBG_CMD);
4213 if (ret != 0)
4214 hdd_err("Failed to enable FW log type ret %d",
4215 ret);
Arun Khandavalli2358d522016-05-16 18:05:37 +05304216
4217 hdd_ctx->fw_log_settings.dl_loglevel =
Arun Khandavallifae92942016-08-01 13:31:08 +05304218 hdd_ctx->config->enableFwLogLevel;
Jeff Johnson1b780e42017-10-31 14:11:45 -07004219 ret = sme_cli_set_command(adapter->session_id,
Arun Khandavallifae92942016-08-01 13:31:08 +05304220 WMI_DBGLOG_LOG_LEVEL,
4221 hdd_ctx->config->enableFwLogLevel,
4222 DBG_CMD);
4223 if (ret != 0)
4224 hdd_err("Failed to enable FW log level ret %d",
4225 ret);
Arun Khandavalli2358d522016-05-16 18:05:37 +05304226
4227 hdd_string_to_u8_array(
4228 hdd_ctx->config->enableFwModuleLogLevel,
4229 moduleloglevel,
4230 &numentries,
4231 FW_MODULE_LOG_LEVEL_STRING_LENGTH);
4232
4233 while (count < numentries) {
4234 /*
4235 * FW module log level input string looks like
4236 * below:
4237 * gFwDebugModuleLoglevel=<FW Module ID>,
4238 * <Log Level>,...
4239 * For example:
4240 * gFwDebugModuleLoglevel=
4241 * 1,0,2,1,3,2,4,3,5,4,6,5,7,6
4242 * Above input string means :
4243 * For FW module ID 1 enable log level 0
4244 * For FW module ID 2 enable log level 1
4245 * For FW module ID 3 enable log level 2
4246 * For FW module ID 4 enable log level 3
4247 * For FW module ID 5 enable log level 4
4248 * For FW module ID 6 enable log level 5
4249 * For FW module ID 7 enable log level 6
4250 */
4251
Nishank Aggarwale239d962017-03-03 12:26:02 +05304252 if ((moduleloglevel[count] > WLAN_MODULE_ID_MAX)
4253 || (moduleloglevel[count + 1] > DBGLOG_LVL_MAX)) {
4254 hdd_err("Module id %d and dbglog level %d input length is more than max",
4255 moduleloglevel[count],
4256 moduleloglevel[count + 1]);
4257 return;
4258 }
4259
4260 value = moduleloglevel[count] << 16;
4261 value |= moduleloglevel[count + 1];
Jeff Johnson1b780e42017-10-31 14:11:45 -07004262 ret = sme_cli_set_command(adapter->session_id,
Arun Khandavallifae92942016-08-01 13:31:08 +05304263 WMI_DBGLOG_MOD_LOG_LEVEL,
4264 value, DBG_CMD);
4265 if (ret != 0)
Arun Khandavalli2358d522016-05-16 18:05:37 +05304266 hdd_err("Failed to enable FW module log level %d ret %d",
4267 value, ret);
4268
4269 count += 2;
4270 }
Arun Khandavallifae92942016-08-01 13:31:08 +05304271
Arun Khandavalli2358d522016-05-16 18:05:37 +05304272}
4273#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -07004274static void hdd_set_fw_log_params(struct hdd_context *hdd_ctx,
Jeff Johnson9d295242017-08-29 14:39:48 -07004275 struct hdd_adapter *adapter)
Arun Khandavalli2358d522016-05-16 18:05:37 +05304276{
4277}
4278
4279#endif
4280
4281/**
Naveen Rawat269b4ed2017-12-07 06:47:32 -08004282 * hdd_configure_chain_mask() - programs chain mask to firmware
4283 * @adapter: HDD adapter
4284 *
4285 * Return: 0 on success or errno on failure
4286 */
4287static int hdd_configure_chain_mask(struct hdd_adapter *adapter)
4288{
4289 int ret_val;
Naveen Rawat98322472018-03-06 10:29:42 -08004290 QDF_STATUS status;
4291 struct wma_caps_per_phy non_dbs_phy_cap;
Naveen Rawat269b4ed2017-12-07 06:47:32 -08004292 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
4293
4294 hdd_debug("enable2x2: %d, lte_coex: %d, ChainMask1x1: tx: %d rx: %d",
4295 hdd_ctx->config->enable2x2, hdd_ctx->lte_coex_ant_share,
4296 hdd_ctx->config->txchainmask1x1,
4297 hdd_ctx->config->rxchainmask1x1);
4298 hdd_debug("disable_DBS: %d, tx_chain_mask_2g: %d, rx_chain_mask_2g: %d",
4299 hdd_ctx->config->dual_mac_feature_disable,
4300 hdd_ctx->config->tx_chain_mask_2g,
4301 hdd_ctx->config->rx_chain_mask_2g);
4302 hdd_debug("tx_chain_mask_5g: %d, rx_chain_mask_5g: %d",
4303 hdd_ctx->config->tx_chain_mask_5g,
4304 hdd_ctx->config->rx_chain_mask_5g);
Liangwei Dong22810e82018-03-15 03:42:12 -04004305 hdd_debug("enable_bt_chain_separation %d",
4306 hdd_ctx->config->enable_bt_chain_separation);
Naveen Rawat269b4ed2017-12-07 06:47:32 -08004307
Naveen Rawat98322472018-03-06 10:29:42 -08004308 status = wma_get_caps_for_phyidx_hwmode(&non_dbs_phy_cap,
4309 HW_MODE_DBS_NONE,
4310 CDS_BAND_ALL);
4311 if (QDF_IS_STATUS_ERROR(status)) {
4312 hdd_err("couldn't get phy caps. skip chain mask programming");
4313 return qdf_status_to_os_return(status);
4314 }
4315
4316 if (non_dbs_phy_cap.tx_chain_mask_2G < 3 ||
4317 non_dbs_phy_cap.rx_chain_mask_2G < 3 ||
4318 non_dbs_phy_cap.tx_chain_mask_5G < 3 ||
4319 non_dbs_phy_cap.rx_chain_mask_5G < 3) {
4320 hdd_info("firmware not capable. skip chain mask programming");
4321 return 0;
4322 }
4323
Liangwei Dong22810e82018-03-15 03:42:12 -04004324 if (hdd_ctx->config->enable2x2 &&
4325 !hdd_ctx->config->enable_bt_chain_separation) {
Naveen Rawat269b4ed2017-12-07 06:47:32 -08004326 hdd_info("2x2 enabled. skip chain mask programming");
4327 return 0;
4328 }
4329
Naveen Rawatb54c72b2018-02-05 10:39:06 -08004330 if (hdd_ctx->config->dual_mac_feature_disable !=
4331 DISABLE_DBS_CXN_AND_SCAN) {
4332 hdd_info("DBS enabled(%d). skip chain mask programming",
4333 hdd_ctx->config->dual_mac_feature_disable);
4334 return 0;
4335 }
4336
Naveen Rawatdacb5032018-02-08 15:23:24 -08004337 if (hdd_ctx->lte_coex_ant_share) {
4338 hdd_info("lte ant sharing enabled. skip chainmask programming");
4339 return 0;
4340 }
4341
Naveen Rawat269b4ed2017-12-07 06:47:32 -08004342 if (hdd_ctx->config->txchainmask1x1) {
4343 ret_val = sme_cli_set_command(adapter->session_id,
4344 WMI_PDEV_PARAM_TX_CHAIN_MASK,
4345 hdd_ctx->config->txchainmask1x1,
4346 PDEV_CMD);
4347 if (ret_val)
4348 goto error;
4349 }
4350
4351 if (hdd_ctx->config->rxchainmask1x1) {
4352 ret_val = sme_cli_set_command(adapter->session_id,
4353 WMI_PDEV_PARAM_RX_CHAIN_MASK,
4354 hdd_ctx->config->rxchainmask1x1,
4355 PDEV_CMD);
4356 if (ret_val)
4357 goto error;
4358 }
4359
Naveen Rawat269b4ed2017-12-07 06:47:32 -08004360 if (hdd_ctx->config->txchainmask1x1 ||
4361 hdd_ctx->config->rxchainmask1x1) {
4362 hdd_info("band agnostic tx/rx chain mask set. skip per band chain mask");
4363 return 0;
4364 }
4365
Naveen Rawat269b4ed2017-12-07 06:47:32 -08004366 if (hdd_ctx->config->tx_chain_mask_2g) {
4367 ret_val = sme_cli_set_command(adapter->session_id,
4368 WMI_PDEV_PARAM_TX_CHAIN_MASK_2G,
4369 hdd_ctx->config->tx_chain_mask_2g, PDEV_CMD);
4370 if (0 != ret_val)
4371 goto error;
4372 }
4373
4374 if (hdd_ctx->config->rx_chain_mask_2g) {
4375 ret_val = sme_cli_set_command(adapter->session_id,
4376 WMI_PDEV_PARAM_RX_CHAIN_MASK_2G,
4377 hdd_ctx->config->rx_chain_mask_2g, PDEV_CMD);
4378 if (0 != ret_val)
4379 goto error;
4380 }
4381
4382 if (hdd_ctx->config->tx_chain_mask_5g) {
4383 ret_val = sme_cli_set_command(adapter->session_id,
4384 WMI_PDEV_PARAM_TX_CHAIN_MASK_5G,
4385 hdd_ctx->config->tx_chain_mask_5g, PDEV_CMD);
4386 if (0 != ret_val)
4387 goto error;
4388 }
4389
4390 if (hdd_ctx->config->rx_chain_mask_5g) {
4391 ret_val = sme_cli_set_command(adapter->session_id,
4392 WMI_PDEV_PARAM_RX_CHAIN_MASK_5G,
4393 hdd_ctx->config->rx_chain_mask_5g, PDEV_CMD);
4394 if (0 != ret_val)
4395 goto error;
4396 }
4397
4398 return 0;
4399
4400error:
4401 hdd_err("WMI PDEV set param failed %d", ret_val);
4402 return -EINVAL;
4403}
4404
4405/**
Arun Khandavalli2358d522016-05-16 18:05:37 +05304406 * hdd_set_fw_params() - Set parameters to firmware
4407 * @adapter: HDD adapter
4408 *
4409 * This function Sets various parameters to fw once the
4410 * adapter is started.
4411 *
4412 * Return: 0 on success or errno on failure
4413 */
Jeff Johnson9d295242017-08-29 14:39:48 -07004414int hdd_set_fw_params(struct hdd_adapter *adapter)
Arun Khandavalli2358d522016-05-16 18:05:37 +05304415{
4416 int ret;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07004417 struct hdd_context *hdd_ctx;
Arun Khandavalli2358d522016-05-16 18:05:37 +05304418
Dustin Brownfdf17c12018-03-14 12:55:34 -07004419 hdd_enter_dev(adapter->dev);
Arun Khandavalli2358d522016-05-16 18:05:37 +05304420
4421 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
4422 if (!hdd_ctx)
4423 return -EINVAL;
4424
Dustin Brown732ab9c2017-06-15 13:24:09 -07004425 if (cds_get_conparam() == QDF_GLOBAL_FTM_MODE) {
4426 hdd_debug("FTM Mode is active; nothing to do");
4427 return 0;
4428 }
4429
Jeff Johnson1b780e42017-10-31 14:11:45 -07004430 ret = sme_cli_set_command(adapter->session_id,
Ashish Kumar Dhanotiyab8630ab2017-07-21 14:18:14 +05304431 WMI_PDEV_PARAM_DTIM_SYNTH,
4432 hdd_ctx->config->enable_lprx, PDEV_CMD);
4433 if (ret) {
4434 hdd_err("Failed to set LPRx");
4435 goto error;
4436 }
4437
Ashish Kumar Dhanotiya191d1642018-02-08 17:43:09 +05304438
4439 ret = sme_cli_set_command(
4440 adapter->session_id,
4441 WMI_PDEV_PARAM_1CH_DTIM_OPTIMIZED_CHAIN_SELECTION,
4442 hdd_ctx->config->enable_dtim_selection_diversity,
4443 PDEV_CMD);
4444 if (ret) {
4445 hdd_err("Failed to set DTIM_OPTIMIZED_CHAIN_SELECTION");
4446 goto error;
4447 }
4448
Ashish Kumar Dhanotiya48dac7d2018-03-28 14:59:50 +05304449 ret = sme_cli_set_command(
4450 adapter->session_id,
4451 WMI_PDEV_PARAM_TX_SCH_DELAY,
4452 hdd_ctx->config->enable_tx_sch_delay,
4453 PDEV_CMD);
4454 if (ret) {
4455 hdd_err("Failed to set WMI_PDEV_PARAM_TX_SCH_DELAY");
4456 goto error;
4457 }
4458
Ashish Kumar Dhanotiya959b38c2018-04-06 21:07:57 +05304459 ret = sme_cli_set_command(
4460 adapter->session_id,
4461 WMI_PDEV_PARAM_SECONDARY_RETRY_ENABLE,
4462 hdd_ctx->config->enable_secondary_rate,
4463 PDEV_CMD);
4464 if (ret) {
4465 hdd_err("Failed to set WMI_PDEV_PARAM_SECONDARY_RETRY_ENABLE");
4466 goto error;
4467 }
4468
Ashish Kumar Dhanotiyab28338c2017-07-21 20:12:34 +05304469 if (adapter->device_mode == QDF_STA_MODE) {
Jeff Johnson1b780e42017-10-31 14:11:45 -07004470 sme_set_smps_cfg(adapter->session_id,
Ashish Kumar Dhanotiyab28338c2017-07-21 20:12:34 +05304471 HDD_STA_SMPS_PARAM_UPPER_BRSSI_THRESH,
4472 hdd_ctx->config->upper_brssi_thresh);
4473
Jeff Johnson1b780e42017-10-31 14:11:45 -07004474 sme_set_smps_cfg(adapter->session_id,
Ashish Kumar Dhanotiyab28338c2017-07-21 20:12:34 +05304475 HDD_STA_SMPS_PARAM_LOWER_BRSSI_THRESH,
4476 hdd_ctx->config->lower_brssi_thresh);
4477
Jeff Johnson1b780e42017-10-31 14:11:45 -07004478 sme_set_smps_cfg(adapter->session_id,
Ashish Kumar Dhanotiyab28338c2017-07-21 20:12:34 +05304479 HDD_STA_SMPS_PARAM_DTIM_1CHRX_ENABLE,
4480 hdd_ctx->config->enable_dtim_1chrx);
4481 }
4482
Dustin Brown732ab9c2017-06-15 13:24:09 -07004483 if (hdd_ctx->config->enable2x2) {
4484 hdd_debug("configuring 2x2 mode fw params");
4485
Jeff Johnson1b780e42017-10-31 14:11:45 -07004486 ret = sme_cli_set_command(adapter->session_id,
Dustin Brown732ab9c2017-06-15 13:24:09 -07004487 WMI_PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE,
4488 hdd_ctx->config->enable_cck_tx_fir_override,
4489 PDEV_CMD);
4490 if (ret) {
4491 hdd_err("WMI_PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE set failed %d",
4492 ret);
4493 goto error;
4494 }
Liangwei Dong22810e82018-03-15 03:42:12 -04004495
4496 if (hdd_configure_chain_mask(adapter))
4497 goto error;
Dustin Brown732ab9c2017-06-15 13:24:09 -07004498 } else {
Arun Khandavalli2358d522016-05-16 18:05:37 +05304499#define HDD_DTIM_1CHAIN_RX_ID 0x5
4500#define HDD_SMPS_PARAM_VALUE_S 29
Dustin Brown732ab9c2017-06-15 13:24:09 -07004501 hdd_debug("configuring 1x1 mode fw params");
4502
Krishna Kumaar Natarajanaa938722016-08-21 23:18:53 -07004503 /*
4504 * Disable DTIM 1 chain Rx when in 1x1,
4505 * we are passing two value
4506 * as param_id << 29 | param_value.
4507 * Below param_value = 0(disable)
4508 */
Jeff Johnson1b780e42017-10-31 14:11:45 -07004509 ret = sme_cli_set_command(adapter->session_id,
Krishna Kumaar Natarajanaa938722016-08-21 23:18:53 -07004510 WMI_STA_SMPS_PARAM_CMDID,
4511 HDD_DTIM_1CHAIN_RX_ID <<
4512 HDD_SMPS_PARAM_VALUE_S,
4513 VDEV_CMD);
4514 if (ret) {
4515 hdd_err("DTIM 1 chain set failed %d", ret);
4516 goto error;
4517 }
Arun Khandavalli2358d522016-05-16 18:05:37 +05304518
Arun Khandavalli2358d522016-05-16 18:05:37 +05304519#undef HDD_DTIM_1CHAIN_RX_ID
4520#undef HDD_SMPS_PARAM_VALUE_S
Naveen Rawat269b4ed2017-12-07 06:47:32 -08004521
4522 if (hdd_configure_chain_mask(adapter))
4523 goto error;
Krishna Kumaar Natarajanaa938722016-08-21 23:18:53 -07004524 }
4525
Jeff Johnson1b780e42017-10-31 14:11:45 -07004526 ret = sme_cli_set_command(adapter->session_id,
Dustin Brown732ab9c2017-06-15 13:24:09 -07004527 WMI_PDEV_PARAM_HYST_EN,
4528 hdd_ctx->config->enableMemDeepSleep,
4529 PDEV_CMD);
4530 if (ret) {
4531 hdd_err("WMI_PDEV_PARAM_HYST_EN set failed %d", ret);
4532 goto error;
4533 }
Arun Khandavalli2358d522016-05-16 18:05:37 +05304534
Jeff Johnson1b780e42017-10-31 14:11:45 -07004535 ret = sme_cli_set_command(adapter->session_id,
Dustin Brown732ab9c2017-06-15 13:24:09 -07004536 WMI_VDEV_PARAM_ENABLE_RTSCTS,
4537 hdd_ctx->config->rts_profile,
4538 VDEV_CMD);
4539 if (ret) {
4540 hdd_err("FAILED TO SET RTSCTS Profile ret:%d", ret);
4541 goto error;
Arun Khandavalli2358d522016-05-16 18:05:37 +05304542 }
4543
Deepak Dhamdhere612392c2016-08-28 02:56:51 -07004544 hdd_debug("SET AMSDU num %d", hdd_ctx->config->max_amsdu_num);
4545
Jeff Johnson1b780e42017-10-31 14:11:45 -07004546 ret = wma_cli_set_command(adapter->session_id,
Deepak Dhamdhere612392c2016-08-28 02:56:51 -07004547 GEN_VDEV_PARAM_AMSDU,
4548 hdd_ctx->config->max_amsdu_num,
4549 GEN_CMD);
4550 if (ret != 0) {
4551 hdd_err("GEN_VDEV_PARAM_AMSDU set failed %d", ret);
4552 goto error;
4553 }
4554
Arun Khandavalli2358d522016-05-16 18:05:37 +05304555 hdd_set_fw_log_params(hdd_ctx, adapter);
Dustin Browne74003f2018-03-14 12:51:58 -07004556 hdd_exit();
Dustin Brown732ab9c2017-06-15 13:24:09 -07004557
Arun Khandavalli2358d522016-05-16 18:05:37 +05304558 return 0;
Arun Khandavallifae92942016-08-01 13:31:08 +05304559
Arun Khandavalli2358d522016-05-16 18:05:37 +05304560error:
4561 return -EINVAL;
4562}
4563
Ryan Hsu07495ea2016-01-21 15:25:39 -08004564/**
4565 * hdd_open_adapter() - open and setup the hdd adatper
4566 * @hdd_ctx: global hdd context
4567 * @session_type: type of the interface to be created
4568 * @iface_name: User-visible name of the interface
4569 * @macAddr: MAC address to assign to the interface
4570 * @name_assign_type: the name of assign type of the netdev
4571 * @rtnl_held: the rtnl lock hold flag
4572 *
4573 * This function open and setup the hdd adpater according to the device
4574 * type request, assign the name, the mac address assigned, and then prepared
4575 * the hdd related parameters, queue, lock and ready to start.
4576 *
4577 * Return: the pointer of hdd adapter, otherwise NULL.
4578 */
Jeff Johnson9d295242017-08-29 14:39:48 -07004579struct hdd_adapter *hdd_open_adapter(struct hdd_context *hdd_ctx, uint8_t session_type,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004580 const char *iface_name, tSirMacAddr macAddr,
Ryan Hsu07495ea2016-01-21 15:25:39 -08004581 unsigned char name_assign_type,
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08004582 bool rtnl_held)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004583{
Jeff Johnson9d295242017-08-29 14:39:48 -07004584 struct hdd_adapter *adapter = NULL;
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304585 QDF_STATUS status = QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004586
4587 if (hdd_ctx->current_intf_count >= hdd_ctx->max_intf_count) {
4588 /*
4589 * Max limit reached on the number of vdevs configured by the
4590 * host. Return error
4591 */
Arun Khandavallifae92942016-08-01 13:31:08 +05304592 hdd_err("Unable to add virtual intf: currentVdevCnt=%d,hostConfiguredVdevCnt=%d",
4593 hdd_ctx->current_intf_count, hdd_ctx->max_intf_count);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004594 return NULL;
4595 }
4596
4597 if (macAddr == NULL) {
4598 /* Not received valid macAddr */
Arun Khandavallifae92942016-08-01 13:31:08 +05304599 hdd_err("Unable to add virtual intf: Not able to get valid mac address");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004600 return NULL;
4601 }
4602 status = hdd_check_for_existing_macaddr(hdd_ctx, macAddr);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304603 if (QDF_STATUS_E_FAILURE == status) {
Arun Khandavallifae92942016-08-01 13:31:08 +05304604 hdd_err("Duplicate MAC addr: " MAC_ADDRESS_STR
4605 " already exists",
4606 MAC_ADDR_ARRAY(macAddr));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004607 return NULL;
4608 }
4609
4610 switch (session_type) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004611 case QDF_STA_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004612 /* Reset locally administered bit if the device mode is STA */
4613 WLAN_HDD_RESET_LOCALLY_ADMINISTERED_BIT(macAddr);
Arunk Khandavalli794fdfc2017-09-13 18:00:40 +05304614 hdd_info("locally administered bit reset in sta mode: "
4615 MAC_ADDRESS_STR, MAC_ADDR_ARRAY(macAddr));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004616 /* fall through */
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004617 case QDF_P2P_CLIENT_MODE:
4618 case QDF_P2P_DEVICE_MODE:
4619 case QDF_OCB_MODE:
Deepak Dhamdhere5cdce842016-05-31 10:39:12 -07004620 case QDF_NDI_MODE:
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304621 case QDF_MONITOR_MODE:
Ryan Hsu07495ea2016-01-21 15:25:39 -08004622 adapter = hdd_alloc_station_adapter(hdd_ctx, macAddr,
4623 name_assign_type,
4624 iface_name);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004625
4626 if (NULL == adapter) {
Arun Khandavallifae92942016-08-01 13:31:08 +05304627 hdd_err("failed to allocate adapter for session %d",
4628 session_type);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004629 return NULL;
4630 }
4631
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004632 if (QDF_P2P_CLIENT_MODE == session_type)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004633 adapter->wdev.iftype = NL80211_IFTYPE_P2P_CLIENT;
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004634 else if (QDF_P2P_DEVICE_MODE == session_type)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004635 adapter->wdev.iftype = NL80211_IFTYPE_P2P_DEVICE;
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304636 else if (QDF_MONITOR_MODE == session_type)
4637 adapter->wdev.iftype = NL80211_IFTYPE_MONITOR;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004638 else
4639 adapter->wdev.iftype = NL80211_IFTYPE_STATION;
4640
4641 adapter->device_mode = session_type;
4642
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004643
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004644 /*
4645 * Workqueue which gets scheduled in IPv4 notification
4646 * callback
4647 */
Jeff Johnsonb527ebe2017-10-28 13:14:03 -07004648 INIT_WORK(&adapter->ipv4_notifier_work,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004649 hdd_ipv4_notifier_work_queue);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004650
4651#ifdef WLAN_NS_OFFLOAD
4652 /*
4653 * Workqueue which gets scheduled in IPv6
4654 * notification callback.
4655 */
Jeff Johnsonb527ebe2017-10-28 13:14:03 -07004656 INIT_WORK(&adapter->ipv6_notifier_work,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004657 hdd_ipv6_notifier_work_queue);
4658#endif
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004659 status = hdd_register_interface(adapter, rtnl_held);
Krunal Sonib51eec72017-11-20 21:53:01 -08004660 if (QDF_STATUS_SUCCESS != status)
Jingxiang Geb49aa302018-01-17 20:54:15 +08004661 goto err_free_netdev;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004662
4663 /* Stop the Interface TX queue. */
Varun Reddy Yeturu8a5d3d42017-08-02 13:03:27 -07004664 hdd_debug("Disabling queues");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004665 wlan_hdd_netif_queue_control(adapter,
Himanshu Agarwal865201d2017-04-12 15:45:31 +05304666 WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
4667 WLAN_CONTROL_PATH);
Arun Khandavallifae92942016-08-01 13:31:08 +05304668
Ravi Joshi1a292562017-05-18 16:28:54 -07004669 /* Initialize NAN Data Interface */
4670 if (QDF_NDI_MODE == session_type) {
4671 status = hdd_init_nan_data_mode(adapter);
4672 if (QDF_STATUS_SUCCESS != status)
Jingxiang Geb49aa302018-01-17 20:54:15 +08004673 goto err_free_netdev;
Ravi Joshi1a292562017-05-18 16:28:54 -07004674 }
4675
Alok Kumarb64650c2018-03-23 17:05:11 +05304676 hdd_nud_init_tracking(adapter);
4677
4678 qdf_mutex_create(&adapter->disconnection_status_lock);
4679
Ravi Joshi1a292562017-05-18 16:28:54 -07004680 break;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004681
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004682 case QDF_P2P_GO_MODE:
4683 case QDF_SAP_MODE:
Ryan Hsu07495ea2016-01-21 15:25:39 -08004684 adapter = hdd_wlan_create_ap_dev(hdd_ctx, macAddr,
4685 name_assign_type,
4686 (uint8_t *) iface_name);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004687 if (NULL == adapter) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08004688 hdd_err("failed to allocate adapter for session %d",
Arun Khandavallifae92942016-08-01 13:31:08 +05304689 session_type);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004690 return NULL;
4691 }
4692
4693 adapter->wdev.iftype =
4694 (session_type ==
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004695 QDF_SAP_MODE) ? NL80211_IFTYPE_AP :
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004696 NL80211_IFTYPE_P2P_GO;
4697 adapter->device_mode = session_type;
4698
Mahesh Kumar Kalikot Veetilaff94862017-07-28 11:06:19 -07004699 status = hdd_register_interface(adapter, rtnl_held);
Krunal Sonib51eec72017-11-20 21:53:01 -08004700 if (QDF_STATUS_SUCCESS != status)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004701 goto err_free_netdev;
Krunal Sonib51eec72017-11-20 21:53:01 -08004702
Varun Reddy Yeturu8a5d3d42017-08-02 13:03:27 -07004703 hdd_debug("Disabling queues");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004704 wlan_hdd_netif_queue_control(adapter,
Himanshu Agarwal865201d2017-04-12 15:45:31 +05304705 WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
4706 WLAN_CONTROL_PATH);
Hanumanth Reddy Pothulaaaa3f882017-10-05 17:45:00 +05304707
4708 /*
4709 * Workqueue which gets scheduled in IPv4 notification
4710 * callback
4711 */
Jeff Johnsonb527ebe2017-10-28 13:14:03 -07004712 INIT_WORK(&adapter->ipv4_notifier_work,
Hanumanth Reddy Pothulaaaa3f882017-10-05 17:45:00 +05304713 hdd_ipv4_notifier_work_queue);
4714
4715#ifdef WLAN_NS_OFFLOAD
4716 /*
4717 * Workqueue which gets scheduled in IPv6
4718 * notification callback.
4719 */
Jeff Johnsonb527ebe2017-10-28 13:14:03 -07004720 INIT_WORK(&adapter->ipv6_notifier_work,
Hanumanth Reddy Pothulaaaa3f882017-10-05 17:45:00 +05304721 hdd_ipv6_notifier_work_queue);
4722#endif
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004723 break;
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304724 case QDF_FTM_MODE:
4725 adapter = hdd_alloc_station_adapter(hdd_ctx, macAddr,
4726 name_assign_type,
Lin Bai1c678482017-12-18 18:29:11 +08004727 iface_name);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304728 if (NULL == adapter) {
4729 hdd_err("Failed to allocate adapter for FTM mode");
4730 return NULL;
4731 }
4732 adapter->wdev.iftype = NL80211_IFTYPE_STATION;
4733 adapter->device_mode = session_type;
4734 status = hdd_register_interface(adapter, rtnl_held);
Krunal Sonib51eec72017-11-20 21:53:01 -08004735 if (QDF_STATUS_SUCCESS != status)
Jingxiang Geb49aa302018-01-17 20:54:15 +08004736 goto err_free_netdev;
Krunal Sonib51eec72017-11-20 21:53:01 -08004737
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304738 /* Stop the Interface TX queue. */
Varun Reddy Yeturu8a5d3d42017-08-02 13:03:27 -07004739 hdd_debug("Disabling queues");
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304740 wlan_hdd_netif_queue_control(adapter,
Himanshu Agarwal865201d2017-04-12 15:45:31 +05304741 WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
4742 WLAN_CONTROL_PATH);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304743 break;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004744 default:
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08004745 hdd_err("Invalid session type %d", session_type);
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +05304746 QDF_ASSERT(0);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004747 return NULL;
4748 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004749
hqueaa33ee2017-05-04 17:56:35 +08004750 INIT_WORK(&adapter->scan_block_work, wlan_hdd_cfg80211_scan_block_cb);
4751
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304752 if (QDF_STATUS_SUCCESS == status) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004753 /* Add it to the hdd's session list. */
Dustin Brown920397d2017-12-13 16:27:50 -08004754 status = hdd_add_adapter_back(hdd_ctx, adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004755 }
4756
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304757 if (QDF_STATUS_SUCCESS != status) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004758 if (NULL != adapter) {
4759 hdd_cleanup_adapter(hdd_ctx, adapter, rtnl_held);
4760 adapter = NULL;
4761 }
Srinivas Girigowdab841da72017-03-25 18:04:39 -07004762
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004763 return NULL;
4764 }
4765
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304766 if (QDF_STATUS_SUCCESS == status) {
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -08004767 policy_mgr_set_concurrency_mode(hdd_ctx->hdd_psoc,
4768 session_type);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004769
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004770 /* Adapter successfully added. Increment the vdev count */
4771 hdd_ctx->current_intf_count++;
4772
Jeff Johnson5880d792016-08-15 13:32:30 -07004773 hdd_debug("current_intf_count=%d",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004774 hdd_ctx->current_intf_count);
4775
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -08004776 hdd_check_and_restart_sap_with_non_dfs_acs();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004777 }
4778
Rajeev Kumardca5f812016-02-04 17:28:06 -08004779 if (QDF_STATUS_SUCCESS != hdd_debugfs_init(adapter))
Mahesh Kumar Kalikot Veetil80dda9a2017-07-17 11:38:03 -07004780 hdd_err("Interface %s wow debug_fs init failed",
4781 netdev_name(adapter->dev));
4782
4783 hdd_info("%s interface created. iftype: %d", netdev_name(adapter->dev),
4784 session_type);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004785
4786 return adapter;
4787
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004788err_free_netdev:
Jeff Johnson1e851a12017-10-28 14:36:12 -07004789 wlan_hdd_release_intf_addr(hdd_ctx, adapter->mac_addr.bytes);
Hanumanth Reddy Pothula00a39e72016-11-09 21:32:16 +05304790 free_netdev(adapter->dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004791
4792 return NULL;
4793}
4794
Nirav Shaheb017be2018-02-15 11:20:58 +05304795#ifdef MSM_PLATFORM
4796static inline
4797void hdd_cancel_bus_bw_work(struct hdd_context *hdd_ctx)
4798{
4799 cancel_work_sync(&hdd_ctx->bus_bw_work);
4800}
4801#else
4802static inline
4803void hdd_cancel_bus_bw_work(struct hdd_context *hdd_ctx)
4804{
4805}
4806#endif
4807
Jeff Johnson9d295242017-08-29 14:39:48 -07004808QDF_STATUS hdd_close_adapter(struct hdd_context *hdd_ctx, struct hdd_adapter *adapter,
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08004809 bool rtnl_held)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004810{
Dustin Brown920397d2017-12-13 16:27:50 -08004811 /*
4812 * Here we are stopping global bus_bw timer & work per adapter.
4813 *
4814 * The reason is to fix one race condition between
4815 * bus bandwidth work and cleaning up an adapter.
4816 * Under some conditions, it is possible for the bus bandwidth
4817 * work to access a particularly destroyed adapter, leading to
4818 * use-after-free.
4819 */
4820 hdd_debug("wait for bus bw work to flush");
4821 hdd_bus_bw_compute_timer_stop(hdd_ctx);
4822 hdd_bus_bw_cancel_work(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004823
Dustin Brown920397d2017-12-13 16:27:50 -08004824 /* cleanup adapter */
4825 policy_mgr_clear_concurrency_mode(hdd_ctx->hdd_psoc,
4826 adapter->device_mode);
4827 hdd_cleanup_adapter(hdd_ctx, adapter, rtnl_held);
4828 hdd_remove_adapter(hdd_ctx, adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004829
Dustin Brown920397d2017-12-13 16:27:50 -08004830 /* conditionally restart the bw timer */
4831 hdd_bus_bw_compute_timer_try_start(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004832
Dustin Brown920397d2017-12-13 16:27:50 -08004833 /* Adapter removed. Decrement vdev count */
4834 if (hdd_ctx->current_intf_count != 0)
4835 hdd_ctx->current_intf_count--;
Dustin Brown5ec6b552017-03-31 12:11:40 -07004836
Dustin Brown920397d2017-12-13 16:27:50 -08004837 /* Fw will take care incase of concurrency */
4838 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004839}
4840
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08004841/**
4842 * hdd_close_all_adapters - Close all open adapters
4843 * @hdd_ctx: Hdd context
4844 * rtnl_held: True if RTNL lock held
4845 *
4846 * Close all open adapters.
4847 *
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05304848 * Return: QDF status code
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08004849 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07004850QDF_STATUS hdd_close_all_adapters(struct hdd_context *hdd_ctx, bool rtnl_held)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004851{
Dustin Brown920397d2017-12-13 16:27:50 -08004852 struct hdd_adapter *adapter;
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304853 QDF_STATUS status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004854
Dustin Brown491d54b2018-03-14 12:39:11 -07004855 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004856
4857 do {
Dustin Brown920397d2017-12-13 16:27:50 -08004858 status = hdd_remove_front_adapter(hdd_ctx, &adapter);
4859 if (QDF_IS_STATUS_SUCCESS(status)) {
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304860 wlan_hdd_release_intf_addr(hdd_ctx,
Dustin Brown920397d2017-12-13 16:27:50 -08004861 adapter->mac_addr.bytes);
4862 hdd_cleanup_adapter(hdd_ctx, adapter, rtnl_held);
4863
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +05304864 /* Adapter removed. Decrement vdev count */
4865 if (hdd_ctx->current_intf_count != 0)
4866 hdd_ctx->current_intf_count--;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004867 }
Dustin Brown920397d2017-12-13 16:27:50 -08004868 } while (QDF_IS_STATUS_SUCCESS(status));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004869
Dustin Browne74003f2018-03-14 12:51:58 -07004870 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004871
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304872 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004873}
4874
Jeff Johnson9c4f93d2017-10-04 08:56:22 -07004875void wlan_hdd_reset_prob_rspies(struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004876{
Anurag Chouhan6d760662016-02-20 16:05:43 +05304877 struct qdf_mac_addr *bssid = NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004878 tSirUpdateIE updateIE;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07004879
Jeff Johnson9c4f93d2017-10-04 08:56:22 -07004880 switch (adapter->device_mode) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004881 case QDF_STA_MODE:
4882 case QDF_P2P_CLIENT_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004883 {
Jeff Johnsond377dce2017-10-04 10:32:42 -07004884 struct hdd_station_ctx *sta_ctx =
Jeff Johnson9c4f93d2017-10-04 08:56:22 -07004885 WLAN_HDD_GET_STATION_CTX_PTR(adapter);
Jeff Johnsond377dce2017-10-04 10:32:42 -07004886 bssid = &sta_ctx->conn_info.bssId;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004887 break;
4888 }
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004889 case QDF_SAP_MODE:
4890 case QDF_P2P_GO_MODE:
4891 case QDF_IBSS_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004892 {
Jeff Johnson1e851a12017-10-28 14:36:12 -07004893 bssid = &adapter->mac_addr;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004894 break;
4895 }
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004896 case QDF_FTM_MODE:
4897 case QDF_P2P_DEVICE_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004898 default:
4899 /*
4900 * wlan_hdd_reset_prob_rspies should not have been called
4901 * for these kind of devices
4902 */
Jeff Johnson5880d792016-08-15 13:32:30 -07004903 hdd_err("Unexpected request for the current device type %d",
Jeff Johnson9c4f93d2017-10-04 08:56:22 -07004904 adapter->device_mode);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004905 return;
4906 }
4907
Anurag Chouhanc5548422016-02-24 18:33:27 +05304908 qdf_copy_macaddr(&updateIE.bssid, bssid);
Jeff Johnson1b780e42017-10-31 14:11:45 -07004909 updateIE.smeSessionId = adapter->session_id;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004910 updateIE.ieBufferlength = 0;
4911 updateIE.pAdditionIEBuffer = NULL;
4912 updateIE.append = true;
4913 updateIE.notify = false;
Jeff Johnson9c4f93d2017-10-04 08:56:22 -07004914 if (sme_update_add_ie(WLAN_HDD_GET_HAL_CTX(adapter),
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004915 &updateIE,
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05304916 eUPDATE_IE_PROBE_RESP) == QDF_STATUS_E_FAILURE) {
Jeff Johnson5880d792016-08-15 13:32:30 -07004917 hdd_err("Could not pass on PROBE_RSP_BCN data to PE");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004918 }
4919}
4920
Dustin Browndb2a8be2017-12-20 11:49:56 -08004921QDF_STATUS hdd_stop_adapter(struct hdd_context *hdd_ctx,
4922 struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004923{
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05304924 QDF_STATUS qdf_ret_status = QDF_STATUS_SUCCESS;
Jeff Johnson025618c2018-03-18 14:41:00 -07004925 struct csr_roam_profile *roam_profile;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004926 union iwreq_data wrqu;
4927 tSirUpdateIE updateIE;
4928 unsigned long rc;
Jeff Johnsone4c11db2018-05-05 23:22:32 -07004929 tsap_config_t *sap_config;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004930
Dustin Brown491d54b2018-03-14 12:39:11 -07004931 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004932
Dustin Browne7e71d32018-05-11 16:00:08 -07004933 if (adapter->session_id != HDD_SESSION_ID_INVALID)
4934 wlan_hdd_cfg80211_deregister_frames(adapter);
4935
Alok Kumarb64650c2018-03-23 17:05:11 +05304936 hdd_nud_ignore_tracking(adapter, true);
4937 hdd_nud_reset_tracking(adapter);
4938
Varun Reddy Yeturu8a5d3d42017-08-02 13:03:27 -07004939 hdd_debug("Disabling queues");
Himanshu Agarwal865201d2017-04-12 15:45:31 +05304940 wlan_hdd_netif_queue_control(adapter,
4941 WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
4942 WLAN_CONTROL_PATH);
Tushnim Bhattacharyya9bd058f2017-12-27 14:01:31 -08004943 /*
4944 * if this is the last active connection check & stop the
4945 * opportunistic timer first
4946 */
4947 if (((policy_mgr_get_connection_count(hdd_ctx->hdd_psoc) == 1) &&
4948 (policy_mgr_mode_specific_connection_count(hdd_ctx->hdd_psoc,
4949 policy_mgr_convert_device_mode_to_qdf_type(
4950 adapter->device_mode), NULL) == 1)) ||
4951 !policy_mgr_get_connection_count(hdd_ctx->hdd_psoc))
4952 policy_mgr_check_and_stop_opportunistic_timer(
4953 hdd_ctx->hdd_psoc, adapter->session_id);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004954 switch (adapter->device_mode) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -08004955 case QDF_STA_MODE:
4956 case QDF_P2P_CLIENT_MODE:
4957 case QDF_IBSS_MODE:
4958 case QDF_P2P_DEVICE_MODE:
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07004959 case QDF_NDI_MODE:
4960 if ((QDF_NDI_MODE == adapter->device_mode) ||
4961 hdd_conn_is_connected(
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004962 WLAN_HDD_GET_STATION_CTX_PTR(adapter)) ||
4963 hdd_is_connecting(
4964 WLAN_HDD_GET_STATION_CTX_PTR(adapter))) {
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07004965 INIT_COMPLETION(adapter->disconnect_comp_var);
Jeff Johnson025618c2018-03-18 14:41:00 -07004966 roam_profile = hdd_roam_profile(adapter);
4967 /* For NDI do not use roam_profile */
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07004968 if (QDF_NDI_MODE == adapter->device_mode)
4969 qdf_ret_status = sme_roam_disconnect(
4970 hdd_ctx->hHal,
Jeff Johnson1b780e42017-10-31 14:11:45 -07004971 adapter->session_id,
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07004972 eCSR_DISCONNECT_REASON_NDI_DELETE);
Jeff Johnson025618c2018-03-18 14:41:00 -07004973 else if (roam_profile->BSSType ==
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07004974 eCSR_BSS_TYPE_START_IBSS)
4975 qdf_ret_status = sme_roam_disconnect(
4976 hdd_ctx->hHal,
Jeff Johnson1b780e42017-10-31 14:11:45 -07004977 adapter->session_id,
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07004978 eCSR_DISCONNECT_REASON_IBSS_LEAVE);
Jingxiang Gecc7e1f42017-11-14 16:21:27 +08004979 else if (QDF_STA_MODE == adapter->device_mode) {
Varun Reddy Yeturu96dced72017-03-29 18:03:54 -07004980 qdf_ret_status =
4981 wlan_hdd_try_disconnect(adapter);
Jingxiang Gecc7e1f42017-11-14 16:21:27 +08004982 hdd_debug("Send disconnected event to userspace");
4983 wlan_hdd_cfg80211_indicate_disconnect(
4984 adapter->dev, true,
4985 WLAN_REASON_UNSPECIFIED);
Jeff Johnson109e79d2018-02-27 15:10:04 -08004986 } else
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07004987 qdf_ret_status = sme_roam_disconnect(
4988 hdd_ctx->hHal,
Jeff Johnson1b780e42017-10-31 14:11:45 -07004989 adapter->session_id,
Deepak Dhamdhere13983f22016-05-31 19:06:09 -07004990 eCSR_DISCONNECT_REASON_UNSPECIFIED);
Srinivas Girigowdab841da72017-03-25 18:04:39 -07004991 /* success implies disconnect command got
4992 * queued up successfully
4993 */
Varun Reddy Yeturu96dced72017-03-29 18:03:54 -07004994 if (qdf_ret_status == QDF_STATUS_SUCCESS &&
4995 QDF_STA_MODE != adapter->device_mode) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08004996 rc = wait_for_completion_timeout(
4997 &adapter->disconnect_comp_var,
4998 msecs_to_jiffies
4999 (WLAN_WAIT_TIME_DISCONNECT));
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08005000 if (!rc)
Varun Reddy Yeturu96dced72017-03-29 18:03:54 -07005001 hdd_warn("disconn_comp_var wait fail");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005002 }
Varun Reddy Yeturu96dced72017-03-29 18:03:54 -07005003 if (qdf_ret_status != QDF_STATUS_SUCCESS)
5004 hdd_warn("failed to post disconnect");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005005 memset(&wrqu, '\0', sizeof(wrqu));
5006 wrqu.ap_addr.sa_family = ARPHRD_ETHER;
5007 memset(wrqu.ap_addr.sa_data, '\0', ETH_ALEN);
5008 wireless_send_event(adapter->dev, SIOCGIWAP, &wrqu,
5009 NULL);
Sachin Ahuja988fd102016-09-15 17:16:25 +05305010 }
Wu Gaoaceec6c2017-08-30 16:08:21 +08005011 wlan_hdd_scan_abort(adapter);
Srinivas Girigowdab841da72017-03-25 18:04:39 -07005012
Abhishek Singh1e94d7a2015-11-30 17:26:54 +05305013 wlan_hdd_cleanup_remain_on_channel_ctx(adapter);
Sridhar Selvaraj8c6f5e82017-08-21 14:53:46 +05305014 hdd_clear_fils_connection_info(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005015
5016#ifdef WLAN_OPEN_SOURCE
Jeff Johnsonb527ebe2017-10-28 13:14:03 -07005017 cancel_work_sync(&adapter->ipv4_notifier_work);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005018#endif
5019
5020 hdd_deregister_tx_flow_control(adapter);
5021
5022#ifdef WLAN_NS_OFFLOAD
5023#ifdef WLAN_OPEN_SOURCE
Jeff Johnsonb527ebe2017-10-28 13:14:03 -07005024 cancel_work_sync(&adapter->ipv6_notifier_work);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005025#endif
5026#endif
5027
Hanumanth Reddy Pothula05860142017-07-26 18:45:27 +05305028 if (adapter->device_mode == QDF_STA_MODE)
5029 wlan_cfg80211_sched_scan_stop(hdd_ctx->hdd_pdev,
5030 adapter->dev);
Dustin Browndb2a8be2017-12-20 11:49:56 -08005031
5032 if (wlan_hdd_try_disconnect(adapter)) {
5033 hdd_err("Error: Can't disconnect adapter");
5034 return QDF_STATUS_E_FAILURE;
Krunal Soni985b8132017-02-10 18:49:08 -08005035 }
Dustin Browndb2a8be2017-12-20 11:49:56 -08005036
Himanshu Agarwalb229a142017-12-21 10:16:45 +05305037 hdd_vdev_destroy(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005038 break;
5039
Rajeev Kumar3b906202018-02-01 10:55:14 -08005040 case QDF_MONITOR_MODE:
5041 wlan_hdd_scan_abort(adapter);
5042 hdd_deregister_tx_flow_control(adapter);
5043 hdd_vdev_destroy(adapter);
5044 break;
5045
Krunal Soni9b04c9b2016-03-10 13:08:05 -08005046 case QDF_SAP_MODE:
wadesongf9b15ed2017-12-14 14:12:32 +08005047 wlan_hdd_scan_abort(adapter);
Govind Singh1dab23b2017-08-12 13:31:00 +05305048 /* Flush IPA exception path packets */
Arunk Khandavalli96c122f2017-10-17 11:49:36 +05305049 sap_config = &adapter->session.ap.sap_config;
5050 if (sap_config)
5051 wlansap_reset_sap_config_add_ie(sap_config,
5052 eUPDATE_IE_ALL);
Sravan Kumar Kairam1309e7e2018-03-13 09:29:52 +05305053 ucfg_ipa_flush(hdd_ctx->hdd_pdev);
Rajeev Kumar6e0cbff2017-12-01 18:14:30 -08005054 cds_flush_work(&hdd_ctx->sap_pre_cac_work);
Jeff Johnson46807cd2018-04-29 21:32:22 -07005055 /* fallthrough */
Dustin Browna5cf8e02017-10-19 16:04:19 -07005056
Krunal Soni9b04c9b2016-03-10 13:08:05 -08005057 case QDF_P2P_GO_MODE:
Kiran Kumar Lokere85cb36b2017-09-14 15:19:14 -07005058 if (QDF_SAP_MODE == adapter->device_mode) {
5059 if (test_bit(ACS_PENDING, &adapter->event_flags)) {
5060 cds_flush_delayed_work(
5061 &adapter->acs_pending_work);
5062 clear_bit(ACS_PENDING, &adapter->event_flags);
5063 }
5064 }
Krunal Soni22208392017-09-29 18:10:34 -07005065 cds_flush_work(&adapter->sap_stop_bss_work);
Dustin Browna5cf8e02017-10-19 16:04:19 -07005066
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005067 /* Any softap specific cleanup here... */
Abhinav Kumarb638b5d2018-03-26 12:25:41 +05305068 qdf_atomic_set(&adapter->session.ap.acs_in_progress, 0);
Dustin Browna5cf8e02017-10-19 16:04:19 -07005069 wlan_hdd_undo_acs(adapter);
Krunal Soni9b04c9b2016-03-10 13:08:05 -08005070 if (adapter->device_mode == QDF_P2P_GO_MODE)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005071 wlan_hdd_cleanup_remain_on_channel_ctx(adapter);
5072
5073 hdd_deregister_tx_flow_control(adapter);
5074
Kapil Guptac1224bf2017-06-22 21:22:40 +05305075 hdd_destroy_acs_timer(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005076 mutex_lock(&hdd_ctx->sap_lock);
5077 if (test_bit(SOFTAP_BSS_STARTED, &adapter->event_flags)) {
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05305078 QDF_STATUS status;
Anurag Chouhance0dc992016-02-16 18:18:03 +05305079 QDF_STATUS qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005080
5081 /* Stop Bss. */
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005082 status = wlansap_stop_bss(
5083 WLAN_HDD_GET_SAP_CTX_PTR(adapter));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005084
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05305085 if (QDF_IS_STATUS_SUCCESS(status)) {
Jeff Johnsonca2530c2017-09-30 18:25:40 -07005086 struct hdd_hostapd_state *hostapd_state =
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005087 WLAN_HDD_GET_HOSTAP_STATE_PTR(adapter);
Anurag Chouhance0dc992016-02-16 18:18:03 +05305088 qdf_event_reset(&hostapd_state->
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05305089 qdf_stop_bss_event);
Anurag Chouhance0dc992016-02-16 18:18:03 +05305090 qdf_status =
Nachiket Kukade0396b732017-11-14 16:35:16 +05305091 qdf_wait_for_event_completion(
5092 &hostapd_state->qdf_stop_bss_event,
Naveen Rawatb56880c2016-12-13 17:56:03 -08005093 SME_CMD_TIMEOUT_VALUE);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005094
Anurag Chouhance0dc992016-02-16 18:18:03 +05305095 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Jeff Johnson5880d792016-08-15 13:32:30 -07005096 hdd_err("failure waiting for wlansap_stop_bss %d",
5097 qdf_status);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005098 }
5099 } else {
Jeff Johnson5880d792016-08-15 13:32:30 -07005100 hdd_err("failure in wlansap_stop_bss");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005101 }
5102 clear_bit(SOFTAP_BSS_STARTED, &adapter->event_flags);
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -08005103 policy_mgr_decr_session_set_pcl(hdd_ctx->hdd_psoc,
5104 adapter->device_mode,
Jeff Johnson1b780e42017-10-31 14:11:45 -07005105 adapter->session_id);
Jeff Johnsone8846ab2018-03-31 11:54:45 -07005106 hdd_green_ap_start_state_mc(hdd_ctx,
Himanshu Agarwal813b2bf2018-01-22 16:32:15 +05305107 adapter->device_mode,
5108 false);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005109
Anurag Chouhanc5548422016-02-24 18:33:27 +05305110 qdf_copy_macaddr(&updateIE.bssid,
Jeff Johnson1e851a12017-10-28 14:36:12 -07005111 &adapter->mac_addr);
Jeff Johnson1b780e42017-10-31 14:11:45 -07005112 updateIE.smeSessionId = adapter->session_id;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005113 updateIE.ieBufferlength = 0;
5114 updateIE.pAdditionIEBuffer = NULL;
5115 updateIE.append = false;
5116 updateIE.notify = false;
5117 /* Probe bcn reset */
5118 if (sme_update_add_ie(WLAN_HDD_GET_HAL_CTX(adapter),
5119 &updateIE, eUPDATE_IE_PROBE_BCN)
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05305120 == QDF_STATUS_E_FAILURE) {
Jeff Johnson5880d792016-08-15 13:32:30 -07005121 hdd_err("Could not pass on PROBE_RSP_BCN data to PE");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005122 }
5123 /* Assoc resp reset */
5124 if (sme_update_add_ie(WLAN_HDD_GET_HAL_CTX(adapter),
5125 &updateIE,
5126 eUPDATE_IE_ASSOC_RESP) ==
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05305127 QDF_STATUS_E_FAILURE) {
Jeff Johnson5880d792016-08-15 13:32:30 -07005128 hdd_err("Could not pass on ASSOC_RSP data to PE");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005129 }
5130 /* Reset WNI_CFG_PROBE_RSP Flags */
5131 wlan_hdd_reset_prob_rspies(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005132 }
Jeff Johnsonb9424862017-10-30 08:49:35 -07005133 qdf_mem_free(adapter->session.ap.beacon);
5134 adapter->session.ap.beacon = NULL;
Ajit Pal Singh747b6802017-05-24 15:42:03 +05305135 /*
5136 * If Do_Not_Break_Stream was enabled clear avoid channel list.
5137 */
5138 if (policy_mgr_is_dnsc_set(adapter->hdd_vdev))
5139 wlan_hdd_send_avoid_freq_for_dnbs(hdd_ctx, 0);
5140
Hanumanth Reddy Pothulaaaa3f882017-10-05 17:45:00 +05305141#ifdef WLAN_OPEN_SOURCE
Jeff Johnsonb527ebe2017-10-28 13:14:03 -07005142 cancel_work_sync(&adapter->ipv4_notifier_work);
Hanumanth Reddy Pothulaaaa3f882017-10-05 17:45:00 +05305143#endif
5144
5145#ifdef WLAN_NS_OFFLOAD
5146#ifdef WLAN_OPEN_SOURCE
Jeff Johnsonb527ebe2017-10-28 13:14:03 -07005147 cancel_work_sync(&adapter->ipv6_notifier_work);
Hanumanth Reddy Pothulaaaa3f882017-10-05 17:45:00 +05305148#endif
5149#endif
Dustin Browndb2a8be2017-12-20 11:49:56 -08005150
5151 hdd_vdev_destroy(adapter);
5152
Krunal Sonib51eec72017-11-20 21:53:01 -08005153 mutex_unlock(&hdd_ctx->sap_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005154 break;
Krunal Soni9b04c9b2016-03-10 13:08:05 -08005155 case QDF_OCB_MODE:
Krishna Kumaar Natarajane58b4092017-01-25 15:47:35 -08005156 cdp_clear_peer(cds_get_context(QDF_MODULE_ID_SOC),
Venkata Sharath Chandra Manchala0d44d452016-11-23 17:48:15 -08005157 (struct cdp_pdev *)cds_get_context(QDF_MODULE_ID_TXRX),
Leo Changfdb45c32016-10-28 11:09:23 -07005158 WLAN_HDD_GET_STATION_CTX_PTR(adapter)->conn_info.staId[0]);
Zhang Qian79d0d132018-02-05 13:40:16 +08005159 hdd_deregister_tx_flow_control(adapter);
5160 hdd_vdev_destroy(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005161 break;
5162 default:
5163 break;
5164 }
5165
Dustin Brown04348372017-12-14 16:13:39 -08005166 if (adapter->scan_info.default_scan_ies) {
5167 qdf_mem_free(adapter->scan_info.default_scan_ies);
5168 adapter->scan_info.default_scan_ies = NULL;
5169 }
5170
Dustin Browne74003f2018-03-14 12:51:58 -07005171 hdd_exit();
Dustin Brown04348372017-12-14 16:13:39 -08005172
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05305173 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005174}
5175
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05305176/**
5177 * hdd_deinit_all_adapters - deinit all adapters
5178 * @hdd_ctx: HDD context
5179 * @rtnl_held: True if RTNL lock held
5180 *
5181 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07005182void hdd_deinit_all_adapters(struct hdd_context *hdd_ctx, bool rtnl_held)
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05305183{
Jeff Johnson9d295242017-08-29 14:39:48 -07005184 struct hdd_adapter *adapter;
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05305185
Dustin Brown491d54b2018-03-14 12:39:11 -07005186 hdd_enter();
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05305187
Dustin Brown920397d2017-12-13 16:27:50 -08005188 hdd_for_each_adapter(hdd_ctx, adapter)
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05305189 hdd_deinit_adapter(hdd_ctx, adapter, rtnl_held);
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05305190
Dustin Browne74003f2018-03-14 12:51:58 -07005191 hdd_exit();
Hanumanth Reddy Pothula9f4048f2016-09-30 15:06:57 +05305192}
5193
Dustin Browndb2a8be2017-12-20 11:49:56 -08005194QDF_STATUS hdd_stop_all_adapters(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005195{
Jeff Johnson9d295242017-08-29 14:39:48 -07005196 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005197
Dustin Brown491d54b2018-03-14 12:39:11 -07005198 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005199
Manishekar Chandrasekaran9e8c7be2016-08-03 14:57:14 +05305200 cds_flush_work(&hdd_ctx->sap_pre_cac_work);
5201
Dustin Brown920397d2017-12-13 16:27:50 -08005202 hdd_for_each_adapter(hdd_ctx, adapter)
Dustin Browndb2a8be2017-12-20 11:49:56 -08005203 hdd_stop_adapter(hdd_ctx, adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005204
Dustin Browne74003f2018-03-14 12:51:58 -07005205 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005206
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05305207 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005208}
5209
Paul Zhang84fa9382017-11-10 21:18:21 +08005210static void hdd_reset_scan_operation(struct hdd_context *hdd_ctx,
5211 struct hdd_adapter *adapter)
5212{
5213 switch (adapter->device_mode) {
5214 case QDF_STA_MODE:
5215 case QDF_P2P_CLIENT_MODE:
5216 case QDF_IBSS_MODE:
5217 case QDF_P2P_DEVICE_MODE:
5218 case QDF_NDI_MODE:
5219 wlan_hdd_scan_abort(adapter);
5220 wlan_hdd_cleanup_remain_on_channel_ctx(adapter);
5221 if (adapter->device_mode == QDF_STA_MODE)
5222 wlan_cfg80211_sched_scan_stop(hdd_ctx->hdd_pdev,
5223 adapter->dev);
5224 break;
5225 case QDF_P2P_GO_MODE:
5226 wlan_hdd_cleanup_remain_on_channel_ctx(adapter);
5227 break;
5228 case QDF_SAP_MODE:
Abhinav Kumarb638b5d2018-03-26 12:25:41 +05305229 qdf_atomic_set(&adapter->session.ap.acs_in_progress, 0);
Paul Zhang84fa9382017-11-10 21:18:21 +08005230 wlan_hdd_undo_acs(adapter);
5231 break;
5232 default:
5233 break;
5234 }
5235}
5236
Jeff Johnsond49c4a12017-08-28 12:08:05 -07005237QDF_STATUS hdd_reset_all_adapters(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005238{
Jeff Johnson9d295242017-08-29 14:39:48 -07005239 struct hdd_adapter *adapter;
Jeff Johnsond377dce2017-10-04 10:32:42 -07005240 struct hdd_station_ctx *sta_ctx;
Yue Mad5b4b9f2017-05-26 16:23:40 -07005241 struct qdf_mac_addr peerMacAddr;
Yue Ma42654682018-01-11 16:55:24 -08005242 int sta_id;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005243
Dustin Brown491d54b2018-03-14 12:39:11 -07005244 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005245
Manishekar Chandrasekaran9e8c7be2016-08-03 14:57:14 +05305246 cds_flush_work(&hdd_ctx->sap_pre_cac_work);
5247
Dustin Brown920397d2017-12-13 16:27:50 -08005248 hdd_for_each_adapter(hdd_ctx, adapter) {
Dustin Brown5e89ef82018-03-14 11:50:23 -07005249 hdd_info("[SSR] reset adapter with device mode %s(%d)",
5250 hdd_device_mode_to_string(adapter->device_mode),
5251 adapter->device_mode);
Ganesh Kondabattini9e4fbbb2017-05-24 16:53:02 +05305252
5253 if ((adapter->device_mode == QDF_STA_MODE) ||
Paul Zhang679025e2018-03-08 22:39:44 +08005254 (adapter->device_mode == QDF_P2P_CLIENT_MODE)) {
Ganesh Kondabattini9e4fbbb2017-05-24 16:53:02 +05305255 /* Stop tdls timers */
Kabilan Kannan00d20412017-06-04 14:20:32 -07005256 hdd_notify_tdls_reset_adapter(adapter->hdd_vdev);
Paul Zhang679025e2018-03-08 22:39:44 +08005257 adapter->session.station.hdd_reassoc_scenario = false;
5258 }
Ganesh Kondabattini9e4fbbb2017-05-24 16:53:02 +05305259
Arun Khandavallicc544b32017-01-30 19:52:16 +05305260 if (hdd_ctx->config->sap_internal_restart &&
5261 adapter->device_mode == QDF_SAP_MODE) {
5262 wlan_hdd_netif_queue_control(adapter,
Himanshu Agarwal865201d2017-04-12 15:45:31 +05305263 WLAN_STOP_ALL_NETIF_QUEUE,
Arun Khandavallicc544b32017-01-30 19:52:16 +05305264 WLAN_CONTROL_PATH);
Manikandan Mohan0a44ec82017-02-17 15:06:11 -08005265 if (test_bit(SOFTAP_BSS_STARTED,
Krunal Sonib51eec72017-11-20 21:53:01 -08005266 &adapter->event_flags))
Manikandan Mohan0a44ec82017-02-17 15:06:11 -08005267 hdd_sap_indicate_disconnect_for_sta(adapter);
Manikandan Mohan0a44ec82017-02-17 15:06:11 -08005268 clear_bit(SOFTAP_BSS_STARTED, &adapter->event_flags);
5269 } else {
Arun Khandavallicc544b32017-01-30 19:52:16 +05305270 wlan_hdd_netif_queue_control(adapter,
Himanshu Agarwal865201d2017-04-12 15:45:31 +05305271 WLAN_STOP_ALL_NETIF_QUEUE_N_CARRIER,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005272 WLAN_CONTROL_PATH);
Manikandan Mohan0a44ec82017-02-17 15:06:11 -08005273 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005274
Paul Zhang84fa9382017-11-10 21:18:21 +08005275 hdd_reset_scan_operation(hdd_ctx, adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005276
5277 hdd_deinit_tx_rx(adapter);
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -08005278 policy_mgr_decr_session_set_pcl(hdd_ctx->hdd_psoc,
Jeff Johnson1b780e42017-10-31 14:11:45 -07005279 adapter->device_mode, adapter->session_id);
Jeff Johnsone8846ab2018-03-31 11:54:45 -07005280 hdd_green_ap_start_state_mc(hdd_ctx, adapter->device_mode,
Himanshu Agarwal813b2bf2018-01-22 16:32:15 +05305281 false);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005282 if (test_bit(WMM_INIT_DONE, &adapter->event_flags)) {
5283 hdd_wmm_adapter_close(adapter);
5284 clear_bit(WMM_INIT_DONE, &adapter->event_flags);
5285 }
5286
Vignesh Viswanathan2eb18742017-09-08 11:18:59 +05305287 if (adapter->device_mode == QDF_STA_MODE)
5288 hdd_clear_fils_connection_info(adapter);
5289
Wu Gao3545e642017-07-14 19:24:41 +08005290 if (adapter->device_mode == QDF_SAP_MODE) {
5291 /*
5292 * If adapter is SAP, set session ID to invalid
5293 * since SAP session will be cleanup during SSR.
5294 */
Wu Gao36717432016-11-21 15:09:48 +08005295 wlansap_set_invalid_session(
5296 WLAN_HDD_GET_SAP_CTX_PTR(adapter));
5297
Wu Gao3545e642017-07-14 19:24:41 +08005298 wlansap_cleanup_cac_timer(
5299 WLAN_HDD_GET_SAP_CTX_PTR(adapter));
5300 }
5301
Yue Ma42654682018-01-11 16:55:24 -08005302 /* Delete connection peers if any to avoid peer object leaks */
Yue Mad5b4b9f2017-05-26 16:23:40 -07005303 if (adapter->device_mode == QDF_STA_MODE ||
5304 adapter->device_mode == QDF_P2P_CLIENT_MODE) {
Jeff Johnsond377dce2017-10-04 10:32:42 -07005305 sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(adapter);
Yue Mad5b4b9f2017-05-26 16:23:40 -07005306 qdf_copy_macaddr(&peerMacAddr,
Jeff Johnsond377dce2017-10-04 10:32:42 -07005307 &sta_ctx->conn_info.bssId);
Yue Mad5b4b9f2017-05-26 16:23:40 -07005308
5309 hdd_objmgr_remove_peer_object(adapter->hdd_vdev,
5310 peerMacAddr.bytes);
Yue Ma42654682018-01-11 16:55:24 -08005311 } else if (adapter->device_mode == QDF_P2P_GO_MODE) {
5312 for (sta_id = 0; sta_id < WLAN_MAX_STA_COUNT; sta_id++) {
5313 if (adapter->sta_info[sta_id].in_use) {
5314 hdd_debug("[SSR] deregister STA with ID %d",
5315 sta_id);
5316 hdd_softap_deregister_sta(adapter,
5317 sta_id);
5318 adapter->sta_info[sta_id].in_use = 0;
5319 }
5320 }
Yue Mad5b4b9f2017-05-26 16:23:40 -07005321 }
5322
Alok Kumarb64650c2018-03-23 17:05:11 +05305323 hdd_nud_reset_tracking(adapter);
5324 hdd_nud_ignore_tracking(adapter, true);
5325 hdd_set_disconnect_status(adapter, false);
5326
Tiger Yu94a5a5c2018-03-09 21:22:26 +08005327 hdd_softap_deinit_tx_rx(adapter);
5328
Yue Maf9782842017-05-08 12:49:49 -07005329 /* Destroy vdev which will be recreated during reinit. */
5330 hdd_vdev_destroy(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005331 }
5332
Dustin Browne74003f2018-03-14 12:51:58 -07005333 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005334
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05305335 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005336}
5337
Jeff Johnsond49c4a12017-08-28 12:08:05 -07005338bool hdd_check_for_opened_interfaces(struct hdd_context *hdd_ctx)
Ashish Kumar Dhanotiya486c13a2017-03-03 12:57:56 +05305339{
Dustin Brown920397d2017-12-13 16:27:50 -08005340 struct hdd_adapter *adapter;
Ashish Kumar Dhanotiya486c13a2017-03-03 12:57:56 +05305341 bool close_modules = true;
5342
Arun Khandavalliba479c42017-07-26 21:29:40 +05305343 if (QDF_GLOBAL_FTM_MODE == hdd_get_conparam()) {
5344 hdd_info("FTM mode, don't close the module");
5345 return false;
5346 }
5347
Dustin Brown920397d2017-12-13 16:27:50 -08005348 hdd_for_each_adapter(hdd_ctx, adapter) {
5349 if (test_bit(DEVICE_IFACE_OPENED, &adapter->event_flags) ||
5350 test_bit(SME_SESSION_OPENED, &adapter->event_flags)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08005351 hdd_debug("Still other ifaces are up cannot close modules");
Ashish Kumar Dhanotiya486c13a2017-03-03 12:57:56 +05305352 close_modules = false;
5353 break;
5354 }
Ashish Kumar Dhanotiya486c13a2017-03-03 12:57:56 +05305355 }
5356
5357 return close_modules;
5358}
5359
yeshwanth sriram guntukaea63f632017-08-30 19:31:56 +05305360bool hdd_is_interface_up(struct hdd_adapter *adapter)
Arun Khandavallifae92942016-08-01 13:31:08 +05305361{
5362 if (test_bit(DEVICE_IFACE_OPENED, &adapter->event_flags))
5363 return true;
5364 else
5365 return false;
5366}
5367
Anurag Chouhanc4092922016-09-08 15:56:11 +05305368#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0)) \
bingsbdcd4a22017-06-20 09:27:00 +08005369 && !defined(WITH_BACKPORTS) && !defined(IEEE80211_PRIVACY)
Anurag Chouhanc4092922016-09-08 15:56:11 +05305370struct cfg80211_bss *hdd_cfg80211_get_bss(struct wiphy *wiphy,
5371 struct ieee80211_channel *channel,
5372 const u8 *bssid, const u8 *ssid,
5373 size_t ssid_len)
5374{
5375 return cfg80211_get_bss(wiphy, channel, bssid,
5376 ssid, ssid_len,
5377 WLAN_CAPABILITY_ESS,
5378 WLAN_CAPABILITY_ESS);
5379}
5380#else
5381struct cfg80211_bss *hdd_cfg80211_get_bss(struct wiphy *wiphy,
5382 struct ieee80211_channel *channel,
5383 const u8 *bssid, const u8 *ssid,
5384 size_t ssid_len)
5385{
5386 return cfg80211_get_bss(wiphy, channel, bssid,
5387 ssid, ssid_len,
5388 IEEE80211_BSS_TYPE_ESS,
5389 IEEE80211_PRIVACY_ANY);
5390}
5391#endif
Anurag Chouhanc4092922016-09-08 15:56:11 +05305392
Vignesh Viswanathan3fa1d382017-08-02 19:36:43 +05305393#if defined CFG80211_CONNECT_BSS || \
5394 (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0))
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305395#if defined CFG80211_CONNECT_TIMEOUT_REASON_CODE || \
Vignesh Viswanathan3fa1d382017-08-02 19:36:43 +05305396 (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0))
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305397/**
5398 * hdd_convert_timeout_reason() - Convert to kernel specific enum
5399 * @timeout_reason: reason for connect timeout
5400 *
5401 * This function is used to convert host timeout
5402 * reason enum to kernel specific enum.
5403 *
5404 * Return: nl timeout enum
5405 */
5406static enum nl80211_timeout_reason hdd_convert_timeout_reason(
5407 tSirResultCodes timeout_reason)
5408{
5409 switch (timeout_reason) {
5410 case eSIR_SME_JOIN_TIMEOUT_RESULT_CODE:
5411 return NL80211_TIMEOUT_SCAN;
5412 case eSIR_SME_AUTH_TIMEOUT_RESULT_CODE:
5413 return NL80211_TIMEOUT_AUTH;
5414 case eSIR_SME_ASSOC_TIMEOUT_RESULT_CODE:
5415 return NL80211_TIMEOUT_ASSOC;
5416 default:
5417 return NL80211_TIMEOUT_UNSPECIFIED;
5418 }
5419}
5420
5421/**
5422 * hdd_cfg80211_connect_timeout() - API to send connection timeout reason
5423 * @dev: network device
5424 * @bssid: bssid to which we want to associate
5425 * @timeout_reason: reason for connect timeout
5426 *
5427 * This API is used to send connection timeout reason to supplicant
5428 *
5429 * Return: void
5430 */
5431static void hdd_cfg80211_connect_timeout(struct net_device *dev,
5432 const u8 *bssid,
5433 tSirResultCodes timeout_reason)
5434{
5435 enum nl80211_timeout_reason nl_timeout_reason;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07005436
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305437 nl_timeout_reason = hdd_convert_timeout_reason(timeout_reason);
5438
5439 cfg80211_connect_timeout(dev, bssid, NULL, 0, GFP_KERNEL,
5440 nl_timeout_reason);
5441}
5442
5443/**
5444 * __hdd_connect_bss() - API to send connection status to supplicant
5445 * @dev: network device
5446 * @bssid: bssid to which we want to associate
5447 * @req_ie: Request Information Element
5448 * @req_ie_len: len of the req IE
5449 * @resp_ie: Response IE
5450 * @resp_ie_len: len of ht response IE
5451 * @status: status
5452 * @gfp: Kernel Flag
5453 * @timeout_reason: reason for connect timeout
5454 *
5455 * Return: void
5456 */
5457static void __hdd_connect_bss(struct net_device *dev, const u8 *bssid,
5458 struct cfg80211_bss *bss, const u8 *req_ie,
5459 size_t req_ie_len, const u8 *resp_ie,
5460 size_t resp_ie_len, int status, gfp_t gfp,
5461 tSirResultCodes timeout_reason)
5462{
5463 enum nl80211_timeout_reason nl_timeout_reason;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07005464
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305465 nl_timeout_reason = hdd_convert_timeout_reason(timeout_reason);
5466
5467 cfg80211_connect_bss(dev, bssid, bss, req_ie, req_ie_len,
5468 resp_ie, resp_ie_len, status, gfp,
5469 nl_timeout_reason);
5470}
5471#else
Vignesh Viswanathan3fa1d382017-08-02 19:36:43 +05305472#if defined CFG80211_CONNECT_TIMEOUT || \
5473 (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0))
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305474static void hdd_cfg80211_connect_timeout(struct net_device *dev,
5475 const u8 *bssid,
5476 tSirResultCodes timeout_reason)
5477{
5478 cfg80211_connect_timeout(dev, bssid, NULL, 0, GFP_KERNEL);
5479}
5480#endif
5481
5482static void __hdd_connect_bss(struct net_device *dev, const u8 *bssid,
5483 struct cfg80211_bss *bss, const u8 *req_ie,
5484 size_t req_ie_len, const u8 *resp_ie,
5485 size_t resp_ie_len, int status, gfp_t gfp,
5486 tSirResultCodes timeout_reason)
5487{
5488 cfg80211_connect_bss(dev, bssid, bss, req_ie, req_ie_len,
5489 resp_ie, resp_ie_len, status, gfp);
5490}
5491#endif
5492
Abhishek Singha84d3952016-09-13 13:45:05 +05305493/**
5494 * hdd_connect_bss() - API to send connection status to supplicant
5495 * @dev: network device
5496 * @bssid: bssid to which we want to associate
5497 * @req_ie: Request Information Element
5498 * @req_ie_len: len of the req IE
5499 * @resp_ie: Response IE
5500 * @resp_ie_len: len of ht response IE
5501 * @status: status
5502 * @gfp: Kernel Flag
5503 * @connect_timeout: If timed out waiting for Auth/Assoc/Probe resp
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305504 * @timeout_reason: reason for connect timeout
Abhishek Singha84d3952016-09-13 13:45:05 +05305505 *
5506 * The API is a wrapper to send connection status to supplicant
5507 *
5508 * Return: Void
5509 */
Vignesh Viswanathan3fa1d382017-08-02 19:36:43 +05305510#if defined CFG80211_CONNECT_TIMEOUT || \
5511 (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 8, 0))
Abhishek Singha84d3952016-09-13 13:45:05 +05305512static void hdd_connect_bss(struct net_device *dev, const u8 *bssid,
5513 struct cfg80211_bss *bss, const u8 *req_ie,
5514 size_t req_ie_len, const u8 *resp_ie,
5515 size_t resp_ie_len, int status, gfp_t gfp,
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305516 bool connect_timeout,
5517 tSirResultCodes timeout_reason)
Abhishek Singha84d3952016-09-13 13:45:05 +05305518{
5519 if (connect_timeout)
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305520 hdd_cfg80211_connect_timeout(dev, bssid, timeout_reason);
Abhishek Singha84d3952016-09-13 13:45:05 +05305521 else
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305522 __hdd_connect_bss(dev, bssid, bss, req_ie, req_ie_len, resp_ie,
5523 resp_ie_len, status, gfp, timeout_reason);
Abhishek Singha84d3952016-09-13 13:45:05 +05305524}
5525#else
5526static void hdd_connect_bss(struct net_device *dev, const u8 *bssid,
5527 struct cfg80211_bss *bss, const u8 *req_ie,
5528 size_t req_ie_len, const u8 *resp_ie,
5529 size_t resp_ie_len, int status, gfp_t gfp,
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305530 bool connect_timeout,
5531 tSirResultCodes timeout_reason)
Abhishek Singha84d3952016-09-13 13:45:05 +05305532{
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305533 __hdd_connect_bss(dev, bssid, bss, req_ie, req_ie_len, resp_ie,
5534 resp_ie_len, status, gfp, timeout_reason);
Abhishek Singha84d3952016-09-13 13:45:05 +05305535}
5536#endif
Anurag Chouhanc4092922016-09-08 15:56:11 +05305537
Vignesh Viswanathan3fa1d382017-08-02 19:36:43 +05305538#if defined(WLAN_FEATURE_FILS_SK)
5539#if defined(CFG80211_CONNECT_DONE) || \
5540 (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0))
5541#if defined(CFG80211_FILS_SK_OFFLOAD_SUPPORT) || \
5542 (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0))
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305543/**
5544 * hdd_populate_fils_params() - Populate FILS keys to connect response
5545 * @fils_params: connect response to supplicant
5546 * @fils_kek: FILS kek
5547 * @fils_kek_len: FILS kek length
5548 * @pmk: FILS PMK
5549 * @pmk_len: FILS PMK length
5550 * @pmkid: PMKID
5551 * @fils_seq_num: FILS Seq number
5552 *
5553 * Return: None
5554 */
5555static void hdd_populate_fils_params(struct cfg80211_connect_resp_params
5556 *fils_params, const uint8_t *fils_kek,
5557 size_t fils_kek_len, const uint8_t *pmk,
5558 size_t pmk_len, const uint8_t *pmkid,
5559 uint16_t fils_seq_num)
5560{
5561 /* Increament seq number to be used for next FILS */
5562 fils_params->fils_erp_next_seq_num = fils_seq_num + 1;
5563 fils_params->update_erp_next_seq_num = true;
5564 fils_params->fils_kek = fils_kek;
5565 fils_params->fils_kek_len = fils_kek_len;
5566 fils_params->pmk = pmk;
5567 fils_params->pmk_len = pmk_len;
5568 fils_params->pmkid = pmkid;
5569}
5570#else
5571static inline void hdd_populate_fils_params(struct cfg80211_connect_resp_params
5572 *fils_params, const uint8_t
5573 *fils_kek, size_t fils_kek_len,
5574 const uint8_t *pmk, size_t pmk_len,
5575 const uint8_t *pmkid,
5576 uint16_t fils_seq_num)
5577{ }
5578#endif
5579
Jeff Johnson172237b2017-11-07 15:32:59 -08005580void hdd_update_hlp_info(struct net_device *dev,
5581 struct csr_roam_info *roam_info)
Vignesh Viswanathana1bb0922017-09-15 12:58:48 +05305582{
5583 struct sk_buff *skb;
5584 uint16_t skb_len;
5585 struct llc_snap_hdr_t *llc_hdr;
5586 QDF_STATUS status;
Vignesh Viswanathanc6d1e1c2017-09-18 12:32:49 +05305587 uint8_t *hlp_data;
5588 uint16_t hlp_data_len;
5589 struct fils_join_rsp_params *roam_fils_params
5590 = roam_info->fils_join_rsp;
Vignesh Viswanathana1bb0922017-09-15 12:58:48 +05305591 struct hdd_adapter *padapter = WLAN_HDD_GET_PRIV_PTR(dev);
5592
Vignesh Viswanathanc6d1e1c2017-09-18 12:32:49 +05305593 if (!roam_fils_params) {
5594 hdd_err("FILS Roam Param NULL");
5595 return;
5596 }
5597
Srinivas Girigowda3cc8e912017-11-28 18:11:57 -08005598 if (!roam_fils_params->hlp_data_len) {
Vignesh Viswanathanc6d1e1c2017-09-18 12:32:49 +05305599 hdd_err("FILS HLP Data NULL, len %d",
5600 roam_fils_params->hlp_data_len);
5601 return;
5602 }
5603
5604 hlp_data = roam_fils_params->hlp_data;
5605 hlp_data_len = roam_fils_params->hlp_data_len;
5606
Vignesh Viswanathana1bb0922017-09-15 12:58:48 +05305607 /* Calculate skb length */
5608 skb_len = (2 * ETH_ALEN) + hlp_data_len;
5609 skb = qdf_nbuf_alloc(NULL, skb_len, 0, 4, false);
5610 if (skb == NULL) {
5611 hdd_err("HLP packet nbuf alloc fails");
5612 return;
5613 }
5614
5615 qdf_mem_copy(skb_put(skb, ETH_ALEN), roam_fils_params->dst_mac.bytes,
5616 QDF_MAC_ADDR_SIZE);
5617 qdf_mem_copy(skb_put(skb, ETH_ALEN), roam_fils_params->src_mac.bytes,
5618 QDF_MAC_ADDR_SIZE);
5619
5620 llc_hdr = (struct llc_snap_hdr_t *) hlp_data;
5621 if (IS_SNAP(llc_hdr)) {
5622 hlp_data += LLC_SNAP_HDR_OFFSET_ETHERTYPE;
5623 hlp_data_len += LLC_SNAP_HDR_OFFSET_ETHERTYPE;
5624 }
5625
5626 qdf_mem_copy(skb_put(skb, hlp_data_len), hlp_data, hlp_data_len);
5627
5628 /*
5629 * This HLP packet is formed from HLP info encapsulated
5630 * in assoc response frame which is AEAD encrypted.
5631 * Hence, this checksum validation can be set unnecessary.
5632 * i.e. network layer need not worry about checksum.
5633 */
5634 skb->ip_summed = CHECKSUM_UNNECESSARY;
5635
5636 status = hdd_rx_packet_cbk(padapter, skb);
5637 if (QDF_IS_STATUS_ERROR(status)) {
5638 hdd_err("Sending HLP packet fails");
5639 return;
5640 }
5641 hdd_debug("send HLP packet to netif successfully");
5642}
5643
5644/**
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305645 * hdd_connect_done() - Wrapper API to call cfg80211_connect_done
5646 * @dev: network device
5647 * @bssid: bssid to which we want to associate
5648 * @bss: cfg80211 bss info
5649 * @roam_info: information about connected bss
5650 * @req_ie: Request Information Element
5651 * @req_ie_len: len of the req IE
5652 * @resp_ie: Response IE
5653 * @resp_ie_len: len of ht response IE
5654 * @status: status
5655 * @gfp: allocation flags
5656 * @connect_timeout: If timed out waiting for Auth/Assoc/Probe resp
5657 * @timeout_reason: reason for connect timeout
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305658 *
5659 * This API is used as wrapper to send FILS key/sequence number
5660 * params etc. to supplicant in case of FILS connection
5661 *
5662 * Return: None
5663 */
5664static void hdd_connect_done(struct net_device *dev, const u8 *bssid,
Jeff Johnson172237b2017-11-07 15:32:59 -08005665 struct cfg80211_bss *bss,
5666 struct csr_roam_info *roam_info,
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305667 const u8 *req_ie, size_t req_ie_len,
5668 const u8 *resp_ie, size_t resp_ie_len, u16 status,
Jeff Johnson4f7f7c62017-10-05 08:53:41 -07005669 gfp_t gfp, bool connect_timeout,
Vignesh Viswanathanc6d1e1c2017-09-18 12:32:49 +05305670 tSirResultCodes timeout_reason)
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305671{
5672 struct cfg80211_connect_resp_params fils_params;
Vignesh Viswanathanc6d1e1c2017-09-18 12:32:49 +05305673 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
5674 struct fils_join_rsp_params *roam_fils_params =
5675 roam_info->fils_join_rsp;
Jeff Johnson4f7f7c62017-10-05 08:53:41 -07005676
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305677 qdf_mem_zero(&fils_params, sizeof(fils_params));
5678
5679 if (!roam_fils_params) {
5680 fils_params.status = WLAN_STATUS_UNSPECIFIED_FAILURE;
5681 } else {
5682 fils_params.status = status;
5683 fils_params.bssid = bssid;
Srinivas Girigowdae975f532018-01-05 14:03:05 -08005684 fils_params.timeout_reason =
5685 hdd_convert_timeout_reason(timeout_reason);
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305686 fils_params.req_ie = req_ie;
5687 fils_params.req_ie_len = req_ie_len;
5688 fils_params.resp_ie = resp_ie;
5689 fils_params.resp_ie_len = resp_ie_len;
5690 fils_params.bss = bss;
5691 hdd_populate_fils_params(&fils_params, roam_fils_params->kek,
5692 roam_fils_params->kek_len,
5693 roam_fils_params->fils_pmk,
5694 roam_fils_params->fils_pmk_len,
5695 roam_fils_params->fils_pmkid,
5696 roam_info->fils_seq_num);
Sridhar Selvaraje5260442017-08-19 10:12:03 +05305697 hdd_save_gtk_params(adapter, roam_info, false);
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305698 }
5699 hdd_debug("FILS indicate connect status %d seq no %d",
5700 fils_params.status,
5701 fils_params.fils_erp_next_seq_num);
5702
5703 cfg80211_connect_done(dev, &fils_params, gfp);
5704
Vignesh Viswanathana1bb0922017-09-15 12:58:48 +05305705 if (roam_fils_params && roam_fils_params->hlp_data_len)
Vignesh Viswanathanc6d1e1c2017-09-18 12:32:49 +05305706 hdd_update_hlp_info(dev, roam_info);
Vignesh Viswanathana1bb0922017-09-15 12:58:48 +05305707
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305708 /* Clear all the FILS key info */
5709 if (roam_fils_params && roam_fils_params->fils_pmk)
5710 qdf_mem_free(roam_fils_params->fils_pmk);
5711 if (roam_fils_params)
5712 qdf_mem_free(roam_fils_params);
5713 roam_info->fils_join_rsp = NULL;
5714}
5715#else
Jeff Johnson4f7f7c62017-10-05 08:53:41 -07005716static inline void
5717hdd_connect_done(struct net_device *dev, const u8 *bssid,
Jeff Johnson172237b2017-11-07 15:32:59 -08005718 struct cfg80211_bss *bss, struct csr_roam_info *roam_info,
Jeff Johnson4f7f7c62017-10-05 08:53:41 -07005719 const u8 *req_ie, size_t req_ie_len,
5720 const u8 *resp_ie, size_t resp_ie_len, u16 status,
5721 gfp_t gfp, bool connect_timeout,
Vignesh Viswanathanc6d1e1c2017-09-18 12:32:49 +05305722 tSirResultCodes timeout_reason)
Vignesh Viswanathana1bb0922017-09-15 12:58:48 +05305723{ }
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305724#endif
5725#endif
5726
Vignesh Viswanathan3fa1d382017-08-02 19:36:43 +05305727#if defined(WLAN_FEATURE_FILS_SK) && \
5728 (defined(CFG80211_CONNECT_DONE) || \
5729 (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)))
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305730/**
5731 * hdd_fils_update_connect_results() - API to send fils connection status to
5732 * supplicant.
5733 * @dev: network device
5734 * @bssid: bssid to which we want to associate
5735 * @bss: cfg80211 bss info
5736 * @roam_info: information about connected bss
5737 * @req_ie: Request Information Element
5738 * @req_ie_len: len of the req IE
5739 * @resp_ie: Response IE
5740 * @resp_ie_len: len of ht response IE
5741 * @status: status
5742 * @gfp: allocation flags
5743 * @connect_timeout: If timed out waiting for Auth/Assoc/Probe resp
5744 * @timeout_reason: reason for connect timeout
5745 *
5746 * The API is a wrapper to send connection status to supplicant
5747 *
5748 * Return: 0 if success else failure
5749 */
5750static int hdd_fils_update_connect_results(struct net_device *dev,
5751 const u8 *bssid,
5752 struct cfg80211_bss *bss,
Jeff Johnson172237b2017-11-07 15:32:59 -08005753 struct csr_roam_info *roam_info, const u8 *req_ie,
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305754 size_t req_ie_len, const u8 *resp_ie,
5755 size_t resp_ie_len, u16 status, gfp_t gfp,
5756 bool connect_timeout,
5757 tSirResultCodes timeout_reason)
5758{
Dustin Brown491d54b2018-03-14 12:39:11 -07005759 hdd_enter();
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305760 if (!roam_info || !roam_info->is_fils_connection)
5761 return -EINVAL;
5762
5763 hdd_connect_done(dev, bssid, bss, roam_info, req_ie, req_ie_len,
5764 resp_ie, resp_ie_len, status, gfp, connect_timeout,
Vignesh Viswanathanc6d1e1c2017-09-18 12:32:49 +05305765 timeout_reason);
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305766 return 0;
5767}
5768#else
5769static inline int hdd_fils_update_connect_results(struct net_device *dev,
5770 const u8 *bssid,
5771 struct cfg80211_bss *bss,
Jeff Johnson172237b2017-11-07 15:32:59 -08005772 struct csr_roam_info *roam_info, const u8 *req_ie,
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305773 size_t req_ie_len, const u8 *resp_ie,
5774 size_t resp_ie_len, u16 status, gfp_t gfp,
5775 bool connect_timeout,
5776 tSirResultCodes timeout_reason)
5777{
5778 return -EINVAL;
5779}
5780#endif
5781
Anurag Chouhanc4092922016-09-08 15:56:11 +05305782/**
5783 * hdd_connect_result() - API to send connection status to supplicant
5784 * @dev: network device
5785 * @bssid: bssid to which we want to associate
5786 * @roam_info: information about connected bss
5787 * @req_ie: Request Information Element
5788 * @req_ie_len: len of the req IE
5789 * @resp_ie: Response IE
5790 * @resp_ie_len: len of ht response IE
5791 * @status: status
5792 * @gfp: Kernel Flag
Abhishek Singha84d3952016-09-13 13:45:05 +05305793 * @connect_timeout: If timed out waiting for Auth/Assoc/Probe resp
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305794 * @timeout_reason: reason for connect timeout
Anurag Chouhanc4092922016-09-08 15:56:11 +05305795 *
5796 * The API is a wrapper to send connection status to supplicant
5797 * and allow runtime suspend
5798 *
5799 * Return: Void
5800 */
Anurag Chouhanc4092922016-09-08 15:56:11 +05305801void hdd_connect_result(struct net_device *dev, const u8 *bssid,
Jeff Johnson172237b2017-11-07 15:32:59 -08005802 struct csr_roam_info *roam_info, const u8 *req_ie,
Anurag Chouhanc4092922016-09-08 15:56:11 +05305803 size_t req_ie_len, const u8 *resp_ie,
Abhishek Singha84d3952016-09-13 13:45:05 +05305804 size_t resp_ie_len, u16 status, gfp_t gfp,
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305805 bool connect_timeout,
5806 tSirResultCodes timeout_reason)
Anurag Chouhanc4092922016-09-08 15:56:11 +05305807{
Jeff Johnson9d295242017-08-29 14:39:48 -07005808 struct hdd_adapter *padapter = (struct hdd_adapter *) netdev_priv(dev);
Anurag Chouhanc4092922016-09-08 15:56:11 +05305809 struct cfg80211_bss *bss = NULL;
Jingxiang Ge929c7932018-01-24 14:01:12 +08005810 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(padapter);
Anurag Chouhanc4092922016-09-08 15:56:11 +05305811
5812 if (WLAN_STATUS_SUCCESS == status) {
5813 struct ieee80211_channel *chan;
5814 int freq;
5815 int chan_no = roam_info->pBssDesc->channelId;
5816
5817 if (chan_no <= 14)
5818 freq = ieee80211_channel_to_frequency(chan_no,
Srinivas Girigowda38f1ded2017-06-12 23:00:38 -07005819 HDD_NL80211_BAND_2GHZ);
Anurag Chouhanc4092922016-09-08 15:56:11 +05305820 else
5821 freq = ieee80211_channel_to_frequency(chan_no,
Srinivas Girigowda38f1ded2017-06-12 23:00:38 -07005822 HDD_NL80211_BAND_5GHZ);
Anurag Chouhanc4092922016-09-08 15:56:11 +05305823
5824 chan = ieee80211_get_channel(padapter->wdev.wiphy, freq);
5825 bss = hdd_cfg80211_get_bss(padapter->wdev.wiphy, chan, bssid,
5826 roam_info->u.pConnectedProfile->SSID.ssId,
5827 roam_info->u.pConnectedProfile->SSID.length);
5828 }
Komal Seelama89be8d2016-09-29 11:09:26 +05305829
Sridhar Selvaraj0d5d2c72017-08-17 17:30:01 +05305830 if (hdd_fils_update_connect_results(dev, bssid, bss,
5831 roam_info, req_ie, req_ie_len, resp_ie,
5832 resp_ie_len, status, gfp, connect_timeout,
5833 timeout_reason) != 0) {
5834 hdd_connect_bss(dev, bssid, bss, req_ie,
5835 req_ie_len, resp_ie, resp_ie_len,
5836 status, gfp, connect_timeout, timeout_reason);
5837 }
Komal Seelama89be8d2016-09-29 11:09:26 +05305838
Jingxiang Geb49aa302018-01-17 20:54:15 +08005839 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.connect);
Dustin Brownceed67e2017-05-26 11:57:31 -07005840 hdd_allow_suspend(WIFI_POWER_EVENT_WAKELOCK_CONNECT);
Anurag Chouhanc4092922016-09-08 15:56:11 +05305841}
5842#else
5843void hdd_connect_result(struct net_device *dev, const u8 *bssid,
Jeff Johnson172237b2017-11-07 15:32:59 -08005844 struct csr_roam_info *roam_info, const u8 *req_ie,
Anurag Chouhanc4092922016-09-08 15:56:11 +05305845 size_t req_ie_len, const u8 *resp_ie,
Abhishek Singha84d3952016-09-13 13:45:05 +05305846 size_t resp_ie_len, u16 status, gfp_t gfp,
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305847 bool connect_timeout,
5848 tSirResultCodes timeout_reason)
Anurag Chouhanc4092922016-09-08 15:56:11 +05305849{
Jeff Johnson9d295242017-08-29 14:39:48 -07005850 struct hdd_adapter *padapter = (struct hdd_adapter *) netdev_priv(dev);
Jingxiang Ge929c7932018-01-24 14:01:12 +08005851 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(padapter);
Komal Seelama89be8d2016-09-29 11:09:26 +05305852
Anurag Chouhanc4092922016-09-08 15:56:11 +05305853 cfg80211_connect_result(dev, bssid, req_ie, req_ie_len,
5854 resp_ie, resp_ie_len, status, gfp);
Prashanth Bhatta87b6dc02017-01-19 15:17:58 -08005855
Jingxiang Geb49aa302018-01-17 20:54:15 +08005856 qdf_runtime_pm_allow_suspend(&hdd_ctx->runtime_context.connect);
Dustin Brownceed67e2017-05-26 11:57:31 -07005857 hdd_allow_suspend(WIFI_POWER_EVENT_WAKELOCK_CONNECT);
Anurag Chouhanc4092922016-09-08 15:56:11 +05305858}
5859#endif
5860
Jeff Johnsond9952752018-04-18 12:15:35 -07005861int wlan_hdd_set_mon_chan(struct hdd_adapter *adapter, uint32_t chan,
5862 uint32_t bandwidth)
5863{
5864 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
5865 struct hdd_station_ctx *sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(adapter);
5866 struct hdd_mon_set_ch_info *ch_info = &sta_ctx->ch_info;
5867 QDF_STATUS status;
5868 tHalHandle hal_hdl = hdd_ctx->hHal;
5869 struct qdf_mac_addr bssid;
5870 struct csr_roam_profile roam_profile;
5871 struct ch_params ch_params;
5872
5873 if (QDF_GLOBAL_MONITOR_MODE != hdd_get_conparam()) {
5874 hdd_err("Not supported, device is not in monitor mode");
5875 return -EINVAL;
5876 }
5877
Visweswara Tanuku006313a2018-04-12 12:26:34 +05305878 /* Validate Channel */
5879 if (!WLAN_REG_IS_24GHZ_CH(chan) && !WLAN_REG_IS_5GHZ_CH(chan)) {
5880 hdd_err("Channel %d Not supported", chan);
5881 return -EINVAL;
5882 }
5883
5884 if (WLAN_REG_IS_24GHZ_CH(chan)) {
5885 if (bandwidth == CH_WIDTH_80MHZ) {
5886 hdd_err("BW80 not possible in 2.4GHz band");
5887 return -EINVAL;
5888 }
5889 if ((bandwidth != CH_WIDTH_20MHZ) && (chan == 14) &&
5890 (bandwidth != CH_WIDTH_MAX)) {
5891 hdd_err("Only BW20 possible on channel 14");
5892 return -EINVAL;
5893 }
5894 }
5895
5896 if (WLAN_REG_IS_5GHZ_CH(chan)) {
5897 if ((bandwidth != CH_WIDTH_20MHZ) && (chan == 165) &&
5898 (bandwidth != CH_WIDTH_MAX)) {
5899 hdd_err("Only BW20 possible on channel 165");
5900 return -EINVAL;
5901 }
5902 }
5903
Jeff Johnsond9952752018-04-18 12:15:35 -07005904 hdd_debug("Set monitor mode Channel %d", chan);
5905 qdf_mem_zero(&roam_profile, sizeof(roam_profile));
5906 roam_profile.ChannelInfo.ChannelList = &ch_info->channel;
5907 roam_profile.ChannelInfo.numOfChannels = 1;
5908 roam_profile.phyMode = ch_info->phy_mode;
5909 roam_profile.ch_params.ch_width = bandwidth;
5910 hdd_select_cbmode(adapter, chan, &roam_profile.ch_params);
5911
5912 qdf_mem_copy(bssid.bytes, adapter->mac_addr.bytes,
5913 QDF_MAC_ADDR_SIZE);
5914
5915 ch_params.ch_width = bandwidth;
5916 wlan_reg_set_channel_params(hdd_ctx->hdd_pdev, chan, 0, &ch_params);
5917 if (ch_params.ch_width == CH_WIDTH_INVALID) {
5918 hdd_err("Invalid capture channel or bandwidth for a country");
5919 return -EINVAL;
5920 }
5921 if (wlan_hdd_change_hw_mode_for_given_chnl(adapter, chan,
5922 POLICY_MGR_UPDATE_REASON_SET_OPER_CHAN)) {
5923 hdd_err("Failed to change hw mode");
5924 return -EINVAL;
5925 }
5926
5927 status = sme_roam_channel_change_req(hal_hdl, bssid, &ch_params,
5928 &roam_profile);
5929 if (status) {
5930 hdd_err("Status: %d Failed to set sme_roam Channel for monitor mode",
5931 status);
5932 }
5933
5934 adapter->mon_chan = chan;
5935 adapter->mon_bandwidth = bandwidth;
5936 return qdf_status_to_os_return(status);
5937}
Anurag Chouhanc4092922016-09-08 15:56:11 +05305938
Jeff Johnsond49c4a12017-08-28 12:08:05 -07005939QDF_STATUS hdd_start_all_adapters(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005940{
Jeff Johnson9d295242017-08-29 14:39:48 -07005941 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005942#ifndef MSM_PLATFORM
Dustin Brownce5b3d32018-01-17 15:07:38 -08005943 struct qdf_mac_addr bcastMac = QDF_MAC_ADDR_BCAST_INIT;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005944#endif
5945 eConnectionState connState;
5946
Dustin Brown491d54b2018-03-14 12:39:11 -07005947 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005948
Dustin Brown920397d2017-12-13 16:27:50 -08005949 hdd_for_each_adapter(hdd_ctx, adapter) {
Arun Khandavallifae92942016-08-01 13:31:08 +05305950 if (!hdd_is_interface_up(adapter))
Dustin Brown920397d2017-12-13 16:27:50 -08005951 continue;
Arun Khandavallifae92942016-08-01 13:31:08 +05305952
Yue Ma42654682018-01-11 16:55:24 -08005953 hdd_debug("[SSR] start adapter with device mode %s(%d)",
5954 hdd_device_mode_to_string(adapter->device_mode),
5955 adapter->device_mode);
5956
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005957 hdd_wmm_init(adapter);
5958
5959 switch (adapter->device_mode) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -08005960 case QDF_STA_MODE:
5961 case QDF_P2P_CLIENT_MODE:
5962 case QDF_P2P_DEVICE_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005963
5964 connState = (WLAN_HDD_GET_STATION_CTX_PTR(adapter))
5965 ->conn_info.connState;
5966
Krunal Sonib51eec72017-11-20 21:53:01 -08005967 hdd_start_station_adapter(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005968 /* Open the gates for HDD to receive Wext commands */
Jeff Johnsonc72c5732017-10-28 12:49:37 -07005969 adapter->is_link_up_service_needed = false;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005970
Srinivas Girigowdab841da72017-03-25 18:04:39 -07005971 /* Indicate disconnect event to supplicant
5972 * if associated previously
5973 */
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005974 if (eConnectionState_Associated == connState ||
Yue Macd961442015-10-20 16:15:31 -07005975 eConnectionState_IbssConnected == connState ||
5976 eConnectionState_NotConnected == connState ||
5977 eConnectionState_IbssDisconnected == connState ||
5978 eConnectionState_Disconnecting == connState) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005979 union iwreq_data wrqu;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07005980
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005981 memset(&wrqu, '\0', sizeof(wrqu));
5982 wrqu.ap_addr.sa_family = ARPHRD_ETHER;
5983 memset(wrqu.ap_addr.sa_data, '\0', ETH_ALEN);
5984 wireless_send_event(adapter->dev, SIOCGIWAP,
5985 &wrqu, NULL);
Jeff Johnsonb9424862017-10-30 08:49:35 -07005986 adapter->session.station.
Jeff Johnson690fe952017-10-25 11:48:39 -07005987 hdd_reassoc_scenario = false;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005988
5989 /* indicate disconnected event to nl80211 */
Mahesh A Saptasagarc35e8bf2016-06-17 20:03:46 +05305990 wlan_hdd_cfg80211_indicate_disconnect(
5991 adapter->dev, false,
5992 WLAN_REASON_UNSPECIFIED);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005993 } else if (eConnectionState_Connecting == connState) {
5994 /*
Srinivas Girigowdab841da72017-03-25 18:04:39 -07005995 * Indicate connect failure to supplicant if we
5996 * were in the process of connecting
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08005997 */
Anurag Chouhanc4092922016-09-08 15:56:11 +05305998 hdd_connect_result(adapter->dev, NULL, NULL,
yeshwanth sriram guntukaaf7b73f2017-02-22 17:35:32 +05305999 NULL, 0, NULL, 0,
6000 WLAN_STATUS_ASSOC_DENIED_UNSPEC,
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006001 GFP_KERNEL, false, 0);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006002 }
6003
6004 hdd_register_tx_flow_control(adapter,
6005 hdd_tx_resume_timer_expired_handler,
bings284f8be2017-08-11 10:41:30 +08006006 hdd_tx_resume_cb,
6007 hdd_tx_flow_control_is_pause);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006008
Alok Kumarb64650c2018-03-23 17:05:11 +05306009 hdd_nud_ignore_tracking(adapter, false);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006010 break;
6011
Krunal Soni9b04c9b2016-03-10 13:08:05 -08006012 case QDF_SAP_MODE:
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006013 if (hdd_ctx->config->sap_internal_restart)
Krunal Sonib51eec72017-11-20 21:53:01 -08006014 hdd_start_ap_adapter(adapter);
Arun Khandavallicc544b32017-01-30 19:52:16 +05306015
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006016 break;
6017
Krunal Soni9b04c9b2016-03-10 13:08:05 -08006018 case QDF_P2P_GO_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006019#ifdef MSM_PLATFORM
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006020 hdd_debug("[SSR] send stop ap to supplicant");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006021 cfg80211_ap_stopped(adapter->dev, GFP_KERNEL);
6022#else
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006023 hdd_debug("[SSR] send restart supplicant");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006024 /* event supplicant to restart */
6025 cfg80211_del_sta(adapter->dev,
6026 (const u8 *)&bcastMac.bytes[0],
6027 GFP_KERNEL);
6028#endif
6029 break;
Arunk Khandavalli062fb032017-10-04 12:18:15 +05306030 case QDF_MONITOR_MODE:
Krunal Sonib51eec72017-11-20 21:53:01 -08006031 hdd_start_station_adapter(adapter);
Arunk Khandavalli062fb032017-10-04 12:18:15 +05306032 hdd_set_mon_rx_cb(adapter->dev);
6033 wlan_hdd_set_mon_chan(adapter, adapter->mon_chan,
6034 adapter->mon_bandwidth);
6035 break;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006036 default:
6037 break;
6038 }
Krunal Soni9c2ee032017-07-18 13:49:54 -07006039 /*
6040 * Action frame registered in one adapter which will
6041 * applicable to all interfaces
6042 */
6043 wlan_hdd_cfg80211_register_frames(adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006044 }
6045
Dustin Browne74003f2018-03-14 12:51:58 -07006046 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006047
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306048 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006049}
6050
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006051QDF_STATUS hdd_get_front_adapter(struct hdd_context *hdd_ctx,
Dustin Brown920397d2017-12-13 16:27:50 -08006052 struct hdd_adapter **out_adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006053{
Anurag Chouhanffb21542016-02-17 14:33:03 +05306054 QDF_STATUS status;
Dustin Brown920397d2017-12-13 16:27:50 -08006055 qdf_list_node_t *node;
6056
6057 *out_adapter = NULL;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006058
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006059 qdf_spin_lock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006060 status = qdf_list_peek_front(&hdd_ctx->hdd_adapters, &node);
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006061 qdf_spin_unlock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006062
6063 if (QDF_IS_STATUS_ERROR(status))
6064 return status;
6065
6066 *out_adapter = qdf_container_of(node, struct hdd_adapter, node);
6067
6068 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006069}
6070
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006071QDF_STATUS hdd_get_next_adapter(struct hdd_context *hdd_ctx,
Dustin Brown920397d2017-12-13 16:27:50 -08006072 struct hdd_adapter *current_adapter,
6073 struct hdd_adapter **out_adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006074{
Anurag Chouhanffb21542016-02-17 14:33:03 +05306075 QDF_STATUS status;
Dustin Brown920397d2017-12-13 16:27:50 -08006076 qdf_list_node_t *node;
6077
6078 *out_adapter = NULL;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006079
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006080 qdf_spin_lock_bh(&hdd_ctx->hdd_adapter_lock);
Jeff Johnson19fc8e42017-10-30 19:53:49 -07006081 status = qdf_list_peek_next(&hdd_ctx->hdd_adapters,
Dustin Brown920397d2017-12-13 16:27:50 -08006082 &current_adapter->node,
6083 &node);
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006084 qdf_spin_unlock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006085
6086 if (QDF_IS_STATUS_ERROR(status))
6087 return status;
6088
6089 *out_adapter = qdf_container_of(node, struct hdd_adapter, node);
6090
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006091 return status;
6092}
6093
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006094QDF_STATUS hdd_remove_adapter(struct hdd_context *hdd_ctx,
Dustin Brown920397d2017-12-13 16:27:50 -08006095 struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006096{
Anurag Chouhanffb21542016-02-17 14:33:03 +05306097 QDF_STATUS status;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006098
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006099 qdf_spin_lock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006100 status = qdf_list_remove_node(&hdd_ctx->hdd_adapters, &adapter->node);
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006101 qdf_spin_unlock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006102
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006103 return status;
6104}
6105
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006106QDF_STATUS hdd_remove_front_adapter(struct hdd_context *hdd_ctx,
Dustin Brown920397d2017-12-13 16:27:50 -08006107 struct hdd_adapter **out_adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006108{
Anurag Chouhanffb21542016-02-17 14:33:03 +05306109 QDF_STATUS status;
Dustin Brown920397d2017-12-13 16:27:50 -08006110 qdf_list_node_t *node;
6111
6112 *out_adapter = NULL;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006113
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006114 qdf_spin_lock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006115 status = qdf_list_remove_front(&hdd_ctx->hdd_adapters, &node);
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006116 qdf_spin_unlock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006117
6118 if (QDF_IS_STATUS_ERROR(status))
6119 return status;
6120
6121 *out_adapter = qdf_container_of(node, struct hdd_adapter, node);
6122
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006123 return status;
6124}
6125
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006126QDF_STATUS hdd_add_adapter_back(struct hdd_context *hdd_ctx,
Dustin Brown920397d2017-12-13 16:27:50 -08006127 struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006128{
Anurag Chouhanffb21542016-02-17 14:33:03 +05306129 QDF_STATUS status;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006130
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006131 qdf_spin_lock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006132 status = qdf_list_insert_back(&hdd_ctx->hdd_adapters, &adapter->node);
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006133 qdf_spin_unlock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006134
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006135 return status;
6136}
6137
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006138QDF_STATUS hdd_add_adapter_front(struct hdd_context *hdd_ctx,
Dustin Brown920397d2017-12-13 16:27:50 -08006139 struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006140{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306141 QDF_STATUS status;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006142
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006143 qdf_spin_lock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006144 status = qdf_list_insert_front(&hdd_ctx->hdd_adapters, &adapter->node);
Rajeev Kumardd4dd082016-02-25 12:24:32 -08006145 qdf_spin_unlock_bh(&hdd_ctx->hdd_adapter_lock);
Dustin Brown920397d2017-12-13 16:27:50 -08006146
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006147 return status;
6148}
6149
Jeff Johnson9d295242017-08-29 14:39:48 -07006150struct hdd_adapter *hdd_get_adapter_by_macaddr(struct hdd_context *hdd_ctx,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006151 tSirMacAddr macAddr)
6152{
Jeff Johnson9d295242017-08-29 14:39:48 -07006153 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006154
Dustin Brown920397d2017-12-13 16:27:50 -08006155 hdd_for_each_adapter(hdd_ctx, adapter) {
6156 if (!qdf_mem_cmp(adapter->mac_addr.bytes,
6157 macAddr, sizeof(tSirMacAddr)))
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006158 return adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006159 }
6160
6161 return NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006162}
6163
Jeff Johnson9d295242017-08-29 14:39:48 -07006164struct hdd_adapter *hdd_get_adapter_by_vdev(struct hdd_context *hdd_ctx,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006165 uint32_t vdev_id)
6166{
Jeff Johnson9d295242017-08-29 14:39:48 -07006167 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006168
Dustin Brown920397d2017-12-13 16:27:50 -08006169 hdd_for_each_adapter(hdd_ctx, adapter) {
Jeff Johnson1b780e42017-10-31 14:11:45 -07006170 if (adapter->session_id == vdev_id)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006171 return adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006172 }
6173
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006174 return NULL;
6175}
6176
Abhishek Singh7996eb72015-12-30 17:24:02 +05306177/**
6178 * hdd_get_adapter_by_sme_session_id() - Return adapter with
6179 * the sessionid
6180 * @hdd_ctx: hdd context.
6181 * @sme_session_id: sme session is for the adapter to get.
6182 *
6183 * This function is used to get the adapter with provided session id
6184 *
6185 * Return: adapter pointer if found
6186 *
6187 */
Jeff Johnson6dff3ee2017-10-06 14:58:57 -07006188struct hdd_adapter *
6189hdd_get_adapter_by_sme_session_id(struct hdd_context *hdd_ctx,
6190 uint32_t sme_session_id)
Abhishek Singh7996eb72015-12-30 17:24:02 +05306191{
Jeff Johnson9d295242017-08-29 14:39:48 -07006192 struct hdd_adapter *adapter;
Abhishek Singh7996eb72015-12-30 17:24:02 +05306193
Dustin Brown920397d2017-12-13 16:27:50 -08006194 hdd_for_each_adapter(hdd_ctx, adapter) {
6195 if (adapter->session_id == sme_session_id)
Abhishek Singh7996eb72015-12-30 17:24:02 +05306196 return adapter;
Abhishek Singh7996eb72015-12-30 17:24:02 +05306197 }
Dustin Brown920397d2017-12-13 16:27:50 -08006198
Abhishek Singh7996eb72015-12-30 17:24:02 +05306199 return NULL;
6200}
6201
Jeff Johnson9d295242017-08-29 14:39:48 -07006202struct hdd_adapter *hdd_get_adapter_by_iface_name(struct hdd_context *hdd_ctx,
Naveen Rawat4edb6822017-04-12 10:09:17 -07006203 const char *iface_name)
6204{
Jeff Johnson9d295242017-08-29 14:39:48 -07006205 struct hdd_adapter *adapter;
Naveen Rawat4edb6822017-04-12 10:09:17 -07006206
Dustin Brown920397d2017-12-13 16:27:50 -08006207 hdd_for_each_adapter(hdd_ctx, adapter) {
6208 if (!qdf_str_cmp(adapter->dev->name, iface_name))
Naveen Rawat4edb6822017-04-12 10:09:17 -07006209 return adapter;
Naveen Rawat4edb6822017-04-12 10:09:17 -07006210 }
Dustin Brown920397d2017-12-13 16:27:50 -08006211
Naveen Rawat4edb6822017-04-12 10:09:17 -07006212 return NULL;
6213}
6214
Krunal Soni9b04c9b2016-03-10 13:08:05 -08006215/**
6216 * hdd_get_adapter() - to get adapter matching the mode
6217 * @hdd_ctx: hdd context
6218 * @mode: adapter mode
6219 *
6220 * This routine will return the pointer to adapter matching
6221 * with the passed mode.
6222 *
6223 * Return: pointer to adapter or null
6224 */
Jeff Johnson9d295242017-08-29 14:39:48 -07006225struct hdd_adapter *hdd_get_adapter(struct hdd_context *hdd_ctx,
Jeff Johnsonc1e62782017-11-09 09:50:17 -08006226 enum QDF_OPMODE mode)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006227{
Jeff Johnson9d295242017-08-29 14:39:48 -07006228 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006229
Dustin Brown920397d2017-12-13 16:27:50 -08006230 hdd_for_each_adapter(hdd_ctx, adapter) {
6231 if (adapter->device_mode == mode)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006232 return adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006233 }
6234
6235 return NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006236}
6237
Jeff Johnson36a0abf2018-05-20 11:24:25 -07006238enum QDF_OPMODE hdd_get_device_mode(uint32_t session_id)
Yeshwanth Sriram Guntuka469f9572018-02-12 13:28:22 +05306239{
6240 struct hdd_context *hdd_ctx;
6241 struct hdd_adapter *adapter;
6242
6243 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
6244 if (!hdd_ctx) {
6245 hdd_err("Invalid HDD context");
6246 return QDF_MAX_NO_OF_MODE;
6247 }
6248
6249 adapter = hdd_get_adapter_by_sme_session_id(hdd_ctx, session_id);
6250 if (!adapter) {
6251 hdd_err("Invalid HDD adapter");
6252 return QDF_MAX_NO_OF_MODE;
6253 }
6254
6255 return adapter->device_mode;
6256}
6257
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006258/**
6259 * hdd_get_operating_channel() - return operating channel of the device mode
6260 * @hdd_ctx: Pointer to the HDD context.
6261 * @mode: Device mode for which operating channel is required.
Jeff Johnson77f89bb2018-05-06 16:21:36 -07006262 * Supported modes:
Krunal Soni9b04c9b2016-03-10 13:08:05 -08006263 * QDF_STA_MODE,
6264 * QDF_P2P_CLIENT_MODE,
6265 * QDF_SAP_MODE,
6266 * QDF_P2P_GO_MODE.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006267 *
6268 * This API returns the operating channel of the requested device mode
6269 *
6270 * Return: channel number. "0" id the requested device is not found OR it is
6271 * not connected.
6272 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006273uint8_t hdd_get_operating_channel(struct hdd_context *hdd_ctx,
Jeff Johnsonc1e62782017-11-09 09:50:17 -08006274 enum QDF_OPMODE mode)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006275{
Jeff Johnson9d295242017-08-29 14:39:48 -07006276 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006277 uint8_t operatingChannel = 0;
6278
Dustin Brown920397d2017-12-13 16:27:50 -08006279 hdd_for_each_adapter(hdd_ctx, adapter) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006280 if (mode == adapter->device_mode) {
6281 switch (adapter->device_mode) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -08006282 case QDF_STA_MODE:
6283 case QDF_P2P_CLIENT_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006284 if (hdd_conn_is_connected
6285 (WLAN_HDD_GET_STATION_CTX_PTR
6286 (adapter))) {
6287 operatingChannel =
6288 (WLAN_HDD_GET_STATION_CTX_PTR
6289 (adapter))->conn_info.
6290 operationChannel;
6291 }
6292 break;
Krunal Soni9b04c9b2016-03-10 13:08:05 -08006293 case QDF_SAP_MODE:
6294 case QDF_P2P_GO_MODE:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006295 /* softap connection info */
6296 if (test_bit
6297 (SOFTAP_BSS_STARTED,
6298 &adapter->event_flags))
6299 operatingChannel =
6300 (WLAN_HDD_GET_AP_CTX_PTR
Jeff Johnson01206862017-10-27 20:55:59 -07006301 (adapter))->operating_channel;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006302 break;
6303 default:
6304 break;
6305 }
6306
Srinivas Girigowdab841da72017-03-25 18:04:39 -07006307 /* Found the device of interest. break the loop */
6308 break;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006309 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006310 }
Dustin Brown920397d2017-12-13 16:27:50 -08006311
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006312 return operatingChannel;
6313}
6314
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006315static inline QDF_STATUS hdd_unregister_wext_all_adapters(struct hdd_context *
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006316 hdd_ctx)
6317{
Jeff Johnson9d295242017-08-29 14:39:48 -07006318 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006319
Dustin Brown491d54b2018-03-14 12:39:11 -07006320 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006321
Dustin Brown920397d2017-12-13 16:27:50 -08006322 hdd_for_each_adapter(hdd_ctx, adapter) {
6323 if (adapter->device_mode == QDF_STA_MODE ||
6324 adapter->device_mode == QDF_P2P_CLIENT_MODE ||
6325 adapter->device_mode == QDF_IBSS_MODE ||
6326 adapter->device_mode == QDF_P2P_DEVICE_MODE ||
6327 adapter->device_mode == QDF_SAP_MODE ||
6328 adapter->device_mode == QDF_P2P_GO_MODE) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006329 hdd_unregister_wext(adapter->dev);
6330 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006331 }
6332
Dustin Browne74003f2018-03-14 12:51:58 -07006333 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006334
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306335 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006336}
6337
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006338QDF_STATUS hdd_abort_mac_scan_all_adapters(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006339{
Jeff Johnson9d295242017-08-29 14:39:48 -07006340 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006341
Dustin Brown491d54b2018-03-14 12:39:11 -07006342 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006343
Dustin Brown920397d2017-12-13 16:27:50 -08006344 hdd_for_each_adapter(hdd_ctx, adapter) {
6345 if (adapter->device_mode == QDF_STA_MODE ||
6346 adapter->device_mode == QDF_P2P_CLIENT_MODE ||
6347 adapter->device_mode == QDF_IBSS_MODE ||
6348 adapter->device_mode == QDF_P2P_DEVICE_MODE ||
6349 adapter->device_mode == QDF_SAP_MODE ||
6350 adapter->device_mode == QDF_P2P_GO_MODE) {
Jeff Johnson59eb5fd2017-10-05 09:42:39 -07006351 wlan_abort_scan(hdd_ctx->hdd_pdev, INVAL_PDEV_ID,
Jeff Johnson1b780e42017-10-31 14:11:45 -07006352 adapter->session_id, INVALID_SCAN_ID,
Vignesh Viswanathan19611c82018-01-16 16:20:40 +05306353 true);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006354 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006355 }
6356
Dustin Browne74003f2018-03-14 12:51:58 -07006357 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006358
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306359 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006360}
6361
Dustin Brownf27bce82016-11-03 12:52:27 -07006362/**
6363 * hdd_abort_sched_scan_all_adapters() - stops scheduled (PNO) scans for all
6364 * adapters
6365 * @hdd_ctx: The HDD context containing the adapters to operate on
6366 *
6367 * return: QDF_STATUS_SUCCESS
6368 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006369static QDF_STATUS hdd_abort_sched_scan_all_adapters(struct hdd_context *hdd_ctx)
Dustin Brownf27bce82016-11-03 12:52:27 -07006370{
Jeff Johnson9d295242017-08-29 14:39:48 -07006371 struct hdd_adapter *adapter;
Dustin Brownf27bce82016-11-03 12:52:27 -07006372 int err;
6373
Dustin Brown491d54b2018-03-14 12:39:11 -07006374 hdd_enter();
Dustin Brownf27bce82016-11-03 12:52:27 -07006375
Dustin Brown920397d2017-12-13 16:27:50 -08006376 hdd_for_each_adapter(hdd_ctx, adapter) {
6377 if (adapter->device_mode == QDF_STA_MODE ||
6378 adapter->device_mode == QDF_P2P_CLIENT_MODE ||
6379 adapter->device_mode == QDF_IBSS_MODE ||
6380 adapter->device_mode == QDF_P2P_DEVICE_MODE ||
6381 adapter->device_mode == QDF_SAP_MODE ||
6382 adapter->device_mode == QDF_P2P_GO_MODE) {
Dustin Brownf27bce82016-11-03 12:52:27 -07006383 err = wlan_hdd_sched_scan_stop(adapter->dev);
6384 if (err)
6385 hdd_err("Unable to stop scheduled scan");
6386 }
Dustin Brownf27bce82016-11-03 12:52:27 -07006387 }
6388
Dustin Browne74003f2018-03-14 12:51:58 -07006389 hdd_exit();
Dustin Brownf27bce82016-11-03 12:52:27 -07006390
6391 return QDF_STATUS_SUCCESS;
6392}
6393
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006394#ifdef WLAN_NS_OFFLOAD
6395/**
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006396 * hdd_wlan_unregister_ip6_notifier() - unregister IPv6 change notifier
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006397 * @hdd_ctx: Pointer to hdd context
6398 *
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006399 * Unregister for IPv6 address change notifications.
6400 *
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006401 * Return: None
6402 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006403static void hdd_wlan_unregister_ip6_notifier(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006404{
6405 unregister_inet6addr_notifier(&hdd_ctx->ipv6_notifier);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006406}
6407
6408/**
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006409 * hdd_wlan_register_ip6_notifier() - register IPv6 change notifier
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006410 * @hdd_ctx: Pointer to hdd context
6411 *
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006412 * Register for IPv6 address change notifications.
6413 *
6414 * Return: 0 on success and errno on failure.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006415 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006416static int hdd_wlan_register_ip6_notifier(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006417{
6418 int ret;
6419
6420 hdd_ctx->ipv6_notifier.notifier_call = wlan_hdd_ipv6_changed;
6421 ret = register_inet6addr_notifier(&hdd_ctx->ipv6_notifier);
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006422 if (ret) {
6423 hdd_err("Failed to register IPv6 notifier: %d", ret);
6424 goto out;
6425 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006426
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006427 hdd_debug("Registered IPv6 notifier");
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006428out:
6429 return ret;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006430}
6431#else
6432/**
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006433 * hdd_wlan_unregister_ip6_notifier() - unregister IPv6 change notifier
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006434 * @hdd_ctx: Pointer to hdd context
6435 *
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006436 * Unregister for IPv6 address change notifications.
6437 *
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006438 * Return: None
6439 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006440static void hdd_wlan_unregister_ip6_notifier(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006441{
6442}
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006443
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006444/**
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006445 * hdd_wlan_register_ip6_notifier() - register IPv6 change notifier
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006446 * @hdd_ctx: Pointer to hdd context
6447 *
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006448 * Register for IPv6 address change notifications.
6449 *
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006450 * Return: None
6451 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006452static int hdd_wlan_register_ip6_notifier(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006453{
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006454 return 0;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006455}
6456#endif
6457
Alok Kumarb64650c2018-03-23 17:05:11 +05306458void hdd_set_disconnect_status(struct hdd_adapter *adapter, bool status)
6459{
6460 qdf_mutex_acquire(&adapter->disconnection_status_lock);
6461 adapter->disconnection_in_progress = status;
6462 qdf_mutex_release(&adapter->disconnection_status_lock);
6463 hdd_debug("setting disconnection status: %d", status);
6464}
6465
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006466/**
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006467 * hdd_register_notifiers - Register netdev notifiers.
6468 * @hdd_ctx: HDD context
6469 *
6470 * Register netdev notifiers like IPv4 and IPv6.
6471 *
6472 * Return: 0 on success and errno on failure
6473 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006474static int hdd_register_notifiers(struct hdd_context *hdd_ctx)
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006475{
6476 int ret;
6477
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006478 ret = hdd_wlan_register_ip6_notifier(hdd_ctx);
6479 if (ret)
Arun Khandavalli08479ba2017-08-07 19:56:23 +05306480 goto out;
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006481
6482 hdd_ctx->ipv4_notifier.notifier_call = wlan_hdd_ipv4_changed;
6483 ret = register_inetaddr_notifier(&hdd_ctx->ipv4_notifier);
6484 if (ret) {
6485 hdd_err("Failed to register IPv4 notifier: %d", ret);
6486 goto unregister_ip6_notifier;
6487 }
6488
Alok Kumarb64650c2018-03-23 17:05:11 +05306489 ret = hdd_nud_register_netevent_notifier(hdd_ctx);
6490 if (ret) {
6491 hdd_err("Failed to register netevent notifier: %d",
6492 ret);
6493 goto unregister_inetaddr_notifier;
6494 }
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006495 return 0;
6496
Alok Kumarb64650c2018-03-23 17:05:11 +05306497unregister_inetaddr_notifier:
6498 unregister_inetaddr_notifier(&hdd_ctx->ipv4_notifier);
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006499unregister_ip6_notifier:
6500 hdd_wlan_unregister_ip6_notifier(hdd_ctx);
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006501out:
6502 return ret;
6503
6504}
6505
6506/**
6507 * hdd_unregister_notifiers - Unregister netdev notifiers.
6508 * @hdd_ctx: HDD context
6509 *
6510 * Unregister netdev notifiers like IPv4 and IPv6.
6511 *
6512 * Return: None.
6513 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006514void hdd_unregister_notifiers(struct hdd_context *hdd_ctx)
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006515{
Alok Kumarb64650c2018-03-23 17:05:11 +05306516 hdd_nud_unregister_netevent_notifier(hdd_ctx);
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006517 hdd_wlan_unregister_ip6_notifier(hdd_ctx);
6518
6519 unregister_inetaddr_notifier(&hdd_ctx->ipv4_notifier);
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -07006520}
6521
6522/**
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006523 * hdd_exit_netlink_services - Exit netlink services
6524 * @hdd_ctx: HDD context
6525 *
6526 * Exit netlink services like cnss_diag, cesium netlink socket, ptt socket and
6527 * nl service.
6528 *
6529 * Return: None.
6530 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006531static void hdd_exit_netlink_services(struct hdd_context *hdd_ctx)
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006532{
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006533 hdd_close_cesium_nl_sock();
Naveen Rawat910726a2017-03-06 11:42:51 -08006534 hdd_deactivate_wifi_pos();
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006535 ptt_sock_deactivate_svc();
6536
6537 nl_srv_exit();
6538}
6539
6540/**
6541 * hdd_init_netlink_services- Init netlink services
6542 * @hdd_ctx: HDD context
6543 *
6544 * Init netlink services like cnss_diag, cesium netlink socket, ptt socket and
6545 * nl service.
6546 *
6547 * Return: 0 on success and errno on failure.
6548 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006549static int hdd_init_netlink_services(struct hdd_context *hdd_ctx)
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006550{
6551 int ret;
6552
Ryan Hsuceddceb2016-04-28 10:20:14 -07006553 ret = wlan_hdd_nl_init(hdd_ctx);
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006554 if (ret) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006555 hdd_err("nl_srv_init failed: %d", ret);
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006556 goto out;
6557 }
Ryan Hsuceddceb2016-04-28 10:20:14 -07006558 cds_set_radio_index(hdd_ctx->radio_index);
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006559
Naveen Rawat910726a2017-03-06 11:42:51 -08006560 ret = hdd_activate_wifi_pos(hdd_ctx);
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006561 if (ret) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006562 hdd_err("hdd_activate_wifi_pos failed: %d", ret);
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006563 goto err_nl_srv;
6564 }
6565
6566 ret = ptt_sock_activate_svc();
6567 if (ret) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006568 hdd_err("ptt_sock_activate_svc failed: %d", ret);
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006569 goto err_nl_srv;
6570 }
6571
6572 ret = hdd_open_cesium_nl_sock();
Ryan Hsu5e2e2052016-04-28 10:19:38 -07006573 if (ret)
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006574 hdd_err("hdd_open_cesium_nl_sock failed ret: %d", ret);
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006575
6576 ret = cnss_diag_activate_service();
6577 if (ret) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006578 hdd_err("cnss_diag_activate_service failed: %d", ret);
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006579 goto err_close_cesium;
6580 }
6581
Sandeep Puligilla019a1bd2018-02-04 22:57:44 -08006582 ret = spectral_scan_activate_service();
6583 if (ret) {
6584 hdd_alert("spectral_scan_activate_service failed: %d", ret);
6585 goto err_close_cesium;
6586 }
6587
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006588 return 0;
6589
6590err_close_cesium:
6591 hdd_close_cesium_nl_sock();
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006592 ptt_sock_deactivate_svc();
6593err_nl_srv:
6594 nl_srv_exit();
6595out:
6596 return ret;
6597}
6598
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006599/**
6600 * hdd_rx_wake_lock_destroy() - Destroy RX wakelock
6601 * @hdd_ctx: HDD context.
6602 *
6603 * Destroy RX wakelock.
6604 *
6605 * Return: None.
6606 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006607static void hdd_rx_wake_lock_destroy(struct hdd_context *hdd_ctx)
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006608{
6609 qdf_wake_lock_destroy(&hdd_ctx->rx_wake_lock);
6610}
Prashanth Bhatta6a6a5552016-02-01 13:49:29 -08006611
6612/**
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006613 * hdd_rx_wake_lock_create() - Create RX wakelock
6614 * @hdd_ctx: HDD context.
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08006615 *
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006616 * Create RX wakelock.
6617 *
6618 * Return: None.
6619 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006620static void hdd_rx_wake_lock_create(struct hdd_context *hdd_ctx)
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006621{
6622 qdf_wake_lock_create(&hdd_ctx->rx_wake_lock, "qcom_rx_wakelock");
6623}
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006624
6625/**
Houston Hoffman160db392016-10-10 17:37:51 -07006626 * hdd_context_deinit() - Deinitialize HDD context
6627 * @hdd_ctx: HDD context.
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006628 *
Houston Hoffman160db392016-10-10 17:37:51 -07006629 * Deinitialize HDD context along with all the feature specific contexts but
6630 * do not free hdd context itself. Caller of this API is supposed to free
6631 * HDD context.
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08006632 *
Houston Hoffman160db392016-10-10 17:37:51 -07006633 * return: 0 on success and errno on failure.
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08006634 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006635static int hdd_context_deinit(struct hdd_context *hdd_ctx)
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08006636{
Arunk Khandavalliebd1e372017-11-06 15:00:24 +05306637 qdf_wake_lock_destroy(&hdd_ctx->monitor_mode_wakelock);
6638
Houston Hoffman160db392016-10-10 17:37:51 -07006639 wlan_hdd_cfg80211_deinit(hdd_ctx->wiphy);
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08006640
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006641 hdd_sap_context_destroy(hdd_ctx);
6642
6643 hdd_rx_wake_lock_destroy(hdd_ctx);
6644
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006645 hdd_scan_context_destroy(hdd_ctx);
6646
Jeff Johnson19fc8e42017-10-30 19:53:49 -07006647 qdf_list_destroy(&hdd_ctx->hdd_adapters);
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006648
Houston Hoffman160db392016-10-10 17:37:51 -07006649 return 0;
6650}
6651
6652/**
6653 * hdd_context_destroy() - Destroy HDD context
6654 * @hdd_ctx: HDD context to be destroyed.
6655 *
6656 * Free config and HDD context as well as destroy all the resources.
6657 *
6658 * Return: None
6659 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006660static void hdd_context_destroy(struct hdd_context *hdd_ctx)
Houston Hoffman160db392016-10-10 17:37:51 -07006661{
Rajeev Kumar493a31b2017-09-29 14:01:24 -07006662 cds_set_context(QDF_MODULE_ID_HDD, NULL);
Arunk Khandavalli3d267b42017-05-02 18:58:59 +05306663
Hanumantha Reddy Pothula00c74f62016-11-24 20:13:32 +05306664 wlan_hdd_deinit_tx_rx_histogram(hdd_ctx);
6665
Houston Hoffman160db392016-10-10 17:37:51 -07006666 hdd_context_deinit(hdd_ctx);
6667
Anurag Chouhan600c3a02016-03-01 10:33:54 +05306668 qdf_mem_free(hdd_ctx->config);
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08006669 hdd_ctx->config = NULL;
6670
6671 wiphy_free(hdd_ctx->wiphy);
6672}
6673
6674/**
SaidiReddy Yenuga699d90e2017-04-14 16:09:24 +05306675 * wlan_destroy_bug_report_lock() - Destroy bug report lock
6676 *
6677 * This function is used to destroy bug report lock
6678 *
6679 * Return: None
6680 */
6681static void wlan_destroy_bug_report_lock(void)
6682{
6683 p_cds_contextType p_cds_context;
6684
6685 p_cds_context = cds_get_global_context();
6686 if (!p_cds_context) {
6687 hdd_err("cds context is NULL");
6688 return;
6689 }
6690
6691 qdf_spinlock_destroy(&p_cds_context->bug_report_lock);
6692}
6693
6694/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006695 * hdd_wlan_exit() - HDD WLAN exit function
6696 * @hdd_ctx: Pointer to the HDD Context
6697 *
6698 * This is the driver exit point (invoked during rmmod)
6699 *
6700 * Return: None
6701 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006702static void hdd_wlan_exit(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006703{
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006704 struct wiphy *wiphy = hdd_ctx->wiphy;
Arun Khandavallifae92942016-08-01 13:31:08 +05306705 int driver_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006706
Dustin Brown491d54b2018-03-14 12:39:11 -07006707 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006708
Arun Khandavallifae92942016-08-01 13:31:08 +05306709 hdd_unregister_notifiers(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006710
Prashanth Bhattaab004382016-10-11 16:08:11 -07006711 hdd_bus_bandwidth_destroy(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006712
6713#ifdef FEATURE_WLAN_AP_AP_ACS_OPTIMIZE
Anurag Chouhan210db072016-02-22 18:42:15 +05306714 if (QDF_TIMER_STATE_RUNNING ==
6715 qdf_mc_timer_get_current_state(&hdd_ctx->skip_acs_scan_timer)) {
6716 qdf_mc_timer_stop(&hdd_ctx->skip_acs_scan_timer);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006717 }
6718
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306719 if (!QDF_IS_STATUS_SUCCESS
Anurag Chouhan210db072016-02-22 18:42:15 +05306720 (qdf_mc_timer_destroy(&hdd_ctx->skip_acs_scan_timer))) {
Jeff Johnson5880d792016-08-15 13:32:30 -07006721 hdd_err("Cannot deallocate ACS Skip timer");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006722 }
Liangwei Dongaef84342016-10-21 05:28:00 -04006723 qdf_spin_lock(&hdd_ctx->acs_skip_lock);
6724 qdf_mem_free(hdd_ctx->last_acs_channel_list);
6725 hdd_ctx->last_acs_channel_list = NULL;
6726 hdd_ctx->num_of_channels = 0;
6727 qdf_spin_unlock(&hdd_ctx->acs_skip_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006728#endif
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006729
Arun Khandavallifae92942016-08-01 13:31:08 +05306730 mutex_lock(&hdd_ctx->iface_change_lock);
6731 driver_status = hdd_ctx->driver_status;
6732 mutex_unlock(&hdd_ctx->iface_change_lock);
6733
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006734 /*
6735 * Powersave Offload Case
6736 * Disable Idle Power Save Mode
6737 */
6738 hdd_set_idle_ps_config(hdd_ctx, false);
Sandeep Puligilla8fa28fd2017-11-02 12:19:33 -07006739 /* clear the scan queue in all the scenarios */
Sourav Mohapatra001cfaf2018-02-28 11:30:46 +05306740 wlan_cfg80211_cleanup_scan_queue(hdd_ctx->hdd_pdev, NULL);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006741
Arun Khandavallifae92942016-08-01 13:31:08 +05306742 if (driver_status != DRIVER_MODULES_CLOSED) {
6743 hdd_unregister_wext_all_adapters(hdd_ctx);
6744 /*
6745 * Cancel any outstanding scan requests. We are about to close
6746 * all of our adapters, but an adapter structure is what SME
6747 * passes back to our callback function. Hence if there
6748 * are any outstanding scan requests then there is a
6749 * race condition between when the adapter is closed and
6750 * when the callback is invoked. We try to resolve that
6751 * race condition here by canceling any outstanding scans
6752 * before we close the adapters.
6753 * Note that the scans may be cancelled in an asynchronous
6754 * manner, so ideally there needs to be some kind of
6755 * synchronization. Rather than introduce a new
6756 * synchronization here, we will utilize the fact that we are
6757 * about to Request Full Power, and since that is synchronized,
6758 * the expectation is that by the time Request Full Power has
6759 * completed, all scans will be cancelled
6760 */
6761 hdd_abort_mac_scan_all_adapters(hdd_ctx);
Dustin Brownf27bce82016-11-03 12:52:27 -07006762 hdd_abort_sched_scan_all_adapters(hdd_ctx);
Dustin Browndb2a8be2017-12-20 11:49:56 -08006763 hdd_stop_all_adapters(hdd_ctx);
bings29c99862017-11-01 13:54:13 +08006764 hdd_deinit_all_adapters(hdd_ctx, false);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006765 }
6766
Arunk Khandavalli830c9692018-03-22 12:17:40 +05306767 unregister_reboot_notifier(&system_reboot_notifier);
Arun Khandavalli08479ba2017-08-07 19:56:23 +05306768 unregister_netdevice_notifier(&hdd_netdev_notifier);
6769
Rajeev Kumar3fef4e82017-03-31 20:25:23 -07006770 hdd_wlan_stop_modules(hdd_ctx, false);
Hanumanth Reddy Pothula709a6362016-10-18 18:19:44 +05306771
Dustin Brown021cecd2017-12-11 13:56:43 -08006772 hdd_driver_memdump_deinit();
6773
Sravan Kumar Kairam6b727a42017-08-29 15:39:58 +05306774 qdf_nbuf_deinit_replenish_timer();
6775
Arunk Khandavalliebd1e372017-11-06 15:00:24 +05306776 if (QDF_GLOBAL_MONITOR_MODE == hdd_get_conparam()) {
6777 hdd_info("Release wakelock for monitor mode!");
6778 qdf_wake_lock_release(&hdd_ctx->monitor_mode_wakelock,
6779 WIFI_POWER_EVENT_WAKELOCK_MONITOR_MODE);
6780 }
6781
Manishekar Chandrasekaran7f63d052016-05-07 09:54:00 +05306782 qdf_spinlock_destroy(&hdd_ctx->hdd_adapter_lock);
6783 qdf_spinlock_destroy(&hdd_ctx->sta_update_info_lock);
6784 qdf_spinlock_destroy(&hdd_ctx->connection_status_lock);
6785
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006786 /*
6787 * Close CDS
6788 * This frees pMac(HAL) context. There should not be any call
6789 * that requires pMac access after this.
6790 */
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006791
Jeff Johnsonce0032c2017-01-20 07:18:27 -08006792 hdd_request_manager_deinit();
Naveen Rawate02f8f52018-04-05 11:58:04 -07006793 osif_request_manager_deinit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006794
Dustin Brownd005ad82018-01-19 10:32:13 -08006795 hdd_close_all_adapters(hdd_ctx, false);
6796
Manishekar Chandrasekaranf7a1dad2016-06-23 06:43:47 +05306797 wlansap_global_deinit();
Ashish Kumar Dhanotiyaaa2b17c2017-03-29 00:41:32 +05306798 /*
6799 * If there is re_init failure wiphy would have already de-registered
6800 * check the wiphy status before un-registering again
6801 */
Ashish Kumar Dhanotiyae16feb72017-03-31 19:39:37 +05306802 if (wiphy && wiphy->registered) {
Ashish Kumar Dhanotiyaaa2b17c2017-03-29 00:41:32 +05306803 wiphy_unregister(wiphy);
6804 wlan_hdd_cfg80211_deinit(wiphy);
6805 hdd_lpass_notify_stop(hdd_ctx);
6806 }
Yuanyuan Liu3e918e52016-08-17 15:41:35 -07006807
Arun Khandavallifae92942016-08-01 13:31:08 +05306808 hdd_exit_netlink_services(hdd_ctx);
6809 mutex_destroy(&hdd_ctx->iface_change_lock);
Ajit Pal Singh2c7aecd2017-05-19 15:09:23 +05306810#ifdef FEATURE_WLAN_CH_AVOID
6811 mutex_destroy(&hdd_ctx->avoid_freq_lock);
6812#endif
Abhishek Singhe9068f12017-03-31 14:14:52 +05306813
Abhishek Singhe9068f12017-03-31 14:14:52 +05306814 driver_status = hdd_objmgr_release_and_destroy_psoc(hdd_ctx);
6815 if (driver_status)
6816 hdd_err("Psoc delete failed");
Dustin Brown6f17a022017-07-19 13:40:55 -07006817
Prashanth Bhatta527fd752016-04-28 12:35:23 -07006818 hdd_context_destroy(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006819}
6820
6821void __hdd_wlan_exit(void)
6822{
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006823 struct hdd_context *hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006824
Dustin Brown491d54b2018-03-14 12:39:11 -07006825 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006826
Anurag Chouhan6d760662016-02-20 16:05:43 +05306827 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006828 if (!hdd_ctx) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006829 hdd_err("Invalid HDD Context");
Dustin Browne74003f2018-03-14 12:51:58 -07006830 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006831 return;
6832 }
6833
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006834 /* Do all the cleanup before deregistering the driver */
6835 hdd_wlan_exit(hdd_ctx);
Mohit Khannaebf8a862016-04-28 17:53:59 -07006836
Dustin Browne74003f2018-03-14 12:51:58 -07006837 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006838}
6839
6840#ifdef FEATURE_WLAN_AP_AP_ACS_OPTIMIZE
Liangwei Dongaef84342016-10-21 05:28:00 -04006841/**
6842 * hdd_skip_acs_scan_timer_handler() - skip ACS scan timer timeout handler
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006843 * @data: pointer to struct hdd_context
Liangwei Dongaef84342016-10-21 05:28:00 -04006844 *
6845 * This function will reset acs_scan_status to eSAP_DO_NEW_ACS_SCAN.
6846 * Then new ACS request will do a fresh scan without reusing the cached
6847 * scan information.
6848 *
6849 * Return: void
6850 */
Tang Yingying523322d2017-01-17 23:28:43 +08006851static void hdd_skip_acs_scan_timer_handler(void *data)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006852{
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006853 struct hdd_context *hdd_ctx = (struct hdd_context *) data;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006854
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08006855 hdd_debug("ACS Scan result expired. Reset ACS scan skip");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006856 hdd_ctx->skip_acs_scan_status = eSAP_DO_NEW_ACS_SCAN;
Liangwei Dongaef84342016-10-21 05:28:00 -04006857 qdf_spin_lock(&hdd_ctx->acs_skip_lock);
6858 qdf_mem_free(hdd_ctx->last_acs_channel_list);
6859 hdd_ctx->last_acs_channel_list = NULL;
6860 hdd_ctx->num_of_channels = 0;
6861 qdf_spin_unlock(&hdd_ctx->acs_skip_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006862
6863 if (!hdd_ctx->hHal)
6864 return;
6865 sme_scan_flush_result(hdd_ctx->hHal);
6866}
6867#endif
6868
6869#ifdef QCA_HT_2040_COEX
Jeff Johnsone7672e72017-10-21 15:10:04 -07006870int hdd_wlan_set_ht2040_mode(struct hdd_adapter *adapter, uint16_t sta_id,
6871 struct qdf_mac_addr sta_mac, int channel_type)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006872{
6873 int status;
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306874 QDF_STATUS qdf_status;
Jeff Johnsone7672e72017-10-21 15:10:04 -07006875 struct hdd_context *hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006876
6877 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
6878
6879 status = wlan_hdd_validate_context(hdd_ctx);
Abhishek Singh23edd1c2016-05-05 11:56:06 +05306880 if (status)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006881 return status;
Abhishek Singh23edd1c2016-05-05 11:56:06 +05306882
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006883 if (!hdd_ctx->hHal)
6884 return -EINVAL;
6885
Jeff Johnsone7672e72017-10-21 15:10:04 -07006886 qdf_status = sme_notify_ht2040_mode(hdd_ctx->hHal, sta_id, sta_mac,
Jeff Johnson1b780e42017-10-31 14:11:45 -07006887 adapter->session_id, channel_type);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306888 if (QDF_STATUS_SUCCESS != qdf_status) {
Jeff Johnson760350b2016-08-15 14:01:52 -07006889 hdd_err("Fail to send notification with ht2040 mode");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006890 return -EINVAL;
6891 }
6892
6893 return 0;
6894}
6895#endif
6896
6897/**
6898 * hdd_wlan_notify_modem_power_state() - notify FW with modem power status
6899 * @state: state
6900 *
6901 * This function notifies FW with modem power status
6902 *
6903 * Return: 0 if successful, error number otherwise
6904 */
6905int hdd_wlan_notify_modem_power_state(int state)
6906{
6907 int status;
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306908 QDF_STATUS qdf_status;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006909 struct hdd_context *hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006910
Anurag Chouhan6d760662016-02-20 16:05:43 +05306911 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006912 status = wlan_hdd_validate_context(hdd_ctx);
Abhishek Singh23edd1c2016-05-05 11:56:06 +05306913 if (status)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006914 return status;
Abhishek Singh23edd1c2016-05-05 11:56:06 +05306915
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006916 if (!hdd_ctx->hHal)
6917 return -EINVAL;
6918
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306919 qdf_status = sme_notify_modem_power_state(hdd_ctx->hHal, state);
6920 if (QDF_STATUS_SUCCESS != qdf_status) {
Jeff Johnson760350b2016-08-15 14:01:52 -07006921 hdd_err("Fail to send notification with modem power state %d",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006922 state);
6923 return -EINVAL;
6924 }
6925 return 0;
6926}
6927
6928/**
6929 *
6930 * hdd_post_cds_enable_config() - HDD post cds start config helper
6931 * @adapter - Pointer to the HDD
6932 *
6933 * Return: None
6934 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006935QDF_STATUS hdd_post_cds_enable_config(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006936{
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05306937 QDF_STATUS qdf_ret_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006938
6939 /*
6940 * Send ready indication to the HDD. This will kick off the MAC
6941 * into a 'running' state and should kick off an initial scan.
6942 */
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05306943 qdf_ret_status = sme_hdd_ready_ind(hdd_ctx->hHal);
6944 if (!QDF_IS_STATUS_SUCCESS(qdf_ret_status)) {
Jeff Johnson760350b2016-08-15 14:01:52 -07006945 hdd_err("sme_hdd_ready_ind() failed with status code %08d [x%08x]",
6946 qdf_ret_status, qdf_ret_status);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306947 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006948 }
6949
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05306950 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006951}
6952
Sourav Mohapatra92ea8d62018-02-05 10:03:10 +05306953struct hdd_adapter *hdd_get_first_valid_adapter(struct hdd_context *hdd_ctx)
6954{
6955 struct hdd_adapter *adapter;
6956
6957 hdd_for_each_adapter(hdd_ctx, adapter) {
6958 if (adapter && adapter->magic == WLAN_HDD_ADAPTER_MAGIC)
6959 return adapter;
6960 }
6961
6962 return NULL;
6963}
6964
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006965/* wake lock APIs for HDD */
6966void hdd_prevent_suspend(uint32_t reason)
6967{
Anurag Chouhana37b5b72016-02-21 14:53:42 +05306968 qdf_wake_lock_acquire(&wlan_wake_lock, reason);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006969}
6970
6971void hdd_allow_suspend(uint32_t reason)
6972{
Anurag Chouhana37b5b72016-02-21 14:53:42 +05306973 qdf_wake_lock_release(&wlan_wake_lock, reason);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006974}
6975
6976void hdd_prevent_suspend_timeout(uint32_t timeout, uint32_t reason)
6977{
Anurag Chouhan01cfa4e2016-09-04 15:10:49 +05306978 cds_host_diag_log_work(&wlan_wake_lock, timeout, reason);
6979 qdf_wake_lock_timeout_acquire(&wlan_wake_lock, timeout);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006980}
6981
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006982/* Initialize channel list in sme based on the country code */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006983QDF_STATUS hdd_set_sme_chan_list(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006984{
Amar Singhal5cccafe2017-02-15 12:42:58 -08006985
Amar Singhal6f8592b2017-04-26 14:31:58 -07006986 return sme_init_chan_list(hdd_ctx->hHal,
6987 hdd_ctx->reg.alpha2,
6988 hdd_ctx->reg.cc_src);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08006989}
6990
6991/**
6992 * hdd_is_5g_supported() - check if hardware supports 5GHz
6993 * @hdd_ctx: Pointer to the hdd context
6994 *
6995 * HDD function to know if hardware supports 5GHz
6996 *
6997 * Return: true if hardware supports 5GHz
6998 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07006999bool hdd_is_5g_supported(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007000{
Amar Singhal58b45ef2017-08-01 13:43:54 -07007001 if (!hdd_ctx)
zdingf54169a2016-10-12 17:08:45 +08007002 return true;
7003
Varun Reddy Yeturua48bc412017-11-17 15:33:35 -08007004 if (hdd_ctx->curr_band != BAND_2G)
zdingf54169a2016-10-12 17:08:45 +08007005 return true;
7006 else
7007 return false;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007008}
7009
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007010static int hdd_wiphy_init(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007011{
7012 struct wiphy *wiphy;
Amar Singhale4f28ee2015-10-21 14:36:56 -07007013 int ret_val;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007014
7015 wiphy = hdd_ctx->wiphy;
7016
7017 /*
7018 * The channel information in
7019 * wiphy needs to be initialized before wiphy registration
7020 */
Amar Singhale4f28ee2015-10-21 14:36:56 -07007021 ret_val = hdd_regulatory_init(hdd_ctx, wiphy);
7022 if (ret_val) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007023 hdd_err("regulatory init failed");
Amar Singhale4f28ee2015-10-21 14:36:56 -07007024 return ret_val;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007025 }
7026
7027#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0))
7028 wiphy->wowlan = &wowlan_support_reg_init;
7029#else
7030 wiphy->wowlan.flags = WIPHY_WOWLAN_ANY |
7031 WIPHY_WOWLAN_MAGIC_PKT |
7032 WIPHY_WOWLAN_DISCONNECT |
7033 WIPHY_WOWLAN_SUPPORTS_GTK_REKEY |
7034 WIPHY_WOWLAN_GTK_REKEY_FAILURE |
7035 WIPHY_WOWLAN_EAP_IDENTITY_REQ |
7036 WIPHY_WOWLAN_4WAY_HANDSHAKE |
7037 WIPHY_WOWLAN_RFKILL_RELEASE;
7038
7039 wiphy->wowlan.n_patterns = (WOW_MAX_FILTER_LISTS *
7040 WOW_MAX_FILTERS_PER_LIST);
7041 wiphy->wowlan.pattern_min_len = WOW_MIN_PATTERN_SIZE;
7042 wiphy->wowlan.pattern_max_len = WOW_MAX_PATTERN_SIZE;
7043#endif
7044
7045 /* registration of wiphy dev with cfg80211 */
Amar Singhale4f28ee2015-10-21 14:36:56 -07007046 ret_val = wlan_hdd_cfg80211_register(wiphy);
Ashish Kumar Dhanotiya4da37922017-04-05 14:17:56 +05307047 if (0 > ret_val) {
Amar Singhale4f28ee2015-10-21 14:36:56 -07007048 hdd_err("wiphy registration failed");
Ashish Kumar Dhanotiya4da37922017-04-05 14:17:56 +05307049 return ret_val;
7050 }
7051
Amar Singhal2d812012018-02-03 15:06:47 +08007052 pld_increment_driver_load_cnt(hdd_ctx->parent_dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007053
Amar Singhale4f28ee2015-10-21 14:36:56 -07007054 return ret_val;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007055}
7056
Mohit Khannaca4173b2017-09-12 21:52:19 -07007057#ifdef MSM_PLATFORM
7058/**
7059 * hdd_display_periodic_stats() - Function to display periodic stats
7060 * @hdd_ctx - handle to hdd context
7061 * @bool data_in_interval - true, if data detected in bw time interval
7062 *
7063 * The periodicity is determined by hdd_ctx->config->periodic_stats_disp_time.
7064 * Stats show up in wlan driver logs.
7065 *
7066 * Returns: None
7067 */
7068static inline
7069void hdd_display_periodic_stats(struct hdd_context *hdd_ctx,
7070 bool data_in_interval)
7071{
7072 static u32 counter;
7073 static bool data_in_time_period;
7074 ol_txrx_pdev_handle pdev;
7075
7076 if (hdd_ctx->config->periodic_stats_disp_time == 0)
7077 return;
7078
7079 pdev = cds_get_context(QDF_MODULE_ID_TXRX);
7080 if (!pdev) {
7081 hdd_err("pdev is NULL");
7082 return;
7083 }
7084
7085 counter++;
7086 if (data_in_interval)
7087 data_in_time_period = data_in_interval;
7088
7089 if (counter * hdd_ctx->config->busBandwidthComputeInterval >=
7090 hdd_ctx->config->periodic_stats_disp_time * 1000) {
7091 if (data_in_time_period) {
7092 cdp_display_stats(cds_get_context(QDF_MODULE_ID_SOC),
7093 CDP_TXRX_PATH_STATS,
7094 QDF_STATS_VERBOSITY_LEVEL_LOW);
7095 wlan_hdd_display_netif_queue_history
7096 (hdd_ctx, QDF_STATS_VERBOSITY_LEVEL_LOW);
7097 qdf_dp_trace_dump_stats();
7098 }
7099 counter = 0;
7100 data_in_time_period = false;
7101 }
7102}
7103
Ravi Joshie2331e82015-07-01 18:18:54 -07007104/**
Tang Yingying5a4ccf22018-03-30 15:58:27 +08007105 * hdd_clear_rps_cpu_mask - clear RPS CPU mask for interfaces
7106 * @hdd_ctx: pointer to struct hdd_context
7107 *
7108 * Return: none
7109 */
7110static void hdd_clear_rps_cpu_mask(struct hdd_context *hdd_ctx)
7111{
7112 struct hdd_adapter *adapter;
7113
7114 hdd_for_each_adapter(hdd_ctx, adapter)
7115 hdd_send_rps_disable_ind(adapter);
7116}
7117
7118/**
Yuanyuan Liu13738502016-04-06 17:41:37 -07007119 * hdd_pld_request_bus_bandwidth() - Function to control bus bandwidth
Ravi Joshie2331e82015-07-01 18:18:54 -07007120 * @hdd_ctx - handle to hdd context
7121 * @tx_packets - transmit packet count
7122 * @rx_packets - receive packet count
7123 *
7124 * The function controls the bus bandwidth and dynamic control of
7125 * tcp delayed ack configuration
7126 *
7127 * Returns: None
7128 */
Mohit Khannaca4173b2017-09-12 21:52:19 -07007129
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007130static void hdd_pld_request_bus_bandwidth(struct hdd_context *hdd_ctx,
Jeff Johnson590e2012016-10-05 16:16:24 -07007131 const uint64_t tx_packets,
7132 const uint64_t rx_packets)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007133{
Mohit Khannaca4173b2017-09-12 21:52:19 -07007134 u64 total_pkts = tx_packets + rx_packets;
Mohit Khannae71e2262015-11-10 09:37:24 -08007135 uint64_t temp_rx = 0;
7136 uint64_t temp_tx = 0;
Yuanyuan Liu13738502016-04-06 17:41:37 -07007137 enum pld_bus_width_type next_vote_level = PLD_BUS_WIDTH_NONE;
Mohit Khannac3da7062017-02-08 21:08:56 -08007138 static enum wlan_tp_level next_rx_level = WLAN_SVC_TP_NONE;
Mohit Khannae71e2262015-11-10 09:37:24 -08007139 enum wlan_tp_level next_tx_level = WLAN_SVC_TP_NONE;
Ravi Joshib89e7f72016-09-07 13:43:15 -07007140 uint32_t delack_timer_cnt = hdd_ctx->config->tcp_delack_timer_count;
Mohit Khannaafff9fb2016-11-16 20:22:03 -08007141 uint16_t index = 0;
7142 bool vote_level_change = false;
7143 bool rx_level_change = false;
7144 bool tx_level_change = false;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007145
Mohit Khannaca4173b2017-09-12 21:52:19 -07007146 if (total_pkts > hdd_ctx->config->busBandwidthHighThreshold)
Yuanyuan Liu13738502016-04-06 17:41:37 -07007147 next_vote_level = PLD_BUS_WIDTH_HIGH;
Mohit Khannaca4173b2017-09-12 21:52:19 -07007148 else if (total_pkts > hdd_ctx->config->busBandwidthMediumThreshold)
Yuanyuan Liu13738502016-04-06 17:41:37 -07007149 next_vote_level = PLD_BUS_WIDTH_MEDIUM;
Mohit Khannaca4173b2017-09-12 21:52:19 -07007150 else if (total_pkts > hdd_ctx->config->busBandwidthLowThreshold)
Yuanyuan Liu13738502016-04-06 17:41:37 -07007151 next_vote_level = PLD_BUS_WIDTH_LOW;
Yue Mad6478e42015-10-20 18:49:24 -07007152 else
Yuanyuan Liu13738502016-04-06 17:41:37 -07007153 next_vote_level = PLD_BUS_WIDTH_NONE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007154
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007155 if (hdd_ctx->cur_vote_level != next_vote_level) {
Ravi Joshie2331e82015-07-01 18:18:54 -07007156 hdd_debug("trigger level %d, tx_packets: %lld, rx_packets: %lld",
7157 next_vote_level, tx_packets, rx_packets);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007158 hdd_ctx->cur_vote_level = next_vote_level;
Mohit Khannaafff9fb2016-11-16 20:22:03 -08007159 vote_level_change = true;
Yuanyuan Liu13738502016-04-06 17:41:37 -07007160 pld_request_bus_bandwidth(hdd_ctx->parent_dev, next_vote_level);
Tang Yingying5a4ccf22018-03-30 15:58:27 +08007161 if ((next_vote_level == PLD_BUS_WIDTH_LOW) ||
7162 (next_vote_level == PLD_BUS_WIDTH_NONE)) {
Nirav Shahffc6a092016-06-09 16:09:08 +05307163 if (hdd_ctx->hbw_requested) {
7164 pld_remove_pm_qos(hdd_ctx->parent_dev);
7165 hdd_ctx->hbw_requested = false;
7166 }
Nirav Shah3bbfa512016-05-12 16:43:49 +05307167 if (cds_sched_handle_throughput_req(false))
Srinivas Girigowdab841da72017-03-25 18:04:39 -07007168 hdd_warn("low bandwidth set rx affinity fail");
Tang Yingying5a4ccf22018-03-30 15:58:27 +08007169
7170 if (hdd_ctx->dynamic_rps)
7171 hdd_clear_rps_cpu_mask(hdd_ctx);
Jeff Johnson59eb5fd2017-10-05 09:42:39 -07007172 } else {
Nirav Shahffc6a092016-06-09 16:09:08 +05307173 if (!hdd_ctx->hbw_requested) {
7174 pld_request_pm_qos(hdd_ctx->parent_dev, 1);
7175 hdd_ctx->hbw_requested = true;
7176 }
7177
Nirav Shah3bbfa512016-05-12 16:43:49 +05307178 if (cds_sched_handle_throughput_req(true))
Srinivas Girigowdab841da72017-03-25 18:04:39 -07007179 hdd_warn("high bandwidth set rx affinity fail");
Tang Yingying5a4ccf22018-03-30 15:58:27 +08007180
7181 if (hdd_ctx->dynamic_rps)
7182 hdd_set_rps_cpu_mask(hdd_ctx);
Jeff Johnson59eb5fd2017-10-05 09:42:39 -07007183 }
Orhan K AKYILDIZ1481aff2016-05-16 12:40:13 -07007184 hdd_napi_apply_throughput_policy(hdd_ctx, tx_packets, rx_packets);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007185 }
Mohit Khannae71e2262015-11-10 09:37:24 -08007186
Mohit Khannaf8f96822017-05-17 17:11:59 -07007187 qdf_dp_trace_throttle_live_mode(
7188 (next_vote_level > PLD_BUS_WIDTH_NONE) ? true : false);
7189
Mohit Khannae71e2262015-11-10 09:37:24 -08007190 /* fine-tuning parameters for RX Flows */
7191 temp_rx = (rx_packets + hdd_ctx->prev_rx) / 2;
7192
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007193 hdd_ctx->prev_rx = rx_packets;
Mohit Khannab1dd1e82017-02-04 15:14:38 -08007194
Poddar, Siddarth47c23402017-10-25 12:17:39 +05307195 if (temp_rx < hdd_ctx->config->busBandwidthLowThreshold)
Manjunathappa Prakash7b0ad462018-04-15 00:37:16 -07007196 hdd_disable_rx_ol_for_low_tput(hdd_ctx, true);
Poddar, Siddarth47c23402017-10-25 12:17:39 +05307197 else
Manjunathappa Prakash7b0ad462018-04-15 00:37:16 -07007198 hdd_disable_rx_ol_for_low_tput(hdd_ctx, false);
Poddar, Siddarth47c23402017-10-25 12:17:39 +05307199
Ravi Joshifed83572016-10-07 16:20:37 -07007200 if (temp_rx > hdd_ctx->config->tcpDelackThresholdHigh) {
7201 if ((hdd_ctx->cur_rx_level != WLAN_SVC_TP_HIGH) &&
7202 (++hdd_ctx->rx_high_ind_cnt == delack_timer_cnt)) {
7203 next_rx_level = WLAN_SVC_TP_HIGH;
7204 }
Ravi Joshib89e7f72016-09-07 13:43:15 -07007205 } else {
Ravi Joshib89e7f72016-09-07 13:43:15 -07007206 hdd_ctx->rx_high_ind_cnt = 0;
Mohit Khannac3da7062017-02-08 21:08:56 -08007207 next_rx_level = WLAN_SVC_TP_LOW;
Ravi Joshib89e7f72016-09-07 13:43:15 -07007208 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007209
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007210 if (hdd_ctx->cur_rx_level != next_rx_level) {
Manjunathappa Prakashc13cb5b2017-10-09 01:47:07 -07007211 struct wlan_rx_tp_data rx_tp_data = {0};
7212
Ravi Joshie2331e82015-07-01 18:18:54 -07007213 hdd_debug("TCP DELACK trigger level %d, average_rx: %llu",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007214 next_rx_level, temp_rx);
7215 hdd_ctx->cur_rx_level = next_rx_level;
Mohit Khannaafff9fb2016-11-16 20:22:03 -08007216 rx_level_change = true;
Ravi Joshie2331e82015-07-01 18:18:54 -07007217 /* Send throughput indication only if it is enabled.
7218 * Disabling tcp_del_ack will revert the tcp stack behavior
7219 * to default delayed ack. Note that this will disable the
7220 * dynamic delayed ack mechanism across the system
7221 */
Manjunathappa Prakashbfd12762018-04-29 22:44:52 -07007222 if (hdd_ctx->en_tcp_delack_no_lro)
Manjunathappa Prakashc13cb5b2017-10-09 01:47:07 -07007223 rx_tp_data.rx_tp_flags |= TCP_DEL_ACK_IND;
7224
Mohit Khanna6272fb682017-04-13 09:34:36 -07007225 if (hdd_ctx->config->enable_tcp_adv_win_scale)
7226 rx_tp_data.rx_tp_flags |= TCP_ADV_WIN_SCL;
7227
Manjunathappa Prakashc13cb5b2017-10-09 01:47:07 -07007228 rx_tp_data.level = next_rx_level;
7229 wlan_hdd_send_svc_nlink_msg(hdd_ctx->radio_index,
7230 WLAN_SVC_WLAN_TP_IND, &rx_tp_data,
7231 sizeof(rx_tp_data));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007232 }
7233
Mohit Khannae71e2262015-11-10 09:37:24 -08007234 /* fine-tuning parameters for TX Flows */
7235 temp_tx = (tx_packets + hdd_ctx->prev_tx) / 2;
7236 hdd_ctx->prev_tx = tx_packets;
7237 if (temp_tx > hdd_ctx->config->tcp_tx_high_tput_thres)
7238 next_tx_level = WLAN_SVC_TP_HIGH;
7239 else
7240 next_tx_level = WLAN_SVC_TP_LOW;
7241
Prakash Manjunathappae73e3b52018-02-27 18:56:22 -08007242 if ((hdd_ctx->config->enable_tcp_limit_output) &&
7243 (hdd_ctx->cur_tx_level != next_tx_level)) {
Mohit Khannae71e2262015-11-10 09:37:24 -08007244 hdd_debug("change TCP TX trigger level %d, average_tx: %llu",
7245 next_tx_level, temp_tx);
7246 hdd_ctx->cur_tx_level = next_tx_level;
Mohit Khannaafff9fb2016-11-16 20:22:03 -08007247 tx_level_change = true;
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +05307248 wlan_hdd_send_svc_nlink_msg(hdd_ctx->radio_index,
7249 WLAN_SVC_WLAN_TP_TX_IND,
Mohit Khannae71e2262015-11-10 09:37:24 -08007250 &next_tx_level,
7251 sizeof(next_tx_level));
7252 }
7253
Mohit Khannaafff9fb2016-11-16 20:22:03 -08007254 index = hdd_ctx->hdd_txrx_hist_idx;
Mohit Khannaafff9fb2016-11-16 20:22:03 -08007255 if (vote_level_change || tx_level_change || rx_level_change) {
7256 hdd_ctx->hdd_txrx_hist[index].next_tx_level = next_tx_level;
7257 hdd_ctx->hdd_txrx_hist[index].next_rx_level = next_rx_level;
7258 hdd_ctx->hdd_txrx_hist[index].next_vote_level = next_vote_level;
7259 hdd_ctx->hdd_txrx_hist[index].interval_rx = rx_packets;
7260 hdd_ctx->hdd_txrx_hist[index].interval_tx = tx_packets;
7261 hdd_ctx->hdd_txrx_hist[index].qtime = qdf_get_log_timestamp();
7262 hdd_ctx->hdd_txrx_hist_idx++;
7263 hdd_ctx->hdd_txrx_hist_idx &= NUM_TX_RX_HISTOGRAM_MASK;
7264 }
Mohit Khannaca4173b2017-09-12 21:52:19 -07007265
7266 hdd_display_periodic_stats(hdd_ctx, (total_pkts > 0) ? true : false);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007267}
7268
7269#define HDD_BW_GET_DIFF(_x, _y) (unsigned long)((ULONG_MAX - (_y)) + (_x) + 1)
Poddar, Siddarth2333acb2017-01-09 16:45:39 +05307270static void hdd_bus_bw_work_handler(struct work_struct *work)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007271{
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007272 struct hdd_context *hdd_ctx = container_of(work, struct hdd_context,
Poddar, Siddarth2333acb2017-01-09 16:45:39 +05307273 bus_bw_work);
Sravan Kumar Kairam86fce772018-04-26 14:15:30 +05307274 struct hdd_adapter *adapter = NULL, *con_sap_adapter = NULL;
Himanshu Agarwal5ac2f7b2016-05-06 20:08:10 +05307275 uint64_t tx_packets = 0, rx_packets = 0;
Himanshu Agarwala6cedee2016-06-08 14:50:00 +05307276 uint64_t fwd_tx_packets = 0, fwd_rx_packets = 0;
7277 uint64_t fwd_tx_packets_diff = 0, fwd_rx_packets_diff = 0;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007278 uint64_t total_tx = 0, total_rx = 0;
Himanshu Agarwal5ac2f7b2016-05-06 20:08:10 +05307279 A_STATUS ret;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007280 bool connected = false;
7281 uint32_t ipa_tx_packets = 0, ipa_rx_packets = 0;
7282
Prashanth Bhattaab004382016-10-11 16:08:11 -07007283 if (wlan_hdd_validate_context(hdd_ctx))
7284 return;
7285
Jeff Johnson214671b2017-10-30 19:45:23 -07007286 if (hdd_ctx->is_wiphy_suspended)
Jingxiang Gec64e1932017-08-22 14:38:59 +08007287 goto restart_timer;
7288
Dustin Brown920397d2017-12-13 16:27:50 -08007289 hdd_for_each_adapter(hdd_ctx, adapter) {
Manjeet Singh01327cc2016-09-03 12:14:25 +05307290 /*
7291 * Validate magic so we don't end up accessing
7292 * an invalid adapter.
7293 */
7294 if (adapter->magic != WLAN_HDD_ADAPTER_MAGIC)
7295 continue;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007296
Krunal Soni9b04c9b2016-03-10 13:08:05 -08007297 if ((adapter->device_mode == QDF_STA_MODE ||
7298 adapter->device_mode == QDF_P2P_CLIENT_MODE) &&
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007299 WLAN_HDD_GET_STATION_CTX_PTR(adapter)->conn_info.connState
7300 != eConnectionState_Associated) {
7301
7302 continue;
7303 }
7304
Krunal Soni9b04c9b2016-03-10 13:08:05 -08007305 if ((adapter->device_mode == QDF_SAP_MODE ||
7306 adapter->device_mode == QDF_P2P_GO_MODE) &&
Jeff Johnson136c51b2017-10-27 20:02:41 -07007307 WLAN_HDD_GET_AP_CTX_PTR(adapter)->ap_active == false) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007308
7309 continue;
7310 }
7311
7312 tx_packets += HDD_BW_GET_DIFF(adapter->stats.tx_packets,
7313 adapter->prev_tx_packets);
7314 rx_packets += HDD_BW_GET_DIFF(adapter->stats.rx_packets,
7315 adapter->prev_rx_packets);
Himanshu Agarwal5ac2f7b2016-05-06 20:08:10 +05307316
7317 if (adapter->device_mode == QDF_SAP_MODE ||
7318 adapter->device_mode == QDF_P2P_GO_MODE ||
7319 adapter->device_mode == QDF_IBSS_MODE) {
7320
Dhanashri Atrea8f82f22017-01-23 12:58:24 -08007321 ret = cdp_get_intra_bss_fwd_pkts_count(
7322 cds_get_context(QDF_MODULE_ID_SOC),
Jeff Johnson1b780e42017-10-31 14:11:45 -07007323 adapter->session_id,
Himanshu Agarwal5ac2f7b2016-05-06 20:08:10 +05307324 &fwd_tx_packets, &fwd_rx_packets);
7325 if (ret == A_OK) {
7326 fwd_tx_packets_diff += HDD_BW_GET_DIFF(
7327 fwd_tx_packets,
7328 adapter->prev_fwd_tx_packets);
7329 fwd_rx_packets_diff += HDD_BW_GET_DIFF(
7330 fwd_tx_packets,
7331 adapter->prev_fwd_rx_packets);
7332 }
7333 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007334
Sravan Kumar Kairam86fce772018-04-26 14:15:30 +05307335 if (adapter->device_mode == QDF_SAP_MODE)
7336 con_sap_adapter = adapter;
7337
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007338 total_rx += adapter->stats.rx_packets;
7339 total_tx += adapter->stats.tx_packets;
7340
7341 spin_lock_bh(&hdd_ctx->bus_bw_lock);
7342 adapter->prev_tx_packets = adapter->stats.tx_packets;
7343 adapter->prev_rx_packets = adapter->stats.rx_packets;
Himanshu Agarwal5ac2f7b2016-05-06 20:08:10 +05307344 adapter->prev_fwd_tx_packets = fwd_tx_packets;
7345 adapter->prev_fwd_rx_packets = fwd_rx_packets;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007346 spin_unlock_bh(&hdd_ctx->bus_bw_lock);
7347 connected = true;
7348 }
7349
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007350 if (!connected) {
Jeff Johnson760350b2016-08-15 14:01:52 -07007351 hdd_err("bus bandwidth timer running in disconnected state");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007352 return;
7353 }
7354
Yun Parka29974a2018-04-09 12:05:49 -07007355 /* add intra bss forwarded tx and rx packets */
7356 tx_packets += fwd_tx_packets_diff;
7357 rx_packets += fwd_rx_packets_diff;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007358
Yun Parka29974a2018-04-09 12:05:49 -07007359 if (ucfg_ipa_is_fw_wdi_activated(hdd_ctx->hdd_pdev)) {
7360 ucfg_ipa_uc_stat_query(hdd_ctx->hdd_pdev, &ipa_tx_packets,
7361 &ipa_rx_packets);
7362 tx_packets += (uint64_t)ipa_tx_packets;
7363 rx_packets += (uint64_t)ipa_rx_packets;
7364
Sravan Kumar Kairam86fce772018-04-26 14:15:30 +05307365 if (con_sap_adapter) {
7366 con_sap_adapter->stats.tx_packets += ipa_tx_packets;
7367 con_sap_adapter->stats.rx_packets += ipa_rx_packets;
7368 }
7369
Yun Parka29974a2018-04-09 12:05:49 -07007370 ucfg_ipa_set_perf_level(hdd_ctx->hdd_pdev, tx_packets, rx_packets);
7371 ucfg_ipa_uc_stat_request(hdd_ctx->hdd_pdev, 2);
7372 }
7373
7374 hdd_pld_request_bus_bandwidth(hdd_ctx, tx_packets, rx_packets);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007375
Jingxiang Gec64e1932017-08-22 14:38:59 +08007376restart_timer:
Dustin Brown2ed60362017-01-18 12:25:50 -08007377 /* ensure periodic timer should still be running before restarting it */
Dustin Brownfce08d12017-01-17 16:29:38 -08007378 qdf_spinlock_acquire(&hdd_ctx->bus_bw_timer_lock);
Dustin Brown2ed60362017-01-18 12:25:50 -08007379 if (hdd_ctx->bus_bw_timer_running)
Poddar, Siddarth57f4d3f2017-01-27 12:58:37 +05307380 qdf_timer_mod(&hdd_ctx->bus_bw_timer,
Dustin Brownfce08d12017-01-17 16:29:38 -08007381 hdd_ctx->config->busBandwidthComputeInterval);
Dustin Brownfce08d12017-01-17 16:29:38 -08007382 qdf_spinlock_release(&hdd_ctx->bus_bw_timer_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007383}
Prashanth Bhattaab004382016-10-11 16:08:11 -07007384
Poddar, Siddarth2333acb2017-01-09 16:45:39 +05307385/**
7386 * __hdd_bus_bw_cbk() - Bus bandwidth data structure callback.
7387 * @arg: Argument of timer function
7388 *
7389 * Schedule a workqueue in this function where all the processing is done.
7390 *
7391 * Return: None.
7392 */
7393static void __hdd_bus_bw_cbk(void *arg)
7394{
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007395 struct hdd_context *hdd_ctx = (struct hdd_context *) arg;
Poddar, Siddarth2333acb2017-01-09 16:45:39 +05307396
7397 if (wlan_hdd_validate_context(hdd_ctx))
7398 return;
7399
7400 schedule_work(&hdd_ctx->bus_bw_work);
7401}
7402
7403/**
7404 * hdd_bus_bw_cbk() - Wrapper for bus bw callback for SSR protection.
7405 * @arg: Argument of timer function
7406 *
7407 * Return: None.
7408 */
7409static void hdd_bus_bw_cbk(void *arg)
7410{
7411 cds_ssr_protect(__func__);
7412 __hdd_bus_bw_cbk(arg);
7413 cds_ssr_unprotect(__func__);
7414}
7415
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007416int hdd_bus_bandwidth_init(struct hdd_context *hdd_ctx)
Prashanth Bhattaab004382016-10-11 16:08:11 -07007417{
7418 spin_lock_init(&hdd_ctx->bus_bw_lock);
Poddar, Siddarth2333acb2017-01-09 16:45:39 +05307419 INIT_WORK(&hdd_ctx->bus_bw_work,
7420 hdd_bus_bw_work_handler);
Dustin Brownfce08d12017-01-17 16:29:38 -08007421 hdd_ctx->bus_bw_timer_running = false;
7422 qdf_spinlock_create(&hdd_ctx->bus_bw_timer_lock);
Poddar, Siddarth2333acb2017-01-09 16:45:39 +05307423 qdf_timer_init(NULL,
7424 &hdd_ctx->bus_bw_timer,
7425 hdd_bus_bw_cbk, (void *)hdd_ctx,
7426 QDF_TIMER_TYPE_SW);
Prashanth Bhattaab004382016-10-11 16:08:11 -07007427
7428 return 0;
7429}
7430
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007431void hdd_bus_bandwidth_destroy(struct hdd_context *hdd_ctx)
Prashanth Bhattaab004382016-10-11 16:08:11 -07007432{
Dustin Brownfce08d12017-01-17 16:29:38 -08007433 if (hdd_ctx->bus_bw_timer_running)
Prashanth Bhattaab004382016-10-11 16:08:11 -07007434 hdd_reset_tcp_delack(hdd_ctx);
7435
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007436 hdd_debug("wait for bus bw work to flush");
Nirav Shaheb017be2018-02-15 11:20:58 +05307437 hdd_cancel_bus_bw_work(hdd_ctx);
Poddar, Siddarth2333acb2017-01-09 16:45:39 +05307438 qdf_timer_free(&hdd_ctx->bus_bw_timer);
Dustin Brownfce08d12017-01-17 16:29:38 -08007439 hdd_ctx->bus_bw_timer_running = false;
7440 qdf_spinlock_destroy(&hdd_ctx->bus_bw_timer_lock);
Prashanth Bhattaab004382016-10-11 16:08:11 -07007441}
Lin Baic5c06882017-09-21 13:58:43 +08007442
7443void hdd_bus_bw_cancel_work(struct hdd_context *hdd_ctx)
7444{
7445 if (hdd_ctx)
7446 cancel_work_sync(&hdd_ctx->bus_bw_work);
7447}
jiadcdaf9bd2017-10-26 12:20:21 +08007448
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007449#endif
7450
7451/**
Nirav Shahed34b212016-04-25 10:59:16 +05307452 * wlan_hdd_init_tx_rx_histogram() - init tx/rx histogram stats
7453 * @hdd_ctx: hdd context
7454 *
7455 * Return: 0 for success or error code
7456 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007457static int wlan_hdd_init_tx_rx_histogram(struct hdd_context *hdd_ctx)
Nirav Shahed34b212016-04-25 10:59:16 +05307458{
7459 hdd_ctx->hdd_txrx_hist = qdf_mem_malloc(
7460 (sizeof(struct hdd_tx_rx_histogram) * NUM_TX_RX_HISTOGRAM));
7461 if (hdd_ctx->hdd_txrx_hist == NULL) {
Jeff Johnson760350b2016-08-15 14:01:52 -07007462 hdd_err("Failed malloc for hdd_txrx_hist");
Nirav Shahed34b212016-04-25 10:59:16 +05307463 return -ENOMEM;
7464 }
7465 return 0;
7466}
7467
7468/**
7469 * wlan_hdd_deinit_tx_rx_histogram() - deinit tx/rx histogram stats
7470 * @hdd_ctx: hdd context
7471 *
7472 * Return: none
7473 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007474void wlan_hdd_deinit_tx_rx_histogram(struct hdd_context *hdd_ctx)
Nirav Shahed34b212016-04-25 10:59:16 +05307475{
Ashish Kumar Dhanotiyaaa2b17c2017-03-29 00:41:32 +05307476 if (!hdd_ctx || hdd_ctx->hdd_txrx_hist == NULL)
7477 return;
7478
7479 qdf_mem_free(hdd_ctx->hdd_txrx_hist);
7480 hdd_ctx->hdd_txrx_hist = NULL;
Nirav Shahed34b212016-04-25 10:59:16 +05307481}
7482
Nirav Shahda008342016-05-17 18:50:40 +05307483static uint8_t *convert_level_to_string(uint32_t level)
7484{
7485 switch (level) {
7486 /* initialize the wlan sub system */
7487 case WLAN_SVC_TP_NONE:
7488 return "NONE";
7489 case WLAN_SVC_TP_LOW:
7490 return "LOW";
7491 case WLAN_SVC_TP_MEDIUM:
7492 return "MED";
7493 case WLAN_SVC_TP_HIGH:
7494 return "HIGH";
7495 default:
7496 return "INVAL";
7497 }
7498}
7499
Nirav Shahed34b212016-04-25 10:59:16 +05307500
7501/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007502 * wlan_hdd_display_tx_rx_histogram() - display tx rx histogram
7503 * @hdd_ctx: hdd context
7504 *
7505 * Return: none
7506 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007507void wlan_hdd_display_tx_rx_histogram(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007508{
7509 int i;
7510
7511#ifdef MSM_PLATFORM
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007512 hdd_debug("BW compute Interval: %dms",
Nirav Shahda008342016-05-17 18:50:40 +05307513 hdd_ctx->config->busBandwidthComputeInterval);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007514 hdd_debug("BW High TH: %d BW Med TH: %d BW Low TH: %d",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007515 hdd_ctx->config->busBandwidthHighThreshold,
7516 hdd_ctx->config->busBandwidthMediumThreshold,
7517 hdd_ctx->config->busBandwidthLowThreshold);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007518 hdd_debug("Enable TCP DEL ACK: %d",
Manjunathappa Prakashbfd12762018-04-29 22:44:52 -07007519 hdd_ctx->en_tcp_delack_no_lro);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007520 hdd_debug("TCP DEL High TH: %d TCP DEL Low TH: %d",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007521 hdd_ctx->config->tcpDelackThresholdHigh,
7522 hdd_ctx->config->tcpDelackThresholdLow);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007523 hdd_debug("TCP TX HIGH TP TH: %d (Use to set tcp_output_bytes_limit)",
Nirav Shahda008342016-05-17 18:50:40 +05307524 hdd_ctx->config->tcp_tx_high_tput_thres);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007525#endif
7526
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007527 hdd_debug("Total entries: %d Current index: %d",
Nirav Shahda008342016-05-17 18:50:40 +05307528 NUM_TX_RX_HISTOGRAM, hdd_ctx->hdd_txrx_hist_idx);
7529
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007530 hdd_debug("[index][timestamp]: interval_rx, interval_tx, bus_bw_level, RX TP Level, TX TP Level");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007531
7532 for (i = 0; i < NUM_TX_RX_HISTOGRAM; i++) {
Mohit Khanna3e2115b2016-10-11 13:18:29 -07007533 /* using hdd_log to avoid printing function name */
Mohit Khannaafff9fb2016-11-16 20:22:03 -08007534 if (hdd_ctx->hdd_txrx_hist[i].qtime > 0)
Dustin Brown632af712018-03-14 15:03:55 -07007535 hdd_debug("[%3d][%15llu]: %6llu, %6llu, %s, %s, %s",
7536 i, hdd_ctx->hdd_txrx_hist[i].qtime,
7537 hdd_ctx->hdd_txrx_hist[i].interval_rx,
7538 hdd_ctx->hdd_txrx_hist[i].interval_tx,
7539 convert_level_to_string(
Mohit Khanna3e2115b2016-10-11 13:18:29 -07007540 hdd_ctx->hdd_txrx_hist[i].
7541 next_vote_level),
Dustin Brown632af712018-03-14 15:03:55 -07007542 convert_level_to_string(
Mohit Khanna3e2115b2016-10-11 13:18:29 -07007543 hdd_ctx->hdd_txrx_hist[i].
7544 next_rx_level),
Dustin Brown632af712018-03-14 15:03:55 -07007545 convert_level_to_string(
Mohit Khanna3e2115b2016-10-11 13:18:29 -07007546 hdd_ctx->hdd_txrx_hist[i].
7547 next_tx_level));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007548 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007549}
7550
7551/**
7552 * wlan_hdd_clear_tx_rx_histogram() - clear tx rx histogram
7553 * @hdd_ctx: hdd context
7554 *
7555 * Return: none
7556 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007557void wlan_hdd_clear_tx_rx_histogram(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007558{
7559 hdd_ctx->hdd_txrx_hist_idx = 0;
Nirav Shahed34b212016-04-25 10:59:16 +05307560 qdf_mem_zero(hdd_ctx->hdd_txrx_hist,
7561 (sizeof(struct hdd_tx_rx_histogram) * NUM_TX_RX_HISTOGRAM));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007562}
7563
Mohit Khannaca4173b2017-09-12 21:52:19 -07007564/* length of the netif queue log needed per adapter */
7565#define ADAP_NETIFQ_LOG_LEN ((20 * WLAN_REASON_TYPE_MAX) + 50)
7566
7567/**
7568 *
7569 * hdd_display_netif_queue_history_compact() - display compact netifq history
7570 * @hdd_ctx: hdd context
7571 *
7572 * Return: none
7573 */
7574static void
7575hdd_display_netif_queue_history_compact(struct hdd_context *hdd_ctx)
7576{
7577 int adapter_num = 0;
7578 int i;
7579 int bytes_written;
7580 u32 tbytes;
7581 qdf_time_t total, pause, unpause, curr_time, delta;
Mohit Khannaca4173b2017-09-12 21:52:19 -07007582 char temp_str[20 * WLAN_REASON_TYPE_MAX];
jiadbdefb252018-01-03 14:27:06 +08007583 char *comb_log_str;
7584 uint32_t comb_log_str_size;
Mohit Khannaca4173b2017-09-12 21:52:19 -07007585 struct hdd_adapter *adapter = NULL;
Mohit Khannaca4173b2017-09-12 21:52:19 -07007586
jiadbdefb252018-01-03 14:27:06 +08007587 comb_log_str_size = (ADAP_NETIFQ_LOG_LEN * MAX_NUMBER_OF_ADAPTERS) + 1;
7588 comb_log_str = qdf_mem_malloc(comb_log_str_size);
7589 if (!comb_log_str) {
7590 hdd_err("failed to alloc comb_log_str");
7591 return;
7592 }
7593
Mohit Khannaca4173b2017-09-12 21:52:19 -07007594 bytes_written = 0;
Mohit Khannaca4173b2017-09-12 21:52:19 -07007595
Dustin Brown920397d2017-12-13 16:27:50 -08007596 hdd_for_each_adapter(hdd_ctx, adapter) {
Mohit Khannaca4173b2017-09-12 21:52:19 -07007597 curr_time = qdf_system_ticks();
7598 total = curr_time - adapter->start_time;
7599 delta = curr_time - adapter->last_time;
7600
7601 if (adapter->pause_map) {
7602 pause = adapter->total_pause_time + delta;
7603 unpause = adapter->total_unpause_time;
7604 } else {
7605 unpause = adapter->total_unpause_time + delta;
7606 pause = adapter->total_pause_time;
7607 }
7608
7609 tbytes = 0;
7610 qdf_mem_set(temp_str, 0, sizeof(temp_str));
7611 for (i = WLAN_CONTROL_PATH; i < WLAN_REASON_TYPE_MAX; i++) {
7612 if (adapter->queue_oper_stats[i].pause_count == 0)
7613 continue;
7614 tbytes +=
7615 snprintf(
7616 &temp_str[tbytes],
7617 (tbytes >= sizeof(temp_str) ?
7618 0 : sizeof(temp_str) - tbytes),
7619 "%d(%d,%d) ",
7620 i,
7621 adapter->queue_oper_stats[i].
7622 pause_count,
7623 adapter->queue_oper_stats[i].
7624 unpause_count);
7625 }
7626 if (tbytes >= sizeof(temp_str))
7627 hdd_warn("log truncated");
7628
7629 bytes_written += snprintf(&comb_log_str[bytes_written],
jiadbdefb252018-01-03 14:27:06 +08007630 bytes_written >= comb_log_str_size ? 0 :
7631 comb_log_str_size - bytes_written,
Mohit Khannaca4173b2017-09-12 21:52:19 -07007632 "[%d %d] (%d) %u/%ums %s|",
7633 adapter->session_id, adapter->device_mode,
7634 adapter->pause_map,
7635 qdf_system_ticks_to_msecs(pause),
7636 qdf_system_ticks_to_msecs(total),
7637 temp_str);
7638
Mohit Khannaca4173b2017-09-12 21:52:19 -07007639 adapter_num++;
7640 }
7641
7642 /* using QDF_TRACE to avoid printing function name */
7643 QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_INFO_LOW,
7644 "STATS |%s", comb_log_str);
7645
jiadbdefb252018-01-03 14:27:06 +08007646 if (bytes_written >= comb_log_str_size)
Mohit Khannaca4173b2017-09-12 21:52:19 -07007647 hdd_warn("log string truncated");
jiadbdefb252018-01-03 14:27:06 +08007648
7649 qdf_mem_free(comb_log_str);
Mohit Khannaca4173b2017-09-12 21:52:19 -07007650}
7651
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007652/**
Srinivas Girigowdab841da72017-03-25 18:04:39 -07007653 * wlan_hdd_display_netif_queue_history() - display netif queue history
Jeff Johnson58adbcf2017-09-03 08:53:31 -07007654 * @hdd_ctx: hdd context
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007655 *
7656 * Return: none
7657 */
Mohit Khannaca4173b2017-09-12 21:52:19 -07007658void
7659wlan_hdd_display_netif_queue_history(struct hdd_context *hdd_ctx,
7660 enum qdf_stats_verbosity_level verb_lvl)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007661{
7662
Jeff Johnson9d295242017-08-29 14:39:48 -07007663 struct hdd_adapter *adapter = NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007664 int i;
Nirav Shahda008342016-05-17 18:50:40 +05307665 qdf_time_t total, pause, unpause, curr_time, delta;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007666
Mohit Khannaca4173b2017-09-12 21:52:19 -07007667 if (verb_lvl == QDF_STATS_VERBOSITY_LEVEL_LOW) {
7668 hdd_display_netif_queue_history_compact(hdd_ctx);
7669 return;
7670 }
7671
Dustin Brown920397d2017-12-13 16:27:50 -08007672 hdd_for_each_adapter(hdd_ctx, adapter) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007673 hdd_debug("Netif queue operation statistics:");
7674 hdd_debug("Session_id %d device mode %d",
Jeff Johnson1b780e42017-10-31 14:11:45 -07007675 adapter->session_id, adapter->device_mode);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007676 hdd_debug("Current pause_map value %x", adapter->pause_map);
Nirav Shah617cff92016-04-25 10:24:24 +05307677 curr_time = qdf_system_ticks();
7678 total = curr_time - adapter->start_time;
Nirav Shahda008342016-05-17 18:50:40 +05307679 delta = curr_time - adapter->last_time;
Nirav Shah617cff92016-04-25 10:24:24 +05307680 if (adapter->pause_map) {
Nirav Shahda008342016-05-17 18:50:40 +05307681 pause = adapter->total_pause_time + delta;
Nirav Shah617cff92016-04-25 10:24:24 +05307682 unpause = adapter->total_unpause_time;
7683 } else {
Nirav Shahda008342016-05-17 18:50:40 +05307684 unpause = adapter->total_unpause_time + delta;
Nirav Shah617cff92016-04-25 10:24:24 +05307685 pause = adapter->total_pause_time;
7686 }
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007687 hdd_debug("Total: %ums Pause: %ums Unpause: %ums",
Nirav Shah617cff92016-04-25 10:24:24 +05307688 qdf_system_ticks_to_msecs(total),
7689 qdf_system_ticks_to_msecs(pause),
7690 qdf_system_ticks_to_msecs(unpause));
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007691 hdd_debug("reason_type: pause_cnt: unpause_cnt: pause_time");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007692
Nirav Shahda008342016-05-17 18:50:40 +05307693 for (i = WLAN_CONTROL_PATH; i < WLAN_REASON_TYPE_MAX; i++) {
7694 qdf_time_t pause_delta = 0;
7695
7696 if (adapter->pause_map & (1 << i))
7697 pause_delta = delta;
7698
Mohit Khanna3e2115b2016-10-11 13:18:29 -07007699 /* using hdd_log to avoid printing function name */
Dustin Brown632af712018-03-14 15:03:55 -07007700 hdd_debug("%s: %d: %d: %ums",
7701 hdd_reason_type_to_string(i),
7702 adapter->queue_oper_stats[i].pause_count,
7703 adapter->queue_oper_stats[i].unpause_count,
7704 qdf_system_ticks_to_msecs(
7705 adapter->queue_oper_stats[i].total_pause_time +
7706 pause_delta));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007707 }
7708
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007709 hdd_debug("Netif queue operation history:");
7710 hdd_debug("Total entries: %d current index %d",
Nirav Shahda008342016-05-17 18:50:40 +05307711 WLAN_HDD_MAX_HISTORY_ENTRY, adapter->history_index);
7712
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007713 hdd_debug("index: time: action_type: reason_type: pause_map");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007714
7715 for (i = 0; i < WLAN_HDD_MAX_HISTORY_ENTRY; i++) {
Mohit Khanna3e2115b2016-10-11 13:18:29 -07007716 /* using hdd_log to avoid printing function name */
7717 if (adapter->queue_oper_history[i].time == 0)
7718 continue;
Dustin Brown632af712018-03-14 15:03:55 -07007719 hdd_debug("%d: %u: %s: %s: %x",
7720 i, qdf_system_ticks_to_msecs(
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007721 adapter->queue_oper_history[i].time),
Dustin Brown632af712018-03-14 15:03:55 -07007722 hdd_action_type_to_string(
7723 adapter->queue_oper_history[i].netif_action),
7724 hdd_reason_type_to_string(
7725 adapter->queue_oper_history[i].netif_reason),
7726 adapter->queue_oper_history[i].pause_map);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007727 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007728 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007729}
7730
7731/**
7732 * wlan_hdd_clear_netif_queue_history() - clear netif queue operation history
7733 * @hdd_ctx: hdd context
7734 *
7735 * Return: none
7736 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007737void wlan_hdd_clear_netif_queue_history(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007738{
Jeff Johnson9d295242017-08-29 14:39:48 -07007739 struct hdd_adapter *adapter = NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007740
Dustin Brown920397d2017-12-13 16:27:50 -08007741 hdd_for_each_adapter(hdd_ctx, adapter) {
Anurag Chouhan600c3a02016-03-01 10:33:54 +05307742 qdf_mem_zero(adapter->queue_oper_stats,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007743 sizeof(adapter->queue_oper_stats));
Anurag Chouhan600c3a02016-03-01 10:33:54 +05307744 qdf_mem_zero(adapter->queue_oper_history,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007745 sizeof(adapter->queue_oper_history));
Nirav Shah617cff92016-04-25 10:24:24 +05307746 adapter->history_index = 0;
7747 adapter->start_time = adapter->last_time = qdf_system_ticks();
7748 adapter->total_pause_time = 0;
7749 adapter->total_unpause_time = 0;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007750 }
7751}
7752
7753/**
7754 * hdd_11d_scan_done() - callback for 11d scan completion of flushing results
7755 * @halHandle: Hal handle
7756 * @pContext: Pointer to the context
7757 * @sessionId: Session ID
7758 * @scanId: Scan ID
7759 * @status: Status
7760 *
7761 * This is the callback to be executed when 11d scan is completed to flush out
7762 * the scan results
7763 *
7764 * 11d scan is done during driver load and is a passive scan on all
7765 * channels supported by the device, 11d scans may find some APs on
7766 * frequencies which are forbidden to be used in the regulatory domain
7767 * the device is operating in. If these APs are notified to the supplicant
7768 * it may try to connect to these APs, thus flush out all the scan results
7769 * which are present in SME after 11d scan is done.
7770 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05307771 * Return: QDF_STATUS_SUCCESS
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007772 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05307773static QDF_STATUS hdd_11d_scan_done(tHalHandle halHandle, void *pContext,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007774 uint8_t sessionId, uint32_t scanId,
7775 eCsrScanStatus status)
7776{
Dustin Brown491d54b2018-03-14 12:39:11 -07007777 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007778
7779 sme_scan_flush_result(halHandle);
7780
Dustin Browne74003f2018-03-14 12:51:58 -07007781 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007782
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05307783 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007784}
7785
7786#ifdef WLAN_FEATURE_OFFLOAD_PACKETS
7787/**
7788 * hdd_init_offloaded_packets_ctx() - Initialize offload packets context
7789 * @hdd_ctx: hdd global context
7790 *
7791 * Return: none
7792 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007793static void hdd_init_offloaded_packets_ctx(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007794{
7795 uint8_t i;
7796
7797 mutex_init(&hdd_ctx->op_ctx.op_lock);
7798 for (i = 0; i < MAXNUM_PERIODIC_TX_PTRNS; i++) {
7799 hdd_ctx->op_ctx.op_table[i].request_id = MAX_REQUEST_ID;
7800 hdd_ctx->op_ctx.op_table[i].pattern_id = i;
7801 }
7802}
7803#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007804static void hdd_init_offloaded_packets_ctx(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007805{
7806}
7807#endif
7808
Yingying Tang95409972016-10-20 15:16:15 +08007809#ifdef WLAN_FEATURE_WOW_PULSE
7810/**
7811 * wlan_hdd_set_wow_pulse() - call SME to send wmi cmd of wow pulse
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007812 * @phddctx: struct hdd_context structure pointer
Yingying Tang95409972016-10-20 15:16:15 +08007813 * @enable: enable or disable this behaviour
7814 *
7815 * Return: int
7816 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007817static int wlan_hdd_set_wow_pulse(struct hdd_context *phddctx, bool enable)
Yingying Tang95409972016-10-20 15:16:15 +08007818{
7819 struct hdd_config *pcfg_ini = phddctx->config;
7820 struct wow_pulse_mode wow_pulse_set_info;
7821 QDF_STATUS status;
7822
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007823 hdd_debug("wow pulse enable flag is %d", enable);
Yingying Tang95409972016-10-20 15:16:15 +08007824
7825 if (false == phddctx->config->wow_pulse_support)
7826 return 0;
7827
7828 /* prepare the request to send to SME */
7829 if (enable == true) {
7830 wow_pulse_set_info.wow_pulse_enable = true;
7831 wow_pulse_set_info.wow_pulse_pin =
7832 pcfg_ini->wow_pulse_pin;
7833 wow_pulse_set_info.wow_pulse_interval_low =
7834 pcfg_ini->wow_pulse_interval_low;
7835 wow_pulse_set_info.wow_pulse_interval_high =
7836 pcfg_ini->wow_pulse_interval_high;
7837 } else {
7838 wow_pulse_set_info.wow_pulse_enable = false;
7839 wow_pulse_set_info.wow_pulse_pin = 0;
7840 wow_pulse_set_info.wow_pulse_interval_low = 0;
7841 wow_pulse_set_info.wow_pulse_interval_high = 0;
7842 }
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007843 hdd_debug("enable %d pin %d low %d high %d",
Yingying Tang95409972016-10-20 15:16:15 +08007844 wow_pulse_set_info.wow_pulse_enable,
7845 wow_pulse_set_info.wow_pulse_pin,
7846 wow_pulse_set_info.wow_pulse_interval_low,
7847 wow_pulse_set_info.wow_pulse_interval_high);
7848
7849 status = sme_set_wow_pulse(&wow_pulse_set_info);
7850 if (QDF_STATUS_E_FAILURE == status) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007851 hdd_debug("sme_set_wow_pulse failure!");
Yingying Tang95409972016-10-20 15:16:15 +08007852 return -EIO;
7853 }
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007854 hdd_debug("sme_set_wow_pulse success!");
Yingying Tang95409972016-10-20 15:16:15 +08007855 return 0;
7856}
7857#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007858static inline int wlan_hdd_set_wow_pulse(struct hdd_context *phddctx, bool enable)
Yingying Tang95409972016-10-20 15:16:15 +08007859{
7860 return 0;
7861}
7862#endif
7863
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007864#ifdef WLAN_FEATURE_FASTPATH
7865/**
7866 * hdd_enable_fastpath() - Enable fastpath if enabled in config INI
7867 * @hdd_cfg: hdd config
7868 * @context: lower layer context
7869 *
7870 * Return: none
7871 */
Arun Khandavallifae92942016-08-01 13:31:08 +05307872void hdd_enable_fastpath(struct hdd_config *hdd_cfg,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007873 void *context)
7874{
7875 if (hdd_cfg->fastpath_enable)
7876 hif_enable_fastpath(context);
7877}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007878#endif
7879
Yuanyuan Liu13738502016-04-06 17:41:37 -07007880#if defined(FEATURE_WLAN_CH_AVOID)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007881/**
7882 * hdd_set_thermal_level_cb() - set thermal level callback function
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08007883 * @context: hdd context pointer
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007884 * @level: thermal level
7885 *
7886 * Change IPA data path to SW path when the thermal throttle level greater
7887 * than 0, and restore the original data path when throttle level is 0
7888 *
7889 * Return: none
7890 */
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08007891static void hdd_set_thermal_level_cb(void *context, u_int8_t level)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007892{
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007893 struct hdd_context *hdd_ctx = context;
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08007894
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007895 /* Change IPA to SW path when throttle level greater than 0 */
7896 if (level > THROTTLE_LEVEL_0)
Sravan Kumar Kairam858073b2018-03-13 09:03:32 +05307897 ucfg_ipa_send_mcc_scc_msg(hdd_ctx->hdd_pdev, true);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007898 else
7899 /* restore original concurrency mode */
Sravan Kumar Kairam858073b2018-03-13 09:03:32 +05307900 ucfg_ipa_send_mcc_scc_msg(hdd_ctx->hdd_pdev, hdd_ctx->mcc_mode);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007901}
7902
7903/**
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307904 * hdd_get_safe_channel_from_pcl_and_acs_range() - Get safe channel for SAP
7905 * restart
Manishekar Chandrasekarandb9b8672016-06-10 23:31:19 +05307906 * @adapter: AP adapter, which should be checked for NULL
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007907 *
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307908 * Get a safe channel to restart SAP. PCL already takes into account the
7909 * unsafe channels. So, the PCL is validated with the ACS range to provide
7910 * a safe channel for the SAP to restart.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007911 *
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307912 * Return: Channel number to restart SAP in case of success. In case of any
7913 * failure, the channel number returned is zero.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007914 */
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307915static uint8_t hdd_get_safe_channel_from_pcl_and_acs_range(
Jeff Johnson9d295242017-08-29 14:39:48 -07007916 struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007917{
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307918 struct sir_pcl_list pcl;
7919 QDF_STATUS status;
7920 uint32_t i, j;
7921 tHalHandle *hal_handle;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07007922 struct hdd_context *hdd_ctx;
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307923 bool found = false;
Liangwei Dong17bf2662018-01-05 02:02:05 -05007924 int ret;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007925
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307926 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
7927 if (!hdd_ctx) {
7928 hdd_err("invalid HDD context");
7929 return INVALID_CHANNEL_ID;
7930 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007931
Manishekar Chandrasekaran79746ac2016-06-24 04:45:33 +05307932 hal_handle = WLAN_HDD_GET_HAL_CTX(adapter);
7933 if (!hal_handle) {
7934 hdd_err("invalid HAL handle");
7935 return INVALID_CHANNEL_ID;
7936 }
7937
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -08007938 status = policy_mgr_get_pcl_for_existing_conn(hdd_ctx->hdd_psoc,
7939 PM_SAP_MODE, pcl.pcl_list, &pcl.pcl_len,
bings37bd58f2017-07-20 16:49:26 +08007940 pcl.weight_list, QDF_ARRAY_SIZE(pcl.weight_list),
7941 false);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307942 if (QDF_IS_STATUS_ERROR(status)) {
7943 hdd_err("Get PCL failed");
7944 return INVALID_CHANNEL_ID;
7945 }
7946
Frank Liudc2cefb2017-06-21 15:38:18 +08007947 /*
7948 * In some scenarios, like hw dbs disabled, sap+sap case, if operating
7949 * channel is unsafe channel, the pcl may be empty, instead of return,
7950 * try to choose a safe channel from acs range.
7951 */
7952 if (!pcl.pcl_len)
7953 hdd_debug("pcl length is zero!");
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307954
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007955 hdd_debug("start:%d end:%d",
Jeff Johnsonb9424862017-10-30 08:49:35 -07007956 adapter->session.ap.sap_config.acs_cfg.start_ch,
7957 adapter->session.ap.sap_config.acs_cfg.end_ch);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307958
7959 /* PCL already takes unsafe channel into account */
7960 for (i = 0; i < pcl.pcl_len; i++) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007961 hdd_debug("chan[%d]:%d", i, pcl.pcl_list[i]);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307962 if ((pcl.pcl_list[i] >=
Jeff Johnsonb9424862017-10-30 08:49:35 -07007963 adapter->session.ap.sap_config.acs_cfg.start_ch) &&
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307964 (pcl.pcl_list[i] <=
Jeff Johnsonb9424862017-10-30 08:49:35 -07007965 adapter->session.ap.sap_config.acs_cfg.end_ch)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007966 hdd_debug("found PCL safe chan:%d", pcl.pcl_list[i]);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307967 return pcl.pcl_list[i];
7968 }
7969 }
7970
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007971 hdd_debug("no safe channel from PCL found in ACS range");
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307972
7973 /* Try for safe channel from all valid channel */
7974 pcl.pcl_len = MAX_NUM_CHAN;
Liangwei Dong17bf2662018-01-05 02:02:05 -05007975 ret = hdd_get_valid_chan(hdd_ctx, pcl.pcl_list,
7976 &pcl.pcl_len);
7977 if (ret) {
7978 hdd_err("error %d in getting valid channel list", ret);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307979 return INVALID_CHANNEL_ID;
7980 }
7981
7982 for (i = 0; i < pcl.pcl_len; i++) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007983 hdd_debug("chan[%d]:%d", i, pcl.pcl_list[i]);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307984 found = false;
7985 for (j = 0; j < hdd_ctx->unsafe_channel_count; j++) {
Krunal Soni15f0db12016-10-11 18:53:37 -07007986 if (pcl.pcl_list[i] ==
7987 hdd_ctx->unsafe_channel_list[j]) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08007988 hdd_debug("unsafe chan:%d", pcl.pcl_list[i]);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307989 found = true;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08007990 break;
7991 }
7992 }
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307993
7994 if (found)
7995 continue;
7996
7997 if ((pcl.pcl_list[i] >=
Jeff Johnsonb9424862017-10-30 08:49:35 -07007998 adapter->session.ap.sap_config.acs_cfg.start_ch) &&
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05307999 (pcl.pcl_list[i] <=
Jeff Johnsonb9424862017-10-30 08:49:35 -07008000 adapter->session.ap.sap_config.acs_cfg.end_ch)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008001 hdd_debug("found safe chan:%d", pcl.pcl_list[i]);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308002 return pcl.pcl_list[i];
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008003 }
8004 }
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308005
8006 return INVALID_CHANNEL_ID;
8007}
Nirav Shaheb017be2018-02-15 11:20:58 +05308008#endif
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308009
8010/**
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -08008011 * hdd_switch_sap_channel() - Move SAP to the given channel
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308012 * @adapter: AP adapter
8013 * @channel: Channel
Min Liu2fef5792018-01-19 17:59:42 +08008014 * @forced: Force to switch channel, ignore SCC/MCC check
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308015 *
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -08008016 * Moves the SAP interface by invoking the function which
8017 * executes the callback to perform channel switch using (E)CSA.
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308018 *
8019 * Return: None
8020 */
Min Liu2fef5792018-01-19 17:59:42 +08008021void hdd_switch_sap_channel(struct hdd_adapter *adapter, uint8_t channel,
8022 bool forced)
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308023{
Jeff Johnson87251032017-08-29 13:31:11 -07008024 struct hdd_ap_ctx *hdd_ap_ctx;
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308025 tHalHandle *hal_handle;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008026 struct hdd_context *hdd_ctx;
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308027
8028 if (!adapter) {
8029 hdd_err("invalid adapter");
8030 return;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008031 }
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308032
8033 hdd_ap_ctx = WLAN_HDD_GET_AP_CTX_PTR(adapter);
8034
8035 hal_handle = WLAN_HDD_GET_HAL_CTX(adapter);
8036 if (!hal_handle) {
8037 hdd_err("invalid HAL handle");
8038 return;
8039 }
8040
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -08008041 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
8042
Jeff Johnson91df29d2017-10-27 19:29:50 -07008043 hdd_ap_ctx->sap_config.channel = channel;
8044 hdd_ap_ctx->sap_config.ch_params.ch_width =
8045 hdd_ap_ctx->sap_config.ch_width_orig;
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308046
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008047 hdd_debug("chan:%d width:%d",
Jeff Johnson91df29d2017-10-27 19:29:50 -07008048 channel, hdd_ap_ctx->sap_config.ch_width_orig);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308049
Kiran Kumar Lokerea3de2262017-04-12 12:15:04 -07008050 wlan_reg_set_channel_params(hdd_ctx->hdd_pdev,
Jeff Johnson91df29d2017-10-27 19:29:50 -07008051 hdd_ap_ctx->sap_config.channel,
8052 hdd_ap_ctx->sap_config.sec_ch,
8053 &hdd_ap_ctx->sap_config.ch_params);
Manishekar Chandrasekaranc67b2bb2016-05-25 18:44:01 +05308054
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -08008055 policy_mgr_change_sap_channel_with_csa(hdd_ctx->hdd_psoc,
Jeff Johnson1b780e42017-10-31 14:11:45 -07008056 adapter->session_id, channel,
Min Liu2fef5792018-01-19 17:59:42 +08008057 hdd_ap_ctx->sap_config.ch_width_orig, forced);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008058}
Kapil Gupta8878ad92017-02-13 11:56:04 +05308059
Jeff Johnson9d295242017-08-29 14:39:48 -07008060int hdd_update_acs_timer_reason(struct hdd_adapter *adapter, uint8_t reason)
Kapil Gupta8878ad92017-02-13 11:56:04 +05308061{
8062 struct hdd_external_acs_timer_context *timer_context;
Himanshu Agarwaldfc4dca2017-08-29 19:49:05 +05308063 int status;
8064 QDF_STATUS qdf_status;
Kapil Gupta8878ad92017-02-13 11:56:04 +05308065
8066 set_bit(VENDOR_ACS_RESPONSE_PENDING, &adapter->event_flags);
8067
8068 if (QDF_TIMER_STATE_RUNNING ==
Jeff Johnsonb9424862017-10-30 08:49:35 -07008069 qdf_mc_timer_get_current_state(&adapter->session.
Kapil Gupta8878ad92017-02-13 11:56:04 +05308070 ap.vendor_acs_timer)) {
Jeff Johnsonb9424862017-10-30 08:49:35 -07008071 qdf_mc_timer_stop(&adapter->session.ap.vendor_acs_timer);
Kapil Gupta8878ad92017-02-13 11:56:04 +05308072 }
8073 timer_context = (struct hdd_external_acs_timer_context *)
Jeff Johnsonb9424862017-10-30 08:49:35 -07008074 adapter->session.ap.vendor_acs_timer.user_data;
Kapil Gupta8878ad92017-02-13 11:56:04 +05308075 timer_context->reason = reason;
Himanshu Agarwaldfc4dca2017-08-29 19:49:05 +05308076 qdf_status =
Jeff Johnsonb9424862017-10-30 08:49:35 -07008077 qdf_mc_timer_start(&adapter->session.ap.vendor_acs_timer,
Himanshu Agarwaldfc4dca2017-08-29 19:49:05 +05308078 WLAN_VENDOR_ACS_WAIT_TIME);
8079 if (qdf_status != QDF_STATUS_SUCCESS) {
8080 hdd_err("failed to start external acs timer");
8081 return -ENOSPC;
8082 }
8083 /* Update config to application */
8084 status = hdd_cfg80211_update_acs_config(adapter, reason);
Dustin Brown5e89ef82018-03-14 11:50:23 -07008085 hdd_info("Updated ACS config to nl with reason %d", reason);
Kapil Gupta8878ad92017-02-13 11:56:04 +05308086
Himanshu Agarwaldfc4dca2017-08-29 19:49:05 +05308087 return status;
Kapil Gupta8878ad92017-02-13 11:56:04 +05308088}
8089
Nirav Shaheb017be2018-02-15 11:20:58 +05308090#if defined(FEATURE_WLAN_CH_AVOID)
Agrawal Ashish467dde42016-09-08 18:44:22 +05308091/**
8092 * hdd_unsafe_channel_restart_sap() - restart sap if sap is on unsafe channel
8093 * @hdd_ctx: hdd context pointer
8094 *
8095 * hdd_unsafe_channel_restart_sap check all unsafe channel list
8096 * and if ACS is enabled, driver will ask userspace to restart the
8097 * sap. User space on LTE coex indication restart driver.
8098 *
8099 * Return - none
8100 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008101void hdd_unsafe_channel_restart_sap(struct hdd_context *hdd_ctxt)
Agrawal Ashish467dde42016-09-08 18:44:22 +05308102{
Dustin Brown920397d2017-12-13 16:27:50 -08008103 struct hdd_adapter *adapter;
Agrawal Ashish467dde42016-09-08 18:44:22 +05308104 uint32_t i;
8105 bool found = false;
8106 uint8_t restart_chan;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008107
Dustin Brown920397d2017-12-13 16:27:50 -08008108 hdd_for_each_adapter(hdd_ctxt, adapter) {
8109 if (!(adapter->device_mode == QDF_SAP_MODE &&
8110 adapter->session.ap.sap_config.acs_cfg.acs_mode)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008111 hdd_debug("skip device mode:%d acs:%d",
Dustin Brown920397d2017-12-13 16:27:50 -08008112 adapter->device_mode,
8113 adapter->session.ap.sap_config.
8114 acs_cfg.acs_mode);
8115 continue;
Agrawal Ashish467dde42016-09-08 18:44:22 +05308116 }
8117
8118 found = false;
8119 for (i = 0; i < hdd_ctxt->unsafe_channel_count; i++) {
Dustin Brown920397d2017-12-13 16:27:50 -08008120 if (adapter->session.ap.operating_channel ==
Agrawal Ashish467dde42016-09-08 18:44:22 +05308121 hdd_ctxt->unsafe_channel_list[i]) {
8122 found = true;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008123 hdd_debug("operating ch:%d is unsafe",
Dustin Brown920397d2017-12-13 16:27:50 -08008124 adapter->session.ap.operating_channel);
Agrawal Ashish467dde42016-09-08 18:44:22 +05308125 break;
8126 }
8127 }
8128
8129 if (!found) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008130 hdd_debug("ch:%d is safe. no need to change channel",
Dustin Brown920397d2017-12-13 16:27:50 -08008131 adapter->session.ap.operating_channel);
8132 continue;
Agrawal Ashish467dde42016-09-08 18:44:22 +05308133 }
8134
Kapil Gupta8878ad92017-02-13 11:56:04 +05308135 if (hdd_ctxt->config->vendor_acs_support &&
8136 hdd_ctxt->config->acs_support_for_dfs_ltecoex) {
Dustin Brown920397d2017-12-13 16:27:50 -08008137 hdd_update_acs_timer_reason(adapter,
Kapil Gupta8878ad92017-02-13 11:56:04 +05308138 QCA_WLAN_VENDOR_ACS_SELECT_REASON_LTE_COEX);
Dustin Brown920397d2017-12-13 16:27:50 -08008139 continue;
Kapil Gupta8878ad92017-02-13 11:56:04 +05308140 } else
8141 restart_chan =
8142 hdd_get_safe_channel_from_pcl_and_acs_range(
Dustin Brown920397d2017-12-13 16:27:50 -08008143 adapter);
Agrawal Ashish467dde42016-09-08 18:44:22 +05308144 if (!restart_chan) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008145 hdd_err("fail to restart SAP");
Agrawal Ashish467dde42016-09-08 18:44:22 +05308146 } else {
Jeff Johnson0d52c7a2017-01-12 08:46:55 -08008147 /*
8148 * SAP restart due to unsafe channel. While
8149 * restarting the SAP, make sure to clear
8150 * acs_channel, channel to reset to
8151 * 0. Otherwise these settings will override
Kondabattini, Ganesh2836c5a2016-09-20 17:10:19 +05308152 * the ACS while restart.
Jeff Johnson0d52c7a2017-01-12 08:46:55 -08008153 */
Kondabattini, Ganesh2836c5a2016-09-20 17:10:19 +05308154 hdd_ctxt->acs_policy.acs_channel = AUTO_CHANNEL_SELECT;
Dustin Brown920397d2017-12-13 16:27:50 -08008155 adapter->session.ap.sap_config.channel =
Kondabattini, Ganesh2836c5a2016-09-20 17:10:19 +05308156 AUTO_CHANNEL_SELECT;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008157 hdd_debug("sending coex indication");
Agrawal Ashish467dde42016-09-08 18:44:22 +05308158 wlan_hdd_send_svc_nlink_msg(hdd_ctxt->radio_index,
8159 WLAN_SVC_LTE_COEX_IND, NULL, 0);
Liangwei Dong6663d162017-07-10 03:29:36 -04008160 hdd_debug("driver to start sap: %d",
8161 hdd_ctxt->config->sap_internal_restart);
8162 if (hdd_ctxt->config->sap_internal_restart)
Min Liu2fef5792018-01-19 17:59:42 +08008163 hdd_switch_sap_channel(adapter, restart_chan,
8164 true);
Liangwei Dong6663d162017-07-10 03:29:36 -04008165 else
8166 return;
Agrawal Ashish467dde42016-09-08 18:44:22 +05308167 }
Agrawal Ashish467dde42016-09-08 18:44:22 +05308168 }
8169}
Ajit Pal Singh2c7aecd2017-05-19 15:09:23 +05308170
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008171/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008172 * hdd_init_channel_avoidance() - Initialize channel avoidance
8173 * @hdd_ctx: HDD global context
8174 *
8175 * Initialize the channel avoidance logic by retrieving the unsafe
Yuanyuan Liu13738502016-04-06 17:41:37 -07008176 * channel list from the platform driver and plumbing the data
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008177 * down to the lower layers. Then subscribe to subsequent channel
8178 * avoidance events.
8179 *
8180 * Return: None
8181 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008182static void hdd_init_channel_avoidance(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008183{
8184 uint16_t unsafe_channel_count;
8185 int index;
8186
Yuanyuan Liu13738502016-04-06 17:41:37 -07008187 pld_get_wlan_unsafe_channel(hdd_ctx->parent_dev,
8188 hdd_ctx->unsafe_channel_list,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008189 &(hdd_ctx->unsafe_channel_count),
Amar Singhalb8d4f152016-02-10 10:21:43 -08008190 sizeof(uint16_t) * NUM_CHANNELS);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008191
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008192 hdd_debug("num of unsafe channels is %d",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008193 hdd_ctx->unsafe_channel_count);
8194
Anurag Chouhan6d760662016-02-20 16:05:43 +05308195 unsafe_channel_count = QDF_MIN((uint16_t)hdd_ctx->unsafe_channel_count,
Amar Singhalb8d4f152016-02-10 10:21:43 -08008196 (uint16_t)NUM_CHANNELS);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008197
8198 for (index = 0; index < unsafe_channel_count; index++) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008199 hdd_debug("channel %d is not safe",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008200 hdd_ctx->unsafe_channel_list[index]);
8201
8202 }
8203
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008204}
Dustin Brown676a2322017-08-15 13:16:13 -07008205
Jeff Johnson9d295242017-08-29 14:39:48 -07008206static void hdd_lte_coex_restart_sap(struct hdd_adapter *adapter,
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008207 struct hdd_context *hdd_ctx)
Dustin Brown676a2322017-08-15 13:16:13 -07008208{
8209 uint8_t restart_chan;
8210
8211 restart_chan = hdd_get_safe_channel_from_pcl_and_acs_range(adapter);
8212 if (!restart_chan) {
8213 hdd_alert("fail to restart SAP");
8214 return;
8215 }
8216
8217 /* SAP restart due to unsafe channel. While restarting
8218 * the SAP, make sure to clear acs_channel, channel to
8219 * reset to 0. Otherwise these settings will override
8220 * the ACS while restart.
8221 */
8222 hdd_ctx->acs_policy.acs_channel = AUTO_CHANNEL_SELECT;
Jeff Johnsonb9424862017-10-30 08:49:35 -07008223 adapter->session.ap.sap_config.channel = AUTO_CHANNEL_SELECT;
Dustin Brown676a2322017-08-15 13:16:13 -07008224
8225 hdd_debug("sending coex indication");
8226
8227 wlan_hdd_send_svc_nlink_msg(hdd_ctx->radio_index,
8228 WLAN_SVC_LTE_COEX_IND, NULL, 0);
Min Liu2fef5792018-01-19 17:59:42 +08008229 hdd_switch_sap_channel(adapter, restart_chan, true);
Dustin Brown676a2322017-08-15 13:16:13 -07008230}
Liangwei Dong6e1a2092017-08-30 16:29:06 +08008231
8232int hdd_clone_local_unsafe_chan(struct hdd_context *hdd_ctx,
8233 uint16_t **local_unsafe_list, uint16_t *local_unsafe_list_count)
8234{
8235 uint32_t size;
8236 uint16_t *unsafe_list;
8237 uint16_t chan_count;
8238
8239 if (!hdd_ctx || !local_unsafe_list_count || !local_unsafe_list_count)
8240 return -EINVAL;
8241
8242 chan_count = QDF_MIN(hdd_ctx->unsafe_channel_count,
8243 NUM_CHANNELS);
8244 if (chan_count) {
8245 size = chan_count * sizeof(hdd_ctx->unsafe_channel_list[0]);
8246 unsafe_list = qdf_mem_malloc(size);
8247 if (!unsafe_list) {
8248 hdd_err("No memory for unsafe chan list size%d",
8249 size);
8250 return -ENOMEM;
8251 }
8252 qdf_mem_copy(unsafe_list, hdd_ctx->unsafe_channel_list, size);
8253 } else {
8254 unsafe_list = NULL;
8255 }
8256
8257 *local_unsafe_list = unsafe_list;
8258 *local_unsafe_list_count = chan_count;
8259
8260 return 0;
8261}
8262
8263bool hdd_local_unsafe_channel_updated(struct hdd_context *hdd_ctx,
8264 uint16_t *local_unsafe_list, uint16_t local_unsafe_list_count)
8265{
8266 int i, j;
8267
8268 if (local_unsafe_list_count != hdd_ctx->unsafe_channel_count)
8269 return true;
8270 if (local_unsafe_list_count == 0)
8271 return false;
8272 for (i = 0; i < local_unsafe_list_count; i++) {
8273 for (j = 0; j < local_unsafe_list_count; j++)
8274 if (local_unsafe_list[i] ==
8275 hdd_ctx->unsafe_channel_list[j])
8276 break;
8277 if (j >= local_unsafe_list_count)
8278 break;
8279 }
8280 if (i >= local_unsafe_list_count) {
8281 hdd_info("unsafe chan list same");
8282 return false;
8283 }
8284
8285 return true;
8286}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008287#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008288static void hdd_init_channel_avoidance(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008289{
8290}
Dustin Brown676a2322017-08-15 13:16:13 -07008291
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08008292static void hdd_set_thermal_level_cb(void *context, u_int8_t level)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008293{
8294}
Dustin Brown676a2322017-08-15 13:16:13 -07008295
Jeff Johnson9d295242017-08-29 14:39:48 -07008296static inline void hdd_lte_coex_restart_sap(struct hdd_adapter *adapter,
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008297 struct hdd_context *hdd_ctx)
Dustin Brown676a2322017-08-15 13:16:13 -07008298{
8299 hdd_debug("Channel avoidance is not enabled; Abort SAP restart");
8300}
Yuanyuan Liu13738502016-04-06 17:41:37 -07008301#endif /* defined(FEATURE_WLAN_CH_AVOID) */
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008302
8303/**
Rajeev Kumard004abc2016-02-17 12:09:56 -08008304 * hdd_indicate_mgmt_frame() - Wrapper to indicate management frame to
8305 * user space
8306 * @frame_ind: Management frame data to be informed.
8307 *
8308 * This function is used to indicate management frame to
8309 * user space
8310 *
8311 * Return: None
8312 *
8313 */
8314void hdd_indicate_mgmt_frame(tSirSmeMgmtFrameInd *frame_ind)
8315{
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008316 struct hdd_context *hdd_ctx = NULL;
Jeff Johnson9d295242017-08-29 14:39:48 -07008317 struct hdd_adapter *adapter = NULL;
Rajeev Kumard004abc2016-02-17 12:09:56 -08008318 int i;
8319
Dustin Browne7e71d32018-05-11 16:00:08 -07008320 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
8321 if (wlan_hdd_validate_context(hdd_ctx))
Rajeev Kumard004abc2016-02-17 12:09:56 -08008322 return;
8323
8324 if (SME_SESSION_ID_ANY == frame_ind->sessionId) {
8325 for (i = 0; i < CSR_ROAM_SESSION_MAX; i++) {
8326 adapter =
8327 hdd_get_adapter_by_sme_session_id(hdd_ctx, i);
8328 if (adapter)
8329 break;
8330 }
Wu Gaoa0230a62018-01-04 20:56:57 +08008331 } else if (SME_SESSION_ID_BROADCAST == frame_ind->sessionId) {
8332 hdd_for_each_adapter(hdd_ctx, adapter) {
8333 if ((NULL != adapter) &&
8334 (WLAN_HDD_ADAPTER_MAGIC == adapter->magic)) {
8335 __hdd_indicate_mgmt_frame(adapter,
8336 frame_ind->frame_len,
8337 frame_ind->frameBuf,
8338 frame_ind->frameType,
8339 frame_ind->rxChan,
8340 frame_ind->rxRssi);
8341 }
8342 }
8343 adapter = NULL;
Rajeev Kumard004abc2016-02-17 12:09:56 -08008344 } else {
8345 adapter = hdd_get_adapter_by_sme_session_id(hdd_ctx,
8346 frame_ind->sessionId);
8347 }
8348
8349 if ((NULL != adapter) &&
8350 (WLAN_HDD_ADAPTER_MAGIC == adapter->magic))
8351 __hdd_indicate_mgmt_frame(adapter,
8352 frame_ind->frame_len,
8353 frame_ind->frameBuf,
8354 frame_ind->frameType,
8355 frame_ind->rxChan,
8356 frame_ind->rxRssi);
Rajeev Kumard004abc2016-02-17 12:09:56 -08008357}
8358
Kapil Gupta8878ad92017-02-13 11:56:04 +05308359void hdd_acs_response_timeout_handler(void *context)
8360{
8361 struct hdd_external_acs_timer_context *timer_context =
8362 (struct hdd_external_acs_timer_context *)context;
Jeff Johnson9d295242017-08-29 14:39:48 -07008363 struct hdd_adapter *adapter;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008364 struct hdd_context *hdd_ctx;
Kapil Gupta8878ad92017-02-13 11:56:04 +05308365 uint8_t reason;
8366
Dustin Brown491d54b2018-03-14 12:39:11 -07008367 hdd_enter();
Kapil Gupta8878ad92017-02-13 11:56:04 +05308368 if (!timer_context) {
8369 hdd_err("invlaid timer context");
8370 return;
8371 }
8372 adapter = timer_context->adapter;
8373 reason = timer_context->reason;
8374
8375
8376 if ((!adapter) ||
8377 (adapter->magic != WLAN_HDD_ADAPTER_MAGIC)) {
8378 hdd_err("invalid adapter or adapter has invalid magic");
8379 return;
8380 }
8381 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
8382 if (wlan_hdd_validate_context(hdd_ctx))
8383 return;
8384
8385 if (test_bit(VENDOR_ACS_RESPONSE_PENDING, &adapter->event_flags))
8386 clear_bit(VENDOR_ACS_RESPONSE_PENDING, &adapter->event_flags);
8387 else
8388 return;
8389
8390 hdd_err("ACS timeout happened for %s reason %d",
8391 adapter->dev->name, reason);
8392 switch (reason) {
8393 /* SAP init case */
8394 case QCA_WLAN_VENDOR_ACS_SELECT_REASON_INIT:
8395 wlan_sap_set_vendor_acs(WLAN_HDD_GET_SAP_CTX_PTR(adapter),
8396 false);
8397 wlan_hdd_cfg80211_start_acs(adapter);
8398 break;
8399 /* DFS detected on current channel */
8400 case QCA_WLAN_VENDOR_ACS_SELECT_REASON_DFS:
8401 wlan_sap_update_next_channel(
8402 WLAN_HDD_GET_SAP_CTX_PTR(adapter), 0, 0);
8403 sme_update_new_channel_event(WLAN_HDD_GET_HAL_CTX(adapter),
Jeff Johnson1b780e42017-10-31 14:11:45 -07008404 adapter->session_id);
Kapil Gupta8878ad92017-02-13 11:56:04 +05308405 break;
8406 /* LTE coex event on current channel */
8407 case QCA_WLAN_VENDOR_ACS_SELECT_REASON_LTE_COEX:
8408 hdd_lte_coex_restart_sap(adapter, hdd_ctx);
8409 break;
8410 default:
8411 hdd_info("invalid reason for timer invoke");
8412
8413 }
8414}
8415
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008416/**
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008417 * hdd_override_ini_config - Override INI config
8418 * @hdd_ctx: HDD context
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008419 *
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008420 * Override INI config based on module parameter.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008421 *
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008422 * Return: None
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008423 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008424static void hdd_override_ini_config(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008425{
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008426
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008427 if (0 == enable_dfs_chan_scan || 1 == enable_dfs_chan_scan) {
8428 hdd_ctx->config->enableDFSChnlScan = enable_dfs_chan_scan;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008429 hdd_debug("Module enable_dfs_chan_scan set to %d",
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008430 enable_dfs_chan_scan);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008431 }
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008432 if (0 == enable_11d || 1 == enable_11d) {
8433 hdd_ctx->config->Is11dSupportEnabled = enable_11d;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008434 hdd_debug("Module enable_11d set to %d", enable_11d);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008435 }
Leo Chang11545d62016-10-17 14:53:50 -07008436
Sravan Kumar Kairam858073b2018-03-13 09:03:32 +05308437 if (!ucfg_ipa_is_present()) {
Leo Chang11545d62016-10-17 14:53:50 -07008438 hdd_ctx->config->IpaConfig = 0;
Jingxiang Ge7a040dc2018-02-02 11:07:59 +08008439 hdd_debug("IpaConfig override to %d",
8440 hdd_ctx->config->IpaConfig);
8441 }
Yeshwanth Sriram Guntuka2ba6fe92017-10-04 14:40:45 +05308442
8443 if (!hdd_ctx->config->rssi_assoc_reject_enabled ||
8444 !hdd_ctx->config->enable_bcast_probe_rsp) {
8445 hdd_debug("OCE disabled, rssi_assoc_reject_enabled: %d enable_bcast_probe_rsp: %d",
8446 hdd_ctx->config->rssi_assoc_reject_enabled,
8447 hdd_ctx->config->enable_bcast_probe_rsp);
8448 hdd_ctx->config->oce_sta_enabled = 0;
8449 }
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008450}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008451
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008452/**
8453 * hdd_set_trace_level_for_each - Set trace level for each INI config
8454 * @hdd_ctx - HDD context
8455 *
8456 * Set trace level for each module based on INI config.
8457 *
8458 * Return: None
8459 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008460static void hdd_set_trace_level_for_each(struct hdd_context *hdd_ctx)
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008461{
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05308462 hdd_qdf_trace_enable(QDF_MODULE_ID_WMI,
8463 hdd_ctx->config->qdf_trace_enable_wdi);
8464 hdd_qdf_trace_enable(QDF_MODULE_ID_HDD,
8465 hdd_ctx->config->qdf_trace_enable_hdd);
8466 hdd_qdf_trace_enable(QDF_MODULE_ID_SME,
8467 hdd_ctx->config->qdf_trace_enable_sme);
8468 hdd_qdf_trace_enable(QDF_MODULE_ID_PE,
8469 hdd_ctx->config->qdf_trace_enable_pe);
8470 hdd_qdf_trace_enable(QDF_MODULE_ID_WMA,
8471 hdd_ctx->config->qdf_trace_enable_wma);
8472 hdd_qdf_trace_enable(QDF_MODULE_ID_SYS,
8473 hdd_ctx->config->qdf_trace_enable_sys);
8474 hdd_qdf_trace_enable(QDF_MODULE_ID_QDF,
8475 hdd_ctx->config->qdf_trace_enable_qdf);
8476 hdd_qdf_trace_enable(QDF_MODULE_ID_SAP,
8477 hdd_ctx->config->qdf_trace_enable_sap);
8478 hdd_qdf_trace_enable(QDF_MODULE_ID_HDD_SOFTAP,
8479 hdd_ctx->config->qdf_trace_enable_hdd_sap);
8480 hdd_qdf_trace_enable(QDF_MODULE_ID_BMI,
8481 hdd_ctx->config->qdf_trace_enable_bmi);
8482 hdd_qdf_trace_enable(QDF_MODULE_ID_CFG,
8483 hdd_ctx->config->qdf_trace_enable_cfg);
8484 hdd_qdf_trace_enable(QDF_MODULE_ID_EPPING,
8485 hdd_ctx->config->qdf_trace_enable_epping);
8486 hdd_qdf_trace_enable(QDF_MODULE_ID_QDF_DEVICE,
8487 hdd_ctx->config->qdf_trace_enable_qdf_devices);
8488 hdd_qdf_trace_enable(QDF_MODULE_ID_TXRX,
Houston Hoffmanfbf05102017-08-28 11:37:01 -07008489 hdd_ctx->config->qdf_trace_enable_txrx);
8490 hdd_qdf_trace_enable(QDF_MODULE_ID_DP,
8491 hdd_ctx->config->qdf_trace_enable_dp);
Anurag Chouhanf04e84f2016-03-03 10:12:12 +05308492 hdd_qdf_trace_enable(QDF_MODULE_ID_HTC,
8493 hdd_ctx->config->qdf_trace_enable_htc);
8494 hdd_qdf_trace_enable(QDF_MODULE_ID_HIF,
8495 hdd_ctx->config->qdf_trace_enable_hif);
8496 hdd_qdf_trace_enable(QDF_MODULE_ID_HDD_SAP_DATA,
8497 hdd_ctx->config->qdf_trace_enable_hdd_sap_data);
8498 hdd_qdf_trace_enable(QDF_MODULE_ID_HDD_DATA,
8499 hdd_ctx->config->qdf_trace_enable_hdd_data);
Naveen Rawat7df31862017-03-01 17:09:30 -08008500 hdd_qdf_trace_enable(QDF_MODULE_ID_WIFIPOS,
8501 hdd_ctx->config->qdf_trace_enable_wifi_pos);
Naveen Rawatf2b0dbd2017-03-27 10:00:15 -07008502 hdd_qdf_trace_enable(QDF_MODULE_ID_NAN,
8503 hdd_ctx->config->qdf_trace_enable_nan);
Kiran Kumar Lokere798de7e2017-03-30 14:01:12 -07008504 hdd_qdf_trace_enable(QDF_MODULE_ID_REGULATORY,
8505 hdd_ctx->config->qdf_trace_enable_regulatory);
Naveen Rawat3cb779e2018-02-16 16:36:10 -08008506 hdd_qdf_trace_enable(QDF_MODULE_ID_CP_STATS,
8507 hdd_ctx->config->qdf_trace_enable_cp_stats);
Kiran Kumar Lokere798de7e2017-03-30 14:01:12 -07008508
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08008509 hdd_cfg_print(hdd_ctx);
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008510}
8511
8512/**
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008513 * hdd_context_init() - Initialize HDD context
8514 * @hdd_ctx: HDD context.
8515 *
8516 * Initialize HDD context along with all the feature specific contexts.
8517 *
8518 * return: 0 on success and errno on failure.
8519 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008520static int hdd_context_init(struct hdd_context *hdd_ctx)
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008521{
8522 int ret;
8523
8524 hdd_ctx->ioctl_scan_mode = eSIR_ACTIVE_SCAN;
8525 hdd_ctx->max_intf_count = CSR_ROAM_SESSION_MAX;
8526
8527 hdd_init_ll_stats_ctx();
Anurag Chouhan3920c0f2017-09-11 17:10:56 +05308528 hdd_init_nud_stats_ctx(hdd_ctx);
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008529
8530 init_completion(&hdd_ctx->mc_sus_event_var);
8531 init_completion(&hdd_ctx->ready_to_suspend);
8532
8533 qdf_spinlock_create(&hdd_ctx->connection_status_lock);
Manishekar Chandrasekaran7f63d052016-05-07 09:54:00 +05308534 qdf_spinlock_create(&hdd_ctx->sta_update_info_lock);
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008535 qdf_spinlock_create(&hdd_ctx->hdd_adapter_lock);
Manishekar Chandrasekaran7f63d052016-05-07 09:54:00 +05308536
Jeff Johnson19fc8e42017-10-30 19:53:49 -07008537 qdf_list_create(&hdd_ctx->hdd_adapters, MAX_NUMBER_OF_ADAPTERS);
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008538
8539 init_completion(&hdd_ctx->set_antenna_mode_cmpl);
8540
8541 ret = hdd_scan_context_init(hdd_ctx);
8542 if (ret)
8543 goto list_destroy;
8544
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008545 hdd_rx_wake_lock_create(hdd_ctx);
8546
8547 ret = hdd_sap_context_init(hdd_ctx);
8548 if (ret)
8549 goto scan_destroy;
8550
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008551 wlan_hdd_cfg80211_extscan_init(hdd_ctx);
8552
8553 hdd_init_offloaded_packets_ctx(hdd_ctx);
8554
8555 ret = wlan_hdd_cfg80211_init(hdd_ctx->parent_dev, hdd_ctx->wiphy,
8556 hdd_ctx->config);
8557 if (ret)
Wu Gao02bd75b2017-10-13 18:34:02 +08008558 goto sap_destroy;
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008559
Arunk Khandavalliebd1e372017-11-06 15:00:24 +05308560 qdf_wake_lock_create(&hdd_ctx->monitor_mode_wakelock,
8561 "monitor_mode_wakelock");
8562
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008563 return 0;
8564
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008565sap_destroy:
8566 hdd_sap_context_destroy(hdd_ctx);
8567
8568scan_destroy:
8569 hdd_scan_context_destroy(hdd_ctx);
8570 hdd_rx_wake_lock_destroy(hdd_ctx);
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008571list_destroy:
Jeff Johnson19fc8e42017-10-30 19:53:49 -07008572 qdf_list_destroy(&hdd_ctx->hdd_adapters);
Sandeep Puligillad0004212017-02-26 18:34:56 -08008573
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008574 return ret;
8575}
8576
8577/**
Rajeev Kumar Sirasanagandlaaec0b082017-06-21 11:59:41 +05308578 * ie_whitelist_attrs_init() - initialize ie whitelisting attributes
8579 * @hdd_ctx: pointer to hdd context
8580 *
8581 * Return: status of initialization
8582 * 0 - success
8583 * negative value - failure
8584 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008585static int ie_whitelist_attrs_init(struct hdd_context *hdd_ctx)
Rajeev Kumar Sirasanagandlaaec0b082017-06-21 11:59:41 +05308586{
8587 int ret;
8588
8589 if (!hdd_ctx->config->probe_req_ie_whitelist)
8590 return 0;
8591
8592 if (!hdd_validate_prb_req_ie_bitmap(hdd_ctx)) {
8593 hdd_err("invalid ie bitmap and ouis: disable ie whitelisting");
8594 hdd_ctx->config->probe_req_ie_whitelist = false;
8595 return -EINVAL;
8596 }
8597
8598 /* parse ini string probe req oui */
8599 ret = hdd_parse_probe_req_ouis(hdd_ctx);
8600 if (ret) {
8601 hdd_err("parsing error: disable ie whitelisting");
8602 hdd_ctx->config->probe_req_ie_whitelist = false;
8603 }
8604
8605 return ret;
8606}
8607
Sourav Mohapatrafed6aa92017-11-14 18:05:11 +05308608/**
8609 * hdd_iface_change_callback() - Function invoked when stop modules expires
8610 * @priv: pointer to hdd context
8611 *
8612 * This function is invoked when the timer waiting for the interface change
8613 * expires, it shall cut-down the power to wlan and stop all the modules.
8614 *
8615 * Return: void
8616 */
8617static void hdd_iface_change_callback(void *priv)
8618{
8619 struct hdd_context *hdd_ctx = (struct hdd_context *) priv;
8620 int ret;
8621 int status = wlan_hdd_validate_context(hdd_ctx);
8622
8623 if (status)
8624 return;
8625
Dustin Brown491d54b2018-03-14 12:39:11 -07008626 hdd_enter();
Sourav Mohapatrafed6aa92017-11-14 18:05:11 +05308627 hdd_debug("Interface change timer expired close the modules!");
8628 ret = hdd_wlan_stop_modules(hdd_ctx, false);
8629 if (ret)
8630 hdd_err("Failed to stop modules");
Dustin Browne74003f2018-03-14 12:51:58 -07008631 hdd_exit();
Sourav Mohapatrafed6aa92017-11-14 18:05:11 +05308632}
8633
Nirav Shaheb017be2018-02-15 11:20:58 +05308634#ifdef WLAN_LOGGING_SOCK_SVC_ENABLE
8635static void hdd_set_wlan_logging(struct hdd_context *hdd_ctx)
8636{
8637 wlan_logging_set_log_to_console(hdd_ctx->config->
8638 wlan_logging_to_console);
8639 wlan_logging_set_active(hdd_ctx->config->wlan_logging_enable);
8640}
8641#else
8642static void hdd_set_wlan_logging(struct hdd_context *hdd_ctx)
8643{ }
8644#endif
8645
Rajeev Kumar Sirasanagandlaaec0b082017-06-21 11:59:41 +05308646/**
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008647 * hdd_context_create() - Allocate and inialize HDD context.
Arun Khandavallifae92942016-08-01 13:31:08 +05308648 * @dev: Device Pointer to the underlying device
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008649 *
8650 * Allocate and initialize HDD context. HDD context is allocated as part of
8651 * wiphy allocation and then context is initialized.
8652 *
8653 * Return: HDD context on success and ERR_PTR on failure
8654 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008655static struct hdd_context *hdd_context_create(struct device *dev)
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008656{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05308657 QDF_STATUS status;
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008658 int ret = 0;
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008659 struct hdd_context *hdd_ctx;
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008660
Dustin Brown491d54b2018-03-14 12:39:11 -07008661 hdd_enter();
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008662
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008663 hdd_ctx = hdd_cfg80211_wiphy_alloc(sizeof(struct hdd_context));
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008664 if (hdd_ctx == NULL) {
8665 ret = -ENOMEM;
8666 goto err_out;
8667 }
8668
Dustin Brown6f427922017-09-19 12:19:00 -07008669 qdf_create_delayed_work(&hdd_ctx->iface_idle_work,
8670 hdd_iface_change_callback,
8671 (void *)hdd_ctx);
Sourav Mohapatrafed6aa92017-11-14 18:05:11 +05308672
8673 mutex_init(&hdd_ctx->iface_change_lock);
8674
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008675 hdd_ctx->parent_dev = dev;
Sreelakshmi Konamkib53c6292017-03-01 13:13:23 +05308676 hdd_ctx->last_scan_reject_session_id = 0xFF;
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008677
Anurag Chouhan600c3a02016-03-01 10:33:54 +05308678 hdd_ctx->config = qdf_mem_malloc(sizeof(struct hdd_config));
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008679 if (hdd_ctx->config == NULL) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008680 hdd_err("Failed to alloc memory for HDD config!");
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008681 ret = -ENOMEM;
8682 goto err_free_hdd_context;
8683 }
8684
8685 /* Read and parse the qcom_cfg.ini file */
8686 status = hdd_parse_config_ini(hdd_ctx);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05308687 if (QDF_STATUS_SUCCESS != status) {
Arun Khandavallifae92942016-08-01 13:31:08 +05308688 hdd_err("Error (status: %d) parsing INI file: %s", status,
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008689 WLAN_INI_FILE);
8690 ret = -EINVAL;
8691 goto err_free_config;
8692 }
8693
Rajeev Kumar Sirasanagandlaaec0b082017-06-21 11:59:41 +05308694 ie_whitelist_attrs_init(hdd_ctx);
8695
Dustin Brown7f939932017-05-18 15:02:17 -07008696 hdd_debug("setting timer multiplier: %u",
8697 hdd_ctx->config->timer_multiplier);
8698 qdf_timer_set_multiplier(hdd_ctx->config->timer_multiplier);
8699
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008700
Sravan Kumar Kairamfece87f2016-07-26 14:58:28 +05308701 if (hdd_ctx->config->fhostNSOffload)
8702 hdd_ctx->ns_offload_enable = true;
8703
Abhishek Singh5ea86532016-04-27 14:10:53 +05308704 cds_set_fatal_event(hdd_ctx->config->enable_fatal_event);
8705
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008706 hdd_override_ini_config(hdd_ctx);
8707
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008708 ret = hdd_context_init(hdd_ctx);
8709
8710 if (ret)
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008711 goto err_free_config;
Prashanth Bhatta527fd752016-04-28 12:35:23 -07008712
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008713 /* Uses to enabled logging after SSR */
Komal Seelamc11bb222016-01-27 18:57:10 +05308714 hdd_ctx->fw_log_settings.enable = hdd_ctx->config->enable_fw_log;
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008715
Anurag Chouhan6d760662016-02-20 16:05:43 +05308716 if (QDF_GLOBAL_FTM_MODE == hdd_get_conparam())
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008717 goto skip_multicast_logging;
8718
8719 cds_set_multicast_logging(hdd_ctx->config->multicast_host_fw_msgs);
8720
Rajeev Kumarfb02a5e2016-09-20 16:16:17 -07008721 ret = wlan_hdd_init_tx_rx_histogram(hdd_ctx);
8722 if (ret)
8723 goto err_deinit_hdd_context;
Nirav Shahed34b212016-04-25 10:59:16 +05308724
Houston Hoffmanb18dc6e2017-08-11 17:43:07 -07008725 ret = hdd_init_netlink_services(hdd_ctx);
8726 if (ret)
8727 goto err_deinit_txrx_histogram;
8728
Nirav Shaheb017be2018-02-15 11:20:58 +05308729 hdd_set_wlan_logging(hdd_ctx);
Nirav Shahed34b212016-04-25 10:59:16 +05308730
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008731skip_multicast_logging:
8732 hdd_set_trace_level_for_each(hdd_ctx);
8733
Rajeev Kumar493a31b2017-09-29 14:01:24 -07008734 cds_set_context(QDF_MODULE_ID_HDD, hdd_ctx);
8735
Dustin Browne74003f2018-03-14 12:51:58 -07008736 hdd_exit();
Mahesh Kumar Kalikot Veetilb85cefd2017-08-14 14:03:32 -07008737
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008738 return hdd_ctx;
8739
Houston Hoffmanb18dc6e2017-08-11 17:43:07 -07008740err_deinit_txrx_histogram:
8741 wlan_hdd_deinit_tx_rx_histogram(hdd_ctx);
8742
Rajeev Kumarfb02a5e2016-09-20 16:16:17 -07008743err_deinit_hdd_context:
8744 hdd_context_deinit(hdd_ctx);
8745
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008746err_free_config:
Anurag Chouhan600c3a02016-03-01 10:33:54 +05308747 qdf_mem_free(hdd_ctx->config);
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008748
8749err_free_hdd_context:
Sourav Mohapatrafed6aa92017-11-14 18:05:11 +05308750 mutex_destroy(&hdd_ctx->iface_change_lock);
Rajeev Kumarfa55a692018-01-09 14:12:41 -08008751 wiphy_free(hdd_ctx->wiphy);
Prashanth Bhattac2a16f62015-12-03 15:06:15 -08008752
8753err_out:
8754 return ERR_PTR(ret);
8755}
8756
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008757#ifdef WLAN_OPEN_P2P_INTERFACE
8758/**
8759 * hdd_open_p2p_interface - Open P2P interface
8760 * @hdd_ctx: HDD context
8761 * @rtnl_held: True if RTNL lock held
8762 *
8763 * Open P2P interface during probe. This function called to open the P2P
8764 * interface at probe along with STA interface.
8765 *
8766 * Return: 0 on success and errno on failure
8767 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008768static int hdd_open_p2p_interface(struct hdd_context *hdd_ctx, bool rtnl_held)
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008769{
Jeff Johnson9d295242017-08-29 14:39:48 -07008770 struct hdd_adapter *adapter;
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008771 uint8_t *p2p_dev_addr;
8772
8773 if (hdd_ctx->config->isP2pDeviceAddrAdministrated &&
8774 !(hdd_ctx->config->intfMacAddr[0].bytes[0] & 0x02)) {
Jeff Johnsonacbdb1c2017-11-02 20:42:02 -07008775 qdf_mem_copy(hdd_ctx->p2p_device_address.bytes,
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008776 hdd_ctx->config->intfMacAddr[0].bytes,
8777 sizeof(tSirMacAddr));
8778
8779 /*
8780 * Generate the P2P Device Address. This consists of
8781 * the device's primary MAC address with the locally
8782 * administered bit set.
8783 */
Jeff Johnsonacbdb1c2017-11-02 20:42:02 -07008784 hdd_ctx->p2p_device_address.bytes[0] |= 0x02;
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008785 } else {
8786 p2p_dev_addr = wlan_hdd_get_intf_addr(hdd_ctx);
8787 if (p2p_dev_addr == NULL) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008788 hdd_err("Failed to allocate mac_address for p2p_device");
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008789 return -ENOSPC;
8790 }
8791
Jeff Johnsonacbdb1c2017-11-02 20:42:02 -07008792 qdf_mem_copy(&hdd_ctx->p2p_device_address.bytes[0],
8793 p2p_dev_addr, QDF_MAC_ADDR_SIZE);
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008794 }
8795
Krunal Soni9b04c9b2016-03-10 13:08:05 -08008796 adapter = hdd_open_adapter(hdd_ctx, QDF_P2P_DEVICE_MODE, "p2p%d",
Jeff Johnsonacbdb1c2017-11-02 20:42:02 -07008797 &hdd_ctx->p2p_device_address.bytes[0],
Ryan Hsu07495ea2016-01-21 15:25:39 -08008798 NET_NAME_UNKNOWN, rtnl_held);
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008799
8800 if (NULL == adapter) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08008801 hdd_err("Failed to do hdd_open_adapter for P2P Device Interface");
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008802 return -ENOSPC;
8803 }
8804
8805 return 0;
8806}
8807#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008808static inline int hdd_open_p2p_interface(struct hdd_context *hdd_ctx,
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008809 bool rtnl_held)
8810{
8811 return 0;
8812}
8813#endif
8814
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008815static int hdd_open_ocb_interface(struct hdd_context *hdd_ctx, bool rtnl_held)
Jeff Johnson957bc272017-02-02 08:54:48 -08008816{
Jeff Johnson9d295242017-08-29 14:39:48 -07008817 struct hdd_adapter *adapter;
Jeff Johnson957bc272017-02-02 08:54:48 -08008818 int ret = 0;
8819
8820 adapter = hdd_open_adapter(hdd_ctx, QDF_OCB_MODE, "wlanocb%d",
8821 wlan_hdd_get_intf_addr(hdd_ctx),
8822 NET_NAME_UNKNOWN, rtnl_held);
8823 if (adapter == NULL) {
8824 hdd_err("Failed to open 802.11p interface");
8825 ret = -ENOSPC;
8826 }
8827
8828 return ret;
8829}
8830
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008831/**
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308832 * hdd_start_station_adapter()- Start the Station Adapter
8833 * @adapter: HDD adapter
8834 *
8835 * This function initializes the adapter for the station mode.
8836 *
8837 * Return: 0 on success or errno on failure.
8838 */
Jeff Johnson9d295242017-08-29 14:39:48 -07008839int hdd_start_station_adapter(struct hdd_adapter *adapter)
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308840{
8841 QDF_STATUS status;
Krunal Sonib51eec72017-11-20 21:53:01 -08008842 int ret;
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308843
Dustin Brownfdf17c12018-03-14 12:55:34 -07008844 hdd_enter_dev(adapter->dev);
Krunal Sonib51eec72017-11-20 21:53:01 -08008845 if (test_bit(SME_SESSION_OPENED, &adapter->event_flags)) {
8846 hdd_err("session is already opened, %d",
8847 adapter->session_id);
8848 return qdf_status_to_os_return(QDF_STATUS_SUCCESS);
8849 }
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308850
Krunal Sonib51eec72017-11-20 21:53:01 -08008851 ret = hdd_vdev_create(adapter, hdd_sme_roam_callback, adapter);
8852 if (ret) {
8853 hdd_err("failed to create vdev: %d", ret);
8854 return ret;
8855 }
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308856 status = hdd_init_station_mode(adapter);
8857
8858 if (QDF_STATUS_SUCCESS != status) {
8859 hdd_err("Error Initializing station mode: %d", status);
8860 return qdf_status_to_os_return(status);
8861 }
8862
Arun Khandavallifae92942016-08-01 13:31:08 +05308863 hdd_register_tx_flow_control(adapter,
8864 hdd_tx_resume_timer_expired_handler,
bings284f8be2017-08-11 10:41:30 +08008865 hdd_tx_resume_cb,
8866 hdd_tx_flow_control_is_pause);
Arun Khandavallifae92942016-08-01 13:31:08 +05308867
Dustin Browne74003f2018-03-14 12:51:58 -07008868 hdd_exit();
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308869 return 0;
8870}
8871
8872/**
8873 * hdd_start_ap_adapter()- Start AP Adapter
8874 * @adapter: HDD adapter
8875 *
8876 * This function initializes the adapter for the AP mode.
8877 *
8878 * Return: 0 on success errno on failure.
8879 */
Jeff Johnson9d295242017-08-29 14:39:48 -07008880int hdd_start_ap_adapter(struct hdd_adapter *adapter)
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308881{
8882 QDF_STATUS status;
Tushnim Bhattacharyya18b0eaa2017-11-27 18:33:50 -08008883 bool is_ssr = false;
Krunal Sonib51eec72017-11-20 21:53:01 -08008884 int ret;
Naveen Rawat1af09392018-01-03 17:28:21 -08008885 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308886
Dustin Brown491d54b2018-03-14 12:39:11 -07008887 hdd_enter();
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308888
Krunal Sonib51eec72017-11-20 21:53:01 -08008889 if (test_bit(SME_SESSION_OPENED, &adapter->event_flags)) {
8890 hdd_err("session is already opened, %d",
8891 adapter->session_id);
8892 return qdf_status_to_os_return(QDF_STATUS_SUCCESS);
8893 }
8894 /*
Tushnim Bhattacharyya18b0eaa2017-11-27 18:33:50 -08008895 * In SSR case no need to create new sap context.
8896 * Otherwise create sap context first and then create
8897 * vdev as while creating the vdev, driver needs to
8898 * register SAP callback and that callback uses sap context
Krunal Sonib51eec72017-11-20 21:53:01 -08008899 */
Tushnim Bhattacharyya18b0eaa2017-11-27 18:33:50 -08008900 if (adapter->session.ap.sap_context) {
8901 is_ssr = true;
8902 } else if (!hdd_sap_create_ctx(adapter)) {
Krunal Sonib51eec72017-11-20 21:53:01 -08008903 hdd_err("sap creation failed");
8904 return qdf_status_to_os_return(QDF_STATUS_E_FAILURE);
8905 }
8906
8907 ret = hdd_vdev_create(adapter, wlansap_roam_callback,
8908 adapter->session.ap.sap_context);
8909 if (ret) {
8910 hdd_err("failed to create vdev, status:%d", ret);
8911 hdd_sap_destroy_ctx(adapter);
8912 return ret;
8913 }
Naveen Rawat1af09392018-01-03 17:28:21 -08008914
8915 if (adapter->device_mode == QDF_SAP_MODE)
8916 sme_cli_set_command(adapter->session_id,
8917 WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE,
8918 (bool)(hdd_ctx->config->fine_time_meas_cap &
8919 WMI_FW_AP_RTT_RESPR),
8920 VDEV_CMD);
8921
Tushnim Bhattacharyya18b0eaa2017-11-27 18:33:50 -08008922 status = hdd_init_ap_mode(adapter, is_ssr);
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308923
8924 if (QDF_STATUS_SUCCESS != status) {
8925 hdd_err("Error Initializing the AP mode: %d", status);
8926 return qdf_status_to_os_return(status);
8927 }
8928
Arun Khandavallifae92942016-08-01 13:31:08 +05308929 hdd_register_tx_flow_control(adapter,
8930 hdd_softap_tx_resume_timer_expired_handler,
bings284f8be2017-08-11 10:41:30 +08008931 hdd_softap_tx_resume_cb,
8932 hdd_tx_flow_control_is_pause);
Arun Khandavallifae92942016-08-01 13:31:08 +05308933
Dustin Browne74003f2018-03-14 12:51:58 -07008934 hdd_exit();
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308935 return 0;
8936}
8937
Sourav Mohapatra57006c72017-11-19 16:15:55 +05308938static int hdd_open_concurrent_interface(struct hdd_context *hdd_ctx,
8939 bool rtnl_held)
8940{
8941 struct hdd_adapter *adapter;
8942
8943 adapter = hdd_open_adapter(hdd_ctx, QDF_STA_MODE,
8944 hdd_ctx->config->enableConcurrentSTA,
8945 wlan_hdd_get_intf_addr(hdd_ctx),
8946 NET_NAME_UNKNOWN, rtnl_held);
8947
8948 if (!adapter)
8949 return -ENOSPC;
8950
8951 return 0;
8952}
8953
Arun Khandavalli7e857c32016-06-26 12:07:16 +05308954/**
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008955 * hdd_open_interfaces - Open all required interfaces
8956 * hdd_ctx: HDD context
8957 * rtnl_held: True if RTNL lock is held
8958 *
8959 * Open all the interfaces like STA, P2P and OCB based on the configuration.
8960 *
Jeff Johnson957bc272017-02-02 08:54:48 -08008961 * Return: 0 if all interfaces were created, otherwise negative errno
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008962 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07008963static int hdd_open_interfaces(struct hdd_context *hdd_ctx, bool rtnl_held)
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008964{
Jeff Johnson9d295242017-08-29 14:39:48 -07008965 struct hdd_adapter *adapter;
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008966 int ret;
8967
Ravi Joshia307f632017-07-17 23:41:41 -07008968 /* open monitor mode adapter if con_mode is monitor mode */
Lin Bai1c678482017-12-18 18:29:11 +08008969 if (con_mode == QDF_GLOBAL_MONITOR_MODE ||
8970 con_mode == QDF_GLOBAL_FTM_MODE) {
8971 uint8_t session_type = (con_mode == QDF_GLOBAL_MONITOR_MODE) ?
8972 QDF_MONITOR_MODE : QDF_FTM_MODE;
8973
8974 adapter = hdd_open_adapter(hdd_ctx, session_type, "wlan%d",
8975 wlan_hdd_get_intf_addr(hdd_ctx),
8976 NET_NAME_UNKNOWN, rtnl_held);
Ravi Joshia307f632017-07-17 23:41:41 -07008977 if (!adapter) {
8978 hdd_err("open adapter failed");
8979 return -ENOSPC;
8980 }
Lin Bai1c678482017-12-18 18:29:11 +08008981
Ravi Joshia307f632017-07-17 23:41:41 -07008982 return 0;
8983 }
8984
Jeff Johnson957bc272017-02-02 08:54:48 -08008985 if (hdd_ctx->config->dot11p_mode == WLAN_HDD_11P_STANDALONE)
Arun Khandavallifae92942016-08-01 13:31:08 +05308986 /* Create only 802.11p interface */
Jeff Johnson957bc272017-02-02 08:54:48 -08008987 return hdd_open_ocb_interface(hdd_ctx, rtnl_held);
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008988
Krunal Soni9b04c9b2016-03-10 13:08:05 -08008989 adapter = hdd_open_adapter(hdd_ctx, QDF_STA_MODE, "wlan%d",
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008990 wlan_hdd_get_intf_addr(hdd_ctx),
Ryan Hsu07495ea2016-01-21 15:25:39 -08008991 NET_NAME_UNKNOWN, rtnl_held);
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08008992
8993 if (adapter == NULL)
Jeff Johnson957bc272017-02-02 08:54:48 -08008994 return -ENOSPC;
8995
Sourav Mohapatra57006c72017-11-19 16:15:55 +05308996 if (strlen(hdd_ctx->config->enableConcurrentSTA) != 0) {
8997 ret = hdd_open_concurrent_interface(hdd_ctx, rtnl_held);
8998 if (ret)
8999 hdd_err("Cannot create concurrent STA interface");
9000 }
9001
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08009002 ret = hdd_open_p2p_interface(hdd_ctx, rtnl_held);
9003 if (ret)
Jeff Johnson957bc272017-02-02 08:54:48 -08009004 goto err_close_adapters;
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08009005
9006 /* Open 802.11p Interface */
9007 if (hdd_ctx->config->dot11p_mode == WLAN_HDD_11P_CONCURRENT) {
Jeff Johnson957bc272017-02-02 08:54:48 -08009008 ret = hdd_open_ocb_interface(hdd_ctx, rtnl_held);
9009 if (ret)
9010 goto err_close_adapters;
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08009011 }
9012
Jeff Johnson957bc272017-02-02 08:54:48 -08009013 return 0;
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08009014
Jeff Johnson957bc272017-02-02 08:54:48 -08009015err_close_adapters:
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08009016 hdd_close_all_adapters(hdd_ctx, rtnl_held);
Jeff Johnson957bc272017-02-02 08:54:48 -08009017 return ret;
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08009018}
9019
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08009020
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309021#ifdef QCA_LL_TX_FLOW_CONTROL_V2
9022/**
9023 * hdd_txrx_populate_cds_config() - Populate txrx cds configuration
9024 * @cds_cfg: CDS Configuration
9025 * @hdd_ctx: Pointer to hdd context
9026 *
9027 * Return: none
9028 */
9029static inline void hdd_txrx_populate_cds_config(struct cds_config_info
9030 *cds_cfg,
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009031 struct hdd_context *hdd_ctx)
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309032{
9033 cds_cfg->tx_flow_stop_queue_th =
9034 hdd_ctx->config->TxFlowStopQueueThreshold;
9035 cds_cfg->tx_flow_start_queue_offset =
9036 hdd_ctx->config->TxFlowStartQueueOffset;
9037}
9038#else
9039static inline void hdd_txrx_populate_cds_config(struct cds_config_info
9040 *cds_cfg,
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009041 struct hdd_context *hdd_ctx)
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309042{
9043}
9044#endif
9045
9046#ifdef FEATURE_WLAN_RA_FILTERING
9047/**
9048 * hdd_ra_populate_cds_config() - Populate RA filtering cds configuration
9049 * @cds_cfg: CDS Configuration
9050 * @hdd_ctx: Pointer to hdd context
9051 *
9052 * Return: none
9053 */
Anand Kumar3b92a912016-12-05 12:01:26 +05309054static inline void hdd_ra_populate_cds_config(struct cds_config_info *cds_cfg,
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009055 struct hdd_context *hdd_ctx)
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309056{
9057 cds_cfg->ra_ratelimit_interval =
9058 hdd_ctx->config->RArateLimitInterval;
9059 cds_cfg->is_ra_ratelimit_enabled =
9060 hdd_ctx->config->IsRArateLimitEnabled;
9061}
9062#else
Anand Kumar3b92a912016-12-05 12:01:26 +05309063static inline void hdd_ra_populate_cds_config(struct cds_config_info *cds_cfg,
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009064 struct hdd_context *hdd_ctx)
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309065{
9066}
9067#endif
9068
9069/**
9070 * hdd_update_cds_config() - API to update cds configuration parameters
9071 * @hdd_ctx: HDD Context
9072 *
9073 * Return: 0 for Success, errno on failure
9074 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009075static int hdd_update_cds_config(struct hdd_context *hdd_ctx)
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309076{
9077 struct cds_config_info *cds_cfg;
9078
9079 cds_cfg = (struct cds_config_info *)qdf_mem_malloc(sizeof(*cds_cfg));
9080 if (!cds_cfg) {
9081 hdd_err("failed to allocate cds config");
9082 return -ENOMEM;
9083 }
9084
Srinivas Girigowda35b00312017-06-27 21:52:03 -07009085 cds_cfg->driver_type = QDF_DRIVER_TYPE_PRODUCTION;
Kiran Kumar Lokere7006e0a2017-03-07 19:28:36 -08009086 if (!hdd_ctx->config->nMaxPsPoll ||
9087 !hdd_ctx->config->enablePowersaveOffload) {
9088 cds_cfg->powersave_offload_enabled =
9089 hdd_ctx->config->enablePowersaveOffload;
9090 } else {
9091 if ((hdd_ctx->config->enablePowersaveOffload ==
9092 PS_QPOWER_NODEEPSLEEP) ||
9093 (hdd_ctx->config->enablePowersaveOffload ==
9094 PS_LEGACY_NODEEPSLEEP))
9095 cds_cfg->powersave_offload_enabled =
9096 PS_LEGACY_NODEEPSLEEP;
9097 else
9098 cds_cfg->powersave_offload_enabled =
9099 PS_LEGACY_DEEPSLEEP;
9100 hdd_info("Qpower disabled in cds config, %d",
9101 cds_cfg->powersave_offload_enabled);
9102 }
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309103 cds_cfg->sta_dynamic_dtim = hdd_ctx->config->enableDynamicDTIM;
9104 cds_cfg->sta_mod_dtim = hdd_ctx->config->enableModulatedDTIM;
9105 cds_cfg->sta_maxlimod_dtim = hdd_ctx->config->fMaxLIModulatedDTIM;
9106 cds_cfg->wow_enable = hdd_ctx->config->wowEnable;
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309107
9108 /*
9109 * Copy the DFS Phyerr Filtering Offload status.
9110 * This parameter reflects the value of the
9111 * dfs_phyerr_filter_offload flag as set in the ini.
9112 */
9113 cds_cfg->dfs_phyerr_filter_offload =
9114 hdd_ctx->config->fDfsPhyerrFilterOffload;
9115 if (hdd_ctx->config->ssdp)
9116 cds_cfg->ssdp = hdd_ctx->config->ssdp;
9117
SaidiReddy Yenugacc733af2016-11-09 17:45:42 +05309118 cds_cfg->force_target_assert_enabled =
9119 hdd_ctx->config->crash_inject_enabled;
9120
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309121 cds_cfg->enable_mc_list = hdd_ctx->config->fEnableMCAddrList;
9122 cds_cfg->ap_maxoffload_peers = hdd_ctx->config->apMaxOffloadPeers;
9123
9124 cds_cfg->ap_maxoffload_reorderbuffs =
9125 hdd_ctx->config->apMaxOffloadReorderBuffs;
9126
9127 cds_cfg->ap_disable_intrabss_fwd =
9128 hdd_ctx->config->apDisableIntraBssFwd;
9129
9130 cds_cfg->dfs_pri_multiplier =
9131 hdd_ctx->config->dfsRadarPriMultiplier;
9132 cds_cfg->reorder_offload =
9133 hdd_ctx->config->reorderOffloadSupport;
9134
9135 /* IPA micro controller data path offload resource config item */
Sravan Kumar Kairam5214f652018-03-13 09:52:31 +05309136 cds_cfg->uc_offload_enabled = ucfg_ipa_uc_is_enabled();
Yun Parkde380782016-08-17 16:26:54 -07009137 if (!is_power_of_2(hdd_ctx->config->IpaUcTxBufCount)) {
9138 /* IpaUcTxBufCount should be power of 2 */
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009139 hdd_debug("Round down IpaUcTxBufCount %d to nearest power of 2",
Yun Parkde380782016-08-17 16:26:54 -07009140 hdd_ctx->config->IpaUcTxBufCount);
9141 hdd_ctx->config->IpaUcTxBufCount =
9142 rounddown_pow_of_two(
9143 hdd_ctx->config->IpaUcTxBufCount);
9144 if (!hdd_ctx->config->IpaUcTxBufCount) {
9145 hdd_err("Failed to round down IpaUcTxBufCount");
SaidiReddy Yenuga466b3ce2017-05-02 18:50:25 +05309146 goto exit;
Yun Parkde380782016-08-17 16:26:54 -07009147 }
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009148 hdd_debug("IpaUcTxBufCount rounded down to %d",
Yun Parkde380782016-08-17 16:26:54 -07009149 hdd_ctx->config->IpaUcTxBufCount);
9150 }
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309151 cds_cfg->uc_txbuf_count = hdd_ctx->config->IpaUcTxBufCount;
9152 cds_cfg->uc_txbuf_size = hdd_ctx->config->IpaUcTxBufSize;
Yun Parkde380782016-08-17 16:26:54 -07009153 if (!is_power_of_2(hdd_ctx->config->IpaUcRxIndRingCount)) {
9154 /* IpaUcRxIndRingCount should be power of 2 */
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009155 hdd_debug("Round down IpaUcRxIndRingCount %d to nearest power of 2",
Yun Parkde380782016-08-17 16:26:54 -07009156 hdd_ctx->config->IpaUcRxIndRingCount);
9157 hdd_ctx->config->IpaUcRxIndRingCount =
9158 rounddown_pow_of_two(
9159 hdd_ctx->config->IpaUcRxIndRingCount);
9160 if (!hdd_ctx->config->IpaUcRxIndRingCount) {
9161 hdd_err("Failed to round down IpaUcRxIndRingCount");
SaidiReddy Yenuga466b3ce2017-05-02 18:50:25 +05309162 goto exit;
Yun Parkde380782016-08-17 16:26:54 -07009163 }
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009164 hdd_debug("IpaUcRxIndRingCount rounded down to %d",
Yun Parkde380782016-08-17 16:26:54 -07009165 hdd_ctx->config->IpaUcRxIndRingCount);
9166 }
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309167 cds_cfg->uc_rxind_ringcount =
Yun Parkde380782016-08-17 16:26:54 -07009168 hdd_ctx->config->IpaUcRxIndRingCount;
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309169 cds_cfg->uc_tx_partition_base =
9170 hdd_ctx->config->IpaUcTxPartitionBase;
9171 cds_cfg->max_scan = hdd_ctx->config->max_scan_count;
9172
9173 cds_cfg->ip_tcp_udp_checksum_offload =
9174 hdd_ctx->config->enable_ip_tcp_udp_checksum_offload;
Jeff Johnsone2ba3cd2017-10-30 20:02:09 -07009175 cds_cfg->enable_rxthread = hdd_ctx->enable_rxthread;
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309176 cds_cfg->ce_classify_enabled =
9177 hdd_ctx->config->ce_classify_enabled;
Dustin Brownd3fc9ee2016-09-14 13:57:27 -07009178 cds_cfg->bpf_packet_filter_enable =
9179 hdd_ctx->config->bpf_packet_filter_enable;
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309180 cds_cfg->tx_chain_mask_cck = hdd_ctx->config->tx_chain_mask_cck;
9181 cds_cfg->self_gen_frm_pwr = hdd_ctx->config->self_gen_frm_pwr;
9182 cds_cfg->max_station = hdd_ctx->config->maxNumberOfPeers;
Naveen Rawat64e477e2016-05-20 10:34:56 -07009183 cds_cfg->sub_20_channel_width = WLAN_SUB_20_CH_WIDTH_NONE;
Manjunathappa Prakashfff753c2016-09-01 19:34:56 -07009184 cds_cfg->flow_steering_enabled = hdd_ctx->config->flow_steering_enable;
Orhan K AKYILDIZ30e8cbc2017-08-11 18:00:28 -07009185 cds_cfg->max_msdus_per_rxinorderind =
9186 hdd_ctx->config->max_msdus_per_rxinorderind;
Naveen Rawat91df30a2016-10-12 21:26:18 -07009187 cds_cfg->self_recovery_enabled = hdd_ctx->config->enableSelfRecovery;
Sandeep Puligillaafa52892016-10-26 19:03:16 -07009188 cds_cfg->fw_timeout_crash = hdd_ctx->config->fw_timeout_crash;
Hanumanth Reddy Pothulae87621b2017-04-12 20:53:35 +05309189 cds_cfg->active_uc_bpf_mode = hdd_ctx->config->active_uc_bpf_mode;
9190 cds_cfg->active_mc_bc_bpf_mode = hdd_ctx->config->active_mc_bc_bpf_mode;
Ravi Kumar Bokka05c14e52017-03-27 14:48:23 +05309191 cds_cfg->auto_power_save_fail_mode =
9192 hdd_ctx->config->auto_pwr_save_fail_mode;
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309193
Ashish Kumar Dhanotiya9335d812017-06-30 16:57:20 +05309194 cds_cfg->ito_repeat_count = hdd_ctx->config->ito_repeat_count;
Sandeep Puligilla819d94f2017-10-10 18:33:56 -07009195 cds_cfg->bandcapability = hdd_ctx->config->nBandCapability;
Zhu Jianmina2f8e8d2018-02-11 16:37:10 +08009196 cds_cfg->delay_before_vdev_stop =
9197 hdd_ctx->config->delay_before_vdev_stop;
Ashish Kumar Dhanotiya9335d812017-06-30 16:57:20 +05309198
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309199 hdd_ra_populate_cds_config(cds_cfg, hdd_ctx);
9200 hdd_txrx_populate_cds_config(cds_cfg, hdd_ctx);
9201 hdd_nan_populate_cds_config(cds_cfg, hdd_ctx);
Jeff Johnson9078bdc2016-09-23 17:18:11 -07009202 hdd_lpass_populate_cds_config(cds_cfg, hdd_ctx);
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309203 cds_init_ini_config(cds_cfg);
9204 return 0;
SaidiReddy Yenuga466b3ce2017-05-02 18:50:25 +05309205
9206exit:
9207 qdf_mem_free(cds_cfg);
9208 return -EINVAL;
Arun Khandavallic811dcc2016-06-26 07:37:21 +05309209}
9210
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08009211/**
Tushnim Bhattacharyya329514d2017-02-07 09:14:25 -08009212 * hdd_update_user_config() - API to update user configuration
9213 * parameters to obj mgr which are used by multiple components
9214 * @hdd_ctx: HDD Context
9215 *
9216 * Return: 0 for Success, errno on failure
9217 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009218static int hdd_update_user_config(struct hdd_context *hdd_ctx)
Tushnim Bhattacharyya329514d2017-02-07 09:14:25 -08009219{
9220 struct wlan_objmgr_psoc_user_config *user_config;
9221
9222 user_config = qdf_mem_malloc(sizeof(*user_config));
9223 if (user_config == NULL) {
9224 hdd_alert("Failed to alloc memory for user_config!");
9225 return -ENOMEM;
9226 }
9227
9228 user_config->dot11_mode = hdd_ctx->config->dot11Mode;
9229 user_config->dual_mac_feature_disable =
9230 hdd_ctx->config->dual_mac_feature_disable;
9231 user_config->indoor_channel_support =
9232 hdd_ctx->config->indoor_channel_support;
9233 user_config->is_11d_support_enabled =
9234 hdd_ctx->config->Is11dSupportEnabled;
9235 user_config->is_11h_support_enabled =
9236 hdd_ctx->config->Is11hSupportEnabled;
9237 user_config->optimize_chan_avoid_event =
9238 hdd_ctx->config->goptimize_chan_avoid_event;
9239 user_config->skip_dfs_chnl_in_p2p_search =
9240 hdd_ctx->config->skipDfsChnlInP2pSearch;
Naveen Rawat222b2e92017-03-16 09:52:21 -07009241 user_config->band_capability = hdd_ctx->config->nBandCapability;
Tushnim Bhattacharyya329514d2017-02-07 09:14:25 -08009242 wlan_objmgr_psoc_set_user_config(hdd_ctx->hdd_psoc, user_config);
9243
9244 qdf_mem_free(user_config);
9245 return 0;
9246}
9247
9248/**
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08009249 * hdd_init_thermal_info - Initialize thermal level
9250 * @hdd_ctx: HDD context
9251 *
9252 * Initialize thermal level at SME layer and set the thermal level callback
9253 * which would be called when a configured thermal threshold is hit.
9254 *
9255 * Return: 0 on success and errno on failure
9256 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009257static int hdd_init_thermal_info(struct hdd_context *hdd_ctx)
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08009258{
9259 tSmeThermalParams thermal_param;
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05309260 QDF_STATUS status;
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08009261
9262 thermal_param.smeThermalMgmtEnabled =
9263 hdd_ctx->config->thermalMitigationEnable;
9264 thermal_param.smeThrottlePeriod = hdd_ctx->config->throttlePeriod;
9265
Poddar, Siddarth83905022016-04-16 17:56:08 -07009266 thermal_param.sme_throttle_duty_cycle_tbl[0] =
9267 hdd_ctx->config->throttle_dutycycle_level0;
9268 thermal_param.sme_throttle_duty_cycle_tbl[1] =
9269 hdd_ctx->config->throttle_dutycycle_level1;
9270 thermal_param.sme_throttle_duty_cycle_tbl[2] =
9271 hdd_ctx->config->throttle_dutycycle_level2;
9272 thermal_param.sme_throttle_duty_cycle_tbl[3] =
9273 hdd_ctx->config->throttle_dutycycle_level3;
9274
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08009275 thermal_param.smeThermalLevels[0].smeMinTempThreshold =
9276 hdd_ctx->config->thermalTempMinLevel0;
9277 thermal_param.smeThermalLevels[0].smeMaxTempThreshold =
9278 hdd_ctx->config->thermalTempMaxLevel0;
9279 thermal_param.smeThermalLevels[1].smeMinTempThreshold =
9280 hdd_ctx->config->thermalTempMinLevel1;
9281 thermal_param.smeThermalLevels[1].smeMaxTempThreshold =
9282 hdd_ctx->config->thermalTempMaxLevel1;
9283 thermal_param.smeThermalLevels[2].smeMinTempThreshold =
9284 hdd_ctx->config->thermalTempMinLevel2;
9285 thermal_param.smeThermalLevels[2].smeMaxTempThreshold =
9286 hdd_ctx->config->thermalTempMaxLevel2;
9287 thermal_param.smeThermalLevels[3].smeMinTempThreshold =
9288 hdd_ctx->config->thermalTempMinLevel3;
9289 thermal_param.smeThermalLevels[3].smeMaxTempThreshold =
9290 hdd_ctx->config->thermalTempMaxLevel3;
9291
9292 status = sme_init_thermal_info(hdd_ctx->hHal, thermal_param);
9293
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05309294 if (!QDF_IS_STATUS_SUCCESS(status))
Anurag Chouhanc5548422016-02-24 18:33:27 +05309295 return qdf_status_to_os_return(status);
Prashanth Bhatta5f7c9b82016-01-09 13:15:21 -08009296
9297 sme_add_set_thermal_level_callback(hdd_ctx->hHal,
9298 hdd_set_thermal_level_cb);
9299
9300 return 0;
9301
9302}
9303
Prashanth Bhatta98f04d22016-01-08 16:46:21 -08009304#if defined(CONFIG_HDD_INIT_WITH_RTNL_LOCK)
9305/**
9306 * hdd_hold_rtnl_lock - Hold RTNL lock
9307 *
9308 * Hold RTNL lock
9309 *
9310 * Return: True if held and false otherwise
9311 */
9312static inline bool hdd_hold_rtnl_lock(void)
9313{
9314 rtnl_lock();
9315 return true;
9316}
9317
9318/**
9319 * hdd_release_rtnl_lock - Release RTNL lock
9320 *
9321 * Release RTNL lock
9322 *
9323 * Return: None
9324 */
9325static inline void hdd_release_rtnl_lock(void)
9326{
9327 rtnl_unlock();
9328}
9329#else
9330static inline bool hdd_hold_rtnl_lock(void) { return false; }
9331static inline void hdd_release_rtnl_lock(void) { }
9332#endif
9333
Srinivas Girigowdad9e6f7b2016-02-01 19:37:52 -08009334#if !defined(REMOVE_PKT_LOG)
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009335
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309336/* MAX iwpriv command support */
9337#define PKTLOG_SET_BUFF_SIZE 3
Poddar, Siddarthab99a272017-04-10 12:53:26 +05309338#define PKTLOG_CLEAR_BUFF 4
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309339#define MAX_PKTLOG_SIZE 16
9340
9341/**
9342 * hdd_pktlog_set_buff_size() - set pktlog buffer size
9343 * @hdd_ctx: hdd context
9344 * @set_value2: pktlog buffer size value
9345 *
9346 *
9347 * Return: 0 for success or error.
9348 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009349static int hdd_pktlog_set_buff_size(struct hdd_context *hdd_ctx, int set_value2)
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309350{
9351 struct sir_wifi_start_log start_log = { 0 };
9352 QDF_STATUS status;
9353
9354 start_log.ring_id = RING_ID_PER_PACKET_STATS;
9355 start_log.verbose_level = WLAN_LOG_LEVEL_OFF;
9356 start_log.ini_triggered = cds_is_packet_log_enabled();
9357 start_log.user_triggered = 1;
9358 start_log.size = set_value2;
Poddar, Siddarthab99a272017-04-10 12:53:26 +05309359 start_log.is_pktlog_buff_clear = false;
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309360
9361 status = sme_wifi_start_logger(hdd_ctx->hHal, start_log);
9362 if (!QDF_IS_STATUS_SUCCESS(status)) {
9363 hdd_err("sme_wifi_start_logger failed(err=%d)", status);
Dustin Browne74003f2018-03-14 12:51:58 -07009364 hdd_exit();
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309365 return -EINVAL;
9366 }
9367
9368 return 0;
9369}
9370
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009371/**
Poddar, Siddarthab99a272017-04-10 12:53:26 +05309372 * hdd_pktlog_clear_buff() - clear pktlog buffer
9373 * @hdd_ctx: hdd context
9374 *
9375 * Return: 0 for success or error.
9376 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009377static int hdd_pktlog_clear_buff(struct hdd_context *hdd_ctx)
Poddar, Siddarthab99a272017-04-10 12:53:26 +05309378{
9379 struct sir_wifi_start_log start_log;
9380 QDF_STATUS status;
9381
9382 start_log.ring_id = RING_ID_PER_PACKET_STATS;
9383 start_log.verbose_level = WLAN_LOG_LEVEL_OFF;
9384 start_log.ini_triggered = cds_is_packet_log_enabled();
9385 start_log.user_triggered = 1;
9386 start_log.size = 0;
9387 start_log.is_pktlog_buff_clear = true;
9388
9389 status = sme_wifi_start_logger(hdd_ctx->hHal, start_log);
9390 if (!QDF_IS_STATUS_SUCCESS(status)) {
9391 hdd_err("sme_wifi_start_logger failed(err=%d)", status);
Dustin Browne74003f2018-03-14 12:51:58 -07009392 hdd_exit();
Poddar, Siddarthab99a272017-04-10 12:53:26 +05309393 return -EINVAL;
9394 }
9395
9396 return 0;
9397}
9398
9399
9400/**
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009401 * hdd_process_pktlog_command() - process pktlog command
9402 * @hdd_ctx: hdd context
9403 * @set_value: value set by user
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309404 * @set_value2: pktlog buffer size value
9405 *
9406 * This function process pktlog command.
9407 * set_value2 only matters when set_value is 3 (set buff size)
9408 * otherwise we ignore it.
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009409 *
9410 * Return: 0 for success or error.
9411 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009412int hdd_process_pktlog_command(struct hdd_context *hdd_ctx, uint32_t set_value,
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309413 int set_value2)
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009414{
9415 int ret;
9416 bool enable;
9417 uint8_t user_triggered = 0;
9418
9419 ret = wlan_hdd_validate_context(hdd_ctx);
9420 if (0 != ret)
9421 return ret;
9422
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009423 hdd_debug("set pktlog %d, set size %d", set_value, set_value2);
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009424
Poddar, Siddarthab99a272017-04-10 12:53:26 +05309425 if (set_value > PKTLOG_CLEAR_BUFF) {
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009426 hdd_err("invalid pktlog value %d", set_value);
9427 return -EINVAL;
9428 }
9429
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309430 if (set_value == PKTLOG_SET_BUFF_SIZE) {
9431 if (set_value2 <= 0) {
9432 hdd_err("invalid pktlog size %d", set_value2);
9433 return -EINVAL;
9434 } else if (set_value2 > MAX_PKTLOG_SIZE) {
9435 hdd_err("Pktlog buff size is too large. max value is 16MB.\n");
9436 return -EINVAL;
9437 }
9438 return hdd_pktlog_set_buff_size(hdd_ctx, set_value2);
Poddar, Siddarthab99a272017-04-10 12:53:26 +05309439 } else if (set_value == PKTLOG_CLEAR_BUFF) {
9440 return hdd_pktlog_clear_buff(hdd_ctx);
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309441 }
9442
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009443 /*
9444 * set_value = 0 then disable packetlog
9445 * set_value = 1 enable packetlog forcefully
9446 * set_vlaue = 2 then disable packetlog if disabled through ini or
9447 * enable packetlog with AUTO type.
9448 */
9449 enable = ((set_value > 0) && cds_is_packet_log_enabled()) ?
9450 true : false;
9451
9452 if (1 == set_value) {
9453 enable = true;
9454 user_triggered = 1;
9455 }
9456
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309457 return hdd_pktlog_enable_disable(hdd_ctx, enable, user_triggered, 0);
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009458}
Jeff Johnson6dff3ee2017-10-06 14:58:57 -07009459
Srinivas Girigowdad9e6f7b2016-02-01 19:37:52 -08009460/**
9461 * hdd_pktlog_enable_disable() - Enable/Disable packet logging
9462 * @hdd_ctx: HDD context
9463 * @enable: Flag to enable/disable
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309464 * @user_triggered: triggered through iwpriv
9465 * @size: buffer size to be used for packetlog
Srinivas Girigowdad9e6f7b2016-02-01 19:37:52 -08009466 *
9467 * Return: 0 on success; error number otherwise
9468 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009469int hdd_pktlog_enable_disable(struct hdd_context *hdd_ctx, bool enable,
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309470 uint8_t user_triggered, int size)
Srinivas Girigowdad9e6f7b2016-02-01 19:37:52 -08009471{
9472 struct sir_wifi_start_log start_log;
9473 QDF_STATUS status;
9474
9475 start_log.ring_id = RING_ID_PER_PACKET_STATS;
9476 start_log.verbose_level =
9477 enable ? WLAN_LOG_LEVEL_ACTIVE : WLAN_LOG_LEVEL_OFF;
Srinivas Girigowdac34f11d2016-02-25 16:02:42 -08009478 start_log.ini_triggered = cds_is_packet_log_enabled();
9479 start_log.user_triggered = user_triggered;
Poddar, Siddarth176c4362016-10-03 12:25:00 +05309480 start_log.size = size;
Poddar, Siddarthab99a272017-04-10 12:53:26 +05309481 start_log.is_pktlog_buff_clear = false;
Poddar, Siddartheefe3482016-09-21 18:12:59 +05309482 /*
9483 * Use "is_iwpriv_command" flag to distinguish iwpriv command from other
9484 * commands. Host uses this flag to decide whether to send pktlog
9485 * disable command to fw without sending pktlog enable command
9486 * previously. For eg, If vendor sends pktlog disable command without
9487 * sending pktlog enable command, then host discards the packet
9488 * but for iwpriv command, host will send it to fw.
9489 */
9490 start_log.is_iwpriv_command = 1;
Srinivas Girigowdad9e6f7b2016-02-01 19:37:52 -08009491 status = sme_wifi_start_logger(hdd_ctx->hHal, start_log);
9492 if (!QDF_IS_STATUS_SUCCESS(status)) {
9493 hdd_err("sme_wifi_start_logger failed(err=%d)", status);
Dustin Browne74003f2018-03-14 12:51:58 -07009494 hdd_exit();
Srinivas Girigowdad9e6f7b2016-02-01 19:37:52 -08009495 return -EINVAL;
9496 }
9497
Poddar, Siddarth61fbc932017-12-19 14:27:55 +05309498 if (enable == true)
9499 hdd_ctx->is_pktlog_enabled = 1;
9500 else
9501 hdd_ctx->is_pktlog_enabled = 0;
9502
Srinivas Girigowdad9e6f7b2016-02-01 19:37:52 -08009503 return 0;
9504}
9505#endif /* REMOVE_PKT_LOG */
9506
Komal Seelam92fff912016-03-24 11:51:41 +05309507/**
Yuanyuan Liu7145eb22016-12-01 10:59:29 -08009508 * hdd_get_platform_wlan_mac_buff() - API to query platform driver
9509 * for MAC address
Komal Seelam92fff912016-03-24 11:51:41 +05309510 * @dev: Device Pointer
9511 * @num: Number of Valid Mac address
9512 *
9513 * Return: Pointer to MAC address buffer
9514 */
Yuanyuan Liu7145eb22016-12-01 10:59:29 -08009515static uint8_t *hdd_get_platform_wlan_mac_buff(struct device *dev,
9516 uint32_t *num)
Komal Seelam92fff912016-03-24 11:51:41 +05309517{
Yuanyuan Liu7145eb22016-12-01 10:59:29 -08009518 return pld_get_wlan_mac_address(dev, num);
Komal Seelam92fff912016-03-24 11:51:41 +05309519}
Komal Seelam92fff912016-03-24 11:51:41 +05309520
9521/**
9522 * hdd_populate_random_mac_addr() - API to populate random mac addresses
9523 * @hdd_ctx: HDD Context
9524 * @num: Number of random mac addresses needed
9525 *
9526 * Generate random addresses using bit manipulation on the base mac address
9527 *
9528 * Return: None
9529 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009530void hdd_populate_random_mac_addr(struct hdd_context *hdd_ctx, uint32_t num)
Komal Seelam92fff912016-03-24 11:51:41 +05309531{
9532 uint32_t start_idx = QDF_MAX_CONCURRENCY_PERSONA - num;
9533 uint32_t iter;
9534 struct hdd_config *ini = hdd_ctx->config;
9535 uint8_t *buf = NULL;
9536 uint8_t macaddr_b3, tmp_br3;
9537 uint8_t *src = ini->intfMacAddr[0].bytes;
9538
9539 for (iter = start_idx; iter < QDF_MAX_CONCURRENCY_PERSONA; ++iter) {
9540 buf = ini->intfMacAddr[iter].bytes;
9541 qdf_mem_copy(buf, src, QDF_MAC_ADDR_SIZE);
9542 macaddr_b3 = buf[3];
9543 tmp_br3 = ((macaddr_b3 >> 4 & INTF_MACADDR_MASK) + iter) &
9544 INTF_MACADDR_MASK;
9545 macaddr_b3 += tmp_br3;
9546 macaddr_b3 ^= (1 << INTF_MACADDR_MASK);
9547 buf[0] |= 0x02;
9548 buf[3] = macaddr_b3;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009549 hdd_debug(MAC_ADDRESS_STR, MAC_ADDR_ARRAY(buf));
Komal Seelam92fff912016-03-24 11:51:41 +05309550 }
9551}
9552
9553/**
Yuanyuan Liu7145eb22016-12-01 10:59:29 -08009554 * hdd_platform_wlan_mac() - API to get mac addresses from platform driver
Komal Seelam92fff912016-03-24 11:51:41 +05309555 * @hdd_ctx: HDD Context
9556 *
9557 * API to get mac addresses from platform driver and update the driver
9558 * structures and configure FW with the base mac address.
9559 * Return: int
9560 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009561static int hdd_platform_wlan_mac(struct hdd_context *hdd_ctx)
Komal Seelam92fff912016-03-24 11:51:41 +05309562{
9563 uint32_t no_of_mac_addr, iter;
9564 uint32_t max_mac_addr = QDF_MAX_CONCURRENCY_PERSONA;
9565 uint32_t mac_addr_size = QDF_MAC_ADDR_SIZE;
9566 uint8_t *addr, *buf;
9567 struct device *dev = hdd_ctx->parent_dev;
9568 struct hdd_config *ini = hdd_ctx->config;
9569 tSirMacAddr mac_addr;
9570 QDF_STATUS status;
9571
Yuanyuan Liu7145eb22016-12-01 10:59:29 -08009572 addr = hdd_get_platform_wlan_mac_buff(dev, &no_of_mac_addr);
Komal Seelam92fff912016-03-24 11:51:41 +05309573
9574 if (no_of_mac_addr == 0 || !addr) {
9575 hdd_warn("Platform Driver Doesn't have wlan mac addresses");
9576 return -EINVAL;
9577 }
9578
9579 if (no_of_mac_addr > max_mac_addr)
9580 no_of_mac_addr = max_mac_addr;
9581
9582 qdf_mem_copy(&mac_addr, addr, mac_addr_size);
9583
9584 for (iter = 0; iter < no_of_mac_addr; ++iter, addr += mac_addr_size) {
9585 buf = ini->intfMacAddr[iter].bytes;
9586 qdf_mem_copy(buf, addr, QDF_MAC_ADDR_SIZE);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009587 hdd_debug(MAC_ADDRESS_STR, MAC_ADDR_ARRAY(buf));
Komal Seelam92fff912016-03-24 11:51:41 +05309588 }
9589
9590 status = sme_set_custom_mac_addr(mac_addr);
9591
9592 if (!QDF_IS_STATUS_SUCCESS(status))
9593 return -EAGAIN;
Srinivas Girigowdab841da72017-03-25 18:04:39 -07009594
Komal Seelam92fff912016-03-24 11:51:41 +05309595 if (no_of_mac_addr < max_mac_addr)
9596 hdd_populate_random_mac_addr(hdd_ctx, max_mac_addr -
9597 no_of_mac_addr);
9598 return 0;
9599}
9600
9601/**
Yuanyuan Liu245a3e42016-09-14 12:15:16 -07009602 * hdd_update_mac_addr_to_fw() - API to update wlan mac addresses to FW
9603 * @hdd_ctx: HDD Context
9604 *
9605 * Update MAC address to FW. If MAC address passed by FW is invalid, host
9606 * will generate its own MAC and update it to FW.
9607 *
9608 * Return: 0 for success
9609 * Non-zero error code for failure
9610 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009611static int hdd_update_mac_addr_to_fw(struct hdd_context *hdd_ctx)
Yuanyuan Liu245a3e42016-09-14 12:15:16 -07009612{
9613 tSirMacAddr customMacAddr;
9614 QDF_STATUS status;
9615
9616 qdf_mem_copy(&customMacAddr,
9617 &hdd_ctx->config->intfMacAddr[0].bytes[0],
9618 sizeof(tSirMacAddr));
9619 status = sme_set_custom_mac_addr(customMacAddr);
9620 if (!QDF_IS_STATUS_SUCCESS(status))
9621 return -EAGAIN;
9622 return 0;
9623}
9624
9625/**
Komal Seelam92fff912016-03-24 11:51:41 +05309626 * hdd_initialize_mac_address() - API to get wlan mac addresses
9627 * @hdd_ctx: HDD Context
9628 *
9629 * Get MAC addresses from platform driver or wlan_mac.bin. If platform driver
9630 * is provisioned with mac addresses, driver uses it, else it will use
9631 * wlan_mac.bin to update HW MAC addresses.
9632 *
9633 * Return: None
9634 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009635static void hdd_initialize_mac_address(struct hdd_context *hdd_ctx)
Komal Seelam92fff912016-03-24 11:51:41 +05309636{
9637 QDF_STATUS status;
9638 int ret;
9639
Yuanyuan Liu7145eb22016-12-01 10:59:29 -08009640 ret = hdd_platform_wlan_mac(hdd_ctx);
Komal Seelam92fff912016-03-24 11:51:41 +05309641 if (ret == 0)
9642 return;
9643
Yuanyuan Liu3d62f6a2017-06-08 11:08:46 -07009644 hdd_info("MAC is not programmed in platform driver ret: %d, use wlan_mac.bin",
9645 ret);
Komal Seelam92fff912016-03-24 11:51:41 +05309646
9647 status = hdd_update_mac_config(hdd_ctx);
9648
Yuanyuan Liu245a3e42016-09-14 12:15:16 -07009649 if (QDF_IS_STATUS_SUCCESS(status))
9650 return;
9651
Yuanyuan Liu3d62f6a2017-06-08 11:08:46 -07009652 hdd_info("MAC is not programmed in wlan_mac.bin ret %d, use default MAC",
9653 status);
Yuanyuan Liu245a3e42016-09-14 12:15:16 -07009654
Yuanyuan Liu1c2caa32016-11-07 17:13:48 -08009655 if (hdd_ctx->update_mac_addr_to_fw) {
Yuanyuan Liu245a3e42016-09-14 12:15:16 -07009656 ret = hdd_update_mac_addr_to_fw(hdd_ctx);
Yuanyuan Liu1c2caa32016-11-07 17:13:48 -08009657 if (ret != 0) {
9658 hdd_err("MAC address out-of-sync, ret:%d", ret);
9659 QDF_ASSERT(ret);
9660 }
Yuanyuan Liu245a3e42016-09-14 12:15:16 -07009661 }
Komal Seelam92fff912016-03-24 11:51:41 +05309662}
9663
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009664static int hdd_set_smart_chainmask_enabled(struct hdd_context *hdd_ctx)
Jeff Johnsona89e25d2017-02-24 12:25:07 -08009665{
9666 int vdev_id = 0;
9667 int param_id = WMI_PDEV_PARAM_SMART_CHAINMASK_SCHEME;
9668 int value = hdd_ctx->config->smart_chainmask_enabled;
9669 int vpdev = PDEV_CMD;
9670 int ret;
9671
Naveen Rawat247a8682017-06-05 15:00:31 -07009672 ret = sme_cli_set_command(vdev_id, param_id, value, vpdev);
Jeff Johnsona89e25d2017-02-24 12:25:07 -08009673 if (ret)
9674 hdd_err("WMI_PDEV_PARAM_SMART_CHAINMASK_SCHEME failed %d", ret);
9675
9676 return ret;
9677}
9678
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009679static int hdd_set_alternative_chainmask_enabled(struct hdd_context *hdd_ctx)
Jeff Johnsona89e25d2017-02-24 12:25:07 -08009680{
9681 int vdev_id = 0;
9682 int param_id = WMI_PDEV_PARAM_ALTERNATIVE_CHAINMASK_SCHEME;
9683 int value = hdd_ctx->config->alternative_chainmask_enabled;
9684 int vpdev = PDEV_CMD;
9685 int ret;
9686
Naveen Rawat247a8682017-06-05 15:00:31 -07009687 ret = sme_cli_set_command(vdev_id, param_id, value, vpdev);
Jeff Johnsona89e25d2017-02-24 12:25:07 -08009688 if (ret)
9689 hdd_err("WMI_PDEV_PARAM_ALTERNATIVE_CHAINMASK_SCHEME failed %d",
9690 ret);
9691
9692 return ret;
9693}
9694
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009695static int hdd_set_ani_enabled(struct hdd_context *hdd_ctx)
Jeff Johnson12a744b2017-04-04 08:19:37 -07009696{
9697 int vdev_id = 0;
9698 int param_id = WMI_PDEV_PARAM_ANI_ENABLE;
9699 int value = hdd_ctx->config->ani_enabled;
9700 int vpdev = PDEV_CMD;
9701 int ret;
9702
Naveen Rawat247a8682017-06-05 15:00:31 -07009703 ret = sme_cli_set_command(vdev_id, param_id, value, vpdev);
Jeff Johnson12a744b2017-04-04 08:19:37 -07009704 if (ret)
9705 hdd_err("WMI_PDEV_PARAM_ANI_ENABLE failed %d", ret);
9706
9707 return ret;
9708}
9709
Jeff Johnson89c66ff2016-04-22 15:21:37 -07009710/**
Prashanth Bhatta07998752016-04-28 12:35:33 -07009711 * hdd_pre_enable_configure() - Configurations prior to cds_enable
9712 * @hdd_ctx: HDD context
9713 *
9714 * Pre configurations to be done at lower layer before calling cds enable.
9715 *
9716 * Return: 0 on success and errno on failure.
9717 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009718static int hdd_pre_enable_configure(struct hdd_context *hdd_ctx)
Prashanth Bhatta07998752016-04-28 12:35:33 -07009719{
9720 int ret;
9721 QDF_STATUS status;
9722 tSirRetStatus hal_status;
Leo Changfdb45c32016-10-28 11:09:23 -07009723 void *soc = cds_get_context(QDF_MODULE_ID_SOC);
Prashanth Bhatta07998752016-04-28 12:35:33 -07009724
Leo Changfdb45c32016-10-28 11:09:23 -07009725 cdp_register_pause_cb(soc, wlan_hdd_txrx_pause_cb);
Prashanth Bhatta07998752016-04-28 12:35:33 -07009726 /*
9727 * Set 802.11p config
9728 * TODO-OCB: This has been temporarily added here to ensure this
9729 * parameter is set in CSR when we init the channel list. This should
9730 * be removed once the 5.9 GHz channels are added to the regulatory
9731 * domain.
9732 */
9733 hdd_set_dot11p_config(hdd_ctx);
9734
9735 /*
9736 * Note that the cds_pre_enable() sequence triggers the cfg download.
9737 * The cfg download must occur before we update the SME config
9738 * since the SME config operation must access the cfg database
9739 */
9740 status = hdd_set_sme_config(hdd_ctx);
9741
9742 if (QDF_STATUS_SUCCESS != status) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009743 hdd_err("Failed hdd_set_sme_config: %d", status);
Prashanth Bhatta07998752016-04-28 12:35:33 -07009744 ret = qdf_status_to_os_return(status);
9745 goto out;
9746 }
9747
Tushnim Bhattacharyyaba8ee932017-03-23 09:27:40 -07009748 status = hdd_set_policy_mgr_user_cfg(hdd_ctx);
9749 if (QDF_STATUS_SUCCESS != status) {
9750 hdd_alert("Failed hdd_set_policy_mgr_user_cfg: %d", status);
9751 ret = qdf_status_to_os_return(status);
9752 goto out;
9753 }
9754
Naveen Rawat247a8682017-06-05 15:00:31 -07009755 ret = sme_cli_set_command(0, WMI_PDEV_PARAM_TX_CHAIN_MASK_1SS,
Prashanth Bhatta07998752016-04-28 12:35:33 -07009756 hdd_ctx->config->tx_chain_mask_1ss,
9757 PDEV_CMD);
9758 if (0 != ret) {
9759 hdd_err("WMI_PDEV_PARAM_TX_CHAIN_MASK_1SS failed %d", ret);
9760 goto out;
9761 }
9762
Jeff Johnsona89e25d2017-02-24 12:25:07 -08009763 ret = hdd_set_smart_chainmask_enabled(hdd_ctx);
9764 if (ret)
9765 goto out;
9766
9767 ret = hdd_set_alternative_chainmask_enabled(hdd_ctx);
9768 if (ret)
9769 goto out;
9770
Jeff Johnson12a744b2017-04-04 08:19:37 -07009771 ret = hdd_set_ani_enabled(hdd_ctx);
9772 if (ret)
9773 goto out;
9774
Naveen Rawat247a8682017-06-05 15:00:31 -07009775 ret = sme_cli_set_command(0, WMI_PDEV_PARAM_ARP_AC_OVERRIDE,
Srinivas Girigowda70e169a2017-03-07 23:55:57 -08009776 hdd_ctx->config->arp_ac_category,
9777 PDEV_CMD);
9778 if (0 != ret) {
9779 hdd_err("WMI_PDEV_PARAM_ARP_AC_OVERRIDE ac: %d ret: %d",
9780 hdd_ctx->config->arp_ac_category, ret);
9781 goto out;
9782 }
9783
Prashanth Bhatta07998752016-04-28 12:35:33 -07009784 status = hdd_set_sme_chan_list(hdd_ctx);
9785 if (status != QDF_STATUS_SUCCESS) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009786 hdd_err("Failed to init channel list: %d", status);
Prashanth Bhatta07998752016-04-28 12:35:33 -07009787 ret = qdf_status_to_os_return(status);
9788 goto out;
9789 }
9790
9791 /* Apply the cfg.ini to cfg.dat */
Krunal Sonidf0f8742016-09-26 14:56:31 -07009792 if (!hdd_update_config_cfg(hdd_ctx)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -08009793 hdd_err("config update failed");
Prashanth Bhatta07998752016-04-28 12:35:33 -07009794 ret = -EINVAL;
9795 goto out;
9796 }
9797
Prashanth Bhatta07998752016-04-28 12:35:33 -07009798 /*
9799 * Set the MAC Address Currently this is used by HAL to add self sta.
9800 * Remove this once self sta is added as part of session open.
9801 */
9802 hal_status = cfg_set_str(hdd_ctx->hHal, WNI_CFG_STA_ID,
9803 hdd_ctx->config->intfMacAddr[0].bytes,
9804 sizeof(hdd_ctx->config->intfMacAddr[0]));
9805
9806 if (!IS_SIR_STATUS_SUCCESS(hal_status)) {
9807 hdd_err("Failed to set MAC Address. HALStatus is %08d [x%08x]",
9808 hal_status, hal_status);
9809 ret = -EINVAL;
9810 goto out;
9811 }
9812
9813 hdd_init_channel_avoidance(hdd_ctx);
9814
Ganesh Kondabattini408fb8d2017-08-08 22:00:20 +05309815 /* update enable sap mandatory chan list */
9816 policy_mgr_enable_disable_sap_mandatory_chan_list(hdd_ctx->hdd_psoc,
9817 hdd_ctx->config->enable_sap_mandatory_chan_list);
Prashanth Bhatta07998752016-04-28 12:35:33 -07009818out:
9819 return ret;
9820}
9821
9822/**
Peng Xu8fdaa492016-06-22 10:20:47 -07009823 * wlan_hdd_p2p_lo_event_callback - P2P listen offload stop event handler
9824 * @context_ptr - hdd context pointer
9825 * @event_ptr - event structure pointer
9826 *
9827 * This is the p2p listen offload stop event handler, it sends vendor
9828 * event back to supplicant to notify the stop reason.
9829 *
9830 * Return: None
9831 */
9832static void wlan_hdd_p2p_lo_event_callback(void *context_ptr,
9833 void *event_ptr)
9834{
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009835 struct hdd_context *hdd_ctx = (struct hdd_context *)context_ptr;
Peng Xu8fdaa492016-06-22 10:20:47 -07009836 struct sir_p2p_lo_event *evt = event_ptr;
9837 struct sk_buff *vendor_event;
Jeff Johnson9d295242017-08-29 14:39:48 -07009838 struct hdd_adapter *adapter;
Peng Xu8fdaa492016-06-22 10:20:47 -07009839
Dustin Brown491d54b2018-03-14 12:39:11 -07009840 hdd_enter();
Peng Xu8fdaa492016-06-22 10:20:47 -07009841
9842 if (hdd_ctx == NULL) {
9843 hdd_err("Invalid HDD context pointer");
9844 return;
9845 }
9846
Peng Xu5c682812017-08-06 07:39:13 -07009847 adapter = hdd_get_adapter_by_vdev(hdd_ctx, evt->vdev_id);
9848 if (!adapter) {
9849 hdd_err("Cannot find adapter by vdev_id = %d",
9850 evt->vdev_id);
9851 return;
9852 }
9853
Peng Xu8fdaa492016-06-22 10:20:47 -07009854 vendor_event =
9855 cfg80211_vendor_event_alloc(hdd_ctx->wiphy,
Peng Xu5c682812017-08-06 07:39:13 -07009856 &(adapter->wdev), sizeof(uint32_t) + NLMSG_HDRLEN,
Peng Xu8fdaa492016-06-22 10:20:47 -07009857 QCA_NL80211_VENDOR_SUBCMD_P2P_LO_EVENT_INDEX,
9858 GFP_KERNEL);
9859
9860 if (!vendor_event) {
9861 hdd_err("cfg80211_vendor_event_alloc failed");
9862 return;
9863 }
9864
9865 if (nla_put_u32(vendor_event,
9866 QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_STOP_REASON,
9867 evt->reason_code)) {
9868 hdd_err("nla put failed");
9869 kfree_skb(vendor_event);
9870 return;
9871 }
9872
9873 cfg80211_vendor_event(vendor_event, GFP_KERNEL);
Peng Xu5c682812017-08-06 07:39:13 -07009874 hdd_debug("Sent P2P_LISTEN_OFFLOAD_STOP event for vdev_id = %d",
9875 evt->vdev_id);
Peng Xu8fdaa492016-06-22 10:20:47 -07009876}
9877
9878/**
Gupta, Kapil96c7f2f2016-04-25 19:13:41 +05309879 * hdd_adaptive_dwelltime_init() - initialization for adaptive dwell time config
9880 * @hdd_ctx: HDD context
9881 *
9882 * This function sends the adaptive dwell time config configuration to the
9883 * firmware via WMA
9884 *
9885 * Return: 0 - success, < 0 - failure
9886 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009887static int hdd_adaptive_dwelltime_init(struct hdd_context *hdd_ctx)
Gupta, Kapil96c7f2f2016-04-25 19:13:41 +05309888{
9889 QDF_STATUS status;
9890 struct adaptive_dwelltime_params dwelltime_params;
9891
9892 dwelltime_params.is_enabled =
9893 hdd_ctx->config->adaptive_dwell_mode_enabled;
9894 dwelltime_params.dwelltime_mode =
9895 hdd_ctx->config->global_adapt_dwelltime_mode;
9896 dwelltime_params.lpf_weight =
9897 hdd_ctx->config->adapt_dwell_lpf_weight;
9898 dwelltime_params.passive_mon_intval =
9899 hdd_ctx->config->adapt_dwell_passive_mon_intval;
9900 dwelltime_params.wifi_act_threshold =
9901 hdd_ctx->config->adapt_dwell_wifi_act_threshold;
9902
9903 status = sme_set_adaptive_dwelltime_config(hdd_ctx->hHal,
9904 &dwelltime_params);
9905
9906 hdd_debug("Sending Adaptive Dwelltime Configuration to fw");
9907 if (!QDF_IS_STATUS_SUCCESS(status)) {
9908 hdd_err("Failed to send Adaptive Dwelltime configuration!");
9909 return -EAGAIN;
9910 }
9911 return 0;
9912}
9913
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009914int hdd_dbs_scan_selection_init(struct hdd_context *hdd_ctx)
Nitesh Shahf9a09ff2017-05-22 15:46:25 +05309915{
9916 QDF_STATUS status;
9917 struct wmi_dbs_scan_sel_params dbs_scan_params;
9918 uint32_t i = 0;
9919 uint8_t count = 0, numentries = 0;
9920 uint8_t dbs_scan_config[CDS_DBS_SCAN_PARAM_PER_CLIENT
9921 * CDS_DBS_SCAN_CLIENTS_MAX];
9922
9923 /* check if DBS is enabled or supported */
Bala Venkateshc8236ca2018-03-09 12:38:29 +05309924 if ((hdd_ctx->config->dual_mac_feature_disable ==
9925 DISABLE_DBS_CXN_AND_SCAN) ||
9926 (hdd_ctx->config->dual_mac_feature_disable ==
9927 ENABLE_DBS_CXN_AND_DISABLE_DBS_SCAN))
Nitesh Shahf9a09ff2017-05-22 15:46:25 +05309928 return -EINVAL;
9929
9930 hdd_string_to_u8_array(hdd_ctx->config->dbs_scan_selection,
9931 dbs_scan_config, &numentries,
9932 (CDS_DBS_SCAN_PARAM_PER_CLIENT
9933 * CDS_DBS_SCAN_CLIENTS_MAX));
9934
9935 hdd_info("numentries %hu", numentries);
9936 if (!numentries) {
9937 hdd_info("Donot send scan_selection_config");
9938 return 0;
9939 }
9940
9941 /* hdd_set_fw_log_params */
9942 dbs_scan_params.num_clients = 0;
9943 while (count < (numentries - 2)) {
9944 dbs_scan_params.module_id[i] = dbs_scan_config[count];
9945 dbs_scan_params.num_dbs_scans[i] = dbs_scan_config[count + 1];
9946 dbs_scan_params.num_non_dbs_scans[i] =
9947 dbs_scan_config[count + 2];
9948 dbs_scan_params.num_clients++;
9949 hdd_debug("module:%d NDS:%d NNDS:%d",
9950 dbs_scan_params.module_id[i],
9951 dbs_scan_params.num_dbs_scans[i],
9952 dbs_scan_params.num_non_dbs_scans[i]);
9953 count += CDS_DBS_SCAN_PARAM_PER_CLIENT;
9954 i++;
9955 }
9956
9957 dbs_scan_params.pdev_id = 0;
9958
9959 hdd_debug("clients:%d pdev:%d",
9960 dbs_scan_params.num_clients, dbs_scan_params.pdev_id);
9961
9962 status = sme_set_dbs_scan_selection_config(hdd_ctx->hHal,
9963 &dbs_scan_params);
9964 hdd_debug("Sending DBS Scan Selection Configuration to fw");
9965 if (!QDF_IS_STATUS_SUCCESS(status)) {
9966 hdd_err("Failed to send DBS Scan selection configuration!");
9967 return -EAGAIN;
9968 }
9969 return 0;
9970}
9971
Arun Khandavallid4349a92016-07-25 11:10:43 +05309972#ifdef FEATURE_WLAN_AUTO_SHUTDOWN
9973/**
9974 * hdd_set_auto_shutdown_cb() - Set auto shutdown callback
9975 * @hdd_ctx: HDD context
9976 *
9977 * Set auto shutdown callback to get indications from firmware to indicate
9978 * userspace to shutdown WLAN after a configured amount of inactivity.
9979 *
9980 * Return: 0 on success and errno on failure.
9981 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009982static int hdd_set_auto_shutdown_cb(struct hdd_context *hdd_ctx)
Arun Khandavallid4349a92016-07-25 11:10:43 +05309983{
9984 QDF_STATUS status;
9985
9986 if (!hdd_ctx->config->WlanAutoShutdown)
9987 return 0;
9988
9989 status = sme_set_auto_shutdown_cb(hdd_ctx->hHal,
9990 wlan_hdd_auto_shutdown_cb);
9991 if (status != QDF_STATUS_SUCCESS)
9992 hdd_err("Auto shutdown feature could not be enabled: %d",
9993 status);
9994
9995 return qdf_status_to_os_return(status);
9996}
9997#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -07009998static int hdd_set_auto_shutdown_cb(struct hdd_context *hdd_ctx)
Arun Khandavallid4349a92016-07-25 11:10:43 +05309999{
10000 return 0;
10001}
10002#endif
10003
10004/**
10005 * hdd_features_init() - Init features
10006 * @hdd_ctx: HDD context
Arun Khandavallid4349a92016-07-25 11:10:43 +053010007 *
10008 * Initialize features and their feature context after WLAN firmware is up.
10009 *
10010 * Return: 0 on success and errno on failure.
10011 */
Dustin Browne7e71d32018-05-11 16:00:08 -070010012static int hdd_features_init(struct hdd_context *hdd_ctx)
Arun Khandavallid4349a92016-07-25 11:10:43 +053010013{
10014 tSirTxPowerLimit hddtxlimit;
10015 QDF_STATUS status;
Manjeet Singha9cae432017-02-28 11:58:22 +053010016 struct sme_5g_band_pref_params band_pref_params;
Arun Khandavallid4349a92016-07-25 11:10:43 +053010017 int ret;
10018
Dustin Brown491d54b2018-03-14 12:39:11 -070010019 hdd_enter();
Arun Khandavallid4349a92016-07-25 11:10:43 +053010020
Arun Khandavallid4349a92016-07-25 11:10:43 +053010021 /* FW capabilities received, Set the Dot11 mode */
10022 sme_setdef_dot11mode(hdd_ctx->hHal);
Kiran Kumar Lokere1aa9c9a2016-10-05 18:50:59 -070010023 sme_set_prefer_80MHz_over_160MHz(hdd_ctx->hHal,
10024 hdd_ctx->config->sta_prefer_80MHz_over_160MHz);
Arun Khandavallid4349a92016-07-25 11:10:43 +053010025
Arun Khandavallid4349a92016-07-25 11:10:43 +053010026
10027 if (hdd_ctx->config->fIsImpsEnabled)
10028 hdd_set_idle_ps_config(hdd_ctx, true);
10029 else
10030 hdd_set_idle_ps_config(hdd_ctx, false);
10031
Poddar, Siddarth37033032017-10-11 15:47:40 +053010032 /* Send Enable/Disable data stall detection cmd to FW */
10033 sme_cli_set_command(0, WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE,
10034 hdd_ctx->config->enable_data_stall_det, PDEV_CMD);
10035
Agrawal Ashish642ec9b2017-02-22 14:45:30 +053010036 if (hdd_ctx->config->enable_go_cts2self_for_sta)
Srinivas Girigowdab841da72017-03-25 18:04:39 -070010037 sme_set_cts2self_for_p2p_go(hdd_ctx->hHal);
Agrawal Ashish642ec9b2017-02-22 14:45:30 +053010038
Nachiket Kukade8983cf62017-10-12 18:14:48 +053010039 if (sme_set_vc_mode_config(hdd_ctx->config->vc_mode_cfg_bitmap))
10040 hdd_warn("Error in setting Voltage Corner mode config to FW");
10041
Manjunathappa Prakash7b0ad462018-04-15 00:37:16 -070010042 if (hdd_rx_ol_init(hdd_ctx))
10043 hdd_err("Unable to initialize Rx LRO/GRO in fw");
Arun Khandavallid4349a92016-07-25 11:10:43 +053010044
10045 if (hdd_adaptive_dwelltime_init(hdd_ctx))
10046 hdd_err("Unable to send adaptive dwelltime setting to FW");
10047
Nitesh Shahf9a09ff2017-05-22 15:46:25 +053010048 if (hdd_dbs_scan_selection_init(hdd_ctx))
10049 hdd_err("Unable to send DBS scan selection setting to FW");
10050
Arun Khandavallid4349a92016-07-25 11:10:43 +053010051 ret = hdd_init_thermal_info(hdd_ctx);
10052 if (ret) {
10053 hdd_err("Error while initializing thermal information");
Dustin Browne7e71d32018-05-11 16:00:08 -070010054 return ret;
Arun Khandavallid4349a92016-07-25 11:10:43 +053010055 }
10056
Poddar, Siddarth61fbc932017-12-19 14:27:55 +053010057 /**
10058 * In case of SSR/PDR, if pktlog was enabled manually before
10059 * SSR/PDR, Then enabled it again automatically after Wlan
10060 * device up.
10061 */
10062 if (cds_is_driver_recovering()) {
10063 if (hdd_ctx->is_pktlog_enabled)
10064 hdd_pktlog_enable_disable(hdd_ctx, true, 0, 0);
Tiger Yuf3d5d7f2018-03-15 14:48:11 +080010065 }
Poddar, Siddarth66a46592017-02-22 11:44:44 +053010066
Arun Khandavallid4349a92016-07-25 11:10:43 +053010067 hddtxlimit.txPower2g = hdd_ctx->config->TxPower2g;
10068 hddtxlimit.txPower5g = hdd_ctx->config->TxPower5g;
10069 status = sme_txpower_limit(hdd_ctx->hHal, &hddtxlimit);
10070 if (!QDF_IS_STATUS_SUCCESS(status))
10071 hdd_err("Error setting txlimit in sme: %d", status);
10072
Yu Wangf5d5b5f2017-05-25 22:38:32 +080010073 wlan_hdd_tsf_init(hdd_ctx);
Arun Khandavallid4349a92016-07-25 11:10:43 +053010074
Arun Khandavallid4349a92016-07-25 11:10:43 +053010075 ret = hdd_register_cb(hdd_ctx);
10076 if (ret) {
10077 hdd_err("Failed to register HDD callbacks!");
Dustin Browne7e71d32018-05-11 16:00:08 -070010078 return ret;
Arun Khandavallid4349a92016-07-25 11:10:43 +053010079 }
10080
Selvaraj, Sridhar371f55e2017-02-21 10:36:15 +053010081 if (hdd_ctx->config->goptimize_chan_avoid_event) {
10082 status = sme_enable_disable_chanavoidind_event(
10083 hdd_ctx->hHal, 0);
10084 if (!QDF_IS_STATUS_SUCCESS(status)) {
10085 hdd_err("Failed to disable Chan Avoidance Indication");
10086 goto deregister_cb;
10087 }
10088 }
Arun Khandavallid4349a92016-07-25 11:10:43 +053010089
Manjeet Singha9cae432017-02-28 11:58:22 +053010090 if (hdd_ctx->config->enable_5g_band_pref) {
10091 band_pref_params.rssi_boost_threshold_5g =
10092 hdd_ctx->config->rssi_boost_threshold_5g;
10093 band_pref_params.rssi_boost_factor_5g =
10094 hdd_ctx->config->rssi_boost_factor_5g;
10095 band_pref_params.max_rssi_boost_5g =
10096 hdd_ctx->config->max_rssi_boost_5g;
10097 band_pref_params.rssi_penalize_threshold_5g =
10098 hdd_ctx->config->rssi_penalize_threshold_5g;
10099 band_pref_params.rssi_penalize_factor_5g =
10100 hdd_ctx->config->rssi_penalize_factor_5g;
10101 band_pref_params.max_rssi_penalize_5g =
10102 hdd_ctx->config->max_rssi_penalize_5g;
10103 sme_set_5g_band_pref(hdd_ctx->hHal, &band_pref_params);
10104 }
10105
Arun Khandavallid4349a92016-07-25 11:10:43 +053010106 /* register P2P Listen Offload event callback */
10107 if (wma_is_p2p_lo_capable())
10108 sme_register_p2p_lo_event(hdd_ctx->hHal, hdd_ctx,
10109 wlan_hdd_p2p_lo_event_callback);
10110
10111 ret = hdd_set_auto_shutdown_cb(hdd_ctx);
10112
10113 if (ret)
10114 goto deregister_cb;
10115
Dustin Brown11638b72018-01-25 17:37:25 +053010116 wlan_hdd_init_chan_info(hdd_ctx);
10117
Dustin Browne74003f2018-03-14 12:51:58 -070010118 hdd_exit();
Arun Khandavallid4349a92016-07-25 11:10:43 +053010119 return 0;
10120
10121deregister_cb:
10122 hdd_deregister_cb(hdd_ctx);
Dustin Browne7e71d32018-05-11 16:00:08 -070010123
Arun Khandavallid4349a92016-07-25 11:10:43 +053010124 return -EINVAL;
Arun Khandavallid4349a92016-07-25 11:10:43 +053010125}
10126
Yu Wangf5d5b5f2017-05-25 22:38:32 +080010127/**
10128 * hdd_features_deinit() - Deinit features
10129 * @hdd_ctx: HDD context
10130 *
10131 * De-Initialize features and their feature context.
10132 *
10133 * Return: none.
10134 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070010135static void hdd_features_deinit(struct hdd_context *hdd_ctx)
Yu Wangf5d5b5f2017-05-25 22:38:32 +080010136{
Dustin Brown11638b72018-01-25 17:37:25 +053010137 wlan_hdd_deinit_chan_info(hdd_ctx);
Yu Wangf5d5b5f2017-05-25 22:38:32 +080010138 wlan_hdd_tsf_deinit(hdd_ctx);
10139}
10140
Abhishek Singh6092fbb2017-01-25 18:10:31 +053010141/**
Sandeep Puligilla0a11f8d2017-06-23 15:53:29 -070010142 * hdd_register_bcn_cb() - register scan beacon callback
10143 * @hdd_ctx - Pointer to the HDD context
Abhishek Singh6092fbb2017-01-25 18:10:31 +053010144 *
Sandeep Puligilla0a11f8d2017-06-23 15:53:29 -070010145 * Return: QDF_STATUS
Abhishek Singh6092fbb2017-01-25 18:10:31 +053010146 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070010147static inline QDF_STATUS hdd_register_bcn_cb(struct hdd_context *hdd_ctx)
Abhishek Singh6092fbb2017-01-25 18:10:31 +053010148{
10149 QDF_STATUS status;
10150
10151 status = ucfg_scan_register_bcn_cb(hdd_ctx->hdd_psoc,
10152 wlan_cfg80211_inform_bss_frame,
10153 SCAN_CB_TYPE_INFORM_BCN);
10154 if (!QDF_IS_STATUS_SUCCESS(status)) {
10155 hdd_err("failed with status code %08d [x%08x]",
10156 status, status);
10157 return status;
10158 }
10159
10160 return QDF_STATUS_SUCCESS;
10161}
Arun Khandavallid4349a92016-07-25 11:10:43 +053010162
Gupta, Kapil96c7f2f2016-04-25 19:13:41 +053010163/**
Arun Khandavallifae92942016-08-01 13:31:08 +053010164 * hdd_configure_cds() - Configure cds modules
10165 * @hdd_ctx: HDD context
10166 * @adapter: Primary adapter context
10167 *
10168 * Enable Cds modules after WLAN firmware is up.
10169 *
10170 * Return: 0 on success and errno on failure.
10171 */
Dustin Browne7e71d32018-05-11 16:00:08 -070010172int hdd_configure_cds(struct hdd_context *hdd_ctx)
Arun Khandavallifae92942016-08-01 13:31:08 +053010173{
10174 int ret;
10175 QDF_STATUS status;
Poddar, Siddarthaee8ff62017-10-04 12:53:22 +053010176 int set_value;
10177 uint32_t num_abg_tx_chains = 0;
10178 uint32_t num_11b_tx_chains = 0;
10179 uint32_t num_11ag_tx_chains = 0;
Manjunathappa Prakash7b0ad462018-04-15 00:37:16 -070010180 struct policy_mgr_dp_cbacks dp_cbs = {0};
Poddar, Siddarthaee8ff62017-10-04 12:53:22 +053010181
Poddar, Siddarthaee8ff62017-10-04 12:53:22 +053010182 if (hdd_ctx->config->is_force_1x1)
10183 sme_cli_set_command(0, (int)WMI_PDEV_PARAM_SET_IOT_PATTERN,
10184 1, PDEV_CMD);
10185 /* set chip power save failure detected callback */
10186 sme_set_chip_pwr_save_fail_cb(hdd_ctx->hHal,
10187 hdd_chip_pwr_save_fail_detected_cb);
10188
10189 if (hdd_ctx->config->max_mpdus_inampdu) {
10190 set_value = hdd_ctx->config->max_mpdus_inampdu;
10191 sme_cli_set_command(0, (int)WMI_PDEV_PARAM_MAX_MPDUS_IN_AMPDU,
10192 set_value, PDEV_CMD);
10193 }
10194
10195 if (hdd_ctx->config->enable_rts_sifsbursting) {
10196 set_value = hdd_ctx->config->enable_rts_sifsbursting;
10197 sme_cli_set_command(0,
10198 (int)WMI_PDEV_PARAM_ENABLE_RTS_SIFS_BURSTING,
10199 set_value, PDEV_CMD);
10200 }
10201
10202 if (hdd_ctx->config->sap_get_peer_info) {
10203 set_value = hdd_ctx->config->sap_get_peer_info;
10204 sme_cli_set_command(0,
10205 (int)WMI_PDEV_PARAM_PEER_STATS_INFO_ENABLE,
10206 set_value, PDEV_CMD);
10207 }
10208
10209 num_11b_tx_chains = hdd_ctx->config->num_11b_tx_chains;
10210 num_11ag_tx_chains = hdd_ctx->config->num_11ag_tx_chains;
10211 if (!hdd_ctx->config->enable2x2) {
10212 if (num_11b_tx_chains > 1)
10213 num_11b_tx_chains = 1;
10214 if (num_11ag_tx_chains > 1)
10215 num_11ag_tx_chains = 1;
10216 }
10217 WMI_PDEV_PARAM_SET_11B_TX_CHAIN_NUM(num_abg_tx_chains,
10218 num_11b_tx_chains);
10219 WMI_PDEV_PARAM_SET_11AG_TX_CHAIN_NUM(num_abg_tx_chains,
10220 num_11ag_tx_chains);
10221 sme_cli_set_command(0, (int)WMI_PDEV_PARAM_ABG_MODE_TX_CHAIN_NUM,
10222 num_abg_tx_chains, PDEV_CMD);
Arun Khandavallifae92942016-08-01 13:31:08 +053010223
10224 ret = hdd_pre_enable_configure(hdd_ctx);
10225 if (ret) {
10226 hdd_err("Failed to pre-configure cds");
10227 goto out;
10228 }
10229
Manikandan Mohanbb8a7ee2017-02-09 11:26:53 -080010230 /* Always get latest IPA resources allocated from cds_open and configure
10231 * IPA module before configuring them to FW. Sequence required as crash
10232 * observed otherwise.
10233 */
Sravan Kumar Kairam1309e7e2018-03-13 09:29:52 +053010234 if (ucfg_ipa_uc_ol_init(hdd_ctx->hdd_pdev,
10235 cds_get_context(QDF_MODULE_ID_QDF_DEVICE))) {
Manikandan Mohan2e803a02017-02-14 14:57:53 -080010236 hdd_err("Failed to setup pipes");
10237 goto out;
Manikandan Mohanbb8a7ee2017-02-09 11:26:53 -080010238 }
10239
Arun Khandavallifae92942016-08-01 13:31:08 +053010240 /*
10241 * Start CDS which starts up the SME/MAC/HAL modules and everything
10242 * else
10243 */
Jeff Johnson8f9dd5f2017-09-13 14:16:08 -070010244 status = cds_enable(hdd_ctx->hdd_psoc);
Arun Khandavallifae92942016-08-01 13:31:08 +053010245
10246 if (!QDF_IS_STATUS_SUCCESS(status)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010247 hdd_err("cds_enable failed");
Arun Khandavallifae92942016-08-01 13:31:08 +053010248 goto out;
10249 }
10250
10251 status = hdd_post_cds_enable_config(hdd_ctx);
10252 if (!QDF_IS_STATUS_SUCCESS(status)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010253 hdd_err("hdd_post_cds_enable_config failed");
Houston Hoffman8d1a6f02016-10-10 17:48:58 -070010254 goto cds_disable;
Arun Khandavallifae92942016-08-01 13:31:08 +053010255 }
Abhishek Singh6092fbb2017-01-25 18:10:31 +053010256 status = hdd_register_bcn_cb(hdd_ctx);
10257 if (!QDF_IS_STATUS_SUCCESS(status)) {
Paul Zhange03cf4c2018-01-19 18:33:22 +080010258 hdd_err("hdd_register_bcn_cb failed");
Abhishek Singh6092fbb2017-01-25 18:10:31 +053010259 goto cds_disable;
10260 }
Arun Khandavallifae92942016-08-01 13:31:08 +053010261
Dustin Browne7e71d32018-05-11 16:00:08 -070010262 ret = hdd_features_init(hdd_ctx);
Arun Khandavallifae92942016-08-01 13:31:08 +053010263 if (ret)
Houston Hoffman8d1a6f02016-10-10 17:48:58 -070010264 goto cds_disable;
Arun Khandavallifae92942016-08-01 13:31:08 +053010265
Manjunathappa Prakash7b0ad462018-04-15 00:37:16 -070010266 if (hdd_ctx->ol_enable)
10267 dp_cbs.hdd_disable_rx_ol_in_concurrency =
10268 hdd_disable_rx_ol_in_concurrency;
Yun Parkff6a16a2017-09-26 16:38:18 -070010269 dp_cbs.hdd_set_rx_mode_rps_cb = hdd_set_rx_mode_rps;
jiadbb47e132018-03-30 16:28:30 +080010270 dp_cbs.hdd_ipa_set_mcc_mode_cb = hdd_ipa_set_mcc_mode;
Manjunathappa Prakash7b6cb002017-10-09 00:40:24 -070010271 status = policy_mgr_register_dp_cb(hdd_ctx->hdd_psoc, &dp_cbs);
10272 if (!QDF_IS_STATUS_SUCCESS(status)) {
Yun Parkff6a16a2017-09-26 16:38:18 -070010273 hdd_debug("Failed to register DP cb with Policy Manager");
Manjunathappa Prakash7b6cb002017-10-09 00:40:24 -070010274 goto cds_disable;
10275 }
Yeshwanth Sriram Guntuka2d6204f2018-01-23 18:52:14 +053010276 status = policy_mgr_register_mode_change_cb(hdd_ctx->hdd_psoc,
10277 wlan_hdd_send_mode_change_event);
10278 if (!QDF_IS_STATUS_SUCCESS(status)) {
10279 hdd_debug("Failed to register mode change cb with Policy Manager");
10280 goto cds_disable;
10281 }
Manjunathappa Prakash7b6cb002017-10-09 00:40:24 -070010282
Jeff Johnson8bb61112018-03-31 13:33:54 -070010283 if (hdd_green_ap_enable_egap(hdd_ctx))
Nachiket Kukadefbd1afc2017-07-12 17:41:54 +053010284 hdd_debug("enhance green ap is not enabled");
10285
Nachiket Kukadedd302662017-07-13 17:31:44 +053010286 if (0 != wlan_hdd_set_wow_pulse(hdd_ctx, true))
10287 hdd_debug("Failed to set wow pulse");
10288
Ashish Kumar Dhanotiyacb14b112018-01-19 19:26:44 +053010289 sme_cli_set_command(0, WMI_PDEV_PARAM_GCMP_SUPPORT_ENABLE,
10290 hdd_ctx->config->gcmp_enabled, PDEV_CMD);
Hanumanth Reddy Pothulaab395952017-09-05 19:12:26 +053010291 sme_cli_set_command(0, WMI_PDEV_AUTO_DETECT_POWER_FAILURE,
10292 hdd_ctx->config->auto_pwr_save_fail_mode, PDEV_CMD);
10293
Ravi Kumar Bokka990edcc2017-01-09 20:02:58 +053010294
10295 if (hdd_ctx->config->enable_phy_reg_retention)
10296 wma_cli_set_command(0, WMI_PDEV_PARAM_FAST_PWR_TRANSITION,
10297 hdd_ctx->config->enable_phy_reg_retention, PDEV_CMD);
10298
Arun Khandavallifae92942016-08-01 13:31:08 +053010299 return 0;
Houston Hoffman8d1a6f02016-10-10 17:48:58 -070010300
Houston Hoffman8d1a6f02016-10-10 17:48:58 -070010301cds_disable:
Jeff Johnsonea5c2aa12017-09-13 14:18:59 -070010302 cds_disable(hdd_ctx->hdd_psoc);
Houston Hoffman8d1a6f02016-10-10 17:48:58 -070010303
Arun Khandavallifae92942016-08-01 13:31:08 +053010304out:
10305 return -EINVAL;
10306}
10307
10308/**
10309 * hdd_deconfigure_cds() -De-Configure cds
10310 * @hdd_ctx: HDD context
10311 *
10312 * Deconfigure Cds modules before WLAN firmware is down.
10313 *
10314 * Return: 0 on success and errno on failure.
10315 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070010316static int hdd_deconfigure_cds(struct hdd_context *hdd_ctx)
Arun Khandavallifae92942016-08-01 13:31:08 +053010317{
10318 QDF_STATUS qdf_status;
Houston Hoffman6640cf32016-10-10 16:44:29 -070010319 int ret = 0;
Arun Khandavallifae92942016-08-01 13:31:08 +053010320
Dustin Brown491d54b2018-03-14 12:39:11 -070010321 hdd_enter();
Yu Wangf5d5b5f2017-05-25 22:38:32 +080010322
10323 /* De-init features */
10324 hdd_features_deinit(hdd_ctx);
10325
Arun Khandavallifae92942016-08-01 13:31:08 +053010326 /* De-register the SME callbacks */
10327 hdd_deregister_cb(hdd_ctx);
10328
Yeshwanth Sriram Guntuka2d6204f2018-01-23 18:52:14 +053010329 qdf_status = policy_mgr_deregister_mode_change_cb(hdd_ctx->hdd_psoc);
10330 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
10331 hdd_debug("Failed to deregister mode change cb with Policy Manager");
10332 }
10333
Jeff Johnsonea5c2aa12017-09-13 14:18:59 -070010334 qdf_status = cds_disable(hdd_ctx->hdd_psoc);
Arun Khandavallifae92942016-08-01 13:31:08 +053010335 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
10336 hdd_err("Failed to Disable the CDS Modules! :%d",
10337 qdf_status);
Houston Hoffman6640cf32016-10-10 16:44:29 -070010338 ret = -EINVAL;
Arun Khandavallifae92942016-08-01 13:31:08 +053010339 }
10340
Sravan Kumar Kairam1309e7e2018-03-13 09:29:52 +053010341 if (ucfg_ipa_uc_ol_deinit(hdd_ctx->hdd_pdev) != QDF_STATUS_SUCCESS) {
Sravan Kumar Kairam71121712017-04-15 00:34:42 +053010342 hdd_err("Failed to disconnect pipes");
10343 ret = -EINVAL;
10344 }
10345
Dustin Browne74003f2018-03-14 12:51:58 -070010346 hdd_exit();
Houston Hoffman6640cf32016-10-10 16:44:29 -070010347 return ret;
Arun Khandavallifae92942016-08-01 13:31:08 +053010348}
10349
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070010350#ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
10351static void hdd_deregister_policy_manager_callback(
10352 struct wlan_objmgr_psoc *psoc)
10353{
10354 if (QDF_STATUS_SUCCESS !=
10355 policy_mgr_deregister_hdd_cb(psoc)) {
10356 hdd_err("HDD callback deregister with policy manager failed");
10357 }
10358}
10359#else
10360static void hdd_deregister_policy_manager_callback(
10361 struct wlan_objmgr_psoc *psoc)
10362{
10363}
10364#endif
Arun Khandavallifae92942016-08-01 13:31:08 +053010365
10366/**
10367 * hdd_wlan_stop_modules - Single driver state machine for stoping modules
10368 * @hdd_ctx: HDD context
Rajeev Kumar3fef4e82017-03-31 20:25:23 -070010369 * @ftm_mode: ftm mode
Arun Khandavallifae92942016-08-01 13:31:08 +053010370 *
10371 * This function maintains the driver state machine it will be invoked from
10372 * exit, shutdown and con_mode change handler. Depending on the driver state
10373 * shall perform the stopping/closing of the modules.
10374 *
10375 * Return: 0 for success; non-zero for failure
10376 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070010377int hdd_wlan_stop_modules(struct hdd_context *hdd_ctx, bool ftm_mode)
Arun Khandavallifae92942016-08-01 13:31:08 +053010378{
10379 void *hif_ctx;
10380 qdf_device_t qdf_ctx;
10381 QDF_STATUS qdf_status;
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010382 int ret = 0;
Dustin Brown4bc0a622017-12-06 15:56:50 -080010383 bool is_recovery_stop = cds_is_driver_recovering();
Liangwei Donga78cc1d2018-02-01 02:19:30 -050010384 bool is_idle_stop = !cds_is_driver_unloading() && !is_recovery_stop &&
10385 !cds_is_driver_loading();
Dustin Brown70111822017-03-30 15:31:40 -070010386 int active_threads;
Arunk Khandavallia6305a32018-01-25 11:19:18 +053010387 struct target_psoc_info *tgt_hdl;
Arun Khandavallifae92942016-08-01 13:31:08 +053010388
Dustin Brown491d54b2018-03-14 12:39:11 -070010389 hdd_enter();
Yun Parkfec73dc2017-09-06 10:40:07 -070010390 hdd_alert("stop WLAN module: entering driver status=%d",
10391 hdd_ctx->driver_status);
Arun Khandavallifae92942016-08-01 13:31:08 +053010392
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070010393 hdd_deregister_policy_manager_callback(hdd_ctx->hdd_psoc);
10394
Arun Khandavallifae92942016-08-01 13:31:08 +053010395 qdf_ctx = cds_get_context(QDF_MODULE_ID_QDF_DEVICE);
10396 if (!qdf_ctx) {
10397 hdd_err("QDF device context NULL");
10398 return -EINVAL;
10399 }
10400
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010401 mutex_lock(&hdd_ctx->iface_change_lock);
10402 hdd_ctx->stop_modules_in_progress = true;
Manjunathappa Prakash71c74a42017-10-19 23:28:43 -070010403 cds_set_module_stop_in_progress(true);
Arun Khandavallifae92942016-08-01 13:31:08 +053010404
Dustin Brown70111822017-03-30 15:31:40 -070010405 active_threads = cds_return_external_threads_count();
Jeff Johnson214671b2017-10-30 19:45:23 -070010406 if (active_threads > 0 || hdd_ctx->is_wiphy_suspended) {
Rajeev Kumar86177c22017-03-16 19:44:39 -070010407 hdd_warn("External threads %d wiphy suspend %d",
Jeff Johnson214671b2017-10-30 19:45:23 -070010408 active_threads, hdd_ctx->is_wiphy_suspended);
Dustin Brown70111822017-03-30 15:31:40 -070010409
10410 cds_print_external_threads();
10411
Rajeev Kumar3fef4e82017-03-31 20:25:23 -070010412 if (is_idle_stop && !ftm_mode) {
Dustin Brown70111822017-03-30 15:31:40 -070010413 mutex_unlock(&hdd_ctx->iface_change_lock);
Dustin Brown6f427922017-09-19 12:19:00 -070010414 qdf_sched_delayed_work(&hdd_ctx->iface_idle_work,
10415 hdd_ctx->config->iface_change_wait_time);
Mukul Sharma07bd8752017-10-10 16:58:14 +053010416 hdd_prevent_suspend_timeout(
10417 hdd_ctx->config->iface_change_wait_time,
10418 WIFI_POWER_EVENT_WAKELOCK_IFACE_CHANGE_TIMER);
Rajeev Kumar3fef4e82017-03-31 20:25:23 -070010419 hdd_ctx->stop_modules_in_progress = false;
Manjunathappa Prakash71c74a42017-10-19 23:28:43 -070010420 cds_set_module_stop_in_progress(false);
Dustin Brown70111822017-03-30 15:31:40 -070010421 return 0;
10422 }
Rajeev Kumar86177c22017-03-16 19:44:39 -070010423 }
10424
Arun Khandavallifae92942016-08-01 13:31:08 +053010425 hdd_info("Present Driver Status: %d", hdd_ctx->driver_status);
10426
Kabilan Kannan6edafeb2017-11-16 16:34:34 -080010427 /* free user wowl patterns */
10428 hdd_free_user_wowl_ptrns();
10429
Arun Khandavallifae92942016-08-01 13:31:08 +053010430 switch (hdd_ctx->driver_status) {
10431 case DRIVER_MODULES_UNINITIALIZED:
10432 hdd_info("Modules not initialized just return");
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010433 goto done;
Arun Khandavallifae92942016-08-01 13:31:08 +053010434 case DRIVER_MODULES_CLOSED:
10435 hdd_info("Modules already closed");
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010436 goto done;
Arun Khandavallifae92942016-08-01 13:31:08 +053010437 case DRIVER_MODULES_ENABLED:
Dustin Brown550f6d22017-12-14 15:44:01 -080010438 hdd_info("Wlan transitioning (OPENED <- ENABLED)");
10439
Komal Seelamf2136bb2016-09-28 18:30:44 +053010440 hdd_disable_power_management();
Arun Khandavallifae92942016-08-01 13:31:08 +053010441 if (hdd_deconfigure_cds(hdd_ctx)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010442 hdd_err("Failed to de-configure CDS");
Arun Khandavallifae92942016-08-01 13:31:08 +053010443 QDF_ASSERT(0);
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010444 ret = -EINVAL;
Arun Khandavallifae92942016-08-01 13:31:08 +053010445 }
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010446 hdd_debug("successfully Disabled the CDS modules!");
Dustin Brown550f6d22017-12-14 15:44:01 -080010447
Arun Khandavallifae92942016-08-01 13:31:08 +053010448 hdd_ctx->driver_status = DRIVER_MODULES_OPENED;
Dustin Brown550f6d22017-12-14 15:44:01 -080010449 hdd_info("Wlan transitioned (now OPENED)");
10450
10451 /* fall through */
Arun Khandavallifae92942016-08-01 13:31:08 +053010452 case DRIVER_MODULES_OPENED:
Dustin Brown550f6d22017-12-14 15:44:01 -080010453 hdd_info("Wlan transitioning (CLOSED <- OPENED)");
Arun Khandavallifae92942016-08-01 13:31:08 +053010454 break;
10455 default:
10456 hdd_err("Trying to stop wlan in a wrong state: %d",
10457 hdd_ctx->driver_status);
10458 QDF_ASSERT(0);
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010459 ret = -EINVAL;
10460 goto done;
Arun Khandavallifae92942016-08-01 13:31:08 +053010461 }
10462
Amar Singhal18081642018-01-26 16:04:13 -080010463 hdd_sysfs_destroy_version_interface();
Dustin Brown550f6d22017-12-14 15:44:01 -080010464 hdd_debug("Closing CDS modules!");
Amar Singhal18081642018-01-26 16:04:13 -080010465
Rajeev Kumarbe021242017-02-16 16:12:23 -080010466 qdf_status = cds_post_disable();
Govind Singhb048e872016-09-27 22:07:43 +053010467 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
10468 hdd_err("Failed to process post CDS disable Modules! :%d",
10469 qdf_status);
10470 ret = -EINVAL;
10471 QDF_ASSERT(0);
10472 }
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -070010473
psimhadeea0a12017-12-18 14:50:02 -080010474 hdd_runtime_suspend_context_deinit(hdd_ctx);
10475
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -070010476 qdf_status = cds_dp_close(hdd_ctx->hdd_psoc);
10477 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
10478 hdd_warn("Failed to stop CDS DP: %d", qdf_status);
10479 ret = -EINVAL;
10480 QDF_ASSERT(0);
10481 }
10482
Jeff Johnsone4b14592017-09-13 14:23:33 -070010483 qdf_status = cds_close(hdd_ctx->hdd_psoc);
Arun Khandavallifae92942016-08-01 13:31:08 +053010484 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010485 hdd_warn("Failed to stop CDS: %d", qdf_status);
Govind Singhb048e872016-09-27 22:07:43 +053010486 ret = -EINVAL;
Arun Khandavallifae92942016-08-01 13:31:08 +053010487 QDF_ASSERT(0);
10488 }
Krunal Sonid32c6bc2016-10-18 18:00:21 -070010489
Amar Singhal410675c2018-01-10 12:14:21 -080010490 dispatcher_pdev_close(hdd_ctx->hdd_pdev);
Liangwei Dong50a64a72018-01-11 01:17:00 -050010491 ret = hdd_objmgr_release_and_destroy_pdev(hdd_ctx);
10492 if (ret) {
10493 hdd_err("Failed to destroy pdev; errno:%d", ret);
10494 QDF_ASSERT(0);
10495 }
10496
10497 /*
10498 * Reset total mac phy during module stop such that during
10499 * next module start same psoc is used to populate new service
10500 * ready data
10501 */
Arunk Khandavallia6305a32018-01-25 11:19:18 +053010502 tgt_hdl = wlan_psoc_get_tgt_if_handle(hdd_ctx->hdd_psoc);
10503 if (tgt_hdl)
10504 target_psoc_set_total_mac_phy_cnt(tgt_hdl, 0);
10505
Liangwei Dong50a64a72018-01-11 01:17:00 -050010506
Arun Khandavallifae92942016-08-01 13:31:08 +053010507 hif_ctx = cds_get_context(QDF_MODULE_ID_HIF);
10508 if (!hif_ctx) {
10509 hdd_err("Hif context is Null");
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010510 ret = -EINVAL;
Arun Khandavallifae92942016-08-01 13:31:08 +053010511 }
10512
Arunk Khandavalli4b404332017-09-26 12:46:00 +053010513 if (hdd_ctx->target_hw_name) {
10514 qdf_mem_free(hdd_ctx->target_hw_name);
10515 hdd_ctx->target_hw_name = NULL;
10516 }
10517
Sravan Kumar Kairam27296782017-04-21 22:04:18 +053010518 hdd_hif_close(hdd_ctx, hif_ctx);
Arun Khandavallifae92942016-08-01 13:31:08 +053010519
10520 ol_cds_free();
10521
Dustin Brown70111822017-03-30 15:31:40 -070010522 if (is_idle_stop) {
Arun Khandavallifae92942016-08-01 13:31:08 +053010523 ret = pld_power_off(qdf_ctx->dev);
10524 if (ret)
10525 hdd_err("CNSS power down failed put device into Low power mode:%d",
10526 ret);
10527 }
Arunk Khandavalli847969d2017-09-25 15:15:36 +053010528
Dustin Brown4bc0a622017-12-06 15:56:50 -080010529 /* many adapter resources are not freed by design in SSR case */
10530 if (!is_recovery_stop)
10531 hdd_check_for_leaks();
Dustin Brown26b3d042017-12-21 11:13:27 -080010532 hdd_debug_domain_set(QDF_DEBUG_DOMAIN_INIT);
Dustin Brown4bc0a622017-12-06 15:56:50 -080010533
Arunk Khandavalli847969d2017-09-25 15:15:36 +053010534 /* Once the firmware sequence is completed reset this flag */
10535 hdd_ctx->imps_enabled = false;
Arun Khandavallifae92942016-08-01 13:31:08 +053010536 hdd_ctx->driver_status = DRIVER_MODULES_CLOSED;
Dustin Brown550f6d22017-12-14 15:44:01 -080010537 hdd_info("Wlan transitioned (now CLOSED)");
Arun Khandavallifae92942016-08-01 13:31:08 +053010538
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010539done:
10540 hdd_ctx->stop_modules_in_progress = false;
Manjunathappa Prakash71c74a42017-10-19 23:28:43 -070010541 cds_set_module_stop_in_progress(false);
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010542 mutex_unlock(&hdd_ctx->iface_change_lock);
Yun Parkfec73dc2017-09-06 10:40:07 -070010543 hdd_alert("stop WLAN module: exit driver status=%d",
10544 hdd_ctx->driver_status);
Dustin Brown4bc0a622017-12-06 15:56:50 -080010545
Dustin Browne74003f2018-03-14 12:51:58 -070010546 hdd_exit();
Arun Khandavallifae92942016-08-01 13:31:08 +053010547
Arun Khandavallia172c3e2016-08-26 17:33:13 +053010548 return ret;
Arun Khandavallifae92942016-08-01 13:31:08 +053010549}
10550
Arun Khandavallifae92942016-08-01 13:31:08 +053010551
Wen Gong3f003382018-05-14 14:26:37 +080010552#ifdef WLAN_FEATURE_MEMDUMP_ENABLE
Arun Khandavallifae92942016-08-01 13:31:08 +053010553/**
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010554 * hdd_state_info_dump() - prints state information of hdd layer
10555 * @buf: buffer pointer
10556 * @size: size of buffer to be filled
10557 *
10558 * This function is used to dump state information of hdd layer
10559 *
10560 * Return: None
10561 */
10562static void hdd_state_info_dump(char **buf_ptr, uint16_t *size)
10563{
Jeff Johnsond49c4a12017-08-28 12:08:05 -070010564 struct hdd_context *hdd_ctx;
Jeff Johnson40dae4e2017-08-29 14:00:25 -070010565 struct hdd_station_ctx *hdd_sta_ctx;
Jeff Johnson9d295242017-08-29 14:39:48 -070010566 struct hdd_adapter *adapter;
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010567 uint16_t len = 0;
10568 char *buf = *buf_ptr;
10569
10570 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
10571 if (!hdd_ctx) {
10572 hdd_err("Failed to get hdd context ");
10573 return;
10574 }
10575
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010576 hdd_debug("size of buffer: %d", *size);
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010577
10578 len += scnprintf(buf + len, *size - len,
Jeff Johnson214671b2017-10-30 19:45:23 -070010579 "\n is_wiphy_suspended %d", hdd_ctx->is_wiphy_suspended);
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010580 len += scnprintf(buf + len, *size - len,
Rajeev Kumareada0d02016-12-08 17:44:17 -080010581 "\n is_scheduler_suspended %d",
10582 hdd_ctx->is_scheduler_suspended);
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010583
Dustin Brown920397d2017-12-13 16:27:50 -080010584 hdd_for_each_adapter(hdd_ctx, adapter) {
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010585 if (adapter->dev)
10586 len += scnprintf(buf + len, *size - len,
10587 "\n device name: %s", adapter->dev->name);
wadesong42968e92017-06-08 14:11:21 +080010588 len += scnprintf(buf + len, *size - len,
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010589 "\n device_mode: %d", adapter->device_mode);
10590 switch (adapter->device_mode) {
10591 case QDF_STA_MODE:
10592 case QDF_P2P_CLIENT_MODE:
10593 hdd_sta_ctx = WLAN_HDD_GET_STATION_CTX_PTR(adapter);
10594 len += scnprintf(buf + len, *size - len,
10595 "\n connState: %d",
10596 hdd_sta_ctx->conn_info.connState);
10597 break;
10598
10599 default:
10600 break;
10601 }
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010602 }
10603
10604 *size -= len;
10605 *buf_ptr += len;
10606}
10607
10608/**
10609 * hdd_register_debug_callback() - registration function for hdd layer
10610 * to print hdd state information
10611 *
10612 * Return: None
10613 */
10614static void hdd_register_debug_callback(void)
10615{
10616 qdf_register_debug_callback(QDF_MODULE_ID_HDD, &hdd_state_info_dump);
10617}
Wen Gong3f003382018-05-14 14:26:37 +080010618#else /* WLAN_FEATURE_MEMDUMP_ENABLE */
Wen Gongaa6d55d2018-04-26 16:33:21 +080010619static void hdd_register_debug_callback(void)
10620{
10621}
Wen Gong3f003382018-05-14 14:26:37 +080010622#endif /* WLAN_FEATURE_MEMDUMP_ENABLE */
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010623
SaidiReddy Yenuga699d90e2017-04-14 16:09:24 +053010624/*
10625 * wlan_init_bug_report_lock() - Initialize bug report lock
10626 *
10627 * This function is used to create bug report lock
10628 *
10629 * Return: None
10630 */
10631static void wlan_init_bug_report_lock(void)
10632{
10633 p_cds_contextType p_cds_context;
10634
10635 p_cds_context = cds_get_global_context();
10636 if (!p_cds_context) {
10637 hdd_err("cds context is NULL");
10638 return;
10639 }
10640
10641 qdf_spinlock_create(&p_cds_context->bug_report_lock);
10642}
10643
Nirav Shahd21a2e32018-04-20 16:34:43 +053010644#ifdef CONFIG_DP_TRACE
Mohit Khannaf8f96822017-05-17 17:11:59 -070010645void hdd_dp_trace_init(struct hdd_config *config)
10646{
10647
10648 bool live_mode = DP_TRACE_CONFIG_DEFAULT_LIVE_MODE;
10649 uint8_t thresh = DP_TRACE_CONFIG_DEFAULT_THRESH;
10650 uint16_t thresh_time_limit = DP_TRACE_CONFIG_DEFAULT_THRESH_TIME_LIMIT;
10651 uint8_t verbosity = DP_TRACE_CONFIG_DEFAULT_VERBOSTY;
10652 uint8_t proto_bitmap = DP_TRACE_CONFIG_DEFAULT_BITMAP;
10653 uint8_t config_params[DP_TRACE_CONFIG_NUM_PARAMS];
10654 uint8_t num_entries = 0;
Lin Baiaa7f8d72017-10-18 17:23:45 +080010655 uint32_t bw_compute_interval;
Mohit Khannaf8f96822017-05-17 17:11:59 -070010656
Nirav Shahd21a2e32018-04-20 16:34:43 +053010657 if (!config->enable_dp_trace) {
10658 hdd_err("dp trace is disabled from ini");
10659 return;
10660 }
10661
Mohit Khannaf8f96822017-05-17 17:11:59 -070010662 hdd_string_to_u8_array(config->dp_trace_config, config_params,
10663 &num_entries, sizeof(config_params));
10664
10665 /* calculating, num bw timer intervals in a second (1000ms) */
Lin Baiaa7f8d72017-10-18 17:23:45 +080010666 bw_compute_interval = GET_BW_COMPUTE_INTV(config);
Jiachao Wu1b00ecb2017-07-05 19:13:41 +080010667 if (bw_compute_interval <= 1000 && bw_compute_interval > 0)
Lin Baiaa7f8d72017-10-18 17:23:45 +080010668 thresh_time_limit = 1000 / bw_compute_interval;
Jiachao Wu1b00ecb2017-07-05 19:13:41 +080010669 else if (bw_compute_interval > 1000) {
10670 hdd_err("busBandwidthComputeInterval > 1000, using 1000");
10671 thresh_time_limit = 1;
10672 } else
Mohit Khannaf8f96822017-05-17 17:11:59 -070010673 hdd_err("busBandwidthComputeInterval is 0, using defaults");
10674
10675 switch (num_entries) {
10676 case 4:
10677 proto_bitmap = config_params[3];
Alok Kumarb5a33a22018-05-07 18:09:14 +053010678 /* fall through */
Mohit Khannaf8f96822017-05-17 17:11:59 -070010679 case 3:
10680 verbosity = config_params[2];
Alok Kumarb5a33a22018-05-07 18:09:14 +053010681 /* fall through */
Mohit Khannaf8f96822017-05-17 17:11:59 -070010682 case 2:
10683 thresh = config_params[1];
Alok Kumarb5a33a22018-05-07 18:09:14 +053010684 /* fall through */
Mohit Khannaf8f96822017-05-17 17:11:59 -070010685 case 1:
10686 live_mode = config_params[0];
Alok Kumarb5a33a22018-05-07 18:09:14 +053010687 /* fall through */
Mohit Khannaf8f96822017-05-17 17:11:59 -070010688 default:
Rajeev Kumar3887f9b2018-01-10 11:24:01 -080010689 hdd_debug("live_mode %u thresh %u time_limit %u verbosity %u bitmap 0x%x",
Mohit Khannaf8f96822017-05-17 17:11:59 -070010690 live_mode, thresh, thresh_time_limit,
10691 verbosity, proto_bitmap);
10692 };
10693
10694 qdf_dp_trace_init(live_mode, thresh, thresh_time_limit,
10695 verbosity, proto_bitmap);
10696
10697}
Nirav Shahd21a2e32018-04-20 16:34:43 +053010698#endif
10699
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053010700/**
Prashanth Bhattac2a16f62015-12-03 15:06:15 -080010701 * hdd_wlan_startup() - HDD init function
10702 * @dev: Pointer to the underlying device
10703 *
10704 * This is the driver startup code executed once a WLAN device has been detected
10705 *
10706 * Return: 0 for success, < 0 for failure
10707 */
Arun Khandavallifae92942016-08-01 13:31:08 +053010708int hdd_wlan_startup(struct device *dev)
Prashanth Bhattac2a16f62015-12-03 15:06:15 -080010709{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053010710 QDF_STATUS status;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070010711 struct hdd_context *hdd_ctx;
Prashanth Bhattac2a16f62015-12-03 15:06:15 -080010712 int ret;
Prashanth Bhatta98f04d22016-01-08 16:46:21 -080010713 bool rtnl_held;
Prashanth Bhattac2a16f62015-12-03 15:06:15 -080010714
Dustin Brown491d54b2018-03-14 12:39:11 -070010715 hdd_enter();
Prashanth Bhattac2a16f62015-12-03 15:06:15 -080010716
Arun Khandavallifae92942016-08-01 13:31:08 +053010717 hdd_ctx = hdd_context_create(dev);
Prashanth Bhattac2a16f62015-12-03 15:06:15 -080010718
10719 if (IS_ERR(hdd_ctx))
10720 return PTR_ERR(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010721
Abhishek Singhe9068f12017-03-31 14:14:52 +053010722 ret = hdd_objmgr_create_and_store_psoc(hdd_ctx,
10723 DEFAULT_PSOC_ID);
10724 if (ret) {
10725 hdd_err("Psoc creation fails!");
10726 QDF_BUG(0);
10727 goto err_hdd_free_context;
10728 }
10729
Sravan Kumar Kairam6b727a42017-08-29 15:39:58 +053010730 qdf_nbuf_init_replenish_timer();
Ajit Pal Singh2c7aecd2017-05-19 15:09:23 +053010731#ifdef FEATURE_WLAN_CH_AVOID
10732 mutex_init(&hdd_ctx->avoid_freq_lock);
10733#endif
Arun Khandavallifae92942016-08-01 13:31:08 +053010734
Naveen Rawate02f8f52018-04-05 11:58:04 -070010735 osif_request_manager_init();
Jeff Johnsonce0032c2017-01-20 07:18:27 -080010736 hdd_request_manager_init();
Sourav Mohapatra421d42b2017-12-29 16:33:23 +053010737 qdf_atomic_init(&hdd_ctx->con_mode_flag);
Arun Khandavallifae92942016-08-01 13:31:08 +053010738
Dustin Brown021cecd2017-12-11 13:56:43 -080010739 hdd_driver_memdump_init();
10740
Dustin Browne7e71d32018-05-11 16:00:08 -070010741 ret = hdd_wlan_start_modules(hdd_ctx, false);
Arun Khandavallifae92942016-08-01 13:31:08 +053010742 if (ret) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010743 hdd_err("Failed to start modules: %d", ret);
Dustin Brown021cecd2017-12-11 13:56:43 -080010744 goto err_memdump_deinit;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010745 }
10746
Yingying Tang80e15f32016-09-27 18:23:01 +080010747 wlan_hdd_update_wiphy(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010748
Anurag Chouhan6d760662016-02-20 16:05:43 +053010749 hdd_ctx->hHal = cds_get_context(QDF_MODULE_ID_SME);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010750
10751 if (NULL == hdd_ctx->hHal) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010752 hdd_err("HAL context is null");
Arun Khandavallifae92942016-08-01 13:31:08 +053010753 goto err_stop_modules;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010754 }
10755
Prashanth Bhatta07998752016-04-28 12:35:33 -070010756 ret = hdd_wiphy_init(hdd_ctx);
10757 if (ret) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010758 hdd_err("Failed to initialize wiphy: %d", ret);
Arun Khandavallifae92942016-08-01 13:31:08 +053010759 goto err_stop_modules;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010760 }
10761
Nirav Shahd21a2e32018-04-20 16:34:43 +053010762 hdd_dp_trace_init(hdd_ctx->config);
Nirav Shahcc1f1ae2016-04-26 11:41:29 +053010763
Yuanyuan Liuc98370e2016-10-13 11:22:13 -070010764 hdd_initialize_mac_address(hdd_ctx);
Prashanth Bhatta75fa9a12016-01-11 18:30:08 -080010765
Paul Zhangfb02f452017-12-22 11:58:43 +080010766 ret = register_netdevice_notifier(&hdd_netdev_notifier);
10767 if (ret) {
10768 hdd_err("register_netdevice_notifier failed: %d", ret);
Sravan Kumar Kairam1309e7e2018-03-13 09:29:52 +053010769 goto err_wiphy_unregister;
Paul Zhangfb02f452017-12-22 11:58:43 +080010770 }
Arun Khandavalli08479ba2017-08-07 19:56:23 +053010771
Arunk Khandavalli830c9692018-03-22 12:17:40 +053010772 ret = register_reboot_notifier(&system_reboot_notifier);
10773 if (ret) {
10774 hdd_err("Failed to register reboot notifier: %d", ret);
10775 goto err_unregister_netdev;
10776 }
10777
Prashanth Bhatta98f04d22016-01-08 16:46:21 -080010778 rtnl_held = hdd_hold_rtnl_lock();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010779
Jeff Johnson957bc272017-02-02 08:54:48 -080010780 ret = hdd_open_interfaces(hdd_ctx, rtnl_held);
10781 if (ret) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080010782 hdd_err("Failed to open interfaces: %d", ret);
Jeff Johnson46bde382017-02-01 15:31:16 -080010783 goto err_release_rtnl_lock;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010784 }
10785
Prashanth Bhatta98f04d22016-01-08 16:46:21 -080010786 hdd_release_rtnl_lock();
10787 rtnl_held = false;
10788
Yingying Tang3ba3dbc2016-09-27 16:36:58 +080010789 wlan_hdd_update_11n_mode(hdd_ctx->config);
10790
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010791#ifdef FEATURE_WLAN_AP_AP_ACS_OPTIMIZE
Anurag Chouhan210db072016-02-22 18:42:15 +053010792 status = qdf_mc_timer_init(&hdd_ctx->skip_acs_scan_timer,
Anurag Chouhan6d760662016-02-20 16:05:43 +053010793 QDF_TIMER_TYPE_SW,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010794 hdd_skip_acs_scan_timer_handler,
10795 (void *)hdd_ctx);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053010796 if (!QDF_IS_STATUS_SUCCESS(status))
Jeff Johnson34c88b72016-08-15 14:27:11 -070010797 hdd_err("Failed to init ACS Skip timer");
Liangwei Dongaef84342016-10-21 05:28:00 -040010798 qdf_spinlock_create(&hdd_ctx->acs_skip_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010799#endif
10800
Prashanth Bhattaab004382016-10-11 16:08:11 -070010801 hdd_bus_bandwidth_init(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010802
Jeff Johnson9afc5012016-09-23 13:56:27 -070010803 hdd_lpass_notify_start(hdd_ctx);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010804
Nirav Shahbd36b062016-07-18 11:12:59 +053010805 if (hdd_ctx->rps)
10806 hdd_set_rps_cpu_mask(hdd_ctx);
Peng Xu8fdaa492016-06-22 10:20:47 -070010807
Paul Zhangfb02f452017-12-22 11:58:43 +080010808 ret = hdd_register_notifiers(hdd_ctx);
10809 if (ret)
Jeff Johnson957bc272017-02-02 08:54:48 -080010810 goto err_close_adapters;
Prashanth Bhatta9b03ab32016-04-28 12:35:13 -070010811
Paul Zhangfb02f452017-12-22 11:58:43 +080010812 status = wlansap_global_init();
10813 if (QDF_IS_STATUS_ERROR(status)) {
10814 hdd_unregister_notifiers(hdd_ctx);
10815 goto err_close_adapters;
10816 }
10817
Arun Khandavallifae92942016-08-01 13:31:08 +053010818 if (hdd_ctx->config->fIsImpsEnabled)
10819 hdd_set_idle_ps_config(hdd_ctx, true);
Kiran Kumar Lokereb0f19c32017-10-13 12:23:26 -070010820 else
10821 hdd_set_idle_ps_config(hdd_ctx, false);
Arun Khandavalli4b55da72016-07-19 19:55:01 +053010822
Mukul Sharma07bd8752017-10-10 16:58:14 +053010823 if (QDF_GLOBAL_FTM_MODE != hdd_get_conparam()) {
Dustin Brown6f427922017-09-19 12:19:00 -070010824 qdf_sched_delayed_work(&hdd_ctx->iface_idle_work,
10825 hdd_ctx->config->iface_change_wait_time);
Mukul Sharma07bd8752017-10-10 16:58:14 +053010826 hdd_prevent_suspend_timeout(
10827 hdd_ctx->config->iface_change_wait_time,
10828 WIFI_POWER_EVENT_WAKELOCK_IFACE_CHANGE_TIMER);
10829 }
Selvaraj, Sridharebda0f22016-08-29 16:05:23 +053010830
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010831 goto success;
10832
Jeff Johnson957bc272017-02-02 08:54:48 -080010833err_close_adapters:
Jeff Johnson46bde382017-02-01 15:31:16 -080010834 hdd_close_all_adapters(hdd_ctx, rtnl_held);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010835
Jeff Johnson46bde382017-02-01 15:31:16 -080010836err_release_rtnl_lock:
Arunk Khandavalli830c9692018-03-22 12:17:40 +053010837 unregister_reboot_notifier(&system_reboot_notifier);
Arun Khandavallid4349a92016-07-25 11:10:43 +053010838 if (rtnl_held)
10839 hdd_release_rtnl_lock();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010840
Arunk Khandavalli830c9692018-03-22 12:17:40 +053010841err_unregister_netdev:
Poddar, Siddarthaee8ff62017-10-04 12:53:22 +053010842 unregister_netdevice_notifier(&hdd_netdev_notifier);
10843
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010844err_wiphy_unregister:
Prashanth Bhattac2a16f62015-12-03 15:06:15 -080010845 wiphy_unregister(hdd_ctx->wiphy);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010846
Arun Khandavallifae92942016-08-01 13:31:08 +053010847err_stop_modules:
Rajeev Kumar3fef4e82017-03-31 20:25:23 -070010848 hdd_wlan_stop_modules(hdd_ctx, false);
Arun Khandavallifae92942016-08-01 13:31:08 +053010849
Dustin Brown021cecd2017-12-11 13:56:43 -080010850err_memdump_deinit:
10851 hdd_driver_memdump_deinit();
Dustin Brown021cecd2017-12-11 13:56:43 -080010852
Jeff Johnsonce0032c2017-01-20 07:18:27 -080010853 hdd_request_manager_deinit();
Naveen Rawate02f8f52018-04-05 11:58:04 -070010854 osif_request_manager_deinit();
Ryan Hsucfef0ae2016-04-28 10:20:46 -070010855 hdd_exit_netlink_services(hdd_ctx);
10856
Dustin Brown20912462017-06-07 13:48:25 -070010857 hdd_objmgr_release_and_destroy_psoc(hdd_ctx);
10858
Prashanth Bhattac2a16f62015-12-03 15:06:15 -080010859err_hdd_free_context:
Nachiket Kukade8003d252017-03-30 15:55:58 +053010860 if (cds_is_fw_down())
10861 hdd_err("Not setting the complete event as fw is down");
10862 else
10863 hdd_start_complete(ret);
10864
Sravan Kumar Kairam6b727a42017-08-29 15:39:58 +053010865 qdf_nbuf_deinit_replenish_timer();
Prashanth Bhatta527fd752016-04-28 12:35:23 -070010866 hdd_context_destroy(hdd_ctx);
Srinivas Girigowdabafb8b72017-10-11 17:52:32 -070010867 return ret;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010868
10869success:
Dustin Browne74003f2018-03-14 12:51:58 -070010870 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010871 return 0;
10872}
10873
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080010874/**
Arun Khandavallifae92942016-08-01 13:31:08 +053010875 * hdd_wlan_update_target_info() - update target type info
10876 * @hdd_ctx: HDD context
10877 * @context: hif context
10878 *
10879 * Update target info received from firmware in hdd context
10880 * Return:None
10881 */
10882
Jeff Johnsond49c4a12017-08-28 12:08:05 -070010883void hdd_wlan_update_target_info(struct hdd_context *hdd_ctx, void *context)
Arun Khandavallifae92942016-08-01 13:31:08 +053010884{
10885 struct hif_target_info *tgt_info = hif_get_target_info_handle(context);
10886
10887 if (!tgt_info) {
10888 hdd_err("Target info is Null");
10889 return;
10890 }
10891
10892 hdd_ctx->target_type = tgt_info->target_type;
10893}
10894
10895/**
Anurag Chouhan3920c0f2017-09-11 17:10:56 +053010896 * hdd_get_nud_stats_cb() - callback api to update the stats
10897 * received from the firmware
10898 * @data: pointer to adapter.
10899 * @rsp: pointer to data received from FW.
10900 *
10901 * This is called when wlan driver received response event for
10902 * get arp stats to firmware.
10903 *
10904 * Return: None
10905 */
10906static void hdd_get_nud_stats_cb(void *data, struct rsp_stats *rsp)
10907{
10908 struct hdd_context *hdd_ctx = (struct hdd_context *)data;
10909 struct hdd_nud_stats_context *context;
10910 int status;
10911 struct hdd_adapter *adapter = NULL;
10912
Dustin Brown491d54b2018-03-14 12:39:11 -070010913 hdd_enter();
Anurag Chouhan3920c0f2017-09-11 17:10:56 +053010914
10915 if (!rsp) {
10916 hdd_err("data is null");
10917 return;
10918 }
10919
10920 status = wlan_hdd_validate_context(hdd_ctx);
10921 if (0 != status)
10922 return;
10923
10924 adapter = hdd_get_adapter_by_vdev(hdd_ctx, rsp->vdev_id);
10925 if ((NULL == adapter) || (WLAN_HDD_ADAPTER_MAGIC != adapter->magic)) {
10926 hdd_err("Invalid adapter or adapter has invalid magic");
10927 return;
10928 }
10929
Dustin Brown5e89ef82018-03-14 11:50:23 -070010930 hdd_info("rsp->arp_req_enqueue :%x", rsp->arp_req_enqueue);
10931 hdd_info("rsp->arp_req_tx_success :%x", rsp->arp_req_tx_success);
10932 hdd_info("rsp->arp_req_tx_failure :%x", rsp->arp_req_tx_failure);
10933 hdd_info("rsp->arp_rsp_recvd :%x", rsp->arp_rsp_recvd);
10934 hdd_info("rsp->out_of_order_arp_rsp_drop_cnt :%x",
10935 rsp->out_of_order_arp_rsp_drop_cnt);
10936 hdd_info("rsp->dad_detected :%x", rsp->dad_detected);
10937 hdd_info("rsp->connect_status :%x", rsp->connect_status);
10938 hdd_info("rsp->ba_session_establishment_status :%x",
10939 rsp->ba_session_establishment_status);
Anurag Chouhan3920c0f2017-09-11 17:10:56 +053010940
Anurag Chouhan3920c0f2017-09-11 17:10:56 +053010941 adapter->hdd_stats.hdd_arp_stats.rx_fw_cnt = rsp->arp_rsp_recvd;
Anurag Chouhan3920c0f2017-09-11 17:10:56 +053010942 adapter->dad |= rsp->dad_detected;
10943 adapter->con_status = rsp->connect_status;
10944
Poddar, Siddarth31797fa2018-01-22 17:24:15 +053010945 /* Flag true indicates connectivity check stats present. */
10946 if (rsp->connect_stats_present) {
10947 hdd_info("rsp->tcp_ack_recvd :%x", rsp->tcp_ack_recvd);
10948 hdd_info("rsp->icmpv4_rsp_recvd :%x", rsp->icmpv4_rsp_recvd);
10949 adapter->hdd_stats.hdd_tcp_stats.rx_fw_cnt = rsp->tcp_ack_recvd;
10950 adapter->hdd_stats.hdd_icmpv4_stats.rx_fw_cnt =
10951 rsp->icmpv4_rsp_recvd;
10952 }
10953
Anurag Chouhan3920c0f2017-09-11 17:10:56 +053010954 spin_lock(&hdd_context_lock);
10955 context = &hdd_ctx->nud_stats_context;
10956 complete(&context->response_event);
10957 spin_unlock(&hdd_context_lock);
10958
Dustin Browne74003f2018-03-14 12:51:58 -070010959 hdd_exit();
Anurag Chouhan3920c0f2017-09-11 17:10:56 +053010960}
10961
10962/**
Arun Khandavallifae92942016-08-01 13:31:08 +053010963 * hdd_register_cb - Register HDD callbacks.
Arun Khandavalli4b55da72016-07-19 19:55:01 +053010964 * @hdd_ctx: HDD context
10965 *
10966 * Register the HDD callbacks to CDS/SME.
10967 *
10968 * Return: 0 for success or Error code for failure
10969 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070010970int hdd_register_cb(struct hdd_context *hdd_ctx)
Arun Khandavalli4b55da72016-07-19 19:55:01 +053010971{
10972 QDF_STATUS status;
10973 int ret = 0;
10974
Dustin Brown491d54b2018-03-14 12:39:11 -070010975 hdd_enter();
Arun Khandavalli4b55da72016-07-19 19:55:01 +053010976
10977 sme_register11d_scan_done_callback(hdd_ctx->hHal, hdd_11d_scan_done);
10978
10979 sme_register_oem_data_rsp_callback(hdd_ctx->hHal,
10980 hdd_send_oem_data_rsp_msg);
10981
Deepthi Gowrid5a58fe2016-09-03 16:01:28 +053010982 sme_register_mgmt_frame_ind_callback(hdd_ctx->hHal,
10983 hdd_indicate_mgmt_frame);
Arun Khandavalli4b55da72016-07-19 19:55:01 +053010984 sme_set_tsfcb(hdd_ctx->hHal, hdd_get_tsf_cb, hdd_ctx);
10985 sme_nan_register_callback(hdd_ctx->hHal,
10986 wlan_hdd_cfg80211_nan_callback);
10987 sme_stats_ext_register_callback(hdd_ctx->hHal,
10988 wlan_hdd_cfg80211_stats_ext_callback);
10989
10990 sme_ext_scan_register_callback(hdd_ctx->hHal,
10991 wlan_hdd_cfg80211_extscan_callback);
lifeng66831662017-05-19 16:01:35 +080010992 sme_stats_ext2_register_callback(hdd_ctx->hHal,
10993 wlan_hdd_cfg80211_stats_ext2_callback);
Arun Khandavalli4b55da72016-07-19 19:55:01 +053010994
Arun Khandavalli4b55da72016-07-19 19:55:01 +053010995 sme_set_rssi_threshold_breached_cb(hdd_ctx->hHal,
10996 hdd_rssi_threshold_breached);
10997
Anurag Chouhan3920c0f2017-09-11 17:10:56 +053010998 sme_set_nud_debug_stats_cb(hdd_ctx->hHal, hdd_get_nud_stats_cb);
10999
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011000 sme_set_link_layer_stats_ind_cb(hdd_ctx->hHal,
11001 wlan_hdd_cfg80211_link_layer_stats_callback);
11002
Sreelakshmi Konamki88a2a412017-04-14 15:11:55 +053011003 sme_rso_cmd_status_cb(hdd_ctx->hHal, wlan_hdd_rso_cmd_status_cb);
11004
Zhang Qianca38fb12016-12-23 11:10:48 +080011005 sme_set_link_layer_ext_cb(hdd_ctx->hHal,
11006 wlan_hdd_cfg80211_link_layer_stats_ext_callback);
11007
Sreelakshmi Konamki58c72432016-11-09 17:06:44 +053011008 status = sme_set_lost_link_info_cb(hdd_ctx->hHal,
11009 hdd_lost_link_info_cb);
11010 /* print error and not block the startup process */
11011 if (!QDF_IS_STATUS_SUCCESS(status))
11012 hdd_err("set lost link info callback failed");
11013
Poddar, Siddarth34872782017-08-10 14:08:51 +053011014 ret = hdd_register_data_stall_detect_cb();
11015 if (ret) {
11016 hdd_err("Register data stall detect detect callback failed.");
11017 return ret;
11018 }
11019
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011020 wlan_hdd_dcc_register_for_dcc_stats_event(hdd_ctx);
11021
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080011022 sme_register_set_connection_info_cb(hdd_ctx->hHal,
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080011023 hdd_set_connection_in_progress,
11024 hdd_is_connection_in_progress);
Padma, Santhosh Kumar16dacfb2017-03-21 19:05:40 +053011025
11026 status = sme_congestion_register_callback(hdd_ctx->hHal,
11027 hdd_update_cca_info_cb);
11028 if (!QDF_IS_STATUS_SUCCESS(status))
11029 hdd_err("set congestion callback failed");
11030
Vidyullatha Kanchanapallybe0ebb32017-03-23 14:36:21 +053011031 status = sme_set_bt_activity_info_cb(hdd_ctx->hHal,
11032 hdd_bt_activity_cb);
11033 if (!QDF_IS_STATUS_SUCCESS(status))
11034 hdd_err("set bt activity info callback failed");
11035
Varun Reddy Yeturu076eaa82018-01-16 12:16:14 -080011036 status = sme_register_tx_queue_cb(hdd_ctx->hHal,
11037 hdd_tx_queue_cb);
11038 if (!QDF_IS_STATUS_SUCCESS(status))
11039 hdd_err("Register tx queue callback failed");
11040
Dustin Browne74003f2018-03-14 12:51:58 -070011041 hdd_exit();
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011042
11043 return ret;
11044}
11045
11046/**
11047 * hdd_deregister_cb() - De-Register HDD callbacks.
11048 * @hdd_ctx: HDD context
11049 *
11050 * De-Register the HDD callbacks to CDS/SME.
11051 *
11052 * Return: void
11053 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011054void hdd_deregister_cb(struct hdd_context *hdd_ctx)
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011055{
11056 QDF_STATUS status;
Poddar, Siddarth34872782017-08-10 14:08:51 +053011057 int ret;
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011058
Dustin Brown491d54b2018-03-14 12:39:11 -070011059 hdd_enter();
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011060
Varun Reddy Yeturu076eaa82018-01-16 12:16:14 -080011061 sme_deregister_tx_queue_cb(hdd_ctx->hHal);
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011062 status = sme_deregister_for_dcc_stats_event(hdd_ctx->hHal);
11063 if (!QDF_IS_STATUS_SUCCESS(status))
11064 hdd_err("De-register of dcc stats callback failed: %d",
11065 status);
11066
11067 sme_reset_link_layer_stats_ind_cb(hdd_ctx->hHal);
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011068 sme_reset_rssi_threshold_breached_cb(hdd_ctx->hHal);
11069
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011070 sme_stats_ext_register_callback(hdd_ctx->hHal,
11071 wlan_hdd_cfg80211_stats_ext_callback);
11072
11073 sme_nan_deregister_callback(hdd_ctx->hHal);
11074 status = sme_reset_tsfcb(hdd_ctx->hHal);
11075 if (!QDF_IS_STATUS_SUCCESS(status))
11076 hdd_err("Failed to de-register tsfcb the callback:%d",
11077 status);
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011078
Poddar, Siddarth34872782017-08-10 14:08:51 +053011079 ret = hdd_deregister_data_stall_detect_cb();
11080 if (ret)
11081 hdd_err("Failed to de-register data stall detect event callback");
11082
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011083 sme_deregister_oem_data_rsp_callback(hdd_ctx->hHal);
11084 sme_deregister11d_scan_done_callback(hdd_ctx->hHal);
11085
Dustin Browne74003f2018-03-14 12:51:58 -070011086 hdd_exit();
Arun Khandavalli4b55da72016-07-19 19:55:01 +053011087}
11088
11089/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011090 * hdd_softap_sta_deauth() - handle deauth req from HDD
11091 * @adapter: Pointer to the HDD
11092 * @enable: bool value
11093 *
11094 * This to take counter measure to handle deauth req from HDD
11095 *
11096 * Return: None
11097 */
Jeff Johnson9d295242017-08-29 14:39:48 -070011098QDF_STATUS hdd_softap_sta_deauth(struct hdd_adapter *adapter,
Jeff Johnsone6bf7192017-11-07 15:16:09 -080011099 struct csr_del_sta_params *pDelStaParams)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011100{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011101 QDF_STATUS qdf_status = QDF_STATUS_E_FAULT;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011102
Dustin Brown491d54b2018-03-14 12:39:11 -070011103 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011104
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011105 /* Ignore request to deauth bcmc station */
11106 if (pDelStaParams->peerMacAddr.bytes[0] & 0x1)
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011107 return qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011108
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011109 qdf_status =
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011110 wlansap_deauth_sta(WLAN_HDD_GET_SAP_CTX_PTR(adapter),
11111 pDelStaParams);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011112
Dustin Browne74003f2018-03-14 12:51:58 -070011113 hdd_exit();
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011114 return qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011115}
11116
11117/**
11118 * hdd_softap_sta_disassoc() - take counter measure to handle deauth req from HDD
11119 * @adapter: Pointer to the HDD
Deepthi Gowrib3bfefd2016-09-13 15:14:34 +053011120 * @p_del_sta_params: pointer to station deletion parameters
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011121 *
11122 * This to take counter measure to handle deauth req from HDD
11123 *
11124 * Return: None
11125 */
Jeff Johnson9d295242017-08-29 14:39:48 -070011126void hdd_softap_sta_disassoc(struct hdd_adapter *adapter,
Jeff Johnsone6bf7192017-11-07 15:16:09 -080011127 struct csr_del_sta_params *pDelStaParams)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011128{
Dustin Brown491d54b2018-03-14 12:39:11 -070011129 hdd_enter();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011130
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011131 /* Ignore request to disassoc bcmc station */
Deepthi Gowrib3bfefd2016-09-13 15:14:34 +053011132 if (pDelStaParams->peerMacAddr.bytes[0] & 0x1)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011133 return;
11134
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011135 wlansap_disassoc_sta(WLAN_HDD_GET_SAP_CTX_PTR(adapter),
Deepthi Gowrib3bfefd2016-09-13 15:14:34 +053011136 pDelStaParams);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011137}
11138
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011139/**
11140 * hdd_issta_p2p_clientconnected() - check if sta or p2p client is connected
11141 * @hdd_ctx: HDD Context
11142 *
11143 * API to find if there is any STA or P2P-Client is connected
11144 *
11145 * Return: true if connected; false otherwise
11146 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011147QDF_STATUS hdd_issta_p2p_clientconnected(struct hdd_context *hdd_ctx)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011148{
11149 return sme_is_sta_p2p_client_connected(hdd_ctx->hHal);
11150}
11151
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011152/**
11153 * wlan_hdd_disable_roaming() - disable roaming on all STAs except the input one
11154 * @adapter: HDD adapter pointer
11155 *
11156 * This function loop through each adapter and disable roaming on each STA
11157 * device mode except the input adapter.
11158 *
11159 * Note: On the input adapter roaming is not enabled yet hence no need to
11160 * disable.
11161 *
11162 * Return: None
11163 */
Jeff Johnson9d295242017-08-29 14:39:48 -070011164void wlan_hdd_disable_roaming(struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011165{
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011166 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Jeff Johnson9d295242017-08-29 14:39:48 -070011167 struct hdd_adapter *adapterIdx = NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011168
11169 if (hdd_ctx->config->isFastRoamIniFeatureEnabled &&
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080011170 hdd_ctx->config->isRoamOffloadScanEnabled &&
11171 QDF_STA_MODE == adapter->device_mode &&
11172 policy_mgr_is_sta_active_connection_exists(
11173 hdd_ctx->hdd_psoc)) {
Jeff Johnson1b780e42017-10-31 14:11:45 -070011174 hdd_debug("Connect received on STA session Id(%d)",
11175 adapter->session_id);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011176 /*
11177 * Loop through adapter and disable roaming for each STA device
11178 * mode except the input adapter.
11179 */
Dustin Brown920397d2017-12-13 16:27:50 -080011180 hdd_for_each_adapter(hdd_ctx, adapterIdx) {
Jeff Johnson1b780e42017-10-31 14:11:45 -070011181 if (QDF_STA_MODE == adapterIdx->device_mode &&
11182 adapter->session_id != adapterIdx->session_id) {
11183 hdd_debug("Disable Roaming on session Id(%d)",
11184 adapterIdx->session_id);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011185 sme_stop_roaming(WLAN_HDD_GET_HAL_CTX
11186 (adapterIdx),
Jeff Johnson1b780e42017-10-31 14:11:45 -070011187 adapterIdx->session_id, 0);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011188 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011189 }
11190 }
11191}
11192
11193/**
11194 * wlan_hdd_enable_roaming() - enable roaming on all STAs except the input one
11195 * @adapter: HDD adapter pointer
11196 *
11197 * This function loop through each adapter and enable roaming on each STA
11198 * device mode except the input adapter.
11199 * Note: On the input adapter no need to enable roaming because link got
11200 * disconnected on this.
11201 *
11202 * Return: None
11203 */
Jeff Johnson9d295242017-08-29 14:39:48 -070011204void wlan_hdd_enable_roaming(struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011205{
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011206 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Jeff Johnson9d295242017-08-29 14:39:48 -070011207 struct hdd_adapter *adapterIdx = NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011208
11209 if (hdd_ctx->config->isFastRoamIniFeatureEnabled &&
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080011210 hdd_ctx->config->isRoamOffloadScanEnabled &&
11211 QDF_STA_MODE == adapter->device_mode &&
11212 policy_mgr_is_sta_active_connection_exists(
11213 hdd_ctx->hdd_psoc)) {
Jeff Johnson1b780e42017-10-31 14:11:45 -070011214 hdd_debug("Disconnect received on STA session Id(%d)",
11215 adapter->session_id);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011216 /*
11217 * Loop through adapter and enable roaming for each STA device
11218 * mode except the input adapter.
11219 */
Dustin Brown920397d2017-12-13 16:27:50 -080011220 hdd_for_each_adapter(hdd_ctx, adapterIdx) {
Jeff Johnson1b780e42017-10-31 14:11:45 -070011221 if (QDF_STA_MODE == adapterIdx->device_mode &&
11222 adapter->session_id != adapterIdx->session_id) {
11223 hdd_debug("Enabling Roaming on session Id(%d)",
11224 adapterIdx->session_id);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011225 sme_start_roaming(WLAN_HDD_GET_HAL_CTX
11226 (adapterIdx),
Jeff Johnson1b780e42017-10-31 14:11:45 -070011227 adapterIdx->session_id,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011228 REASON_CONNECT);
11229 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011230 }
11231 }
11232}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011233
Selvaraj, Sridhar046d77d2017-03-07 14:53:13 +053011234/**
11235 * nl_srv_bcast_svc() - Wrapper function to send bcast msgs to SVC mcast group
11236 * @skb: sk buffer pointer
11237 *
11238 * Sends the bcast message to SVC multicast group with generic nl socket
11239 * if CNSS_GENL is enabled. Else, use the legacy netlink socket to send.
11240 *
11241 * Return: None
11242 */
11243static void nl_srv_bcast_svc(struct sk_buff *skb)
11244{
11245#ifdef CNSS_GENL
11246 nl_srv_bcast(skb, CLD80211_MCGRP_SVC_MSGS, WLAN_NL_MSG_SVC);
11247#else
11248 nl_srv_bcast(skb);
11249#endif
11250}
11251
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +053011252void wlan_hdd_send_svc_nlink_msg(int radio, int type, void *data, int len)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011253{
11254 struct sk_buff *skb;
11255 struct nlmsghdr *nlh;
11256 tAniMsgHdr *ani_hdr;
11257 void *nl_data = NULL;
11258 int flags = GFP_KERNEL;
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +053011259 struct radio_index_tlv *radio_info;
11260 int tlv_len;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011261
11262 if (in_interrupt() || irqs_disabled() || in_atomic())
11263 flags = GFP_ATOMIC;
11264
11265 skb = alloc_skb(NLMSG_SPACE(WLAN_NL_MAX_PAYLOAD), flags);
11266
Srinivas Girigowdab841da72017-03-25 18:04:39 -070011267 if (skb == NULL)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011268 return;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011269
11270 nlh = (struct nlmsghdr *)skb->data;
11271 nlh->nlmsg_pid = 0; /* from kernel */
11272 nlh->nlmsg_flags = 0;
11273 nlh->nlmsg_seq = 0;
11274 nlh->nlmsg_type = WLAN_NL_MSG_SVC;
11275
11276 ani_hdr = NLMSG_DATA(nlh);
11277 ani_hdr->type = type;
11278
11279 switch (type) {
11280 case WLAN_SVC_FW_CRASHED_IND:
Komal Seelam78ff65a2016-08-18 15:25:24 +053011281 case WLAN_SVC_FW_SHUTDOWN_IND:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011282 case WLAN_SVC_LTE_COEX_IND:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011283 case WLAN_SVC_WLAN_AUTO_SHUTDOWN_IND:
Manikandan Mohan5b1980a2016-05-06 12:41:18 -070011284 case WLAN_SVC_WLAN_AUTO_SHUTDOWN_CANCEL_IND:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011285 ani_hdr->length = 0;
11286 nlh->nlmsg_len = NLMSG_LENGTH((sizeof(tAniMsgHdr)));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011287 break;
11288 case WLAN_SVC_WLAN_STATUS_IND:
11289 case WLAN_SVC_WLAN_VERSION_IND:
11290 case WLAN_SVC_DFS_CAC_START_IND:
11291 case WLAN_SVC_DFS_CAC_END_IND:
11292 case WLAN_SVC_DFS_RADAR_DETECT_IND:
11293 case WLAN_SVC_DFS_ALL_CHANNEL_UNAVAIL_IND:
11294 case WLAN_SVC_WLAN_TP_IND:
Mohit Khannae71e2262015-11-10 09:37:24 -080011295 case WLAN_SVC_WLAN_TP_TX_IND:
Nirav Shahbd36b062016-07-18 11:12:59 +053011296 case WLAN_SVC_RPS_ENABLE_IND:
Orhan K AKYILDIZe7445a22017-01-19 21:21:47 -080011297 case WLAN_SVC_CORE_MINFREQ:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011298 ani_hdr->length = len;
11299 nlh->nlmsg_len = NLMSG_LENGTH((sizeof(tAniMsgHdr) + len));
11300 nl_data = (char *)ani_hdr + sizeof(tAniMsgHdr);
11301 memcpy(nl_data, data, len);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011302 break;
11303
11304 default:
Jeff Johnson34c88b72016-08-15 14:27:11 -070011305 hdd_err("WLAN SVC: Attempt to send unknown nlink message %d",
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011306 type);
11307 kfree_skb(skb);
11308 return;
11309 }
11310
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +053011311 /*
Jeff Johnson0d52c7a2017-01-12 08:46:55 -080011312 * Add radio index at the end of the svc event in TLV format
11313 * to maintain the backward compatibility with userspace
11314 * applications.
11315 */
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +053011316
11317 tlv_len = 0;
11318
11319 if ((sizeof(*ani_hdr) + len + sizeof(struct radio_index_tlv))
11320 < WLAN_NL_MAX_PAYLOAD) {
11321 radio_info = (struct radio_index_tlv *)((char *) ani_hdr +
11322 sizeof(*ani_hdr) + len);
11323 radio_info->type = (unsigned short) WLAN_SVC_WLAN_RADIO_INDEX;
11324 radio_info->length = (unsigned short) sizeof(radio_info->radio);
11325 radio_info->radio = radio;
11326 tlv_len = sizeof(*radio_info);
Dustin Browna2868622018-03-20 11:38:14 -070011327 hdd_debug("Added radio index tlv - radio index %d",
11328 radio_info->radio);
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +053011329 }
11330
11331 nlh->nlmsg_len += tlv_len;
11332 skb_put(skb, NLMSG_SPACE(sizeof(tAniMsgHdr) + len + tlv_len));
11333
Selvaraj, Sridhar046d77d2017-03-07 14:53:13 +053011334 nl_srv_bcast_svc(skb);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011335}
11336
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011337#ifdef FEATURE_WLAN_AUTO_SHUTDOWN
11338void wlan_hdd_auto_shutdown_cb(void)
11339{
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011340 struct hdd_context *hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +053011341
11342 if (!hdd_ctx)
11343 return;
11344
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080011345 hdd_debug("Wlan Idle. Sending Shutdown event..");
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +053011346 wlan_hdd_send_svc_nlink_msg(hdd_ctx->radio_index,
11347 WLAN_SVC_WLAN_AUTO_SHUTDOWN_IND, NULL, 0);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011348}
11349
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011350void wlan_hdd_auto_shutdown_enable(struct hdd_context *hdd_ctx, bool enable)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011351{
Jeff Johnson9d295242017-08-29 14:39:48 -070011352 struct hdd_adapter *adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011353 bool ap_connected = false, sta_connected = false;
11354 tHalHandle hal_handle;
11355
11356 hal_handle = hdd_ctx->hHal;
11357 if (hal_handle == NULL)
11358 return;
11359
11360 if (hdd_ctx->config->WlanAutoShutdown == 0)
11361 return;
11362
11363 if (enable == false) {
11364 if (sme_set_auto_shutdown_timer(hal_handle, 0) !=
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011365 QDF_STATUS_SUCCESS) {
Jeff Johnson28f8a772016-08-15 15:30:36 -070011366 hdd_err("Failed to stop wlan auto shutdown timer");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011367 }
Kondabattini, Ganesh96ac37b2016-09-02 23:12:15 +053011368 wlan_hdd_send_svc_nlink_msg(hdd_ctx->radio_index,
Manikandan Mohan5b1980a2016-05-06 12:41:18 -070011369 WLAN_SVC_WLAN_AUTO_SHUTDOWN_CANCEL_IND, NULL, 0);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011370 return;
11371 }
11372
11373 /* To enable shutdown timer check conncurrency */
Dustin Brown920397d2017-12-13 16:27:50 -080011374 if (policy_mgr_concurrent_open_sessions_running(hdd_ctx->hdd_psoc)) {
11375 hdd_for_each_adapter(hdd_ctx, adapter) {
11376 if (adapter->device_mode == QDF_STA_MODE) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011377 if (WLAN_HDD_GET_STATION_CTX_PTR(adapter)->
11378 conn_info.connState ==
11379 eConnectionState_Associated) {
11380 sta_connected = true;
11381 break;
11382 }
11383 }
Dustin Brown920397d2017-12-13 16:27:50 -080011384
11385 if (adapter->device_mode == QDF_SAP_MODE) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011386 if (WLAN_HDD_GET_AP_CTX_PTR(adapter)->
Jeff Johnson136c51b2017-10-27 20:02:41 -070011387 ap_active == true) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011388 ap_connected = true;
11389 break;
11390 }
11391 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011392 }
11393 }
11394
11395 if (ap_connected == true || sta_connected == true) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080011396 hdd_debug("CC Session active. Shutdown timer not enabled");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011397 return;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011398 }
Jeff Johnson68755312017-02-10 11:46:55 -080011399
11400 if (sme_set_auto_shutdown_timer(hal_handle,
11401 hdd_ctx->config->WlanAutoShutdown)
11402 != QDF_STATUS_SUCCESS)
11403 hdd_err("Failed to start wlan auto shutdown timer");
11404 else
Dustin Brown5e89ef82018-03-14 11:50:23 -070011405 hdd_info("Auto Shutdown timer for %d seconds enabled",
11406 hdd_ctx->config->WlanAutoShutdown);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011407}
11408#endif
11409
Jeff Johnson6dff3ee2017-10-06 14:58:57 -070011410struct hdd_adapter *
11411hdd_get_con_sap_adapter(struct hdd_adapter *this_sap_adapter,
11412 bool check_start_bss)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011413{
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011414 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(this_sap_adapter);
Jeff Johnson9d295242017-08-29 14:39:48 -070011415 struct hdd_adapter *adapter, *con_sap_adapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011416
11417 con_sap_adapter = NULL;
11418
Dustin Brown920397d2017-12-13 16:27:50 -080011419 hdd_for_each_adapter(hdd_ctx, adapter) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -080011420 if (adapter && ((adapter->device_mode == QDF_SAP_MODE) ||
11421 (adapter->device_mode == QDF_P2P_GO_MODE)) &&
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011422 adapter != this_sap_adapter) {
11423 if (check_start_bss) {
11424 if (test_bit(SOFTAP_BSS_STARTED,
11425 &adapter->event_flags)) {
11426 con_sap_adapter = adapter;
11427 break;
11428 }
11429 } else {
11430 con_sap_adapter = adapter;
11431 break;
11432 }
11433 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011434 }
11435
11436 return con_sap_adapter;
11437}
11438
11439#ifdef MSM_PLATFORM
Jeff Johnson9d295242017-08-29 14:39:48 -070011440static inline bool hdd_adapter_is_sta(struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011441{
Dustin Brown5ec6b552017-03-31 12:11:40 -070011442 return adapter->device_mode == QDF_STA_MODE ||
11443 adapter->device_mode == QDF_P2P_CLIENT_MODE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011444}
11445
Jeff Johnson9d295242017-08-29 14:39:48 -070011446static inline bool hdd_adapter_is_ap(struct hdd_adapter *adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011447{
Dustin Brown5ec6b552017-03-31 12:11:40 -070011448 return adapter->device_mode == QDF_SAP_MODE ||
11449 adapter->device_mode == QDF_P2P_GO_MODE;
11450}
11451
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011452static bool hdd_any_adapter_is_assoc(struct hdd_context *hdd_ctx)
Dustin Brown5ec6b552017-03-31 12:11:40 -070011453{
Dustin Brown920397d2017-12-13 16:27:50 -080011454 struct hdd_adapter *adapter;
Dustin Brown5ec6b552017-03-31 12:11:40 -070011455
Dustin Brown920397d2017-12-13 16:27:50 -080011456 hdd_for_each_adapter(hdd_ctx, adapter) {
11457 if (hdd_adapter_is_sta(adapter) &&
Dustin Brown5ec6b552017-03-31 12:11:40 -070011458 WLAN_HDD_GET_STATION_CTX_PTR(adapter)->
11459 conn_info.connState == eConnectionState_Associated) {
11460 return true;
11461 }
11462
Dustin Brown920397d2017-12-13 16:27:50 -080011463 if (hdd_adapter_is_ap(adapter) &&
Jeff Johnson136c51b2017-10-27 20:02:41 -070011464 WLAN_HDD_GET_AP_CTX_PTR(adapter)->ap_active) {
Dustin Brown5ec6b552017-03-31 12:11:40 -070011465 return true;
11466 }
Dustin Brown5ec6b552017-03-31 12:11:40 -070011467 }
11468
11469 return false;
11470}
11471
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011472static bool hdd_bus_bw_compute_timer_is_running(struct hdd_context *hdd_ctx)
Dustin Brown5ec6b552017-03-31 12:11:40 -070011473{
11474 bool is_running;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011475
Poddar, Siddarth57f4d3f2017-01-27 12:58:37 +053011476 qdf_spinlock_acquire(&hdd_ctx->bus_bw_timer_lock);
Dustin Brown5ec6b552017-03-31 12:11:40 -070011477 is_running = hdd_ctx->bus_bw_timer_running;
Poddar, Siddarth57f4d3f2017-01-27 12:58:37 +053011478 qdf_spinlock_release(&hdd_ctx->bus_bw_timer_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011479
Dustin Brown5ec6b552017-03-31 12:11:40 -070011480 return is_running;
11481}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011482
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011483static void __hdd_bus_bw_compute_timer_start(struct hdd_context *hdd_ctx)
Dustin Brown5ec6b552017-03-31 12:11:40 -070011484{
11485 qdf_spinlock_acquire(&hdd_ctx->bus_bw_timer_lock);
11486 hdd_ctx->bus_bw_timer_running = true;
11487 qdf_timer_start(&hdd_ctx->bus_bw_timer,
11488 hdd_ctx->config->busBandwidthComputeInterval);
11489 qdf_spinlock_release(&hdd_ctx->bus_bw_timer_lock);
11490}
11491
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011492void hdd_bus_bw_compute_timer_start(struct hdd_context *hdd_ctx)
Dustin Brown5ec6b552017-03-31 12:11:40 -070011493{
Dustin Brown491d54b2018-03-14 12:39:11 -070011494 hdd_enter();
Dustin Brown5ec6b552017-03-31 12:11:40 -070011495
11496 if (hdd_bus_bw_compute_timer_is_running(hdd_ctx)) {
11497 hdd_debug("Bandwidth compute timer already started");
11498 return;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011499 }
11500
Dustin Brown5ec6b552017-03-31 12:11:40 -070011501 __hdd_bus_bw_compute_timer_start(hdd_ctx);
11502
Dustin Browne74003f2018-03-14 12:51:58 -070011503 hdd_exit();
Dustin Brown5ec6b552017-03-31 12:11:40 -070011504}
11505
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011506void hdd_bus_bw_compute_timer_try_start(struct hdd_context *hdd_ctx)
Dustin Brown5ec6b552017-03-31 12:11:40 -070011507{
Dustin Brown491d54b2018-03-14 12:39:11 -070011508 hdd_enter();
Dustin Brown5ec6b552017-03-31 12:11:40 -070011509
11510 if (hdd_bus_bw_compute_timer_is_running(hdd_ctx)) {
11511 hdd_debug("Bandwidth compute timer already started");
11512 return;
Ravi Joshib89e7f72016-09-07 13:43:15 -070011513 }
Dustin Brown5ec6b552017-03-31 12:11:40 -070011514
11515 if (hdd_any_adapter_is_assoc(hdd_ctx))
11516 __hdd_bus_bw_compute_timer_start(hdd_ctx);
11517
Dustin Browne74003f2018-03-14 12:51:58 -070011518 hdd_exit();
Dustin Brown5ec6b552017-03-31 12:11:40 -070011519}
11520
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011521static void __hdd_bus_bw_compute_timer_stop(struct hdd_context *hdd_ctx)
Dustin Brown5ec6b552017-03-31 12:11:40 -070011522{
Sravan Kumar Kairam9e99e9a2018-03-12 19:09:45 +053011523 ucfg_ipa_set_perf_level(hdd_ctx->hdd_pdev, 0, 0);
Dustin Brown5ec6b552017-03-31 12:11:40 -070011524
11525 qdf_spinlock_acquire(&hdd_ctx->bus_bw_timer_lock);
11526 qdf_timer_stop(&hdd_ctx->bus_bw_timer);
11527 hdd_ctx->bus_bw_timer_running = false;
11528 qdf_spinlock_release(&hdd_ctx->bus_bw_timer_lock);
11529
11530 hdd_reset_tcp_delack(hdd_ctx);
11531}
11532
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011533void hdd_bus_bw_compute_timer_stop(struct hdd_context *hdd_ctx)
Dustin Brown5ec6b552017-03-31 12:11:40 -070011534{
Dustin Brown491d54b2018-03-14 12:39:11 -070011535 hdd_enter();
Dustin Brown5ec6b552017-03-31 12:11:40 -070011536
11537 if (!hdd_bus_bw_compute_timer_is_running(hdd_ctx)) {
11538 hdd_debug("Bandwidth compute timer already stopped");
11539 return;
11540 }
11541
11542 __hdd_bus_bw_compute_timer_stop(hdd_ctx);
11543
Dustin Browne74003f2018-03-14 12:51:58 -070011544 hdd_exit();
Dustin Brown5ec6b552017-03-31 12:11:40 -070011545}
11546
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011547void hdd_bus_bw_compute_timer_try_stop(struct hdd_context *hdd_ctx)
Dustin Brown5ec6b552017-03-31 12:11:40 -070011548{
Dustin Brown491d54b2018-03-14 12:39:11 -070011549 hdd_enter();
Dustin Brown5ec6b552017-03-31 12:11:40 -070011550
11551 if (!hdd_bus_bw_compute_timer_is_running(hdd_ctx)) {
11552 hdd_debug("Bandwidth compute timer already stopped");
11553 return;
11554 }
11555
11556 if (!hdd_any_adapter_is_assoc(hdd_ctx))
11557 __hdd_bus_bw_compute_timer_stop(hdd_ctx);
11558
Dustin Browne74003f2018-03-14 12:51:58 -070011559 hdd_exit();
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011560}
11561#endif
11562
11563/**
11564 * wlan_hdd_check_custom_con_channel_rules() - This function checks the sap's
11565 * and sta's operating channel.
11566 * @sta_adapter: Describe the first argument to foobar.
11567 * @ap_adapter: Describe the second argument to foobar.
11568 * @roam_profile: Roam profile of AP to which STA wants to connect.
11569 * @concurrent_chnl_same: If both SAP and STA channels are same then
11570 * set this flag to true else false.
11571 *
11572 * This function checks the sap's operating channel and sta's operating channel.
11573 * if both are same then it will return false else it will restart the sap in
11574 * sta's channel and return true.
11575 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011576 * Return: QDF_STATUS_SUCCESS or QDF_STATUS_E_FAILURE.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011577 */
Jeff Johnson6dff3ee2017-10-06 14:58:57 -070011578QDF_STATUS
11579wlan_hdd_check_custom_con_channel_rules(struct hdd_adapter *sta_adapter,
11580 struct hdd_adapter *ap_adapter,
Jeff Johnson61b5e982018-03-15 11:33:31 -070011581 struct csr_roam_profile *roam_profile,
Jeff Johnson6dff3ee2017-10-06 14:58:57 -070011582 tScanResultHandle *scan_cache,
11583 bool *concurrent_chnl_same)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011584{
Jeff Johnson87251032017-08-29 13:31:11 -070011585 struct hdd_ap_ctx *hdd_ap_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011586 uint8_t channel_id;
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011587 QDF_STATUS status;
Jeff Johnsonc1e62782017-11-09 09:50:17 -080011588 enum QDF_OPMODE device_mode = ap_adapter->device_mode;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011589 *concurrent_chnl_same = true;
11590
11591 hdd_ap_ctx = WLAN_HDD_GET_AP_CTX_PTR(ap_adapter);
11592 status =
Archana Ramachandran2eb7a612017-03-23 22:58:42 -070011593 sme_get_ap_channel_from_scan_cache(roam_profile,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011594 scan_cache,
11595 &channel_id);
Srinivas Girigowdab841da72017-03-25 18:04:39 -070011596 if (QDF_STATUS_SUCCESS == status) {
Krunal Soni9b04c9b2016-03-10 13:08:05 -080011597 if ((QDF_SAP_MODE == device_mode) &&
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011598 (channel_id < SIR_11A_CHANNEL_BEGIN)) {
Jeff Johnson01206862017-10-27 20:55:59 -070011599 if (hdd_ap_ctx->operating_channel != channel_id) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011600 *concurrent_chnl_same = false;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080011601 hdd_debug("channels are different");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011602 }
Krunal Soni9b04c9b2016-03-10 13:08:05 -080011603 } else if ((QDF_P2P_GO_MODE == device_mode) &&
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011604 (channel_id >= SIR_11A_CHANNEL_BEGIN)) {
Jeff Johnson01206862017-10-27 20:55:59 -070011605 if (hdd_ap_ctx->operating_channel != channel_id) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011606 *concurrent_chnl_same = false;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080011607 hdd_debug("channels are different");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011608 }
11609 }
11610 } else {
11611 /*
11612 * Lets handle worst case scenario here, Scan cache lookup is
11613 * failed so we have to stop the SAP to avoid any channel
11614 * discrepancy between SAP's channel and STA's channel.
11615 * Return the status as failure so caller function could know
11616 * that scan look up is failed.
11617 */
Jeff Johnson28f8a772016-08-15 15:30:36 -070011618 hdd_err("Finding AP from scan cache failed");
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011619 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011620 }
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011621 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011622}
11623
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011624/**
11625 * wlan_hdd_stop_sap() - This function stops bss of SAP.
11626 * @ap_adapter: SAP adapter
11627 *
11628 * This function will process the stopping of sap adapter.
11629 *
11630 * Return: None
11631 */
Jeff Johnson9d295242017-08-29 14:39:48 -070011632void wlan_hdd_stop_sap(struct hdd_adapter *ap_adapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011633{
Jeff Johnson87251032017-08-29 13:31:11 -070011634 struct hdd_ap_ctx *hdd_ap_ctx;
Jeff Johnsonca2530c2017-09-30 18:25:40 -070011635 struct hdd_hostapd_state *hostapd_state;
Anurag Chouhance0dc992016-02-16 18:18:03 +053011636 QDF_STATUS qdf_status;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011637 struct hdd_context *hdd_ctx;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011638
11639 if (NULL == ap_adapter) {
Jeff Johnson28f8a772016-08-15 15:30:36 -070011640 hdd_err("ap_adapter is NULL here");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011641 return;
11642 }
11643
11644 hdd_ap_ctx = WLAN_HDD_GET_AP_CTX_PTR(ap_adapter);
11645 hdd_ctx = WLAN_HDD_GET_CTX(ap_adapter);
Abhishek Singh23edd1c2016-05-05 11:56:06 +053011646 if (wlan_hdd_validate_context(hdd_ctx))
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011647 return;
Abhishek Singh23edd1c2016-05-05 11:56:06 +053011648
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011649 mutex_lock(&hdd_ctx->sap_lock);
11650 if (test_bit(SOFTAP_BSS_STARTED, &ap_adapter->event_flags)) {
Ryan Hsu8ecb0fa2016-01-18 15:40:55 -080011651 wlan_hdd_del_station(ap_adapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011652 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(ap_adapter);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080011653 hdd_debug("Now doing SAP STOPBSS");
Anurag Chouhanf04e84f2016-03-03 10:12:12 +053011654 qdf_event_reset(&hostapd_state->qdf_stop_bss_event);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011655 if (QDF_STATUS_SUCCESS == wlansap_stop_bss(hdd_ap_ctx->
Jeff Johnson0bbe66f2017-10-27 19:23:49 -070011656 sap_context)) {
Nachiket Kukade0396b732017-11-14 16:35:16 +053011657 qdf_status = qdf_wait_for_event_completion(&hostapd_state->
Naveen Rawatb56880c2016-12-13 17:56:03 -080011658 qdf_stop_bss_event,
11659 SME_CMD_TIMEOUT_VALUE);
Anurag Chouhance0dc992016-02-16 18:18:03 +053011660 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011661 mutex_unlock(&hdd_ctx->sap_lock);
Jeff Johnson28f8a772016-08-15 15:30:36 -070011662 hdd_err("SAP Stop Failed");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011663 return;
11664 }
11665 }
11666 clear_bit(SOFTAP_BSS_STARTED, &ap_adapter->event_flags);
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080011667 policy_mgr_decr_session_set_pcl(hdd_ctx->hdd_psoc,
11668 ap_adapter->device_mode,
Jeff Johnson1b780e42017-10-31 14:11:45 -070011669 ap_adapter->session_id);
Jeff Johnsone8846ab2018-03-31 11:54:45 -070011670 hdd_green_ap_start_state_mc(hdd_ctx, ap_adapter->device_mode,
Himanshu Agarwal813b2bf2018-01-22 16:32:15 +053011671 false);
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080011672 hdd_debug("SAP Stop Success");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011673 } else {
Jeff Johnson28f8a772016-08-15 15:30:36 -070011674 hdd_err("Can't stop ap because its not started");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011675 }
11676 mutex_unlock(&hdd_ctx->sap_lock);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011677}
11678
11679/**
11680 * wlan_hdd_start_sap() - this function starts bss of SAP.
11681 * @ap_adapter: SAP adapter
11682 *
11683 * This function will process the starting of sap adapter.
11684 *
11685 * Return: None
11686 */
Jeff Johnson9d295242017-08-29 14:39:48 -070011687void wlan_hdd_start_sap(struct hdd_adapter *ap_adapter, bool reinit)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011688{
Jeff Johnson87251032017-08-29 13:31:11 -070011689 struct hdd_ap_ctx *hdd_ap_ctx;
Jeff Johnsonca2530c2017-09-30 18:25:40 -070011690 struct hdd_hostapd_state *hostapd_state;
Anurag Chouhance0dc992016-02-16 18:18:03 +053011691 QDF_STATUS qdf_status;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011692 struct hdd_context *hdd_ctx;
Jeff Johnsone4c11db2018-05-05 23:22:32 -070011693 tsap_config_t *sap_config;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011694
11695 if (NULL == ap_adapter) {
Jeff Johnson28f8a772016-08-15 15:30:36 -070011696 hdd_err("ap_adapter is NULL here");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011697 return;
11698 }
11699
Krunal Soni9b04c9b2016-03-10 13:08:05 -080011700 if (QDF_SAP_MODE != ap_adapter->device_mode) {
Peng Xuf5d60c82015-10-02 17:17:03 -070011701 hdd_err("SoftAp role has not been enabled");
11702 return;
11703 }
11704
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011705 hdd_ctx = WLAN_HDD_GET_CTX(ap_adapter);
11706 hdd_ap_ctx = WLAN_HDD_GET_AP_CTX_PTR(ap_adapter);
11707 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(ap_adapter);
Jeff Johnsonb9424862017-10-30 08:49:35 -070011708 sap_config = &ap_adapter->session.ap.sap_config;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011709
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011710 mutex_lock(&hdd_ctx->sap_lock);
11711 if (test_bit(SOFTAP_BSS_STARTED, &ap_adapter->event_flags))
11712 goto end;
11713
11714 if (0 != wlan_hdd_cfg80211_update_apies(ap_adapter)) {
Jeff Johnson28f8a772016-08-15 15:30:36 -070011715 hdd_err("SAP Not able to set AP IEs");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011716 goto end;
11717 }
11718
Wei Song2f76f642016-11-18 16:32:53 +080011719 qdf_event_reset(&hostapd_state->qdf_event);
Jeff Johnson0bbe66f2017-10-27 19:23:49 -070011720 if (wlansap_start_bss(hdd_ap_ctx->sap_context, hdd_hostapd_sap_event_cb,
Jeff Johnson91df29d2017-10-27 19:29:50 -070011721 &hdd_ap_ctx->sap_config,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011722 ap_adapter->dev)
Anurag Chouhanfb54ab02016-02-18 18:00:46 +053011723 != QDF_STATUS_SUCCESS)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011724 goto end;
11725
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080011726 hdd_debug("Waiting for SAP to start");
Nachiket Kukade0396b732017-11-14 16:35:16 +053011727 qdf_status = qdf_wait_for_event_completion(&hostapd_state->qdf_event,
Naveen Rawatb56880c2016-12-13 17:56:03 -080011728 SME_CMD_TIMEOUT_VALUE);
Anurag Chouhance0dc992016-02-16 18:18:03 +053011729 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Jeff Johnson28f8a772016-08-15 15:30:36 -070011730 hdd_err("SAP Start failed");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011731 goto end;
11732 }
Jeff Johnson28f8a772016-08-15 15:30:36 -070011733 hdd_info("SAP Start Success");
Vignesh Viswanathan85b455e2018-01-17 19:54:33 +053011734 wlansap_reset_sap_config_add_ie(sap_config, eUPDATE_IE_ALL);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011735 set_bit(SOFTAP_BSS_STARTED, &ap_adapter->event_flags);
Himanshu Agarwal813b2bf2018-01-22 16:32:15 +053011736 if (hostapd_state->bss_state == BSS_START) {
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080011737 policy_mgr_incr_active_session(hdd_ctx->hdd_psoc,
11738 ap_adapter->device_mode,
Jeff Johnson1b780e42017-10-31 14:11:45 -070011739 ap_adapter->session_id);
Jeff Johnsone8846ab2018-03-31 11:54:45 -070011740 hdd_green_ap_start_state_mc(hdd_ctx, ap_adapter->device_mode,
Himanshu Agarwal813b2bf2018-01-22 16:32:15 +053011741 true);
11742 }
Sourav Mohapatra9bc67112017-11-08 09:36:11 +053011743 mutex_unlock(&hdd_ctx->sap_lock);
11744
11745 return;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011746end:
Vignesh Viswanathan85b455e2018-01-17 19:54:33 +053011747 wlansap_reset_sap_config_add_ie(sap_config, eUPDATE_IE_ALL);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011748 mutex_unlock(&hdd_ctx->sap_lock);
Manikandan Mohan3dad1a42017-06-14 10:50:18 -070011749 /* SAP context and beacon cleanup will happen during driver unload
11750 * in hdd_stop_adapter
11751 */
11752 hdd_err("SAP restart after SSR failed! Reload WLAN and try SAP again");
11753
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011754}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011755
11756/**
Archana Ramachandrana20ef812015-11-13 16:12:13 -080011757 * wlan_hdd_soc_set_antenna_mode_cb() - Callback for set dual
11758 * mac scan config
11759 * @status: Status of set antenna mode
11760 *
11761 * Callback on setting the dual mac configuration
11762 *
11763 * Return: None
11764 */
11765void wlan_hdd_soc_set_antenna_mode_cb(
11766 enum set_antenna_mode_status status)
11767{
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011768 struct hdd_context *hdd_ctx;
Archana Ramachandrana20ef812015-11-13 16:12:13 -080011769
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080011770 hdd_debug("Status: %d", status);
Archana Ramachandrana20ef812015-11-13 16:12:13 -080011771
11772 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
11773 if (0 != wlan_hdd_validate_context(hdd_ctx))
11774 return;
11775
11776 /* Signal the completion of set dual mac config */
11777 complete(&hdd_ctx->set_antenna_mode_cmpl);
11778}
11779
11780/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011781 * hdd_get_fw_version() - Get FW version
11782 * @hdd_ctx: pointer to HDD context.
11783 * @major_spid: FW version - major spid.
11784 * @minor_spid: FW version - minor spid
11785 * @ssid: FW version - ssid
11786 * @crmid: FW version - crmid
11787 *
11788 * This function is called to get the firmware build version stored
11789 * as part of the HDD context
11790 *
11791 * Return: None
11792 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070011793void hdd_get_fw_version(struct hdd_context *hdd_ctx,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011794 uint32_t *major_spid, uint32_t *minor_spid,
11795 uint32_t *siid, uint32_t *crmid)
11796{
11797 *major_spid = (hdd_ctx->target_fw_version & 0xf0000000) >> 28;
11798 *minor_spid = (hdd_ctx->target_fw_version & 0xf000000) >> 24;
11799 *siid = (hdd_ctx->target_fw_version & 0xf00000) >> 20;
11800 *crmid = hdd_ctx->target_fw_version & 0x7fff;
11801}
11802
11803#ifdef QCA_CONFIG_SMP
11804/**
11805 * wlan_hdd_get_cpu() - get cpu_index
11806 *
11807 * Return: cpu_index
11808 */
11809int wlan_hdd_get_cpu(void)
11810{
11811 int cpu_index = get_cpu();
Srinivas Girigowdab841da72017-03-25 18:04:39 -070011812
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080011813 put_cpu();
11814 return cpu_index;
11815}
11816#endif
11817
11818/**
11819 * hdd_get_fwpath() - get framework path
11820 *
11821 * This function is used to get the string written by
11822 * userspace to start the wlan driver
11823 *
11824 * Return: string
11825 */
11826const char *hdd_get_fwpath(void)
11827{
11828 return fwpath.string;
11829}
11830
Mahesh Kumar Kalikot Veetilb85cefd2017-08-14 14:03:32 -070011831static int hdd_qdf_print_init(void)
11832{
11833 int qdf_print_idx;
11834 QDF_STATUS status;
11835
11836 status = qdf_print_setup();
11837 if (status != QDF_STATUS_SUCCESS) {
11838 pr_err("qdf_print_setup failed\n");
11839 return -EINVAL;
11840 }
11841
11842 qdf_print_idx = qdf_print_ctrl_register(cinfo, NULL, NULL, "MCL_WLAN");
11843
11844 if (qdf_print_idx < 0) {
11845 pr_err("qdf_print_ctrl_register failed, ret = %d\n",
11846 qdf_print_idx);
11847 return -EINVAL;
11848 }
11849
11850 qdf_set_pidx(qdf_print_idx);
11851
11852 return 0;
11853}
11854
11855static void hdd_qdf_print_deinit(void)
11856{
11857 int qdf_print_idx;
11858
11859 qdf_print_idx = qdf_get_pidx();
11860 qdf_print_ctrl_cleanup(qdf_print_idx);
11861}
11862
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011863/**
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011864 * hdd_init() - Initialize Driver
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011865 *
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011866 * This function initilizes CDS global context with the help of cds_init. This
11867 * has to be the first function called after probe to get a valid global
11868 * context.
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011869 *
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011870 * Return: 0 for success, errno on failure
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011871 */
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011872int hdd_init(void)
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011873{
Jeff Johnson7aaeeea2017-09-26 13:16:24 -070011874 QDF_STATUS status;
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011875 int ret = 0;
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011876
Jeff Johnson7aaeeea2017-09-26 13:16:24 -070011877 status = cds_init();
wadesongae4ffd12017-10-24 16:45:54 +080011878 if (QDF_IS_STATUS_ERROR(status)) {
11879 hdd_err("Failed to allocate CDS context");
11880 ret = -ENOMEM;
11881 goto err_out;
11882 }
Hanumanth Reddy Pothula788a37e2017-08-17 18:40:11 +053011883
11884 wlan_init_bug_report_lock();
11885
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011886#ifdef WLAN_LOGGING_SOCK_SVC_ENABLE
11887 wlan_logging_sock_init_svc();
11888#endif
11889
Nachiket Kukadebe8850b2017-09-18 15:37:00 +053011890 qdf_timer_init(NULL, &hdd_drv_ops_inactivity_timer,
11891 (void *)hdd_drv_ops_inactivity_handler, NULL,
11892 QDF_TIMER_TYPE_SW);
11893
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011894 hdd_trace_init();
Mahesh Kumar Kalikot Veetilb85cefd2017-08-14 14:03:32 -070011895 hdd_qdf_print_init();
11896
Padma, Santhosh Kumar9aba02f2016-08-11 16:30:25 +053011897 hdd_register_debug_callback();
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011898
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011899err_out:
11900 return ret;
11901}
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011902
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011903/**
11904 * hdd_deinit() - Deinitialize Driver
11905 *
11906 * This function frees CDS global context with the help of cds_deinit. This
11907 * has to be the last function call in remove callback to free the global
11908 * context.
11909 */
11910void hdd_deinit(void)
11911{
Nachiket Kukadebe8850b2017-09-18 15:37:00 +053011912 qdf_timer_free(&hdd_drv_ops_inactivity_timer);
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011913
Rajeev Kumar2d0f2192017-10-18 19:48:21 -070011914 wlan_destroy_bug_report_lock();
11915 cds_deinit();
Mahesh Kumar Kalikot Veetilb85cefd2017-08-14 14:03:32 -070011916
Rajeev Kumar2d0f2192017-10-18 19:48:21 -070011917 hdd_qdf_print_deinit();
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080011918#ifdef WLAN_LOGGING_SOCK_SVC_ENABLE
11919 wlan_logging_sock_deinit_svc();
11920#endif
11921}
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011922
Yue Ma6e7b1a02017-04-03 14:17:46 -070011923#ifdef QCA_WIFI_NAPIER_EMULATION
11924#define HDD_WLAN_START_WAIT_TIME ((CDS_WMA_TIMEOUT + 5000) * 100)
11925#else
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011926#define HDD_WLAN_START_WAIT_TIME (CDS_WMA_TIMEOUT + 5000)
Yue Ma6e7b1a02017-04-03 14:17:46 -070011927#endif
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080011928
Sachin Ahujadddd2632017-03-07 19:07:24 +053011929static int wlan_hdd_state_ctrl_param_open(struct inode *inode,
11930 struct file *file)
11931{
11932 return 0;
11933}
11934
11935static ssize_t wlan_hdd_state_ctrl_param_write(struct file *filp,
11936 const char __user *user_buf,
11937 size_t count,
11938 loff_t *f_pos)
11939{
SaidiReddy Yenugac356f152017-04-06 17:43:01 +053011940 char buf[3];
Sachin Ahujadddd2632017-03-07 19:07:24 +053011941 static const char wlan_off_str[] = "OFF";
11942 static const char wlan_on_str[] = "ON";
11943 int ret;
11944 unsigned long rc;
11945
SaidiReddy Yenugac356f152017-04-06 17:43:01 +053011946 if (copy_from_user(buf, user_buf, 3)) {
Sachin Ahujadddd2632017-03-07 19:07:24 +053011947 pr_err("Failed to read buffer\n");
11948 return -EINVAL;
11949 }
11950
SaidiReddy Yenugac356f152017-04-06 17:43:01 +053011951 if (strncmp(buf, wlan_off_str, strlen(wlan_off_str)) == 0) {
Sachin Ahujadddd2632017-03-07 19:07:24 +053011952 pr_debug("Wifi turning off from UI\n");
11953 goto exit;
11954 }
11955
Sachin Ahuja16904db2017-12-13 19:56:57 +053011956 if (strncmp(buf, wlan_on_str, strlen(wlan_on_str)) == 0) {
11957 pr_info("Wifi Turning On from UI\n");
11958 }
11959
SaidiReddy Yenugac356f152017-04-06 17:43:01 +053011960 if (strncmp(buf, wlan_on_str, strlen(wlan_on_str)) != 0) {
Sachin Ahujadddd2632017-03-07 19:07:24 +053011961 pr_err("Invalid value received from framework");
11962 goto exit;
11963 }
11964
11965 if (!cds_is_driver_loaded()) {
Sachin Ahujaee62b542017-04-21 14:14:16 +053011966 init_completion(&wlan_start_comp);
Sachin Ahujadddd2632017-03-07 19:07:24 +053011967 rc = wait_for_completion_timeout(&wlan_start_comp,
11968 msecs_to_jiffies(HDD_WLAN_START_WAIT_TIME));
11969 if (!rc) {
11970 hdd_alert("Timed-out waiting in wlan_hdd_state_ctrl_param_write");
11971 ret = -EINVAL;
Sachin Ahujadddd2632017-03-07 19:07:24 +053011972 return ret;
11973 }
11974
11975 hdd_start_complete(0);
11976 }
11977
11978exit:
11979 return count;
11980}
11981
11982
11983const struct file_operations wlan_hdd_state_fops = {
11984 .owner = THIS_MODULE,
11985 .open = wlan_hdd_state_ctrl_param_open,
11986 .write = wlan_hdd_state_ctrl_param_write,
11987};
11988
11989static int wlan_hdd_state_ctrl_param_create(void)
11990{
11991 unsigned int wlan_hdd_state_major = 0;
11992 int ret;
11993 struct device *dev;
11994
11995 device = MKDEV(wlan_hdd_state_major, 0);
11996
11997 ret = alloc_chrdev_region(&device, 0, dev_num, "qcwlanstate");
11998 if (ret) {
11999 pr_err("Failed to register qcwlanstate");
12000 goto dev_alloc_err;
12001 }
12002 wlan_hdd_state_major = MAJOR(device);
12003
12004 class = class_create(THIS_MODULE, WLAN_MODULE_NAME);
12005 if (IS_ERR(class)) {
12006 pr_err("wlan_hdd_state class_create error");
12007 goto class_err;
12008 }
12009
12010 dev = device_create(class, NULL, device, NULL, WLAN_MODULE_NAME);
12011 if (IS_ERR(dev)) {
12012 pr_err("wlan_hdd_statedevice_create error");
12013 goto err_class_destroy;
12014 }
12015
12016 cdev_init(&wlan_hdd_state_cdev, &wlan_hdd_state_fops);
12017 ret = cdev_add(&wlan_hdd_state_cdev, device, dev_num);
12018 if (ret) {
12019 pr_err("Failed to add cdev error");
12020 goto cdev_add_err;
12021 }
12022
12023 pr_info("wlan_hdd_state %s major(%d) initialized",
12024 WLAN_MODULE_NAME, wlan_hdd_state_major);
12025
12026 return 0;
12027
12028cdev_add_err:
12029 device_destroy(class, device);
12030err_class_destroy:
12031 class_destroy(class);
12032class_err:
12033 unregister_chrdev_region(device, dev_num);
12034dev_alloc_err:
12035 return -ENODEV;
12036}
12037
12038static void wlan_hdd_state_ctrl_param_destroy(void)
12039{
12040 cdev_del(&wlan_hdd_state_cdev);
12041 device_destroy(class, device);
12042 class_destroy(class);
12043 unregister_chrdev_region(device, dev_num);
12044
12045 pr_info("Device node unregistered");
12046}
12047
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012048/**
Mukul Sharmad75a6672017-06-22 15:40:53 +053012049 * component_init - API to init cld component's
12050 *
12051 * Return: None
12052 */
12053static void component_init(void)
12054{
12055 pmo_init();
Nachiket Kukade98f562a2017-12-15 12:18:07 +053012056 disa_init();
Zhang Qian47e22ce2018-01-04 15:38:38 +080012057 ucfg_ocb_init();
Sravan Kumar Kairam4af61cf2018-02-22 17:53:44 +053012058 ipa_init();
Mukul Sharmad75a6672017-06-22 15:40:53 +053012059}
12060
12061/**
12062 * component_deinit - API to deinit cld component's
12063 *
12064 * Return: None
12065 */
12066static void component_deinit(void)
12067{
Sravan Kumar Kairam4af61cf2018-02-22 17:53:44 +053012068 ipa_deinit();
Zhang Qian47e22ce2018-01-04 15:38:38 +080012069 ucfg_ocb_deinit();
Mukul Sharmad75a6672017-06-22 15:40:53 +053012070 pmo_deinit();
Nachiket Kukade98f562a2017-12-15 12:18:07 +053012071 disa_deinit();
Nachiket Kukade98f562a2017-12-15 12:18:07 +053012072}
12073
12074void hdd_component_psoc_enable(struct wlan_objmgr_psoc *psoc)
12075{
Zhang Qian47e22ce2018-01-04 15:38:38 +080012076 ocb_psoc_enable(psoc);
Nachiket Kukade98f562a2017-12-15 12:18:07 +053012077 disa_psoc_enable(psoc);
Nachiket Kukade98f562a2017-12-15 12:18:07 +053012078}
12079
12080void hdd_component_psoc_disable(struct wlan_objmgr_psoc *psoc)
12081{
Nachiket Kukade98f562a2017-12-15 12:18:07 +053012082 disa_psoc_disable(psoc);
Zhang Qian47e22ce2018-01-04 15:38:38 +080012083 ocb_psoc_disable(psoc);
Mukul Sharmad75a6672017-06-22 15:40:53 +053012084}
12085
12086/**
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012087 * __hdd_module_init - Module init helper
12088 *
12089 * Module init helper function used by both module and static driver.
12090 *
12091 * Return: 0 for success, errno on failure
12092 */
12093static int __hdd_module_init(void)
12094{
12095 int ret = 0;
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012096
Dustin Brown96cd9632017-11-13 12:45:04 -080012097 pr_err("%s: Loading driver v%s (%s)\n",
Dustin Brownab482ac2017-06-09 17:00:44 -070012098 WLAN_MODULE_NAME,
Dustin Brown96cd9632017-11-13 12:45:04 -080012099 g_wlan_driver_version,
Dustin Brownc1034df2018-02-07 14:51:32 -080012100 TIMER_MANAGER_STR MEMORY_DEBUG_STR PANIC_ON_BUG_STR);
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012101
Yuanyuan Liu1d8045c2016-04-06 16:40:49 -070012102 pld_init();
12103
Arunk Khandavalli2dc0c962016-10-20 12:37:26 +053012104 ret = hdd_init();
12105 if (ret) {
12106 pr_err("hdd_init failed %x\n", ret);
12107 goto err_hdd_init;
12108 }
12109
Rajeev Kumar97767a02016-11-30 11:20:40 -080012110 dispatcher_init();
12111
Mukul Sharmad75a6672017-06-22 15:40:53 +053012112 /* Ensure to call post objmgr init */
12113 component_init();
12114
Anurag Chouhana37b5b72016-02-21 14:53:42 +053012115 qdf_wake_lock_create(&wlan_wake_lock, "wlan");
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012116
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012117 hdd_set_conparam((uint32_t) con_mode);
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012118
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012119 ret = wlan_hdd_register_driver();
12120 if (ret) {
Mohit Khannafa99aea2016-05-12 21:43:13 -070012121 pr_err("%s: driver load failure, err %d\n", WLAN_MODULE_NAME,
12122 ret);
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012123 goto out;
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012124 }
12125
Sachin Ahuja16904db2017-12-13 19:56:57 +053012126 ret = wlan_hdd_state_ctrl_param_create();
12127 if (ret) {
12128 pr_err("wlan_hdd_state_create:%x\n", ret);
12129 goto out;
12130 }
12131
Anurag Chouhanf04e84f2016-03-03 10:12:12 +053012132 pr_info("%s: driver loaded\n", WLAN_MODULE_NAME);
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012133
12134 return 0;
12135out:
Anurag Chouhana37b5b72016-02-21 14:53:42 +053012136 qdf_wake_lock_destroy(&wlan_wake_lock);
Liangwei Dong9fcc7212017-10-24 13:43:52 +080012137 component_deinit();
Rajeev Kumar97767a02016-11-30 11:20:40 -080012138 dispatcher_deinit();
Arunk Khandavalli2dc0c962016-10-20 12:37:26 +053012139 hdd_deinit();
Rajeev Kumar97767a02016-11-30 11:20:40 -080012140
Arunk Khandavalli2dc0c962016-10-20 12:37:26 +053012141err_hdd_init:
Yuanyuan Liu1d8045c2016-04-06 16:40:49 -070012142 pld_deinit();
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012143 return ret;
12144}
12145
12146/**
12147 * __hdd_module_exit - Module exit helper
12148 *
12149 * Module exit helper function used by both module and static driver.
12150 */
12151static void __hdd_module_exit(void)
12152{
Will Huang36049722018-04-13 11:48:51 +080012153 struct hdd_context *hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
Ashish Kumar Dhanotiya7a031ce2017-01-23 13:11:30 +053012154
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012155 pr_info("%s: Unloading driver v%s\n", WLAN_MODULE_NAME,
12156 QWLAN_VERSIONSTR);
12157
Arunk Khandavalli830c9692018-03-22 12:17:40 +053012158 if (!hdd_wait_for_recovery_completion())
12159 return;
Arunk Khandavalli07ec8f62016-09-27 21:51:01 +053012160
Rajeev Kumar3505ae52018-05-10 18:44:45 -070012161 if (hdd_ctx)
12162 qdf_cancel_delayed_work(&hdd_ctx->iface_idle_work);
Will Huang36049722018-04-13 11:48:51 +080012163
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012164 wlan_hdd_unregister_driver();
12165
Anurag Chouhana37b5b72016-02-21 14:53:42 +053012166 qdf_wake_lock_destroy(&wlan_wake_lock);
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012167
Mukul Sharmad75a6672017-06-22 15:40:53 +053012168 /* Ensure to call prior to objmgr deinit */
12169 component_deinit();
12170
Rajeev Kumar97767a02016-11-30 11:20:40 -080012171 dispatcher_deinit();
Amar Singhal0928b192017-12-01 10:50:54 -080012172
12173 hdd_sysfs_destroy_version_interface();
12174
Arunk Khandavalli2dc0c962016-10-20 12:37:26 +053012175 hdd_deinit();
Yuanyuan Liu1d8045c2016-04-06 16:40:49 -070012176 pld_deinit();
12177
Sachin Ahujadddd2632017-03-07 19:07:24 +053012178 wlan_hdd_state_ctrl_param_destroy();
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012179}
12180
Arun Khandavallifae92942016-08-01 13:31:08 +053012181#ifndef MODULE
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012182/**
Arun Khandavallifae92942016-08-01 13:31:08 +053012183 * wlan_boot_cb() - Wlan boot callback
12184 * @kobj: object whose directory we're creating the link in.
12185 * @attr: attribute the user is interacting with
12186 * @buff: the buffer containing the user data
12187 * @count: number of bytes in the buffer
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012188 *
Arun Khandavallifae92942016-08-01 13:31:08 +053012189 * This callback is invoked when the fs is ready to start the
12190 * wlan driver initialization.
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012191 *
Arun Khandavallifae92942016-08-01 13:31:08 +053012192 * Return: 'count' on success or a negative error code in case of failure
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012193 */
Arun Khandavallifae92942016-08-01 13:31:08 +053012194static ssize_t wlan_boot_cb(struct kobject *kobj,
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012195 struct kobj_attribute *attr,
12196 const char *buf,
12197 size_t count)
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012198{
Arun Khandavallifae92942016-08-01 13:31:08 +053012199
Arun Khandavallifae92942016-08-01 13:31:08 +053012200 if (wlan_loader->loaded_state) {
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012201 pr_err("%s: wlan driver already initialized\n", __func__);
12202 return -EALREADY;
Arun Khandavallifae92942016-08-01 13:31:08 +053012203 }
12204
Arun Khandavallifae92942016-08-01 13:31:08 +053012205 if (__hdd_module_init()) {
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012206 pr_err("%s: wlan driver initialization failed\n", __func__);
12207 return -EIO;
12208 }
12209
12210 wlan_loader->loaded_state = MODULE_INITIALIZED;
Arun Khandavallifae92942016-08-01 13:31:08 +053012211
12212 return count;
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012213}
Arun Khandavallifae92942016-08-01 13:31:08 +053012214
12215/**
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012216 * hdd_sysfs_cleanup() - cleanup sysfs
12217 *
12218 * Return: None
12219 *
12220 */
12221static void hdd_sysfs_cleanup(void)
12222{
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012223 /* remove from group */
12224 if (wlan_loader->boot_wlan_obj && wlan_loader->attr_group)
12225 sysfs_remove_group(wlan_loader->boot_wlan_obj,
12226 wlan_loader->attr_group);
12227
12228 /* unlink the object from parent */
12229 kobject_del(wlan_loader->boot_wlan_obj);
12230
12231 /* free the object */
12232 kobject_put(wlan_loader->boot_wlan_obj);
12233
12234 kfree(wlan_loader->attr_group);
12235 kfree(wlan_loader);
12236
12237 wlan_loader = NULL;
12238}
12239
12240/**
Arun Khandavallifae92942016-08-01 13:31:08 +053012241 * wlan_init_sysfs() - Creates the sysfs to be invoked when the fs is
12242 * ready
12243 *
12244 * This is creates the syfs entry boot_wlan. Which shall be invoked
12245 * when the filesystem is ready.
12246 *
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012247 * QDF API cannot be used here since this function is called even before
12248 * initializing WLAN driver.
12249 *
Srinivas Girigowda5e7dafe2016-11-02 14:09:13 -070012250 * Return: 0 for success, errno on failure
Arun Khandavallifae92942016-08-01 13:31:08 +053012251 */
12252static int wlan_init_sysfs(void)
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012253{
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012254 int ret = -ENOMEM;
Arun Khandavallifae92942016-08-01 13:31:08 +053012255
12256 wlan_loader = kzalloc(sizeof(*wlan_loader), GFP_KERNEL);
Srinivas Girigowdab841da72017-03-25 18:04:39 -070012257 if (!wlan_loader)
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012258 return -ENOMEM;
Arun Khandavallifae92942016-08-01 13:31:08 +053012259
12260 wlan_loader->boot_wlan_obj = NULL;
12261 wlan_loader->attr_group = kzalloc(sizeof(*(wlan_loader->attr_group)),
12262 GFP_KERNEL);
Srinivas Girigowdab841da72017-03-25 18:04:39 -070012263 if (!wlan_loader->attr_group)
Arun Khandavallifae92942016-08-01 13:31:08 +053012264 goto error_return;
Arun Khandavallifae92942016-08-01 13:31:08 +053012265
12266 wlan_loader->loaded_state = 0;
12267 wlan_loader->attr_group->attrs = attrs;
12268
12269 wlan_loader->boot_wlan_obj = kobject_create_and_add("boot_wlan",
12270 kernel_kobj);
12271 if (!wlan_loader->boot_wlan_obj) {
12272 pr_err("%s: sysfs create and add failed\n", __func__);
Arun Khandavallifae92942016-08-01 13:31:08 +053012273 goto error_return;
12274 }
12275
12276 ret = sysfs_create_group(wlan_loader->boot_wlan_obj,
12277 wlan_loader->attr_group);
12278 if (ret) {
12279 pr_err("%s: sysfs create group failed %d\n", __func__, ret);
12280 goto error_return;
12281 }
12282
12283 return 0;
12284
12285error_return:
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012286 hdd_sysfs_cleanup();
Arun Khandavallifae92942016-08-01 13:31:08 +053012287
12288 return ret;
12289}
12290
12291/**
12292 * wlan_deinit_sysfs() - Removes the sysfs created to initialize the wlan
12293 *
12294 * Return: 0 on success or errno on failure
12295 */
12296static int wlan_deinit_sysfs(void)
12297{
Arun Khandavallifae92942016-08-01 13:31:08 +053012298 if (!wlan_loader) {
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080012299 hdd_err("wlan loader context is Null!");
Arun Khandavallifae92942016-08-01 13:31:08 +053012300 return -EINVAL;
12301 }
12302
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012303 hdd_sysfs_cleanup();
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012304 return 0;
12305}
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012306
Mahesh Kumar Kalikot Veetil5a3dec62016-11-02 12:46:40 -070012307#endif /* MODULE */
Arun Khandavallifae92942016-08-01 13:31:08 +053012308
12309#ifdef MODULE
12310/**
12311 * __hdd_module_init - Module init helper
12312 *
12313 * Module init helper function used by both module and static driver.
12314 *
12315 * Return: 0 for success, errno on failure
12316 */
12317static int hdd_module_init(void)
12318{
Arun Khandavallifae92942016-08-01 13:31:08 +053012319 if (__hdd_module_init()) {
12320 pr_err("%s: Failed to register handler\n", __func__);
Dustin Brownab482ac2017-06-09 17:00:44 -070012321 return -EINVAL;
Arun Khandavallifae92942016-08-01 13:31:08 +053012322 }
12323
Dustin Brownab482ac2017-06-09 17:00:44 -070012324 return 0;
Arun Khandavallifae92942016-08-01 13:31:08 +053012325}
12326#else
12327static int __init hdd_module_init(void)
12328{
12329 int ret = -EINVAL;
12330
12331 ret = wlan_init_sysfs();
Srinivas Girigowda5e7dafe2016-11-02 14:09:13 -070012332 if (ret)
Arun Khandavallifae92942016-08-01 13:31:08 +053012333 pr_err("Failed to create sysfs entry for loading wlan");
12334
12335 return ret;
12336}
12337#endif
12338
12339
12340#ifdef MODULE
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012341/**
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012342 * hdd_module_exit() - Exit function
12343 *
12344 * This is the driver exit point (invoked when module is unloaded using rmmod)
12345 *
12346 * Return: None
12347 */
12348static void __exit hdd_module_exit(void)
12349{
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012350 __hdd_module_exit();
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012351}
Arun Khandavallifae92942016-08-01 13:31:08 +053012352#else
12353static void __exit hdd_module_exit(void)
12354{
12355 __hdd_module_exit();
12356 wlan_deinit_sysfs();
12357}
12358#endif
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012359
Srinivas Girigowda841da292018-02-21 16:33:00 -080012360static int fwpath_changed_handler(const char *kmessage,
12361 const struct kernel_param *kp)
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012362{
12363 return param_set_copystring(kmessage, kp);
12364}
Prashanth Bhatta5da711e2015-11-30 14:28:52 -080012365
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012366/**
12367 * is_con_mode_valid() check con mode is valid or not
12368 * @mode: global con mode
12369 *
12370 * Return: TRUE on success FALSE on failure
12371 */
Jeff Johnson876c1a62017-12-12 10:43:07 -080012372static bool is_con_mode_valid(enum QDF_GLOBAL_MODE mode)
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012373{
12374 switch (mode) {
12375 case QDF_GLOBAL_MONITOR_MODE:
12376 case QDF_GLOBAL_FTM_MODE:
12377 case QDF_GLOBAL_EPPING_MODE:
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012378 case QDF_GLOBAL_MISSION_MODE:
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012379 return true;
12380 default:
12381 return false;
12382 }
12383}
12384
12385/**
12386 * hdd_get_adpter_mode() - returns adapter mode based on global con mode
12387 * @mode: global con mode
12388 *
12389 * Return: adapter mode
12390 */
Jeff Johnsonc1e62782017-11-09 09:50:17 -080012391static enum QDF_OPMODE hdd_get_adpter_mode(
Jeff Johnson876c1a62017-12-12 10:43:07 -080012392 enum QDF_GLOBAL_MODE mode)
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012393{
12394
12395 switch (mode) {
12396 case QDF_GLOBAL_MISSION_MODE:
12397 return QDF_STA_MODE;
12398 case QDF_GLOBAL_MONITOR_MODE:
12399 return QDF_MONITOR_MODE;
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012400 case QDF_GLOBAL_EPPING_MODE:
12401 return QDF_EPPING_MODE;
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012402 case QDF_GLOBAL_FTM_MODE:
12403 return QDF_FTM_MODE;
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012404 case QDF_GLOBAL_QVIT_MODE:
12405 return QDF_QVIT_MODE;
12406 default:
12407 return QDF_MAX_NO_OF_MODE;
12408 }
12409}
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012410
Dustin Brown27cd9942017-09-27 16:11:44 -070012411static void hdd_stop_present_mode(struct hdd_context *hdd_ctx,
Jeff Johnson876c1a62017-12-12 10:43:07 -080012412 enum QDF_GLOBAL_MODE curr_mode)
Dustin Brown27cd9942017-09-27 16:11:44 -070012413{
12414 if (hdd_ctx->driver_status == DRIVER_MODULES_CLOSED)
12415 return;
12416
12417 switch (curr_mode) {
Dustin Brown27cd9942017-09-27 16:11:44 -070012418 case QDF_GLOBAL_MONITOR_MODE:
Arunk Khandavalliebd1e372017-11-06 15:00:24 +053012419 hdd_info("Release wakelock for monitor mode!");
12420 qdf_wake_lock_release(&hdd_ctx->monitor_mode_wakelock,
12421 WIFI_POWER_EVENT_WAKELOCK_MONITOR_MODE);
Dundi Raviteja0a2a65b2018-04-30 12:34:11 +053012422 /* fallthrough */
Arunk Khandavalliebd1e372017-11-06 15:00:24 +053012423 case QDF_GLOBAL_MISSION_MODE:
Dustin Brown27cd9942017-09-27 16:11:44 -070012424 case QDF_GLOBAL_FTM_MODE:
12425 hdd_abort_mac_scan_all_adapters(hdd_ctx);
Sourav Mohapatra001cfaf2018-02-28 11:30:46 +053012426 wlan_cfg80211_cleanup_scan_queue(hdd_ctx->hdd_pdev, NULL);
Dustin Browndb2a8be2017-12-20 11:49:56 -080012427 hdd_stop_all_adapters(hdd_ctx);
Dustin Brown27cd9942017-09-27 16:11:44 -070012428
Dustin Brown27cd9942017-09-27 16:11:44 -070012429 break;
12430 default:
12431 break;
12432 }
12433}
12434
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012435static void hdd_cleanup_present_mode(struct hdd_context *hdd_ctx,
Jeff Johnson876c1a62017-12-12 10:43:07 -080012436 enum QDF_GLOBAL_MODE curr_mode)
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012437{
Ashish Kumar Dhanotiya00243132017-01-24 16:37:34 +053012438 int driver_status;
12439
12440 driver_status = hdd_ctx->driver_status;
12441
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012442 switch (curr_mode) {
12443 case QDF_GLOBAL_MISSION_MODE:
12444 case QDF_GLOBAL_MONITOR_MODE:
12445 case QDF_GLOBAL_FTM_MODE:
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012446 hdd_deinit_all_adapters(hdd_ctx, false);
12447 hdd_close_all_adapters(hdd_ctx, false);
12448 break;
12449 case QDF_GLOBAL_EPPING_MODE:
12450 epping_disable();
12451 epping_close();
12452 break;
12453 default:
12454 return;
12455 }
12456}
12457
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012458static int hdd_register_req_mode(struct hdd_context *hdd_ctx,
Jeff Johnson876c1a62017-12-12 10:43:07 -080012459 enum QDF_GLOBAL_MODE mode)
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012460{
Jeff Johnson9d295242017-08-29 14:39:48 -070012461 struct hdd_adapter *adapter;
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012462 int ret = 0;
12463 bool rtnl_held;
12464 qdf_device_t qdf_dev = cds_get_context(QDF_MODULE_ID_QDF_DEVICE);
12465 QDF_STATUS status;
12466
12467 if (!qdf_dev) {
12468 hdd_err("qdf device context is Null return!");
12469 return -EINVAL;
12470 }
12471
12472 rtnl_held = hdd_hold_rtnl_lock();
12473 switch (mode) {
12474 case QDF_GLOBAL_MISSION_MODE:
Jeff Johnson957bc272017-02-02 08:54:48 -080012475 ret = hdd_open_interfaces(hdd_ctx, rtnl_held);
12476 if (ret)
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080012477 hdd_err("Failed to open interfaces: %d", ret);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012478 break;
12479 case QDF_GLOBAL_FTM_MODE:
12480 adapter = hdd_open_adapter(hdd_ctx, QDF_FTM_MODE, "wlan%d",
12481 wlan_hdd_get_intf_addr(hdd_ctx),
12482 NET_NAME_UNKNOWN, rtnl_held);
12483 if (adapter == NULL)
12484 ret = -EINVAL;
12485 break;
12486 case QDF_GLOBAL_MONITOR_MODE:
12487 adapter = hdd_open_adapter(hdd_ctx, QDF_MONITOR_MODE, "wlan%d",
12488 wlan_hdd_get_intf_addr(hdd_ctx),
12489 NET_NAME_UNKNOWN, rtnl_held);
12490 if (adapter == NULL)
12491 ret = -EINVAL;
12492 break;
12493 case QDF_GLOBAL_EPPING_MODE:
12494 status = epping_open();
Srinivas Girigowdab841da72017-03-25 18:04:39 -070012495 if (status != QDF_STATUS_SUCCESS) {
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012496 hdd_err("Failed to open in eeping mode: %d", status);
12497 ret = -EINVAL;
12498 break;
12499 }
12500 ret = epping_enable(qdf_dev->dev);
12501 if (ret) {
12502 hdd_err("Failed to enable in epping mode : %d", ret);
12503 epping_close();
12504 }
12505 break;
12506 default:
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080012507 hdd_err("Mode not supported");
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012508 ret = -ENOTSUPP;
12509 break;
12510 }
12511 hdd_release_rtnl_lock();
12512 rtnl_held = false;
12513 return ret;
12514}
12515
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012516/**
Arunk Khandavalli2dc0c962016-10-20 12:37:26 +053012517 * __con_mode_handler() - Handles module param con_mode change
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012518 * @kmessage: con mode name on which driver to be bring up
12519 * @kp: The associated kernel parameter
Arunk Khandavalli2dc0c962016-10-20 12:37:26 +053012520 * @hdd_ctx: Pointer to the global HDD context
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012521 *
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012522 * This function is invoked when user updates con mode using sys entry,
12523 * to initialize and bring-up driver in that specific mode.
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012524 *
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012525 * Return - 0 on success and failure code on failure
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012526 */
Srinivas Girigowda841da292018-02-21 16:33:00 -080012527static int __con_mode_handler(const char *kmessage,
12528 const struct kernel_param *kp,
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012529 struct hdd_context *hdd_ctx)
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012530{
12531 int ret;
Jeff Johnson876c1a62017-12-12 10:43:07 -080012532 enum QDF_GLOBAL_MODE curr_mode;
Jeff Johnsonc1e62782017-11-09 09:50:17 -080012533 enum QDF_OPMODE adapter_mode;
Dustin Brown20024e32018-01-03 12:34:58 -080012534 int new_con_mode;
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012535
Dustin Brownab6029b2017-05-24 13:04:19 -070012536 hdd_info("con_mode handler: %s", kmessage);
12537
Arunk Khandavalli2dc0c962016-10-20 12:37:26 +053012538 ret = wlan_hdd_validate_context(hdd_ctx);
12539 if (ret)
12540 return ret;
12541
Sourav Mohapatra421d42b2017-12-29 16:33:23 +053012542 qdf_atomic_set(&hdd_ctx->con_mode_flag, 1);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012543 cds_set_load_in_progress(true);
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012544
Dustin Brown20024e32018-01-03 12:34:58 -080012545 ret = kstrtoint(kmessage, 0, &new_con_mode);
12546 if (ret) {
12547 hdd_err("Failed to parse con_mode '%s'", kmessage);
12548 goto reset_flags;
12549 }
Sourav Mohapatra421d42b2017-12-29 16:33:23 +053012550 mutex_lock(&hdd_init_deinit_lock);
Arun Khandavallifae92942016-08-01 13:31:08 +053012551
Dustin Brown20024e32018-01-03 12:34:58 -080012552 if (!is_con_mode_valid(new_con_mode)) {
12553 hdd_err("invalid con_mode %d", new_con_mode);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012554 ret = -EINVAL;
12555 goto reset_flags;
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012556 }
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012557
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012558 curr_mode = hdd_get_conparam();
Dustin Brown20024e32018-01-03 12:34:58 -080012559 if (curr_mode == new_con_mode) {
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012560 hdd_err("curr mode: %d is same as user triggered mode %d",
Dustin Brown20024e32018-01-03 12:34:58 -080012561 curr_mode, new_con_mode);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012562 ret = 0;
12563 goto reset_flags;
Hanumanth Reddy Pothula7d51b1d2016-09-21 19:11:20 +053012564 }
12565
Dustin Brown27cd9942017-09-27 16:11:44 -070012566 /* ensure adapters are stopped */
12567 hdd_stop_present_mode(hdd_ctx, curr_mode);
12568
Frank Liu6666f832018-01-04 10:06:05 +080012569 /* Cleanup present mode before switching to new mode */
12570 hdd_cleanup_present_mode(hdd_ctx, curr_mode);
12571
Rajeev Kumar3fef4e82017-03-31 20:25:23 -070012572 ret = hdd_wlan_stop_modules(hdd_ctx, true);
Arun Khandavallifae92942016-08-01 13:31:08 +053012573 if (ret) {
12574 hdd_err("Stop wlan modules failed");
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012575 goto reset_flags;
12576 }
12577
Ashish Kumar Dhanotiyacda57662017-08-14 14:45:25 +053012578
Dustin Brown20024e32018-01-03 12:34:58 -080012579 hdd_set_conparam(new_con_mode);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012580
Frank Liu6666f832018-01-04 10:06:05 +080012581 /*
12582 * Set ACTIVE domain before adapters created, otherwise check domain
12583 * match will fail when cleanup adapters.
12584 */
12585 hdd_debug_domain_set(QDF_DEBUG_DOMAIN_ACTIVE);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012586 /* Register for new con_mode & then kick_start modules again */
Dustin Brown20024e32018-01-03 12:34:58 -080012587 ret = hdd_register_req_mode(hdd_ctx, new_con_mode);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012588 if (ret) {
12589 hdd_err("Failed to register for new mode");
12590 goto reset_flags;
12591 }
12592
Dustin Brown20024e32018-01-03 12:34:58 -080012593 adapter_mode = hdd_get_adpter_mode(new_con_mode);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012594 if (adapter_mode == QDF_MAX_NO_OF_MODE) {
12595 hdd_err("invalid adapter");
12596 ret = -EINVAL;
12597 goto reset_flags;
Arun Khandavallifae92942016-08-01 13:31:08 +053012598 }
12599
Dustin Browne7e71d32018-05-11 16:00:08 -070012600 ret = hdd_wlan_start_modules(hdd_ctx, false);
Arun Khandavallifae92942016-08-01 13:31:08 +053012601 if (ret) {
12602 hdd_err("Start wlan modules failed: %d", ret);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012603 goto reset_flags;
Arun Khandavallifae92942016-08-01 13:31:08 +053012604 }
12605
Dustin Brown20024e32018-01-03 12:34:58 -080012606 if (new_con_mode == QDF_GLOBAL_MONITOR_MODE) {
Dustin Browne7e71d32018-05-11 16:00:08 -070012607 struct hdd_adapter *adapter =
12608 hdd_get_adapter(hdd_ctx, adapter_mode);
12609
12610 if (!adapter) {
12611 hdd_err("Failed to get adapter:%d", adapter_mode);
12612 goto reset_flags;
12613 }
12614
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012615 if (hdd_start_adapter(adapter)) {
12616 hdd_err("Failed to start %s adapter", kmessage);
12617 ret = -EINVAL;
12618 goto reset_flags;
12619 }
Arun Khandavallifae92942016-08-01 13:31:08 +053012620
Arunk Khandavalliebd1e372017-11-06 15:00:24 +053012621 hdd_info("Acquire wakelock for monitor mode!");
12622 qdf_wake_lock_acquire(&hdd_ctx->monitor_mode_wakelock,
12623 WIFI_POWER_EVENT_WAKELOCK_MONITOR_MODE);
12624 }
12625
Dustin Brown20024e32018-01-03 12:34:58 -080012626 /* con_mode is a global module parameter */
12627 con_mode = new_con_mode;
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012628 hdd_info("Mode successfully changed to %s", kmessage);
12629 ret = 0;
12630
12631reset_flags:
Sourav Mohapatra421d42b2017-12-29 16:33:23 +053012632 mutex_unlock(&hdd_init_deinit_lock);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012633 cds_set_load_in_progress(false);
Sourav Mohapatra421d42b2017-12-29 16:33:23 +053012634 qdf_atomic_set(&hdd_ctx->con_mode_flag, 0);
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012635 return ret;
12636}
12637
12638
Srinivas Girigowda841da292018-02-21 16:33:00 -080012639static int con_mode_handler(const char *kmessage, const struct kernel_param *kp)
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012640{
12641 int ret;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012642 struct hdd_context *hdd_ctx;
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012643
12644 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
12645 ret = wlan_hdd_validate_context(hdd_ctx);
12646 if (ret)
12647 return ret;
12648
Ashish Kumar Dhanotiya759b3272018-05-18 17:49:46 +053012649 if (!cds_wait_for_external_threads_completion(__func__)) {
12650 hdd_warn("External threads are still active, can not change mode");
12651 return -EAGAIN;
12652 }
12653
Arun Khandavalli16fd1ee2016-10-08 17:47:07 +053012654 cds_ssr_protect(__func__);
12655 ret = __con_mode_handler(kmessage, kp, hdd_ctx);
12656 cds_ssr_unprotect(__func__);
12657
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012658 return ret;
12659}
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012660
Arunk Khandavalliba3d5582017-07-11 19:48:32 +053012661static int con_mode_handler_ftm(const char *kmessage,
Srinivas Girigowda841da292018-02-21 16:33:00 -080012662 const struct kernel_param *kp)
Arunk Khandavalliba3d5582017-07-11 19:48:32 +053012663{
12664 int ret;
12665
12666 ret = param_set_int(kmessage, kp);
12667
12668 if (con_mode_ftm != QDF_GLOBAL_FTM_MODE) {
12669 pr_err("Only FTM mode supported!");
12670 return -ENOTSUPP;
12671 }
12672
12673 hdd_set_conparam(con_mode_ftm);
12674 con_mode = con_mode_ftm;
12675
12676 return ret;
12677}
12678
Ravi Joshia307f632017-07-17 23:41:41 -070012679static int con_mode_handler_monitor(const char *kmessage,
Srinivas Girigowda841da292018-02-21 16:33:00 -080012680 const struct kernel_param *kp)
Ravi Joshia307f632017-07-17 23:41:41 -070012681{
12682 int ret;
12683
12684 ret = param_set_int(kmessage, kp);
12685
12686 if (con_mode_monitor != QDF_GLOBAL_MONITOR_MODE) {
12687 pr_err("Only Monitor mode supported!");
12688 return -ENOTSUPP;
12689 }
12690
12691 hdd_set_conparam(con_mode_monitor);
12692 con_mode = con_mode_monitor;
12693
12694 return ret;
12695}
12696
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012697/**
12698 * hdd_get_conparam() - driver exit point
12699 *
12700 * This is the driver exit point (invoked when module is unloaded using rmmod)
12701 *
Jeff Johnson876c1a62017-12-12 10:43:07 -080012702 * Return: enum QDF_GLOBAL_MODE
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012703 */
Jeff Johnson876c1a62017-12-12 10:43:07 -080012704enum QDF_GLOBAL_MODE hdd_get_conparam(void)
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012705{
Jeff Johnson876c1a62017-12-12 10:43:07 -080012706 return (enum QDF_GLOBAL_MODE) curr_con_mode;
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012707}
12708
Prashanth Bhatta05aaf012015-12-10 17:34:24 -080012709void hdd_set_conparam(uint32_t con_param)
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012710{
Prashanth Bhatta05aaf012015-12-10 17:34:24 -080012711 curr_con_mode = con_param;
Prashanth Bhattaedd6ca22015-12-10 17:21:29 -080012712}
12713
Komal Seelamc11bb222016-01-27 18:57:10 +053012714/**
Manishekar Chandrasekaran9e8c7be2016-08-03 14:57:14 +053012715 * hdd_clean_up_pre_cac_interface() - Clean up the pre cac interface
12716 * @hdd_ctx: HDD context
12717 *
12718 * Cleans up the pre cac interface, if it exists
12719 *
12720 * Return: None
12721 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012722void hdd_clean_up_pre_cac_interface(struct hdd_context *hdd_ctx)
Manishekar Chandrasekaran9e8c7be2016-08-03 14:57:14 +053012723{
12724 uint8_t session_id;
12725 QDF_STATUS status;
Jeff Johnson85b5c112017-08-11 15:15:23 -070012726 struct hdd_adapter *precac_adapter;
Manishekar Chandrasekaran9e8c7be2016-08-03 14:57:14 +053012727
12728 status = wlan_sap_get_pre_cac_vdev_id(hdd_ctx->hHal, &session_id);
12729 if (QDF_IS_STATUS_ERROR(status)) {
12730 hdd_err("failed to get pre cac vdev id");
12731 return;
12732 }
12733
12734 precac_adapter = hdd_get_adapter_by_vdev(hdd_ctx, session_id);
12735 if (!precac_adapter) {
Jeff Johnsondd2f1fc2018-05-06 11:22:52 -070012736 hdd_err("invalid pre cac adapter");
Manishekar Chandrasekaran9e8c7be2016-08-03 14:57:14 +053012737 return;
12738 }
12739
12740 qdf_create_work(0, &hdd_ctx->sap_pre_cac_work,
12741 wlan_hdd_sap_pre_cac_failure,
12742 (void *)precac_adapter);
12743 qdf_sched_work(0, &hdd_ctx->sap_pre_cac_work);
12744
12745}
12746
12747/**
Komal Seelamec702b02016-02-24 18:42:16 +053012748 * hdd_update_ol_config - API to update ol configuration parameters
12749 * @hdd_ctx: HDD context
Komal Seelamc11bb222016-01-27 18:57:10 +053012750 *
Komal Seelamc11bb222016-01-27 18:57:10 +053012751 * Return: void
12752 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012753static void hdd_update_ol_config(struct hdd_context *hdd_ctx)
Komal Seelamc11bb222016-01-27 18:57:10 +053012754{
Komal Seelamec702b02016-02-24 18:42:16 +053012755 struct ol_config_info cfg;
Anurag Chouhandf2b2682016-02-29 14:15:27 +053012756 struct ol_context *ol_ctx = cds_get_context(QDF_MODULE_ID_BMI);
Komal Seelamc11bb222016-01-27 18:57:10 +053012757
Komal Seelamec702b02016-02-24 18:42:16 +053012758 if (!ol_ctx)
12759 return;
12760
12761 cfg.enable_self_recovery = hdd_ctx->config->enableSelfRecovery;
12762 cfg.enable_uart_print = hdd_ctx->config->enablefwprint;
12763 cfg.enable_fw_log = hdd_ctx->config->enable_fw_log;
12764 cfg.enable_ramdump_collection = hdd_ctx->config->is_ramdump_enabled;
Jeff Johnsonb8bf9072016-09-23 17:39:27 -070012765 cfg.enable_lpass_support = hdd_lpass_is_supported(hdd_ctx);
Komal Seelamec702b02016-02-24 18:42:16 +053012766
12767 ol_init_ini_config(ol_ctx, &cfg);
12768}
12769
Houston Hoffmanc7c69f02016-03-24 22:45:52 -070012770#ifdef FEATURE_RUNTIME_PM
12771/**
12772 * hdd_populate_runtime_cfg() - populate runtime configuration
12773 * @hdd_ctx: hdd context
12774 * @cfg: pointer to the configuration memory being populated
12775 *
12776 * Return: void
12777 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012778static void hdd_populate_runtime_cfg(struct hdd_context *hdd_ctx,
Houston Hoffmanc7c69f02016-03-24 22:45:52 -070012779 struct hif_config_info *cfg)
12780{
12781 cfg->enable_runtime_pm = hdd_ctx->config->runtime_pm;
12782 cfg->runtime_pm_delay = hdd_ctx->config->runtime_pm_delay;
12783}
12784#else
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012785static void hdd_populate_runtime_cfg(struct hdd_context *hdd_ctx,
Houston Hoffmanc7c69f02016-03-24 22:45:52 -070012786 struct hif_config_info *cfg)
12787{
12788}
12789#endif
12790
Komal Seelamec702b02016-02-24 18:42:16 +053012791/**
12792 * hdd_update_hif_config - API to update HIF configuration parameters
12793 * @hdd_ctx: HDD Context
12794 *
12795 * Return: void
12796 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012797static void hdd_update_hif_config(struct hdd_context *hdd_ctx)
Komal Seelamec702b02016-02-24 18:42:16 +053012798{
Anurag Chouhandf2b2682016-02-29 14:15:27 +053012799 struct hif_opaque_softc *scn = cds_get_context(QDF_MODULE_ID_HIF);
Komal Seelamec702b02016-02-24 18:42:16 +053012800 struct hif_config_info cfg;
12801
12802 if (!scn)
12803 return;
12804
12805 cfg.enable_self_recovery = hdd_ctx->config->enableSelfRecovery;
Houston Hoffmanc7c69f02016-03-24 22:45:52 -070012806 hdd_populate_runtime_cfg(hdd_ctx, &cfg);
Komal Seelamec702b02016-02-24 18:42:16 +053012807 hif_init_ini_config(scn, &cfg);
Dustin Brownee3e0592017-09-07 13:50:11 -070012808
12809 if (hdd_ctx->config->prevent_link_down)
12810 hif_vote_link_up(scn);
Komal Seelamec702b02016-02-24 18:42:16 +053012811}
12812
12813/**
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -070012814 * hdd_update_dp_config() - Propagate config parameters to Lithium
12815 * datapath
12816 * @hdd_ctx: HDD Context
12817 *
12818 * Return: 0 for success/errno for failure
12819 */
12820static int hdd_update_dp_config(struct hdd_context *hdd_ctx)
12821{
12822 struct cdp_config_params params;
12823 QDF_STATUS status;
12824
12825 params.tso_enable = hdd_ctx->config->tso_enable;
12826 params.lro_enable = hdd_ctx->config->lro_enable;
12827#ifdef QCA_LL_TX_FLOW_CONTROL_V2
12828 params.tx_flow_stop_queue_threshold =
12829 hdd_ctx->config->TxFlowStopQueueThreshold;
12830 params.tx_flow_start_queue_offset =
12831 hdd_ctx->config->TxFlowStartQueueOffset;
12832#endif
12833 params.flow_steering_enable = hdd_ctx->config->flow_steering_enable;
12834 params.napi_enable = hdd_ctx->napi_enable;
12835 params.tcp_udp_checksumoffload =
12836 hdd_ctx->config->enable_ip_tcp_udp_checksum_offload;
12837
12838 status = cdp_update_config_parameters(
12839 cds_get_context(QDF_MODULE_ID_SOC),
12840 &params);
12841 if (status) {
Dustin Browna2868622018-03-20 11:38:14 -070012842 hdd_err("Failed to attach config parameters");
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -070012843 return status;
12844 }
12845
12846 return 0;
12847}
12848
12849/**
Komal Seelamec702b02016-02-24 18:42:16 +053012850 * hdd_update_config() - Initialize driver per module ini parameters
12851 * @hdd_ctx: HDD Context
12852 *
12853 * API is used to initialize all driver per module configuration parameters
Arun Khandavallic811dcc2016-06-26 07:37:21 +053012854 * Return: 0 for success, errno for failure
Komal Seelamec702b02016-02-24 18:42:16 +053012855 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012856int hdd_update_config(struct hdd_context *hdd_ctx)
Komal Seelamec702b02016-02-24 18:42:16 +053012857{
Arun Khandavallic811dcc2016-06-26 07:37:21 +053012858 int ret;
12859
Komal Seelamec702b02016-02-24 18:42:16 +053012860 hdd_update_ol_config(hdd_ctx);
12861 hdd_update_hif_config(hdd_ctx);
Arun Khandavallic811dcc2016-06-26 07:37:21 +053012862 if (QDF_GLOBAL_FTM_MODE == hdd_get_conparam())
12863 ret = hdd_update_cds_config_ftm(hdd_ctx);
12864 else
12865 ret = hdd_update_cds_config(hdd_ctx);
Tushnim Bhattacharyya329514d2017-02-07 09:14:25 -080012866 ret = hdd_update_user_config(hdd_ctx);
Arun Khandavallic811dcc2016-06-26 07:37:21 +053012867
12868 return ret;
Komal Seelamc11bb222016-01-27 18:57:10 +053012869}
12870
Mukul Sharma9d797a02017-01-05 20:26:03 +053012871#ifdef FEATURE_WLAN_RA_FILTERING
12872/**
12873 * hdd_ra_populate_cds_config() - Populate RA filtering cds configuration
12874 * @psoc_cfg: pmo psoc Configuration
12875 * @hdd_ctx: Pointer to hdd context
12876 *
12877 * Return: none
12878 */
12879static inline void hdd_ra_populate_pmo_config(
12880 struct pmo_psoc_cfg *psoc_cfg,
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012881 struct hdd_context *hdd_ctx)
Mukul Sharma9d797a02017-01-05 20:26:03 +053012882{
12883 psoc_cfg->ra_ratelimit_interval =
12884 hdd_ctx->config->RArateLimitInterval;
12885 psoc_cfg->ra_ratelimit_enable =
12886 hdd_ctx->config->IsRArateLimitEnabled;
12887}
12888#else
12889static inline void hdd_ra_populate_pmo_config(
12890 struct cds_config_info *cds_cfg,
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012891 struct hdd_context *hdd_ctx)
Mukul Sharma9d797a02017-01-05 20:26:03 +053012892{
12893}
12894#endif
Will Huang3cd2b7c2017-11-17 13:16:56 +080012895
Mukul Sharma9d797a02017-01-05 20:26:03 +053012896/**
12897 * hdd_update_pmo_config - API to update pmo configuration parameters
12898 * @hdd_ctx: HDD context
12899 *
12900 * Return: void
12901 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070012902static int hdd_update_pmo_config(struct hdd_context *hdd_ctx)
Mukul Sharma9d797a02017-01-05 20:26:03 +053012903{
Mukul Sharma9d797a02017-01-05 20:26:03 +053012904 struct pmo_psoc_cfg psoc_cfg;
12905 QDF_STATUS status;
12906
12907 /*
12908 * Value of hdd_ctx->wowEnable can be,
12909 * 0 - Disable both magic pattern match and pattern byte match.
12910 * 1 - Enable magic pattern match on all interfaces.
12911 * 2 - Enable pattern byte match on all interfaces.
12912 * 3 - Enable both magic patter and pattern byte match on
12913 * all interfaces.
12914 */
12915 psoc_cfg.magic_ptrn_enable =
12916 (hdd_ctx->config->wowEnable & 0x01) ? true : false;
12917 psoc_cfg.ptrn_match_enable_all_vdev =
12918 (hdd_ctx->config->wowEnable & 0x02) ? true : false;
Dustin Brownb9987af2018-03-01 17:15:11 -080012919 psoc_cfg.apf_enable = hdd_ctx->config->bpf_packet_filter_enable;
Mukul Sharma9d797a02017-01-05 20:26:03 +053012920 psoc_cfg.arp_offload_enable = hdd_ctx->config->fhostArpOffload;
Dustin Brown1224e212017-05-12 14:02:12 -070012921 psoc_cfg.hw_filter_mode = hdd_ctx->config->hw_filter_mode;
Dustin Brownb9987af2018-03-01 17:15:11 -080012922 psoc_cfg.ns_offload_enable_dynamic = hdd_ctx->config->fhostNSOffload;
Mukul Sharma9d797a02017-01-05 20:26:03 +053012923 psoc_cfg.ns_offload_enable_static = hdd_ctx->config->fhostNSOffload;
Dustin Brownb9987af2018-03-01 17:15:11 -080012924 psoc_cfg.packet_filter_enabled = !hdd_ctx->config->disablePacketFilter;
Mukul Sharma9d797a02017-01-05 20:26:03 +053012925 psoc_cfg.ssdp = hdd_ctx->config->ssdp;
12926 psoc_cfg.enable_mc_list = hdd_ctx->config->fEnableMCAddrList;
Dustin Brownb9987af2018-03-01 17:15:11 -080012927 psoc_cfg.active_mode_offload = hdd_ctx->config->active_mode_offload;
Mukul Sharma9d797a02017-01-05 20:26:03 +053012928 psoc_cfg.ap_arpns_support = hdd_ctx->ap_arpns_support;
Will Huang3cd2b7c2017-11-17 13:16:56 +080012929 psoc_cfg.d0_wow_supported = wma_d0_wow_is_supported();
Mukul Sharma9223f232017-03-08 18:42:27 +053012930 psoc_cfg.sta_dynamic_dtim = hdd_ctx->config->enableDynamicDTIM;
12931 psoc_cfg.sta_mod_dtim = hdd_ctx->config->enableModulatedDTIM;
12932 psoc_cfg.sta_max_li_mod_dtim = hdd_ctx->config->fMaxLIModulatedDTIM;
Dustin Brownb9987af2018-03-01 17:15:11 -080012933 psoc_cfg.power_save_mode = hdd_ctx->config->enablePowersaveOffload;
Ravi Kumar Bokka05c14e52017-03-27 14:48:23 +053012934 psoc_cfg.auto_power_save_fail_mode =
12935 hdd_ctx->config->auto_pwr_save_fail_mode;
Mukul Sharma9d797a02017-01-05 20:26:03 +053012936
12937 hdd_ra_populate_pmo_config(&psoc_cfg, hdd_ctx);
Mukul Sharma9223f232017-03-08 18:42:27 +053012938 hdd_nan_populate_pmo_config(&psoc_cfg, hdd_ctx);
12939 hdd_lpass_populate_pmo_config(&psoc_cfg, hdd_ctx);
Mukul Sharma9d797a02017-01-05 20:26:03 +053012940
Dustin Brownb9987af2018-03-01 17:15:11 -080012941 status = ucfg_pmo_update_psoc_config(hdd_ctx->hdd_psoc, &psoc_cfg);
12942 if (QDF_IS_STATUS_ERROR(status))
12943 hdd_err("failed pmo psoc configuration; status:%d", status);
12944
12945 return qdf_status_to_os_return(status);
Mukul Sharma9d797a02017-01-05 20:26:03 +053012946}
12947
Abhishek Singhb20db962017-03-03 21:28:46 +053012948#ifdef FEATURE_WLAN_SCAN_PNO
12949static inline void hdd_update_pno_config(struct pno_user_cfg *pno_cfg,
12950 struct hdd_config *cfg)
12951{
Varun Reddy Yeturubba32e92017-09-06 13:31:40 -070012952 struct nlo_mawc_params *mawc_cfg = &pno_cfg->mawc_params;
12953
Abhishek Singhb20db962017-03-03 21:28:46 +053012954 pno_cfg->channel_prediction = cfg->pno_channel_prediction;
12955 pno_cfg->top_k_num_of_channels = cfg->top_k_num_of_channels;
12956 pno_cfg->stationary_thresh = cfg->stationary_thresh;
12957 pno_cfg->adaptive_dwell_mode = cfg->adaptive_dwell_mode_enabled;
12958 pno_cfg->channel_prediction_full_scan =
12959 cfg->channel_prediction_full_scan;
Varun Reddy Yeturubba32e92017-09-06 13:31:40 -070012960 mawc_cfg->enable = cfg->MAWCEnabled && cfg->mawc_nlo_enabled;
12961 mawc_cfg->exp_backoff_ratio = cfg->mawc_nlo_exp_backoff_ratio;
12962 mawc_cfg->init_scan_interval = cfg->mawc_nlo_init_scan_interval;
12963 mawc_cfg->max_scan_interval = cfg->mawc_nlo_max_scan_interval;
Abhishek Singhb20db962017-03-03 21:28:46 +053012964}
12965#else
12966static inline void
12967hdd_update_pno_config(struct pno_user_cfg *pno_cfg,
Jeff Johnson33a07922017-10-05 09:08:46 -070012968 struct hdd_config *cfg)
Abhishek Singhb20db962017-03-03 21:28:46 +053012969{
Abhishek Singhb20db962017-03-03 21:28:46 +053012970}
12971#endif
12972
Rajeev Kumar Sirasanagandlaaec0b082017-06-21 11:59:41 +053012973void hdd_update_ie_whitelist_attr(struct probe_req_whitelist_attr *ie_whitelist,
12974 struct hdd_config *cfg)
12975{
12976 uint8_t i = 0;
12977
12978 ie_whitelist->white_list = cfg->probe_req_ie_whitelist;
12979 if (!ie_whitelist->white_list)
12980 return;
12981
12982 ie_whitelist->ie_bitmap[0] = cfg->probe_req_ie_bitmap_0;
12983 ie_whitelist->ie_bitmap[1] = cfg->probe_req_ie_bitmap_1;
12984 ie_whitelist->ie_bitmap[2] = cfg->probe_req_ie_bitmap_2;
12985 ie_whitelist->ie_bitmap[3] = cfg->probe_req_ie_bitmap_3;
12986 ie_whitelist->ie_bitmap[4] = cfg->probe_req_ie_bitmap_4;
12987 ie_whitelist->ie_bitmap[5] = cfg->probe_req_ie_bitmap_5;
12988 ie_whitelist->ie_bitmap[6] = cfg->probe_req_ie_bitmap_6;
12989 ie_whitelist->ie_bitmap[7] = cfg->probe_req_ie_bitmap_7;
12990
12991 ie_whitelist->num_vendor_oui = cfg->no_of_probe_req_ouis;
12992 for (i = 0; i < ie_whitelist->num_vendor_oui; i++)
12993 ie_whitelist->voui[i] = cfg->probe_req_voui[i];
12994}
12995
Abhishek Singhb6cdaf12017-11-10 14:43:39 +053012996uint32_t hdd_limit_max_per_index_score(uint32_t per_index_score)
12997{
12998 uint8_t i, score;
12999
13000 for (i = 0; i < MAX_INDEX_PER_INI; i++) {
13001 score = WLAN_GET_SCORE_PERCENTAGE(per_index_score, i);
13002 if (score > MAX_INDEX_SCORE)
13003 WLAN_SET_SCORE_PERCENTAGE(per_index_score,
13004 MAX_INDEX_SCORE, i);
13005 }
13006
13007 return per_index_score;
13008}
13009
13010/**
13011 * hdd_update_score_config - API to update candidate scoring related params
13012 * configuration parameters
13013 * @score_config: score config to update
13014 * @cfg: config params
13015 *
13016 * Return: 0 if success else err
13017 */
13018static void hdd_update_score_config(
13019 struct scoring_config *score_config, struct hdd_config *cfg)
13020{
13021 int total_weight;
13022
13023 score_config->weight_cfg.rssi_weightage = cfg->rssi_weightage;
13024 score_config->weight_cfg.ht_caps_weightage = cfg->ht_caps_weightage;
13025 score_config->weight_cfg.vht_caps_weightage =
13026 cfg->vht_caps_weightage;
13027 score_config->weight_cfg.he_caps_weightage =
13028 cfg->he_caps_weightage;
13029 score_config->weight_cfg.chan_width_weightage =
13030 cfg->chan_width_weightage;
13031 score_config->weight_cfg.chan_band_weightage =
13032 cfg->chan_band_weightage;
13033 score_config->weight_cfg.nss_weightage = cfg->nss_weightage;
13034 score_config->weight_cfg.beamforming_cap_weightage =
13035 cfg->beamforming_cap_weightage;
13036 score_config->weight_cfg.pcl_weightage = cfg->pcl_weightage;
13037 score_config->weight_cfg.channel_congestion_weightage =
13038 cfg->channel_congestion_weightage;
13039 score_config->weight_cfg.oce_wan_weightage = cfg->oce_wan_weightage;
13040
13041 total_weight = score_config->weight_cfg.rssi_weightage +
13042 score_config->weight_cfg.ht_caps_weightage +
13043 score_config->weight_cfg.vht_caps_weightage +
13044 score_config->weight_cfg.he_caps_weightage +
13045 score_config->weight_cfg.chan_width_weightage +
13046 score_config->weight_cfg.chan_band_weightage +
13047 score_config->weight_cfg.nss_weightage +
13048 score_config->weight_cfg.beamforming_cap_weightage +
13049 score_config->weight_cfg.pcl_weightage +
13050 score_config->weight_cfg.channel_congestion_weightage +
13051 score_config->weight_cfg.oce_wan_weightage;
13052
13053 if (total_weight > BEST_CANDIDATE_MAX_WEIGHT) {
13054 hdd_err("total weight is greater than %d fallback to default values",
13055 BEST_CANDIDATE_MAX_WEIGHT);
13056
13057 score_config->weight_cfg.rssi_weightage = RSSI_WEIGHTAGE;
13058 score_config->weight_cfg.ht_caps_weightage =
13059 HT_CAPABILITY_WEIGHTAGE;
13060 score_config->weight_cfg.vht_caps_weightage = VHT_CAP_WEIGHTAGE;
13061 score_config->weight_cfg.he_caps_weightage = HE_CAP_WEIGHTAGE;
13062 score_config->weight_cfg.chan_width_weightage =
13063 CHAN_WIDTH_WEIGHTAGE;
13064 score_config->weight_cfg.chan_band_weightage =
13065 CHAN_BAND_WEIGHTAGE;
13066 score_config->weight_cfg.nss_weightage = NSS_WEIGHTAGE;
13067 score_config->weight_cfg.beamforming_cap_weightage =
13068 BEAMFORMING_CAP_WEIGHTAGE;
13069 score_config->weight_cfg.pcl_weightage = PCL_WEIGHT;
13070 score_config->weight_cfg.channel_congestion_weightage =
13071 CHANNEL_CONGESTION_WEIGHTAGE;
13072 score_config->weight_cfg.oce_wan_weightage = OCE_WAN_WEIGHTAGE;
13073 }
13074
13075 score_config->bandwidth_weight_per_index =
13076 hdd_limit_max_per_index_score(
13077 cfg->bandwidth_weight_per_index);
13078 score_config->nss_weight_per_index =
13079 hdd_limit_max_per_index_score(cfg->nss_weight_per_index);
13080 score_config->band_weight_per_index =
13081 hdd_limit_max_per_index_score(cfg->band_weight_per_index);
13082
13083 score_config->rssi_score.best_rssi_threshold =
13084 cfg->best_rssi_threshold;
13085 score_config->rssi_score.good_rssi_threshold =
13086 cfg->good_rssi_threshold;
13087 score_config->rssi_score.bad_rssi_threshold =
13088 cfg->bad_rssi_threshold;
13089 score_config->rssi_score.good_rssi_pcnt = cfg->good_rssi_pcnt;
13090 score_config->rssi_score.bad_rssi_pcnt = cfg->bad_rssi_pcnt;
13091 score_config->rssi_score.good_rssi_bucket_size =
13092 cfg->good_rssi_bucket_size;
13093 score_config->rssi_score.bad_rssi_bucket_size =
13094 cfg->bad_rssi_bucket_size;
13095 score_config->rssi_score.rssi_pref_5g_rssi_thresh =
13096 cfg->rssi_pref_5g_rssi_thresh;
13097
13098 score_config->esp_qbss_scoring.num_slot = cfg->num_esp_qbss_slots;
13099 score_config->esp_qbss_scoring.score_pcnt3_to_0 =
13100 hdd_limit_max_per_index_score(
13101 cfg->esp_qbss_score_slots3_to_0);
13102 score_config->esp_qbss_scoring.score_pcnt7_to_4 =
13103 hdd_limit_max_per_index_score(
13104 cfg->esp_qbss_score_slots7_to_4);
13105 score_config->esp_qbss_scoring.score_pcnt11_to_8 =
13106 hdd_limit_max_per_index_score(
13107 cfg->esp_qbss_score_slots11_to_8);
13108 score_config->esp_qbss_scoring.score_pcnt15_to_12 =
13109 hdd_limit_max_per_index_score(
13110 cfg->esp_qbss_score_slots15_to_12);
13111
13112 score_config->oce_wan_scoring.num_slot = cfg->num_oce_wan_slots;
13113 score_config->oce_wan_scoring.score_pcnt3_to_0 =
13114 hdd_limit_max_per_index_score(
13115 cfg->oce_wan_score_slots3_to_0);
13116 score_config->oce_wan_scoring.score_pcnt7_to_4 =
13117 hdd_limit_max_per_index_score(
13118 cfg->oce_wan_score_slots7_to_4);
13119 score_config->oce_wan_scoring.score_pcnt11_to_8 =
13120 hdd_limit_max_per_index_score(
13121 cfg->oce_wan_score_slots11_to_8);
13122 score_config->oce_wan_scoring.score_pcnt15_to_12 =
13123 hdd_limit_max_per_index_score(
13124 cfg->oce_wan_score_slots15_to_12);
13125
13126
13127 score_config->cb_mode_24G = cfg->nChannelBondingMode24GHz;
13128 score_config->cb_mode_5G = cfg->nChannelBondingMode5GHz;
13129 score_config->nss = cfg->enable2x2 ? 2 : 1;
13130
13131 if (cfg->dot11Mode == eHDD_DOT11_MODE_AUTO ||
13132 cfg->dot11Mode == eHDD_DOT11_MODE_11ax ||
13133 cfg->dot11Mode == eHDD_DOT11_MODE_11ax_ONLY)
13134 score_config->he_cap = 1;
13135
13136 if (score_config->he_cap ||
13137 cfg->dot11Mode == eHDD_DOT11_MODE_11ac ||
13138 cfg->dot11Mode == eHDD_DOT11_MODE_11ac_ONLY)
13139 score_config->vht_cap = 1;
13140
13141 if (score_config->vht_cap || cfg->dot11Mode == eHDD_DOT11_MODE_11n ||
13142 cfg->dot11Mode == eHDD_DOT11_MODE_11n_ONLY)
13143 score_config->ht_cap = 1;
13144
13145 if (score_config->vht_cap && cfg->enableVhtFor24GHzBand)
13146 score_config->vht_24G_cap = 1;
13147
13148 if (cfg->enableTxBF)
13149 score_config->beamformee_cap = 1;
13150
13151}
13152
Abhishek Singh257a9482017-03-06 16:52:39 +053013153/**
bings81fe50a2017-11-27 14:33:26 +080013154 * hdd_update_dfs_config() - API to update dfs configuration parameters.
13155 * @hdd_ctx: HDD context
13156 *
13157 * Return: 0 if success else err
13158 */
13159static int hdd_update_dfs_config(struct hdd_context *hdd_ctx)
13160{
13161 struct wlan_objmgr_psoc *psoc = hdd_ctx->hdd_psoc;
13162 struct hdd_config *cfg = hdd_ctx->config;
13163 struct dfs_user_config dfs_cfg;
13164 QDF_STATUS status;
13165
13166 dfs_cfg.dfs_is_phyerr_filter_offload = !!cfg->fDfsPhyerrFilterOffload;
13167 status = ucfg_dfs_update_config(psoc, &dfs_cfg);
13168 if (QDF_IS_STATUS_ERROR(status)) {
13169 hdd_err("failed dfs psoc configuration");
13170 return -EINVAL;
13171 }
13172
13173 return 0;
13174}
13175
13176/**
Abhishek Singh257a9482017-03-06 16:52:39 +053013177 * hdd_update_scan_config - API to update scan configuration parameters
13178 * @hdd_ctx: HDD context
13179 *
13180 * Return: 0 if success else err
13181 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013182static int hdd_update_scan_config(struct hdd_context *hdd_ctx)
Abhishek Singh257a9482017-03-06 16:52:39 +053013183{
13184 struct wlan_objmgr_psoc *psoc = hdd_ctx->hdd_psoc;
13185 struct scan_user_cfg scan_cfg;
13186 struct hdd_config *cfg = hdd_ctx->config;
13187 QDF_STATUS status;
13188
13189 scan_cfg.active_dwell = cfg->nActiveMaxChnTime;
13190 scan_cfg.passive_dwell = cfg->nPassiveMaxChnTime;
13191 scan_cfg.conc_active_dwell = cfg->nActiveMaxChnTimeConc;
13192 scan_cfg.conc_passive_dwell = cfg->nPassiveMaxChnTimeConc;
13193 scan_cfg.conc_max_rest_time = cfg->nRestTimeConc;
13194 scan_cfg.conc_min_rest_time = cfg->min_rest_time_conc;
13195 scan_cfg.conc_idle_time = cfg->idle_time_conc;
Abhishek Singh158fe252017-03-23 11:09:34 +053013196 /* convert to ms */
13197 scan_cfg.scan_cache_aging_time =
13198 cfg->scanAgingTimeout * 1000;
13199 scan_cfg.prefer_5ghz = cfg->nRoamPrefer5GHz;
13200 scan_cfg.select_5ghz_margin = cfg->nSelect5GHzMargin;
13201 scan_cfg.scan_bucket_threshold = cfg->first_scan_bucket_threshold;
13202 scan_cfg.rssi_cat_gap = cfg->nRssiCatGap;
Abhishek Singh257a9482017-03-06 16:52:39 +053013203 scan_cfg.scan_dwell_time_mode = cfg->scan_adaptive_dwell_mode;
Kapil Guptafa9a8c62017-04-10 15:25:40 +053013204 scan_cfg.is_snr_monitoring_enabled = cfg->fEnableSNRMonitoring;
Jeff Johnson81c00d02017-11-07 12:34:36 -080013205 scan_cfg.usr_cfg_probe_rpt_time = cfg->scan_probe_repeat_time;
13206 scan_cfg.usr_cfg_num_probes = cfg->scan_num_probes;
Abhishek Singhb58164a2017-07-19 18:47:23 +053013207 scan_cfg.is_bssid_hint_priority = cfg->is_bssid_hint_priority;
Kiran Kumar Lokered547fdd2017-09-13 17:20:55 -070013208 scan_cfg.enable_mac_spoofing = cfg->enable_mac_spoofing;
Abhishek Singhc87bb042018-01-30 17:10:42 +053013209 scan_cfg.sta_miracast_mcc_rest_time =
13210 cfg->sta_miracast_mcc_rest_time_val;
Abhishek Singh257a9482017-03-06 16:52:39 +053013211
Abhishek Singhb20db962017-03-03 21:28:46 +053013212 hdd_update_pno_config(&scan_cfg.pno_cfg, cfg);
Rajeev Kumar Sirasanagandlaaec0b082017-06-21 11:59:41 +053013213 hdd_update_ie_whitelist_attr(&scan_cfg.ie_whitelist, cfg);
Abhishek Singhb6cdaf12017-11-10 14:43:39 +053013214 hdd_update_score_config(&scan_cfg.score_config, cfg);
Abhishek Singhb20db962017-03-03 21:28:46 +053013215
Abhishek Singh257a9482017-03-06 16:52:39 +053013216 status = ucfg_scan_update_user_config(psoc, &scan_cfg);
13217 if (status != QDF_STATUS_SUCCESS) {
13218 hdd_err("failed pmo psoc configuration");
13219 return -EINVAL;
13220 }
13221
13222 return 0;
13223}
Abhishek Singh257a9482017-03-06 16:52:39 +053013224
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013225int hdd_update_components_config(struct hdd_context *hdd_ctx)
Mukul Sharma9d797a02017-01-05 20:26:03 +053013226{
13227 int ret;
13228
13229 ret = hdd_update_pmo_config(hdd_ctx);
Abhishek Singh257a9482017-03-06 16:52:39 +053013230 if (ret)
13231 return ret;
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -070013232
Abhishek Singh257a9482017-03-06 16:52:39 +053013233 ret = hdd_update_scan_config(hdd_ctx);
Frank Liud4b2fa02017-03-29 11:46:48 +080013234 if (ret)
13235 return ret;
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -070013236
Frank Liud4b2fa02017-03-29 11:46:48 +080013237 ret = hdd_update_tdls_config(hdd_ctx);
Venkata Sharath Chandra Manchala4aaae0f2017-07-10 11:59:19 -070013238 if (ret)
13239 return ret;
13240
13241 ret = hdd_update_dp_config(hdd_ctx);
bings81fe50a2017-11-27 14:33:26 +080013242 if (ret)
13243 return ret;
13244
13245 ret = hdd_update_dfs_config(hdd_ctx);
Mukul Sharma9d797a02017-01-05 20:26:03 +053013246
13247 return ret;
13248}
13249
Agrawal Ashish65634612016-08-18 13:24:32 +053013250/**
13251 * wlan_hdd_get_dfs_mode() - get ACS DFS mode
13252 * @mode : cfg80211 DFS mode
13253 *
13254 * Return: return SAP ACS DFS mode else return ACS_DFS_MODE_NONE
13255 */
13256enum sap_acs_dfs_mode wlan_hdd_get_dfs_mode(enum dfs_mode mode)
13257{
13258 switch (mode) {
13259 case DFS_MODE_ENABLE:
13260 return ACS_DFS_MODE_ENABLE;
Agrawal Ashish65634612016-08-18 13:24:32 +053013261 case DFS_MODE_DISABLE:
13262 return ACS_DFS_MODE_DISABLE;
Agrawal Ashish65634612016-08-18 13:24:32 +053013263 case DFS_MODE_DEPRIORITIZE:
13264 return ACS_DFS_MODE_DEPRIORITIZE;
Agrawal Ashish65634612016-08-18 13:24:32 +053013265 default:
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080013266 hdd_debug("ACS dfs mode is NONE");
13267 return ACS_DFS_MODE_NONE;
Agrawal Ashish65634612016-08-18 13:24:32 +053013268 }
13269}
13270
Selvaraj, Sridharebda0f22016-08-29 16:05:23 +053013271/**
13272 * hdd_enable_disable_ca_event() - enable/disable channel avoidance event
13273 * @hddctx: pointer to hdd context
13274 * @set_value: enable/disable
13275 *
13276 * When Host sends vendor command enable, FW will send *ONE* CA ind to
13277 * Host(even though it is duplicate). When Host send vendor command
13278 * disable,FW doesn't perform any action. Whenever any change in
13279 * CA *and* WLAN is in SAP/P2P-GO mode, FW sends CA ind to host.
13280 *
13281 * return - 0 on success, appropriate error values on failure.
13282 */
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013283int hdd_enable_disable_ca_event(struct hdd_context *hddctx, uint8_t set_value)
Selvaraj, Sridharebda0f22016-08-29 16:05:23 +053013284{
13285 QDF_STATUS status;
13286
Srinivas Girigowdab841da72017-03-25 18:04:39 -070013287 if (0 != wlan_hdd_validate_context(hddctx))
Selvaraj, Sridharebda0f22016-08-29 16:05:23 +053013288 return -EAGAIN;
Selvaraj, Sridharebda0f22016-08-29 16:05:23 +053013289
13290 if (!hddctx->config->goptimize_chan_avoid_event) {
13291 hdd_warn("goptimize_chan_avoid_event ini param disabled");
13292 return -EINVAL;
13293 }
13294
13295 status = sme_enable_disable_chanavoidind_event(hddctx->hHal, set_value);
13296 if (!QDF_IS_STATUS_SUCCESS(status)) {
13297 hdd_err("Failed to send chan avoid command to SME");
13298 return -EINVAL;
13299 }
13300 return 0;
13301}
Agrawal Ashish65634612016-08-18 13:24:32 +053013302
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013303/**
13304 * hdd_set_roaming_in_progress() - to set the roaming in progress flag
13305 * @value: value to set
13306 *
13307 * This function will set the passed value to roaming in progress flag.
13308 *
13309 * Return: None
13310 */
13311void hdd_set_roaming_in_progress(bool value)
13312{
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013313 struct hdd_context *hdd_ctx;
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013314
13315 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
13316 if (!hdd_ctx) {
13317 hdd_err("HDD context is NULL");
13318 return;
13319 }
13320
13321 hdd_ctx->roaming_in_progress = value;
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080013322 hdd_debug("Roaming in Progress set to %d", value);
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013323}
13324
13325/**
13326 * hdd_is_roaming_in_progress() - check if roaming is in progress
Varun Reddy Yeturua5784142017-03-10 12:11:44 -080013327 * @adapter - HDD adapter
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013328 *
Varun Reddy Yeturua5784142017-03-10 12:11:44 -080013329 * Return: true if roaming is in progress for STA type, else false
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013330 */
Jeff Johnson9d295242017-08-29 14:39:48 -070013331bool hdd_is_roaming_in_progress(struct hdd_adapter *adapter)
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013332{
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013333 struct hdd_context *hdd_ctx;
Varun Reddy Yeturua5784142017-03-10 12:11:44 -080013334 bool ret_status = false;
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013335
13336 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
13337 if (!hdd_ctx) {
13338 hdd_err("HDD context is NULL");
Varun Reddy Yeturua5784142017-03-10 12:11:44 -080013339 return ret_status;
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013340 }
Srinivas Girigowda3d5250d2017-03-06 17:32:16 -080013341 hdd_debug("dev mode = %d, roaming_in_progress = %d",
13342 adapter->device_mode, hdd_ctx->roaming_in_progress);
Varun Reddy Yeturua5784142017-03-10 12:11:44 -080013343 ret_status = ((adapter->device_mode == QDF_STA_MODE) &&
13344 hdd_ctx->roaming_in_progress);
13345
13346 return ret_status;
Varun Reddy Yeturudce1c562016-11-18 10:00:45 -080013347}
13348
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013349/**
13350 * hdd_is_connection_in_progress() - check if connection is in
13351 * progress
13352 * @session_id: session id
13353 * @reason: scan reject reason
13354 *
13355 * Go through each adapter and check if Connection is in progress
13356 *
13357 * Return: true if connection is in progress else false
13358 */
13359bool hdd_is_connection_in_progress(uint8_t *session_id,
13360 enum scan_reject_states *reason)
13361{
Jeff Johnson40dae4e2017-08-29 14:00:25 -070013362 struct hdd_station_ctx *hdd_sta_ctx = NULL;
Jeff Johnson9d295242017-08-29 14:39:48 -070013363 struct hdd_adapter *adapter = NULL;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013364 uint8_t sta_id = 0;
13365 uint8_t *sta_mac = NULL;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013366 struct hdd_context *hdd_ctx;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013367
13368 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
13369 if (!hdd_ctx) {
13370 hdd_err("HDD context is NULL");
13371 return false;
13372 }
13373
Dustin Brown920397d2017-12-13 16:27:50 -080013374 hdd_for_each_adapter(hdd_ctx, adapter) {
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013375 hdd_info("Adapter with device mode %s(%d) exists",
13376 hdd_device_mode_to_string(adapter->device_mode),
13377 adapter->device_mode);
13378 if (((QDF_STA_MODE == adapter->device_mode)
13379 || (QDF_P2P_CLIENT_MODE == adapter->device_mode)
13380 || (QDF_P2P_DEVICE_MODE == adapter->device_mode))
13381 && (eConnectionState_Connecting ==
13382 (WLAN_HDD_GET_STATION_CTX_PTR(adapter))->
13383 conn_info.connState)) {
Vignesh Viswanathan82bd2532017-09-20 11:17:12 +053013384 hdd_debug("%pK(%d) Connection is in progress",
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013385 WLAN_HDD_GET_STATION_CTX_PTR(adapter),
Jeff Johnson1b780e42017-10-31 14:11:45 -070013386 adapter->session_id);
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013387 if (session_id && reason) {
Jeff Johnson1b780e42017-10-31 14:11:45 -070013388 *session_id = adapter->session_id;
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080013389 *reason = CONNECTION_IN_PROGRESS;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013390 }
13391 return true;
13392 }
Archana Ramachandran62886ce2017-03-24 14:46:32 -070013393 /*
13394 * sme_neighbor_middle_of_roaming is for LFR2
13395 * hdd_is_roaming_in_progress is for LFR3
13396 */
13397 if (((QDF_STA_MODE == adapter->device_mode) &&
13398 sme_neighbor_middle_of_roaming(
13399 WLAN_HDD_GET_HAL_CTX(adapter),
Jeff Johnson1b780e42017-10-31 14:11:45 -070013400 adapter->session_id)) ||
Archana Ramachandran62886ce2017-03-24 14:46:32 -070013401 hdd_is_roaming_in_progress(adapter)) {
Vignesh Viswanathan82bd2532017-09-20 11:17:12 +053013402 hdd_debug("%pK(%d) Reassociation in progress",
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013403 WLAN_HDD_GET_STATION_CTX_PTR(adapter),
Jeff Johnson1b780e42017-10-31 14:11:45 -070013404 adapter->session_id);
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013405 if (session_id && reason) {
Jeff Johnson1b780e42017-10-31 14:11:45 -070013406 *session_id = adapter->session_id;
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080013407 *reason = REASSOC_IN_PROGRESS;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013408 }
13409 return true;
13410 }
13411 if ((QDF_STA_MODE == adapter->device_mode) ||
13412 (QDF_P2P_CLIENT_MODE == adapter->device_mode) ||
13413 (QDF_P2P_DEVICE_MODE == adapter->device_mode)) {
13414 hdd_sta_ctx =
13415 WLAN_HDD_GET_STATION_CTX_PTR(adapter);
13416 if ((eConnectionState_Associated ==
Vignesh Viswanathan0a569292018-02-14 15:34:47 +053013417 hdd_sta_ctx->conn_info.connState)
13418 && sme_is_sta_key_exchange_in_progress(
13419 hdd_ctx->hHal, adapter->session_id)) {
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013420 sta_mac = (uint8_t *)
Jeff Johnson1e851a12017-10-28 14:36:12 -070013421 &(adapter->mac_addr.bytes[0]);
Vignesh Viswanathan82bd2532017-09-20 11:17:12 +053013422 hdd_debug("client " MAC_ADDRESS_STR
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013423 " is in middle of WPS/EAPOL exchange.",
13424 MAC_ADDR_ARRAY(sta_mac));
13425 if (session_id && reason) {
Jeff Johnson1b780e42017-10-31 14:11:45 -070013426 *session_id = adapter->session_id;
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080013427 *reason = EAPOL_IN_PROGRESS;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013428 }
13429 return true;
13430 }
13431 } else if ((QDF_SAP_MODE == adapter->device_mode) ||
13432 (QDF_P2P_GO_MODE == adapter->device_mode)) {
13433 for (sta_id = 0; sta_id < WLAN_MAX_STA_COUNT;
13434 sta_id++) {
Jeff Johnsonbb8b56a2017-10-23 07:02:36 -070013435 if (!((adapter->sta_info[sta_id].in_use)
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013436 && (OL_TXRX_PEER_STATE_CONN ==
Jeff Johnsonbb8b56a2017-10-23 07:02:36 -070013437 adapter->sta_info[sta_id].peer_state)))
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013438 continue;
13439
13440 sta_mac = (uint8_t *)
Jeff Johnsonbb8b56a2017-10-23 07:02:36 -070013441 &(adapter->sta_info[sta_id].
Jeff Johnsonf2356512017-10-21 16:04:12 -070013442 sta_mac.bytes[0]);
Vignesh Viswanathan82bd2532017-09-20 11:17:12 +053013443 hdd_debug("client " MAC_ADDRESS_STR
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013444 " of SAP/GO is in middle of WPS/EAPOL exchange",
13445 MAC_ADDR_ARRAY(sta_mac));
13446 if (session_id && reason) {
Jeff Johnson1b780e42017-10-31 14:11:45 -070013447 *session_id = adapter->session_id;
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080013448 *reason = SAP_EAPOL_IN_PROGRESS;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013449 }
13450 return true;
13451 }
13452 if (hdd_ctx->connection_in_progress) {
Vignesh Viswanathan82bd2532017-09-20 11:17:12 +053013453 hdd_debug("AP/GO: connection is in progress");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013454 return true;
13455 }
13456 }
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013457 }
Dustin Brown920397d2017-12-13 16:27:50 -080013458
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013459 return false;
13460}
13461
13462/**
13463 * hdd_restart_sap() - to restart SAP in driver internally
Jeff Johnson9d295242017-08-29 14:39:48 -070013464 * @ap_adapter: Pointer to SAP struct hdd_adapter structure
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013465 *
13466 * Return: None
13467 */
Jeff Johnson9d295242017-08-29 14:39:48 -070013468void hdd_restart_sap(struct hdd_adapter *ap_adapter)
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013469{
Jeff Johnson87251032017-08-29 13:31:11 -070013470 struct hdd_ap_ctx *hdd_ap_ctx;
Jeff Johnsonca2530c2017-09-30 18:25:40 -070013471 struct hdd_hostapd_state *hostapd_state;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013472 QDF_STATUS qdf_status;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013473 struct hdd_context *hdd_ctx = WLAN_HDD_GET_CTX(ap_adapter);
Jeff Johnsone4c11db2018-05-05 23:22:32 -070013474 tsap_config_t *sap_config;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013475 void *sap_ctx;
13476
13477 hdd_ap_ctx = WLAN_HDD_GET_AP_CTX_PTR(ap_adapter);
Jeff Johnson91df29d2017-10-27 19:29:50 -070013478 sap_config = &hdd_ap_ctx->sap_config;
Jeff Johnson0bbe66f2017-10-27 19:23:49 -070013479 sap_ctx = hdd_ap_ctx->sap_context;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013480
13481 mutex_lock(&hdd_ctx->sap_lock);
13482 if (test_bit(SOFTAP_BSS_STARTED, &ap_adapter->event_flags)) {
13483 wlan_hdd_del_station(ap_adapter);
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013484 hostapd_state = WLAN_HDD_GET_HOSTAP_STATE_PTR(ap_adapter);
13485 qdf_event_reset(&hostapd_state->qdf_stop_bss_event);
13486 if (QDF_STATUS_SUCCESS == wlansap_stop_bss(sap_ctx)) {
13487 qdf_status =
Nachiket Kukade0396b732017-11-14 16:35:16 +053013488 qdf_wait_for_event_completion(&hostapd_state->
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013489 qdf_stop_bss_event,
13490 SME_CMD_TIMEOUT_VALUE);
13491
13492 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Jeff Johnson6867ec32017-09-29 20:30:20 -070013493 hdd_err("SAP Stop Failed");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013494 goto end;
13495 }
13496 }
13497 clear_bit(SOFTAP_BSS_STARTED, &ap_adapter->event_flags);
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080013498 policy_mgr_decr_session_set_pcl(hdd_ctx->hdd_psoc,
Jeff Johnson1b780e42017-10-31 14:11:45 -070013499 ap_adapter->device_mode, ap_adapter->session_id);
Jeff Johnsone8846ab2018-03-31 11:54:45 -070013500 hdd_green_ap_start_state_mc(hdd_ctx, ap_adapter->device_mode,
Himanshu Agarwal813b2bf2018-01-22 16:32:15 +053013501 false);
Jeff Johnson6867ec32017-09-29 20:30:20 -070013502 hdd_err("SAP Stop Success");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013503
13504 if (0 != wlan_hdd_cfg80211_update_apies(ap_adapter)) {
Jeff Johnson6867ec32017-09-29 20:30:20 -070013505 hdd_err("SAP Not able to set AP IEs");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013506 wlansap_reset_sap_config_add_ie(sap_config,
13507 eUPDATE_IE_ALL);
13508 goto end;
13509 }
13510
13511 qdf_event_reset(&hostapd_state->qdf_event);
13512 if (wlansap_start_bss(sap_ctx, hdd_hostapd_sap_event_cb,
13513 sap_config,
13514 ap_adapter->dev) != QDF_STATUS_SUCCESS) {
Jeff Johnson6867ec32017-09-29 20:30:20 -070013515 hdd_err("SAP Start Bss fail");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013516 wlansap_reset_sap_config_add_ie(sap_config,
13517 eUPDATE_IE_ALL);
13518 goto end;
13519 }
13520
Jeff Johnson6867ec32017-09-29 20:30:20 -070013521 hdd_info("Waiting for SAP to start");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013522 qdf_status =
Nachiket Kukade0396b732017-11-14 16:35:16 +053013523 qdf_wait_for_event_completion(&hostapd_state->qdf_event,
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013524 SME_CMD_TIMEOUT_VALUE);
13525 wlansap_reset_sap_config_add_ie(sap_config,
13526 eUPDATE_IE_ALL);
13527 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Jeff Johnson6867ec32017-09-29 20:30:20 -070013528 hdd_err("SAP Start failed");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013529 goto end;
13530 }
Jeff Johnson6867ec32017-09-29 20:30:20 -070013531 hdd_err("SAP Start Success");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013532 set_bit(SOFTAP_BSS_STARTED, &ap_adapter->event_flags);
Himanshu Agarwal813b2bf2018-01-22 16:32:15 +053013533 if (hostapd_state->bss_state == BSS_START) {
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080013534 policy_mgr_incr_active_session(hdd_ctx->hdd_psoc,
13535 ap_adapter->device_mode,
Jeff Johnson1b780e42017-10-31 14:11:45 -070013536 ap_adapter->session_id);
Jeff Johnsone8846ab2018-03-31 11:54:45 -070013537 hdd_green_ap_start_state_mc(hdd_ctx,
Himanshu Agarwal813b2bf2018-01-22 16:32:15 +053013538 ap_adapter->device_mode,
13539 true);
13540 }
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013541 }
13542end:
13543 mutex_unlock(&hdd_ctx->sap_lock);
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013544}
13545
13546/**
13547 * hdd_check_and_restart_sap_with_non_dfs_acs() - Restart SAP
13548 * with non dfs acs
13549 *
13550 * Restarts SAP in non-DFS ACS mode when STA-AP mode DFS is not supported
13551 *
13552 * Return: None
13553 */
13554void hdd_check_and_restart_sap_with_non_dfs_acs(void)
13555{
Jeff Johnson9d295242017-08-29 14:39:48 -070013556 struct hdd_adapter *ap_adapter;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013557 struct hdd_context *hdd_ctx;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013558 cds_context_type *cds_ctx;
13559
13560 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
13561 if (!hdd_ctx) {
Jeff Johnson6867ec32017-09-29 20:30:20 -070013562 hdd_err("HDD context is NULL");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013563 return;
13564 }
13565
13566 cds_ctx = cds_get_context(QDF_MODULE_ID_QDF);
13567 if (!cds_ctx) {
Jeff Johnson6867ec32017-09-29 20:30:20 -070013568 hdd_err("Invalid CDS Context");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013569 return;
13570 }
13571
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080013572 if (policy_mgr_get_concurrency_mode(hdd_ctx->hdd_psoc)
13573 != (QDF_STA_MASK | QDF_SAP_MASK)) {
Jeff Johnson6867ec32017-09-29 20:30:20 -070013574 hdd_info("Concurrency mode is not SAP");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013575 return;
13576 }
13577
13578 ap_adapter = hdd_get_adapter(hdd_ctx, QDF_SAP_MODE);
Kiran Kumar Lokerea3de2262017-04-12 12:15:04 -070013579 if (ap_adapter != NULL && test_bit(SOFTAP_BSS_STARTED,
13580 &ap_adapter->event_flags) &&
13581 wlan_reg_is_dfs_ch(hdd_ctx->hdd_pdev,
Jeff Johnsonb9424862017-10-30 08:49:35 -070013582 ap_adapter->session.ap.operating_channel)) {
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013583
Jeff Johnson6867ec32017-09-29 20:30:20 -070013584 hdd_warn("STA-AP Mode DFS not supported. Restart SAP with Non DFS ACS");
Jeff Johnsonb9424862017-10-30 08:49:35 -070013585 ap_adapter->session.ap.sap_config.channel =
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013586 AUTO_CHANNEL_SELECT;
Jeff Johnsonb9424862017-10-30 08:49:35 -070013587 ap_adapter->session.ap.sap_config.
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013588 acs_cfg.acs_mode = true;
13589
Tushnim Bhattacharyyade1070d2017-03-09 13:23:55 -080013590 hdd_restart_sap(ap_adapter);
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013591 }
13592}
13593
13594/**
13595 * hdd_set_connection_in_progress() - to set the connection in
13596 * progress flag
13597 * @value: value to set
13598 *
13599 * This function will set the passed value to connection in progress flag.
13600 * If value is previously being set to true then no need to set it again.
13601 *
13602 * Return: true if value is being set correctly and false otherwise.
13603 */
13604bool hdd_set_connection_in_progress(bool value)
13605{
13606 bool status = true;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013607 struct hdd_context *hdd_ctx;
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013608
13609 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
13610 if (!hdd_ctx) {
Jeff Johnson6867ec32017-09-29 20:30:20 -070013611 hdd_err("HDD context is NULL");
Tushnim Bhattacharyya9e81b4c2017-02-15 17:11:14 -080013612 return false;
13613 }
13614
13615 qdf_spin_lock(&hdd_ctx->connection_status_lock);
13616 /*
13617 * if the value is set to true previously and if someone is
13618 * trying to make it true again then it could be some race
13619 * condition being triggered. Avoid this situation by returning
13620 * false
13621 */
13622 if (hdd_ctx->connection_in_progress && value)
13623 status = false;
13624 else
13625 hdd_ctx->connection_in_progress = value;
13626 qdf_spin_unlock(&hdd_ctx->connection_status_lock);
13627 return status;
13628}
13629
Jeff Johnson9d295242017-08-29 14:39:48 -070013630int wlan_hdd_send_p2p_quota(struct hdd_adapter *adapter, int set_value)
Archana Ramachandranb8c04f92017-03-17 20:05:47 -070013631{
13632 if (!adapter) {
13633 hdd_err("Invalid adapter");
13634 return -EINVAL;
13635 }
13636 hdd_info("Send MCC P2P QUOTA to WMA: %d", set_value);
Jeff Johnson1b780e42017-10-31 14:11:45 -070013637 sme_cli_set_command(adapter->session_id,
Archana Ramachandranb8c04f92017-03-17 20:05:47 -070013638 WMA_VDEV_MCC_SET_TIME_QUOTA,
13639 set_value, VDEV_CMD);
13640 return 0;
13641
13642}
13643
Jeff Johnson9d295242017-08-29 14:39:48 -070013644int wlan_hdd_send_mcc_latency(struct hdd_adapter *adapter, int set_value)
Archana Ramachandranb8c04f92017-03-17 20:05:47 -070013645{
13646 if (!adapter) {
13647 hdd_err("Invalid adapter");
13648 return -EINVAL;
13649 }
13650
13651 hdd_info("Send MCC latency WMA: %d", set_value);
Jeff Johnson1b780e42017-10-31 14:11:45 -070013652 sme_cli_set_command(adapter->session_id,
Archana Ramachandranb8c04f92017-03-17 20:05:47 -070013653 WMA_VDEV_MCC_SET_TIME_LATENCY,
13654 set_value, VDEV_CMD);
13655 return 0;
13656}
13657
Jeff Johnson9d295242017-08-29 14:39:48 -070013658struct hdd_adapter *wlan_hdd_get_adapter_from_vdev(struct wlan_objmgr_psoc
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070013659 *psoc, uint8_t vdev_id)
13660{
Jeff Johnson9d295242017-08-29 14:39:48 -070013661 struct hdd_adapter *adapter = NULL;
Jeff Johnsond49c4a12017-08-28 12:08:05 -070013662 struct hdd_context *hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
Archana Ramachandranea34c4f2017-03-19 18:56:18 -070013663
13664 /*
13665 * Currently PSOC is not being used. But this logic will
13666 * change once we have the converged implementation of
13667 * HDD context per PSOC in place. This would break if
13668 * multiple vdev objects reuse the vdev id.
13669 */
13670 adapter = hdd_get_adapter_by_vdev(hdd_ctx, vdev_id);
13671 if (!adapter)
13672 hdd_err("Get adapter by vdev id failed");
13673
13674 return adapter;
13675}
13676
Jeff Johnson9d295242017-08-29 14:39:48 -070013677int hdd_get_rssi_snr_by_bssid(struct hdd_adapter *adapter, const uint8_t *bssid,
Hanumanth Reddy Pothula90051782017-05-04 22:14:43 +053013678 int8_t *rssi, int8_t *snr)
13679{
13680 QDF_STATUS status;
Jeff Johnson025618c2018-03-18 14:41:00 -070013681 struct csr_roam_profile *roam_profile;
Hanumanth Reddy Pothula90051782017-05-04 22:14:43 +053013682
Jeff Johnson025618c2018-03-18 14:41:00 -070013683 roam_profile = hdd_roam_profile(adapter);
Hanumanth Reddy Pothula90051782017-05-04 22:14:43 +053013684 status = sme_get_rssi_snr_by_bssid(WLAN_HDD_GET_HAL_CTX(adapter),
Jeff Johnson025618c2018-03-18 14:41:00 -070013685 roam_profile, bssid, rssi, snr);
Hanumanth Reddy Pothula90051782017-05-04 22:14:43 +053013686 if (QDF_STATUS_SUCCESS != status) {
13687 hdd_warn("sme_get_rssi_snr_by_bssid failed");
13688 return -EINVAL;
13689 }
13690
13691 return 0;
13692}
13693
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013694/**
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013695 * hdd_set_limit_off_chan_for_tos() - set limit off-channel command parameters
13696 * @adapter - HDD adapter
13697 * @tos - type of service
13698 * @status - status of the traffic
13699 *
13700 * Return: 0 on success and non zero value on failure
13701 */
13702
13703int hdd_set_limit_off_chan_for_tos(struct hdd_adapter *adapter, enum tos tos,
13704 bool is_tos_active)
13705{
13706 int ac_bit;
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013707 struct hdd_context *hdd_ctx;
Ganesh Kondabattini479a8ae2017-10-03 16:49:24 +053013708 uint32_t max_off_chan_time = 0;
13709 QDF_STATUS status;
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013710 int ret;
Ganesh Kondabattini479a8ae2017-10-03 16:49:24 +053013711 tHalHandle hal = WLAN_HDD_GET_HAL_CTX(adapter);
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013712
13713 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
13714 ret = wlan_hdd_validate_context(hdd_ctx);
13715
13716 if (ret < 0) {
13717 hdd_err("failed to set limit off chan params");
13718 return ret;
13719 }
13720
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013721 ac_bit = limit_off_chan_tbl[tos][HDD_AC_BIT_INDX];
13722
13723 if (is_tos_active)
Ganesh Kondabattini1a2aed82017-09-28 12:21:58 +053013724 adapter->active_ac |= ac_bit;
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013725 else
Ganesh Kondabattini1a2aed82017-09-28 12:21:58 +053013726 adapter->active_ac &= ~ac_bit;
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013727
Ganesh Kondabattini1a2aed82017-09-28 12:21:58 +053013728 if (adapter->active_ac) {
13729 if (adapter->active_ac & HDD_AC_VO_BIT) {
Ganesh Kondabattini479a8ae2017-10-03 16:49:24 +053013730 max_off_chan_time =
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013731 limit_off_chan_tbl[TOS_VO][HDD_DWELL_TIME_INDX];
13732 policy_mgr_set_cur_conc_system_pref(hdd_ctx->hdd_psoc,
13733 PM_LATENCY);
Ganesh Kondabattini1a2aed82017-09-28 12:21:58 +053013734 } else if (adapter->active_ac & HDD_AC_VI_BIT) {
Ganesh Kondabattini479a8ae2017-10-03 16:49:24 +053013735 max_off_chan_time =
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013736 limit_off_chan_tbl[TOS_VI][HDD_DWELL_TIME_INDX];
13737 policy_mgr_set_cur_conc_system_pref(hdd_ctx->hdd_psoc,
13738 PM_LATENCY);
13739 } else {
13740 /*ignore this command if only BE/BK is active */
13741 is_tos_active = false;
13742 policy_mgr_set_cur_conc_system_pref(hdd_ctx->hdd_psoc,
13743 hdd_ctx->config->conc_system_pref);
13744 }
13745 } else {
13746 /* No active tos */
13747 policy_mgr_set_cur_conc_system_pref(hdd_ctx->hdd_psoc,
13748 hdd_ctx->config->conc_system_pref);
13749 }
13750
Jeff Johnson1b780e42017-10-31 14:11:45 -070013751 status = sme_send_limit_off_channel_params(hal, adapter->session_id,
Ganesh Kondabattini479a8ae2017-10-03 16:49:24 +053013752 is_tos_active, max_off_chan_time,
13753 hdd_ctx->config->nRestTimeConc, true);
13754 if (!QDF_IS_STATUS_SUCCESS(status)) {
13755 hdd_err("failed to set limit off chan params");
13756 ret = -EINVAL;
13757 }
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013758
Ganesh Kondabattini479a8ae2017-10-03 16:49:24 +053013759 return ret;
13760}
13761
13762/**
13763 * hdd_reset_limit_off_chan() - reset limit off-channel command parameters
13764 * @adapter - HDD adapter
13765 *
13766 * Return: 0 on success and non zero value on failure
13767 */
13768int hdd_reset_limit_off_chan(struct hdd_adapter *adapter)
13769{
13770 struct hdd_context *hdd_ctx;
13771 int ret;
13772 QDF_STATUS status;
13773 tHalHandle hal = WLAN_HDD_GET_HAL_CTX(adapter);
13774
13775 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
13776 ret = wlan_hdd_validate_context(hdd_ctx);
13777 if (ret < 0)
13778 return ret;
13779
13780 /* set the system preferece to default */
13781 policy_mgr_set_cur_conc_system_pref(hdd_ctx->hdd_psoc,
13782 hdd_ctx->config->conc_system_pref);
13783
13784 /* clear the bitmap */
13785 adapter->active_ac = 0;
13786
13787 hdd_debug("reset ac_bitmap for session %hu active_ac %0x",
Jeff Johnson1b780e42017-10-31 14:11:45 -070013788 adapter->session_id, adapter->active_ac);
Ganesh Kondabattini479a8ae2017-10-03 16:49:24 +053013789
Jeff Johnson1b780e42017-10-31 14:11:45 -070013790 status = sme_send_limit_off_channel_params(hal, adapter->session_id,
Ganesh Kondabattini479a8ae2017-10-03 16:49:24 +053013791 false, 0, 0, false);
13792 if (!QDF_IS_STATUS_SUCCESS(status)) {
13793 hdd_err("failed to reset limit off chan params");
13794 ret = -EINVAL;
13795 }
Ganesh Kondabattini35739572017-06-21 16:26:39 +053013796
13797 return ret;
13798}
13799
Nachiket Kukadebe8850b2017-09-18 15:37:00 +053013800/**
13801 * hdd_start_driver_ops_timer() - Starts driver ops inactivity timer
13802 * @drv_op: Enum indicating driver op
13803 *
13804 * Return: none
13805 */
13806void hdd_start_driver_ops_timer(int drv_op)
13807{
13808 memset(drv_ops_string, 0, MAX_OPS_NAME_STRING_SIZE);
13809 switch (drv_op) {
13810 case eHDD_DRV_OP_PROBE:
13811 memcpy(drv_ops_string, "probe", sizeof("probe"));
13812 break;
13813 case eHDD_DRV_OP_REMOVE:
13814 memcpy(drv_ops_string, "remove", sizeof("remove"));
13815 break;
13816 case eHDD_DRV_OP_SHUTDOWN:
13817 memcpy(drv_ops_string, "shutdown", sizeof("shutdown"));
13818 break;
13819 case eHDD_DRV_OP_REINIT:
13820 memcpy(drv_ops_string, "reinit", sizeof("reinit"));
13821 break;
Arunk Khandavallie9ef42a2017-10-04 14:49:51 +053013822 case eHDD_DRV_OP_IFF_UP:
13823 memcpy(drv_ops_string, "iff_up", sizeof("iff_up"));
13824 break;
Nachiket Kukadebe8850b2017-09-18 15:37:00 +053013825 }
13826
Dustin Brown45ed4bb2017-12-18 12:00:13 -080013827 hdd_drv_ops_task = current;
Nachiket Kukadebe8850b2017-09-18 15:37:00 +053013828 qdf_timer_start(&hdd_drv_ops_inactivity_timer,
13829 HDD_OPS_INACTIVITY_TIMEOUT);
13830}
13831
13832/**
13833 * hdd_stop_driver_ops_timer() - Stops driver ops inactivity timer
13834 *
13835 * Return: none
13836 */
13837void hdd_stop_driver_ops_timer(void)
13838{
13839 qdf_timer_sync_cancel(&hdd_drv_ops_inactivity_timer);
13840}
13841
13842/**
13843 * hdd_drv_ops_inactivity_handler() - Timeout handler for driver ops
13844 * inactivity timer
13845 *
13846 * Return: None
13847 */
13848void hdd_drv_ops_inactivity_handler(void)
13849{
13850 hdd_err("%s: %d Sec timer expired while in .%s",
13851 __func__, HDD_OPS_INACTIVITY_TIMEOUT/1000, drv_ops_string);
13852
Dustin Brown45ed4bb2017-12-18 12:00:13 -080013853 if (hdd_drv_ops_task) {
13854 printk("Call stack for \"%s\"\n", hdd_drv_ops_task->comm);
13855 qdf_print_thread_trace(hdd_drv_ops_task);
13856 } else {
13857 hdd_err("hdd_drv_ops_task is null");
13858 }
13859
Nachiket Kukadebe8850b2017-09-18 15:37:00 +053013860 /* Driver shutdown is stuck, no recovery possible at this point */
13861 if (0 == qdf_mem_cmp(&drv_ops_string[0], "shutdown",
13862 sizeof("shutdown")))
13863 QDF_BUG(0);
13864
Rajeev Kumar1e57b9c2018-01-04 16:17:10 -080013865 if (cds_is_fw_down()) {
13866 hdd_err("FW is down");
13867 return;
13868 }
13869
Nachiket Kukadebe8850b2017-09-18 15:37:00 +053013870 if (cds_is_self_recovery_enabled())
Anurag Chouhan4085ff72017-10-05 18:09:56 +053013871 cds_trigger_recovery(QDF_REASON_UNSPECIFIED);
Nachiket Kukadebe8850b2017-09-18 15:37:00 +053013872 else
13873 QDF_BUG(0);
13874}
13875
Sravan Kumar Kairamd80c7662017-10-03 16:11:05 +053013876void hdd_pld_ipa_uc_shutdown_pipes(void)
13877{
13878 struct hdd_context *hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
13879
13880 if (!hdd_ctx)
13881 return;
13882
Sravan Kumar Kairam858073b2018-03-13 09:03:32 +053013883 ucfg_ipa_uc_force_pipe_shutdown(hdd_ctx->hdd_pdev);
Sravan Kumar Kairamd80c7662017-10-03 16:11:05 +053013884}
13885
Yun Parkff6a16a2017-09-26 16:38:18 -070013886/**
13887 * hdd_set_rx_mode_rps() - Enable/disable RPS in SAP mode
13888 * @struct hdd_context *hdd_ctx
13889 * @struct hdd_adapter *padapter
13890 * @bool enble
13891 *
13892 * Return: none
13893 */
13894void hdd_set_rx_mode_rps(bool enable)
13895{
13896 struct cds_config_info *cds_cfg = cds_get_ini_config();
Ryan Hsu0e878fa2018-05-04 15:22:09 -070013897 struct hdd_context *hdd_ctx;
13898 struct hdd_adapter *adapter;
Yun Parkff6a16a2017-09-26 16:38:18 -070013899
Ryan Hsu0e878fa2018-05-04 15:22:09 -070013900 if (!cds_cfg)
13901 return;
13902
13903 hdd_ctx = cds_get_context(QDF_MODULE_ID_HDD);
13904 if (!hdd_ctx)
13905 return;
13906
13907 adapter = hdd_get_adapter(hdd_ctx, QDF_SAP_MODE);
13908 if (!adapter)
13909 return;
13910
13911 if (!hdd_ctx->rps && cds_cfg->uc_offload_enabled) {
Yun Parkff6a16a2017-09-26 16:38:18 -070013912 if (enable && !cds_cfg->rps_enabled)
13913 hdd_send_rps_ind(adapter);
13914 else if (!enable && cds_cfg->rps_enabled)
13915 hdd_send_rps_disable_ind(adapter);
13916 }
13917}
13918
Hanumanth Reddy Pothula3862ca92018-01-12 16:44:10 +053013919bool hdd_is_cli_iface_up(struct hdd_context *hdd_ctx)
13920{
13921 struct hdd_adapter *adapter = NULL;
13922
13923 hdd_for_each_adapter(hdd_ctx, adapter) {
13924 if ((adapter->device_mode == QDF_STA_MODE ||
13925 adapter->device_mode == QDF_P2P_CLIENT_MODE) &&
13926 qdf_atomic_test_bit(DEVICE_IFACE_OPENED,
13927 &adapter->event_flags)){
13928 return true;
13929 }
13930 }
13931
13932 return false;
13933}
13934
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080013935/* Register the module init/exit functions */
13936module_init(hdd_module_init);
13937module_exit(hdd_module_exit);
13938
13939MODULE_LICENSE("Dual BSD/GPL");
13940MODULE_AUTHOR("Qualcomm Atheros, Inc.");
13941MODULE_DESCRIPTION("WLAN HOST DEVICE DRIVER");
13942
Srinivas Girigowda841da292018-02-21 16:33:00 -080013943static const struct kernel_param_ops con_mode_ops = {
13944 .set = con_mode_handler,
13945 .get = param_get_int,
13946};
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080013947
Srinivas Girigowda841da292018-02-21 16:33:00 -080013948static const struct kernel_param_ops con_mode_ftm_ops = {
13949 .set = con_mode_handler_ftm,
13950 .get = param_get_int,
13951};
Arunk Khandavalliba3d5582017-07-11 19:48:32 +053013952
Srinivas Girigowda841da292018-02-21 16:33:00 -080013953static const struct kernel_param_ops con_mode_monitor_ops = {
13954 .set = con_mode_handler_monitor,
13955 .get = param_get_int,
13956};
Ravi Joshia307f632017-07-17 23:41:41 -070013957
Srinivas Girigowda841da292018-02-21 16:33:00 -080013958static const struct kernel_param_ops fwpath_ops = {
13959 .set = fwpath_changed_handler,
13960 .get = param_get_string,
13961};
13962
13963module_param_cb(con_mode, &con_mode_ops, &con_mode,
13964 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
13965
13966module_param_cb(con_mode_ftm, &con_mode_ftm_ops, &con_mode_ftm,
13967 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
13968
13969module_param_cb(con_mode_monitor, &con_mode_monitor_ops, &con_mode_monitor,
13970 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
13971
13972module_param_cb(fwpath, &fwpath_ops, &fwpath,
13973 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080013974
13975module_param(enable_dfs_chan_scan, int, S_IRUSR | S_IRGRP | S_IROTH);
13976
13977module_param(enable_11d, int, S_IRUSR | S_IRGRP | S_IROTH);
13978
13979module_param(country_code, charp, S_IRUSR | S_IRGRP | S_IROTH);