blob: 13a5d2fbea8b6b252f0a0ca674588deedcdfdfb3 [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05302 * Copyright (c) 2012-2015 The Linux Foundation. All rights reserved.
Kiet Lam842dad02014-02-18 18:44:02 -08003 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
20 */
21
22/*
Kiet Lama7f454d2014-07-24 12:04:06 -070023 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +053026 *
Kiet Lamaa8e15a2014-02-11 23:30:06 -080027 */
Kiet Lam842dad02014-02-18 18:44:02 -080028
29
Kiet Lama7f454d2014-07-24 12:04:06 -070030
31
Jeff Johnson295189b2012-06-20 16:38:30 -070032/**========================================================================
33
34 \file wlan_hdd_cfg80211.c
35
36 \brief WLAN Host Device Driver implementation
37
Jeff Johnson295189b2012-06-20 16:38:30 -070038 ========================================================================*/
39
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070040/**=========================================================================
Jeff Johnson295189b2012-06-20 16:38:30 -070041
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070042 EDIT HISTORY FOR FILE
Jeff Johnson295189b2012-06-20 16:38:30 -070043
44
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070045 This section contains comments describing changes made to the module.
46 Notice that changes are listed in reverse chronological order.
Jeff Johnson295189b2012-06-20 16:38:30 -070047
48
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070049 $Header:$ $DateTime: $ $Author: $
Jeff Johnson295189b2012-06-20 16:38:30 -070050
51
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070052 when who what, where, why
Jeff Johnson295189b2012-06-20 16:38:30 -070053 -------- --- --------------------------------------------------------
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070054 21/12/09 Ashwani Created module.
Jeff Johnson295189b2012-06-20 16:38:30 -070055
56 07/06/10 Kumar Deepak Implemented cfg80211 callbacks for ANDROID
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070057 Ganesh K
Jeff Johnson295189b2012-06-20 16:38:30 -070058 ==========================================================================*/
59
Jeff Johnson295189b2012-06-20 16:38:30 -070060
61#include <linux/version.h>
62#include <linux/module.h>
63#include <linux/kernel.h>
64#include <linux/init.h>
65#include <linux/wireless.h>
66#include <wlan_hdd_includes.h>
67#include <net/arp.h>
68#include <net/cfg80211.h>
69#include <linux/wireless.h>
70#include <wlan_hdd_wowl.h>
71#include <aniGlobal.h>
72#include "ccmApi.h"
73#include "sirParams.h"
74#include "dot11f.h"
75#include "wlan_hdd_assoc.h"
76#include "wlan_hdd_wext.h"
77#include "sme_Api.h"
78#include "wlan_hdd_p2p.h"
79#include "wlan_hdd_cfg80211.h"
80#include "wlan_hdd_hostapd.h"
81#include "sapInternal.h"
82#include "wlan_hdd_softap_tx_rx.h"
83#include "wlan_hdd_main.h"
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +053084#include "wlan_hdd_assoc.h"
Gopichand Nakkala20c4c042013-04-19 22:08:55 +053085#include "wlan_hdd_power.h"
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053086#include "wlan_hdd_trace.h"
87#include "vos_types.h"
88#include "vos_trace.h"
Jeff Johnson295189b2012-06-20 16:38:30 -070089#ifdef WLAN_BTAMP_FEATURE
90#include "bap_hdd_misc.h"
91#endif
92#include <qc_sap_ioctl.h>
Mohit Khanna698ba2a2012-12-04 15:08:18 -080093#ifdef FEATURE_WLAN_TDLS
94#include "wlan_hdd_tdls.h"
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +053095#include "wlan_hdd_wmm.h"
Madan Mohan Koyyalamudice419872013-09-13 19:36:52 +053096#include "wlan_qct_wda.h"
Mohit Khanna698ba2a2012-12-04 15:08:18 -080097#endif
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +053098#include "wlan_nv.h"
Leo Chang6fe1f922013-06-07 19:21:24 -070099#include "wlan_hdd_dev_pwr.h"
Jeff Johnson295189b2012-06-20 16:38:30 -0700100
101#define g_mode_rates_size (12)
102#define a_mode_rates_size (8)
103#define FREQ_BASE_80211G (2407)
104#define FREQ_BAND_DIFF_80211G (5)
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700105#define MAX_SCAN_SSID 9
Kiet Lamac06e2c2013-10-23 16:25:07 +0530106#define MAX_PENDING_LOG 5
Jeff Johnson295189b2012-06-20 16:38:30 -0700107#define GET_IE_LEN_IN_BSS_DESC(lenInBss) ( lenInBss + sizeof(lenInBss) - \
krunal soni2a6a9062014-02-11 14:14:23 -0800108 ((uintptr_t)OFFSET_OF( tSirBssDescription, ieFields)))
Jeff Johnson295189b2012-06-20 16:38:30 -0700109
110#define HDD2GHZCHAN(freq, chan, flag) { \
111 .band = IEEE80211_BAND_2GHZ, \
112 .center_freq = (freq), \
113 .hw_value = (chan),\
114 .flags = (flag), \
115 .max_antenna_gain = 0 ,\
116 .max_power = 30, \
117}
118
119#define HDD5GHZCHAN(freq, chan, flag) { \
120 .band = IEEE80211_BAND_5GHZ, \
121 .center_freq = (freq), \
122 .hw_value = (chan),\
123 .flags = (flag), \
124 .max_antenna_gain = 0 ,\
125 .max_power = 30, \
126}
127
128#define HDD_G_MODE_RATETAB(rate, rate_id, flag)\
129{\
130 .bitrate = rate, \
131 .hw_value = rate_id, \
132 .flags = flag, \
133}
134
Lee Hoonkic1262f22013-01-24 21:59:00 -0800135#ifndef WLAN_FEATURE_TDLS_DEBUG
136#define TDLS_LOG_LEVEL VOS_TRACE_LEVEL_INFO
137#else
138#define TDLS_LOG_LEVEL VOS_TRACE_LEVEL_ERROR
139#endif
140
Gopichand Nakkala356fb102013-03-06 12:34:04 +0530141#ifdef WLAN_FEATURE_VOWIFI_11R
142#define WLAN_AKM_SUITE_FT_8021X 0x000FAC03
143#define WLAN_AKM_SUITE_FT_PSK 0x000FAC04
144#endif
145
Naresh Jayaram3180aa42014-02-12 21:47:26 +0530146#define HDD_CHANNEL_14 14
Dasari Srinivase18b2cf2014-10-28 17:09:42 +0530147#define WLAN_HDD_MAX_FEATURE_SET 8
Naresh Jayaram3180aa42014-02-12 21:47:26 +0530148
Sunil Duttc69bccb2014-05-26 21:30:20 +0530149#ifdef WLAN_FEATURE_LINK_LAYER_STATS
150/*
151 * Used to allocate the size of 4096 for the link layer stats.
152 * The size of 4096 is considered assuming that all data per
153 * respective event fit with in the limit.Please take a call
154 * on the limit based on the data requirements on link layer
155 * statistics.
156 */
157#define LL_STATS_EVENT_BUF_SIZE 4096
158#endif
Dino Mycle6fb96c12014-06-10 11:52:40 +0530159#ifdef WLAN_FEATURE_EXTSCAN
160/*
161 * Used to allocate the size of 4096 for the EXTScan NL data.
162 * The size of 4096 is considered assuming that all data per
163 * respective event fit with in the limit.Please take a call
164 * on the limit based on the data requirements.
165 */
166
167#define EXTSCAN_EVENT_BUF_SIZE 4096
168#define EXTSCAN_MAX_CACHED_RESULTS_PER_IND 32
169#endif
Sunil Duttc69bccb2014-05-26 21:30:20 +0530170
Atul Mittal115287b2014-07-08 13:26:33 +0530171/*EXT TDLS*/
172/*
173 * Used to allocate the size of 4096 for the TDLS.
174 * The size of 4096 is considered assuming that all data per
175 * respective event fit with in the limit.Please take a call
176 * on the limit based on the data requirements on link layer
177 * statistics.
178 */
179#define EXTTDLS_EVENT_BUF_SIZE 4096
180
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530181static const u32 hdd_cipher_suites[] =
Jeff Johnson295189b2012-06-20 16:38:30 -0700182{
183 WLAN_CIPHER_SUITE_WEP40,
184 WLAN_CIPHER_SUITE_WEP104,
185 WLAN_CIPHER_SUITE_TKIP,
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800186#ifdef FEATURE_WLAN_ESE
Jeff Johnson295189b2012-06-20 16:38:30 -0700187#define WLAN_CIPHER_SUITE_KRK 0x004096ff /* use for KRK */
188 WLAN_CIPHER_SUITE_KRK,
189 WLAN_CIPHER_SUITE_CCMP,
190#else
191 WLAN_CIPHER_SUITE_CCMP,
192#endif
193#ifdef FEATURE_WLAN_WAPI
194 WLAN_CIPHER_SUITE_SMS4,
195#endif
Chet Lanctot186b5732013-03-18 10:26:30 -0700196#ifdef WLAN_FEATURE_11W
197 WLAN_CIPHER_SUITE_AES_CMAC,
198#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700199};
200
201static inline int is_broadcast_ether_addr(const u8 *addr)
202{
203 return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) &&
204 (addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff));
205}
206
207static struct ieee80211_channel hdd_channels_2_4_GHZ[] =
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530208{
Jeff Johnson295189b2012-06-20 16:38:30 -0700209 HDD2GHZCHAN(2412, 1, 0) ,
210 HDD2GHZCHAN(2417, 2, 0) ,
211 HDD2GHZCHAN(2422, 3, 0) ,
212 HDD2GHZCHAN(2427, 4, 0) ,
213 HDD2GHZCHAN(2432, 5, 0) ,
214 HDD2GHZCHAN(2437, 6, 0) ,
215 HDD2GHZCHAN(2442, 7, 0) ,
216 HDD2GHZCHAN(2447, 8, 0) ,
217 HDD2GHZCHAN(2452, 9, 0) ,
218 HDD2GHZCHAN(2457, 10, 0) ,
219 HDD2GHZCHAN(2462, 11, 0) ,
220 HDD2GHZCHAN(2467, 12, 0) ,
221 HDD2GHZCHAN(2472, 13, 0) ,
222 HDD2GHZCHAN(2484, 14, 0) ,
223};
224
Jeff Johnson295189b2012-06-20 16:38:30 -0700225static struct ieee80211_channel hdd_social_channels_2_4_GHZ[] =
226{
227 HDD2GHZCHAN(2412, 1, 0) ,
228 HDD2GHZCHAN(2437, 6, 0) ,
229 HDD2GHZCHAN(2462, 11, 0) ,
230};
Jeff Johnson295189b2012-06-20 16:38:30 -0700231
232static struct ieee80211_channel hdd_channels_5_GHZ[] =
233{
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700234 HDD5GHZCHAN(4920, 240, 0) ,
235 HDD5GHZCHAN(4940, 244, 0) ,
236 HDD5GHZCHAN(4960, 248, 0) ,
237 HDD5GHZCHAN(4980, 252, 0) ,
238 HDD5GHZCHAN(5040, 208, 0) ,
239 HDD5GHZCHAN(5060, 212, 0) ,
240 HDD5GHZCHAN(5080, 216, 0) ,
Jeff Johnson295189b2012-06-20 16:38:30 -0700241 HDD5GHZCHAN(5180, 36, 0) ,
242 HDD5GHZCHAN(5200, 40, 0) ,
243 HDD5GHZCHAN(5220, 44, 0) ,
244 HDD5GHZCHAN(5240, 48, 0) ,
245 HDD5GHZCHAN(5260, 52, 0) ,
246 HDD5GHZCHAN(5280, 56, 0) ,
247 HDD5GHZCHAN(5300, 60, 0) ,
248 HDD5GHZCHAN(5320, 64, 0) ,
249 HDD5GHZCHAN(5500,100, 0) ,
250 HDD5GHZCHAN(5520,104, 0) ,
251 HDD5GHZCHAN(5540,108, 0) ,
252 HDD5GHZCHAN(5560,112, 0) ,
253 HDD5GHZCHAN(5580,116, 0) ,
254 HDD5GHZCHAN(5600,120, 0) ,
255 HDD5GHZCHAN(5620,124, 0) ,
256 HDD5GHZCHAN(5640,128, 0) ,
257 HDD5GHZCHAN(5660,132, 0) ,
258 HDD5GHZCHAN(5680,136, 0) ,
259 HDD5GHZCHAN(5700,140, 0) ,
Leo Chang80de3c22013-11-26 10:52:12 -0800260#ifdef FEATURE_WLAN_CH144
261 HDD5GHZCHAN(5720,144, 0) ,
262#endif /* FEATURE_WLAN_CH144 */
Jeff Johnson295189b2012-06-20 16:38:30 -0700263 HDD5GHZCHAN(5745,149, 0) ,
264 HDD5GHZCHAN(5765,153, 0) ,
265 HDD5GHZCHAN(5785,157, 0) ,
266 HDD5GHZCHAN(5805,161, 0) ,
267 HDD5GHZCHAN(5825,165, 0) ,
268};
269
270static struct ieee80211_rate g_mode_rates[] =
271{
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530272 HDD_G_MODE_RATETAB(10, 0x1, 0),
273 HDD_G_MODE_RATETAB(20, 0x2, 0),
274 HDD_G_MODE_RATETAB(55, 0x4, 0),
275 HDD_G_MODE_RATETAB(110, 0x8, 0),
276 HDD_G_MODE_RATETAB(60, 0x10, 0),
277 HDD_G_MODE_RATETAB(90, 0x20, 0),
278 HDD_G_MODE_RATETAB(120, 0x40, 0),
279 HDD_G_MODE_RATETAB(180, 0x80, 0),
280 HDD_G_MODE_RATETAB(240, 0x100, 0),
281 HDD_G_MODE_RATETAB(360, 0x200, 0),
282 HDD_G_MODE_RATETAB(480, 0x400, 0),
Jeff Johnson295189b2012-06-20 16:38:30 -0700283 HDD_G_MODE_RATETAB(540, 0x800, 0),
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530284};
Jeff Johnson295189b2012-06-20 16:38:30 -0700285
286static struct ieee80211_rate a_mode_rates[] =
287{
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530288 HDD_G_MODE_RATETAB(60, 0x10, 0),
289 HDD_G_MODE_RATETAB(90, 0x20, 0),
290 HDD_G_MODE_RATETAB(120, 0x40, 0),
291 HDD_G_MODE_RATETAB(180, 0x80, 0),
292 HDD_G_MODE_RATETAB(240, 0x100, 0),
293 HDD_G_MODE_RATETAB(360, 0x200, 0),
294 HDD_G_MODE_RATETAB(480, 0x400, 0),
Jeff Johnson295189b2012-06-20 16:38:30 -0700295 HDD_G_MODE_RATETAB(540, 0x800, 0),
296};
297
298static struct ieee80211_supported_band wlan_hdd_band_2_4_GHZ =
299{
300 .channels = hdd_channels_2_4_GHZ,
301 .n_channels = ARRAY_SIZE(hdd_channels_2_4_GHZ),
302 .band = IEEE80211_BAND_2GHZ,
303 .bitrates = g_mode_rates,
304 .n_bitrates = g_mode_rates_size,
305 .ht_cap.ht_supported = 1,
306 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
307 | IEEE80211_HT_CAP_GRN_FLD
308 | IEEE80211_HT_CAP_DSSSCCK40
309 | IEEE80211_HT_CAP_LSIG_TXOP_PROT,
310 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
311 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
312 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
313 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
314 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
315};
316
Jeff Johnson295189b2012-06-20 16:38:30 -0700317static struct ieee80211_supported_band wlan_hdd_band_p2p_2_4_GHZ =
318{
319 .channels = hdd_social_channels_2_4_GHZ,
320 .n_channels = ARRAY_SIZE(hdd_social_channels_2_4_GHZ),
321 .band = IEEE80211_BAND_2GHZ,
322 .bitrates = g_mode_rates,
323 .n_bitrates = g_mode_rates_size,
324 .ht_cap.ht_supported = 1,
325 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
326 | IEEE80211_HT_CAP_GRN_FLD
327 | IEEE80211_HT_CAP_DSSSCCK40
328 | IEEE80211_HT_CAP_LSIG_TXOP_PROT,
329 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
330 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
331 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
332 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
333 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
334};
Jeff Johnson295189b2012-06-20 16:38:30 -0700335
336static struct ieee80211_supported_band wlan_hdd_band_5_GHZ =
337{
338 .channels = hdd_channels_5_GHZ,
339 .n_channels = ARRAY_SIZE(hdd_channels_5_GHZ),
340 .band = IEEE80211_BAND_5GHZ,
341 .bitrates = a_mode_rates,
342 .n_bitrates = a_mode_rates_size,
343 .ht_cap.ht_supported = 1,
344 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
345 | IEEE80211_HT_CAP_GRN_FLD
346 | IEEE80211_HT_CAP_DSSSCCK40
347 | IEEE80211_HT_CAP_LSIG_TXOP_PROT
348 | IEEE80211_HT_CAP_SGI_40
349 | IEEE80211_HT_CAP_SUP_WIDTH_20_40,
350 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
351 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
352 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
353 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
354 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
355};
356
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530357/* This structure contain information what kind of frame are expected in
Jeff Johnson295189b2012-06-20 16:38:30 -0700358 TX/RX direction for each kind of interface */
359static const struct ieee80211_txrx_stypes
360wlan_hdd_txrx_stypes[NUM_NL80211_IFTYPES] = {
361 [NL80211_IFTYPE_STATION] = {
362 .tx = 0xffff,
363 .rx = BIT(SIR_MAC_MGMT_ACTION) |
364 BIT(SIR_MAC_MGMT_PROBE_REQ),
365 },
366 [NL80211_IFTYPE_AP] = {
367 .tx = 0xffff,
368 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
369 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
370 BIT(SIR_MAC_MGMT_PROBE_REQ) |
371 BIT(SIR_MAC_MGMT_DISASSOC) |
372 BIT(SIR_MAC_MGMT_AUTH) |
373 BIT(SIR_MAC_MGMT_DEAUTH) |
374 BIT(SIR_MAC_MGMT_ACTION),
375 },
Jeff Johnsonbc006202013-04-29 14:05:30 -0700376 [NL80211_IFTYPE_ADHOC] = {
377 .tx = 0xffff,
378 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
379 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
380 BIT(SIR_MAC_MGMT_PROBE_REQ) |
381 BIT(SIR_MAC_MGMT_DISASSOC) |
382 BIT(SIR_MAC_MGMT_AUTH) |
383 BIT(SIR_MAC_MGMT_DEAUTH) |
384 BIT(SIR_MAC_MGMT_ACTION),
385 },
Jeff Johnson295189b2012-06-20 16:38:30 -0700386 [NL80211_IFTYPE_P2P_CLIENT] = {
387 .tx = 0xffff,
388 .rx = BIT(SIR_MAC_MGMT_ACTION) |
389 BIT(SIR_MAC_MGMT_PROBE_REQ),
390 },
391 [NL80211_IFTYPE_P2P_GO] = {
392 /* This is also same as for SoftAP */
393 .tx = 0xffff,
394 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
395 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
396 BIT(SIR_MAC_MGMT_PROBE_REQ) |
397 BIT(SIR_MAC_MGMT_DISASSOC) |
398 BIT(SIR_MAC_MGMT_AUTH) |
399 BIT(SIR_MAC_MGMT_DEAUTH) |
400 BIT(SIR_MAC_MGMT_ACTION),
401 },
Jeff Johnson295189b2012-06-20 16:38:30 -0700402};
403
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800404#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800405static const struct ieee80211_iface_limit
406wlan_hdd_iface_limit[] = {
407 {
Sunil Ravia72c3992013-01-31 06:12:22 -0800408 /* max = 3 ; Our driver create two interfaces during driver init
409 * wlan0 and p2p0 interfaces. p2p0 is considered as station
410 * interface until a group is formed. In JB architecture, once the
411 * group is formed, interface type of p2p0 is changed to P2P GO or
412 * Client.
413 * When supplicant remove the group, it first issue a set interface
414 * cmd to change the mode back to Station. In JB this works fine as
415 * we advertize two station type interface during driver init.
416 * Some vendors create separate interface for P2P GO/Client,
417 * after group formation(Third one). But while group remove
418 * supplicant first tries to change the mode(3rd interface) to STATION
419 * But as we advertized only two sta type interfaces nl80211 was
420 * returning error for the third one which was leading to failure in
421 * delete interface. Ideally while removing the group, supplicant
422 * should not try to change the 3rd interface mode to Station type.
423 * Till we get a fix in wpa_supplicant, we advertize max STA
424 * interface type to 3
425 */
426 .max = 3,
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800427 .types = BIT(NL80211_IFTYPE_STATION),
428 },
429 {
430 .max = 1,
Jeff Johnsonbc006202013-04-29 14:05:30 -0700431 .types = BIT(NL80211_IFTYPE_ADHOC) | BIT(NL80211_IFTYPE_AP),
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800432 },
433 {
434 .max = 1,
435 .types = BIT(NL80211_IFTYPE_P2P_GO) |
436 BIT(NL80211_IFTYPE_P2P_CLIENT),
437 },
438};
439
440/* By default, only single channel concurrency is allowed */
441static struct ieee80211_iface_combination
442wlan_hdd_iface_combination = {
443 .limits = wlan_hdd_iface_limit,
444 .num_different_channels = 1,
Sunil Ravia72c3992013-01-31 06:12:22 -0800445 /*
446 * max = WLAN_MAX_INTERFACES ; JellyBean architecture creates wlan0
447 * and p2p0 interfaces during driver init
448 * Some vendors create separate interface for P2P operations.
449 * wlan0: STA interface
450 * p2p0: P2P Device interface, action frames goes
451 * through this interface.
452 * p2p-xx: P2P interface, After GO negotiation this interface is
453 * created for p2p operations(GO/CLIENT interface).
454 */
455 .max_interfaces = WLAN_MAX_INTERFACES,
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800456 .n_limits = ARRAY_SIZE(wlan_hdd_iface_limit),
457 .beacon_int_infra_match = false,
458};
459#endif
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800460
Jeff Johnson295189b2012-06-20 16:38:30 -0700461static struct cfg80211_ops wlan_hdd_cfg80211_ops;
462
463/* Data rate 100KBPS based on IE Index */
464struct index_data_rate_type
465{
466 v_U8_t beacon_rate_index;
467 v_U16_t supported_rate[4];
468};
469
470/* 11B, 11G Rate table include Basic rate and Extended rate
471 The IDX field is the rate index
472 The HI field is the rate when RSSI is strong or being ignored
473 (in this case we report actual rate)
474 The MID field is the rate when RSSI is moderate
475 (in this case we cap 11b rates at 5.5 and 11g rates at 24)
476 The LO field is the rate when RSSI is low
477 (in this case we don't report rates, actual current rate used)
478 */
479static const struct
480{
481 v_U8_t beacon_rate_index;
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -0700482 v_U16_t supported_rate[4];
Jeff Johnson295189b2012-06-20 16:38:30 -0700483} supported_data_rate[] =
484{
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -0700485/* IDX HI HM LM LO (RSSI-based index */
486 {2, { 10, 10, 10, 0}},
487 {4, { 20, 20, 10, 0}},
488 {11, { 55, 20, 10, 0}},
489 {12, { 60, 55, 20, 0}},
490 {18, { 90, 55, 20, 0}},
491 {22, {110, 55, 20, 0}},
492 {24, {120, 90, 60, 0}},
493 {36, {180, 120, 60, 0}},
494 {44, {220, 180, 60, 0}},
495 {48, {240, 180, 90, 0}},
496 {66, {330, 180, 90, 0}},
497 {72, {360, 240, 90, 0}},
498 {96, {480, 240, 120, 0}},
499 {108, {540, 240, 120, 0}}
Jeff Johnson295189b2012-06-20 16:38:30 -0700500};
501
502/* MCS Based rate table */
503static struct index_data_rate_type supported_mcs_rate[] =
504{
505/* MCS L20 L40 S20 S40 */
506 {0, {65, 135, 72, 150}},
507 {1, {130, 270, 144, 300}},
508 {2, {195, 405, 217, 450}},
509 {3, {260, 540, 289, 600}},
510 {4, {390, 810, 433, 900}},
511 {5, {520, 1080, 578, 1200}},
512 {6, {585, 1215, 650, 1350}},
513 {7, {650, 1350, 722, 1500}}
514};
515
Leo Chang6f8870f2013-03-26 18:11:36 -0700516#ifdef WLAN_FEATURE_11AC
517
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530518#define DATA_RATE_11AC_MCS_MASK 0x03
Leo Chang6f8870f2013-03-26 18:11:36 -0700519
520struct index_vht_data_rate_type
521{
522 v_U8_t beacon_rate_index;
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530523 v_U16_t supported_VHT80_rate[2];
524 v_U16_t supported_VHT40_rate[2];
525 v_U16_t supported_VHT20_rate[2];
Leo Chang6f8870f2013-03-26 18:11:36 -0700526};
527
528typedef enum
529{
530 DATA_RATE_11AC_MAX_MCS_7,
531 DATA_RATE_11AC_MAX_MCS_8,
532 DATA_RATE_11AC_MAX_MCS_9,
533 DATA_RATE_11AC_MAX_MCS_NA
534} eDataRate11ACMaxMcs;
535
Mahesh A Saptasagar7bd6ad42014-07-21 18:56:33 +0530536/* SSID broadcast type */
537typedef enum eSSIDBcastType
538{
539 eBCAST_UNKNOWN = 0,
540 eBCAST_NORMAL = 1,
541 eBCAST_HIDDEN = 2,
542} tSSIDBcastType;
543
Leo Chang6f8870f2013-03-26 18:11:36 -0700544/* MCS Based VHT rate table */
545static struct index_vht_data_rate_type supported_vht_mcs_rate[] =
546{
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530547/* MCS L80 S80 L40 S40 L20 S40*/
548 {0, {293, 325}, {135, 150}, {65, 72}},
549 {1, {585, 650}, {270, 300}, {130, 144}},
550 {2, {878, 975}, {405, 450}, {195, 217}},
551 {3, {1170, 1300}, {540, 600}, {260, 289}},
552 {4, {1755, 1950}, {810, 900}, {390, 433}},
553 {5, {2340, 2600}, {1080, 1200}, {520, 578}},
554 {6, {2633, 2925}, {1215, 1350}, {585, 650}},
555 {7, {2925, 3250}, {1350, 1500}, {650, 722}},
556 {8, {3510, 3900}, {1620, 1800}, {780, 867}},
557 {9, {3900, 4333}, {1800, 2000}, {780, 867}}
Leo Chang6f8870f2013-03-26 18:11:36 -0700558};
559#endif /* WLAN_FEATURE_11AC */
560
c_hpothu79aab322014-07-14 21:11:01 +0530561/*array index points to MCS and array value points respective rssi*/
562static int rssiMcsTbl[][10] =
563{
564/*MCS 0 1 2 3 4 5 6 7 8 9*/
565 {-82, -79, -77, -74, -70, -66, -65, -64, -59, -57}, //20
566 {-79, -76, -74, -71, -67, -63, -62, -61, -56, -54}, //40
567 {-76, -73, -71, -68, -64, -60, -59, -58, -53, -51} //80
568};
569
Jeff Johnson295189b2012-06-20 16:38:30 -0700570extern struct net_device_ops net_ops_struct;
Dasari Srinivas7875a302014-09-26 17:50:57 +0530571#ifdef FEATURE_WLAN_SCAN_PNO
572static eHalStatus wlan_hdd_is_pno_allowed(hdd_adapter_t *pAdapter);
573#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700574
Leo Chang9056f462013-08-01 19:21:11 -0700575#ifdef WLAN_NL80211_TESTMODE
576enum wlan_hdd_tm_attr
577{
578 WLAN_HDD_TM_ATTR_INVALID = 0,
579 WLAN_HDD_TM_ATTR_CMD = 1,
580 WLAN_HDD_TM_ATTR_DATA = 2,
581 WLAN_HDD_TM_ATTR_TYPE = 3,
582 /* keep last */
583 WLAN_HDD_TM_ATTR_AFTER_LAST,
584 WLAN_HDD_TM_ATTR_MAX = WLAN_HDD_TM_ATTR_AFTER_LAST - 1,
585};
586
587enum wlan_hdd_tm_cmd
588{
589 WLAN_HDD_TM_CMD_WLAN_HB = 1,
590};
591
592#define WLAN_HDD_TM_DATA_MAX_LEN 5000
593
594static const struct nla_policy wlan_hdd_tm_policy[WLAN_HDD_TM_ATTR_MAX + 1] =
595{
596 [WLAN_HDD_TM_ATTR_CMD] = { .type = NLA_U32 },
597 [WLAN_HDD_TM_ATTR_DATA] = { .type = NLA_BINARY,
598 .len = WLAN_HDD_TM_DATA_MAX_LEN },
599};
600#endif /* WLAN_NL80211_TESTMODE */
601
Rajesh Chauhan98a31f82014-01-06 20:15:25 -0800602#ifdef FEATURE_WLAN_CH_AVOID
603/*
604 * FUNCTION: wlan_hdd_send_avoid_freq_event
605 * This is called when wlan driver needs to send vendor specific
606 * avoid frequency range event to userspace
607 */
608int wlan_hdd_send_avoid_freq_event(hdd_context_t *pHddCtx,
609 tHddAvoidFreqList *pAvoidFreqList)
610{
611 struct sk_buff *vendor_event;
612
613 ENTER();
614
615 if (!pHddCtx)
616 {
617 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
618 "%s: HDD context is null", __func__);
619 return -1;
620 }
621
622 if (!pAvoidFreqList)
623 {
624 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
625 "%s: pAvoidFreqList is null", __func__);
626 return -1;
627 }
628
629 vendor_event = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
630 sizeof(tHddAvoidFreqList),
Sunil Duttc69bccb2014-05-26 21:30:20 +0530631 QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY_INDEX,
Rajesh Chauhan98a31f82014-01-06 20:15:25 -0800632 GFP_KERNEL);
633 if (!vendor_event)
634 {
635 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
636 "%s: cfg80211_vendor_event_alloc failed", __func__);
637 return -1;
638 }
639
640 memcpy(skb_put(vendor_event, sizeof(tHddAvoidFreqList)),
641 (void *)pAvoidFreqList, sizeof(tHddAvoidFreqList));
642
643 cfg80211_vendor_event(vendor_event, GFP_KERNEL);
644
645 EXIT();
646 return 0;
647}
648#endif /* FEATURE_WLAN_CH_AVOID */
649
Sunil Duttc69bccb2014-05-26 21:30:20 +0530650#ifdef WLAN_FEATURE_LINK_LAYER_STATS
651
652static v_BOOL_t put_wifi_rate_stat( tpSirWifiRateStat stats,
653 struct sk_buff *vendor_event)
654{
655 if (nla_put_u8(vendor_event,
656 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_PREAMBLE,
657 stats->rate.preamble) ||
658 nla_put_u8(vendor_event,
659 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_NSS,
660 stats->rate.nss) ||
661 nla_put_u8(vendor_event,
662 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BW,
663 stats->rate.bw) ||
664 nla_put_u8(vendor_event,
665 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MCS_INDEX,
666 stats->rate.rateMcsIdx) ||
667 nla_put_u32(vendor_event, QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_BIT_RATE,
668 stats->rate.bitrate ) ||
669 nla_put_u32(vendor_event, QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_TX_MPDU,
670 stats->txMpdu ) ||
671 nla_put_u32(vendor_event, QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RX_MPDU,
672 stats->rxMpdu ) ||
673 nla_put_u32(vendor_event, QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_MPDU_LOST,
674 stats->mpduLost ) ||
675 nla_put_u32(vendor_event, QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES,
676 stats->retries) ||
677 nla_put_u32(vendor_event,
678 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_SHORT,
679 stats->retriesShort ) ||
680 nla_put_u32(vendor_event,
681 QCA_WLAN_VENDOR_ATTR_LL_STATS_RATE_RETRIES_LONG,
682 stats->retriesLong))
683 {
684 hddLog(VOS_TRACE_LEVEL_ERROR,
685 FL("QCA_WLAN_VENDOR_ATTR put fail"));
686 return FALSE;
687 }
688 return TRUE;
689}
690
691static v_BOOL_t put_wifi_peer_info( tpSirWifiPeerInfo stats,
692 struct sk_buff *vendor_event)
693{
694 u32 i = 0;
695 struct nlattr *rateInfo;
696 if (nla_put_u32(vendor_event, QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_TYPE,
697 stats->type) ||
698 nla_put(vendor_event,
699 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_MAC_ADDRESS,
700 VOS_MAC_ADDR_SIZE, &stats->peerMacAddress[0]) ||
701 nla_put_u32(vendor_event,
702 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_CAPABILITIES,
703 stats->capabilities) ||
704 nla_put_u32(vendor_event,
705 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_NUM_RATES,
706 stats->numRate))
707 {
708 hddLog(VOS_TRACE_LEVEL_ERROR,
709 FL("QCA_WLAN_VENDOR_ATTR put fail"));
710 goto error;
711 }
712
713 rateInfo = nla_nest_start(vendor_event,
714 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO);
Sushant Kaushikee1f55e2015-01-22 11:27:01 +0530715 if(!rateInfo)
716 return FALSE;
Sunil Duttc69bccb2014-05-26 21:30:20 +0530717 for (i = 0; i < stats->numRate; i++)
718 {
719 struct nlattr *rates;
720 tpSirWifiRateStat pRateStats = (tpSirWifiRateStat )((uint8 *)
721 stats->rateStats +
722 (i * sizeof(tSirWifiRateStat)));
723 rates = nla_nest_start(vendor_event, i);
Sushant Kaushikee1f55e2015-01-22 11:27:01 +0530724 if(!rates)
725 return FALSE;
Sunil Duttc69bccb2014-05-26 21:30:20 +0530726
727 if (FALSE == put_wifi_rate_stat(pRateStats, vendor_event))
728 {
729 hddLog(VOS_TRACE_LEVEL_ERROR,
730 FL("QCA_WLAN_VENDOR_ATTR put fail"));
731 return FALSE;
732 }
733 nla_nest_end(vendor_event, rates);
734 }
735 nla_nest_end(vendor_event, rateInfo);
736
737 return TRUE;
738error:
739 return FALSE;
740}
741
742static v_BOOL_t put_wifi_wmm_ac_stat( tpSirWifiWmmAcStat stats,
743 struct sk_buff *vendor_event)
744{
745 if (nla_put_u32(vendor_event, QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_AC,
746 stats->ac ) ||
747 nla_put_u32(vendor_event,
748 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MPDU,
749 stats->txMpdu ) ||
750 nla_put_u32(vendor_event,
751 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MPDU,
752 stats->rxMpdu ) ||
753 nla_put_u32(vendor_event,
754 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_MCAST,
755 stats->txMcast ) ||
756 nla_put_u32(vendor_event,
757 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_MCAST,
758 stats->rxMcast ) ||
759 nla_put_u32(vendor_event,
760 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RX_AMPDU,
761 stats->rxAmpdu ) ||
762 nla_put_u32(vendor_event,
763 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_TX_AMPDU,
764 stats->txAmpdu ) ||
765 nla_put_u32(vendor_event,
766 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_MPDU_LOST,
767 stats->mpduLost )||
768 nla_put_u32(vendor_event,
769 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES,
770 stats->retries ) ||
771 nla_put_u32(vendor_event,
772 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_SHORT,
773 stats->retriesShort ) ||
774 nla_put_u32(vendor_event,
775 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_RETRIES_LONG,
776 stats->retriesLong ) ||
777 nla_put_u32(vendor_event,
778 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MIN,
779 stats->contentionTimeMin ) ||
780 nla_put_u32(vendor_event,
781 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_MAX,
782 stats->contentionTimeMax ) ||
783 nla_put_u32(vendor_event,
784 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_TIME_AVG,
785 stats->contentionTimeAvg ) ||
786 nla_put_u32(vendor_event,
787 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_AC_CONTENTION_NUM_SAMPLES,
788 stats->contentionNumSamples ))
789 {
790 hddLog(VOS_TRACE_LEVEL_ERROR,
791 FL("QCA_WLAN_VENDOR_ATTR put fail") );
792 return FALSE;
793 }
794 return TRUE;
795}
796
797static v_BOOL_t put_wifi_interface_info(tpSirWifiInterfaceInfo stats,
798 struct sk_buff *vendor_event)
799{
Dino Myclec8f3f332014-07-21 16:48:27 +0530800 if (nla_put_s32(vendor_event,
Sunil Duttc69bccb2014-05-26 21:30:20 +0530801 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE, stats->mode ) ||
802 nla_put(vendor_event,
803 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR,
804 VOS_MAC_ADDR_SIZE, stats->macAddr) ||
805 nla_put_u32(vendor_event,
806 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE,
807 stats->state ) ||
808 nla_put_u32(vendor_event,
809 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING,
810 stats->roaming ) ||
811 nla_put_u32(vendor_event,
812 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES,
813 stats->capabilities ) ||
814 nla_put(vendor_event,
815 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID,
816 strlen(stats->ssid), stats->ssid) ||
817 nla_put(vendor_event,
818 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_BSSID,
819 WNI_CFG_BSSID_LEN, stats->bssid) ||
820 nla_put(vendor_event,
821 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_AP_COUNTRY_STR,
822 WNI_CFG_COUNTRY_CODE_LEN, stats->apCountryStr) ||
823 nla_put(vendor_event,
824 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR,
825 WNI_CFG_COUNTRY_CODE_LEN, stats->countryStr)
826 )
827 {
828 hddLog(VOS_TRACE_LEVEL_ERROR,
829 FL("QCA_WLAN_VENDOR_ATTR put fail") );
830 return FALSE;
831 }
832 return TRUE;
833}
834
Dino Mycle3b9536d2014-07-09 22:05:24 +0530835static v_BOOL_t put_wifi_iface_stats(hdd_adapter_t *pAdapter,
836 tpSirWifiIfaceStat pWifiIfaceStat,
Sunil Duttc69bccb2014-05-26 21:30:20 +0530837 struct sk_buff *vendor_event)
838{
839 int i = 0;
840 struct nlattr *wmmInfo;
Dino Mycle3b9536d2014-07-09 22:05:24 +0530841 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
842 WLANTL_InterfaceStatsType *pWifiIfaceStatTL = NULL;
Srinivas Dasaria8a304f2014-11-15 16:13:37 +0530843 tSirWifiWmmAcStat accessclassStats;
Dino Mycle3b9536d2014-07-09 22:05:24 +0530844
Sunil Duttc69bccb2014-05-26 21:30:20 +0530845 if (FALSE == put_wifi_interface_info(
846 &pWifiIfaceStat->info,
847 vendor_event))
848 {
849 hddLog(VOS_TRACE_LEVEL_ERROR,
850 FL("QCA_WLAN_VENDOR_ATTR put fail") );
851 return FALSE;
852
853 }
Dino Mycle3b9536d2014-07-09 22:05:24 +0530854 pWifiIfaceStatTL = (WLANTL_InterfaceStatsType *)
855 vos_mem_malloc(sizeof(WLANTL_InterfaceStatsType));
856 if (NULL == pWifiIfaceStatTL)
857 {
858 hddLog(VOS_TRACE_LEVEL_ERROR, FL("vos_mem_malloc failed"));
859 return FALSE;
860 }
861
Srinivas Dasaria8a304f2014-11-15 16:13:37 +0530862 accessclassStats = pWifiIfaceStat->AccessclassStats[WIFI_AC_BK];
863 pWifiIfaceStat->AccessclassStats[WIFI_AC_BK] =
864 pWifiIfaceStat->AccessclassStats[WIFI_AC_BE];
865 pWifiIfaceStat->AccessclassStats[WIFI_AC_BE] = accessclassStats;
866
867 accessclassStats.ac = pWifiIfaceStat->AccessclassStats[WIFI_AC_BK].ac;
868 pWifiIfaceStat->AccessclassStats[WIFI_AC_BK].ac =
869 pWifiIfaceStat->AccessclassStats[WIFI_AC_BE].ac;
870 pWifiIfaceStat->AccessclassStats[WIFI_AC_BE].ac = accessclassStats.ac;
Dino Mycle3b9536d2014-07-09 22:05:24 +0530871
872 if ( pWifiIfaceStat->info.state == WIFI_ASSOCIATED)
873 {
874 if (VOS_STATUS_SUCCESS ==
875 WLANTL_CollectInterfaceStats((WLAN_HDD_GET_CTX(pAdapter))->pvosContext,
876 pHddStaCtx->conn_info.staId[0], pWifiIfaceStatTL))
877 {
878 /* mgmtRx, MgmtActionRx, rxMcast, rxMpdu, rxAmpdu, rssiData are
879 * obtained from TL structure
880 */
881
882 pWifiIfaceStat->mgmtRx = pWifiIfaceStat->beaconRx +
883 pWifiIfaceStatTL->mgmtRx;
Dino Mycle3b9536d2014-07-09 22:05:24 +0530884 pWifiIfaceStat->rssiData = pWifiIfaceStatTL->rssiData;
885
Srinivas Dasari98947432014-11-07 19:41:24 +0530886 pWifiIfaceStat->AccessclassStats[WIFI_AC_VO].rxMcast
887 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_VO].rxMcast;
888 pWifiIfaceStat->AccessclassStats[WIFI_AC_VI].rxMcast
889 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_VI].rxMcast;
890 pWifiIfaceStat->AccessclassStats[WIFI_AC_BE].rxMcast
891 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_BE].rxMcast;
892 pWifiIfaceStat->AccessclassStats[WIFI_AC_BK].rxMcast
893 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_BK].rxMcast;
Dino Mycle3b9536d2014-07-09 22:05:24 +0530894
Srinivas Dasari98947432014-11-07 19:41:24 +0530895 pWifiIfaceStat->AccessclassStats[WIFI_AC_VO].rxMpdu
896 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_VO].rxMpdu;
897 pWifiIfaceStat->AccessclassStats[WIFI_AC_VI].rxMpdu
898 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_VI].rxMpdu;
899 pWifiIfaceStat->AccessclassStats[WIFI_AC_BE].rxMpdu
900 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_BE].rxMpdu;
901 pWifiIfaceStat->AccessclassStats[WIFI_AC_BK].rxMpdu
902 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_BK].rxMpdu;
Dino Mycle3b9536d2014-07-09 22:05:24 +0530903
Srinivas Dasari98947432014-11-07 19:41:24 +0530904 pWifiIfaceStat->AccessclassStats[WIFI_AC_VO].rxAmpdu
905 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_VO].rxAmpdu;
906 pWifiIfaceStat->AccessclassStats[WIFI_AC_VI].rxAmpdu
907 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_VI].rxAmpdu;
908 pWifiIfaceStat->AccessclassStats[WIFI_AC_BE].rxAmpdu
909 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_BE].rxAmpdu;
910 pWifiIfaceStat->AccessclassStats[WIFI_AC_BK].rxAmpdu
911 = pWifiIfaceStatTL->accessCategoryStats[WLANTL_AC_BK].rxAmpdu;
Dino Mycle3b9536d2014-07-09 22:05:24 +0530912 }
913 else
914 {
915 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Error in getting stats from TL"));
916 }
917
Dino Mycle3b9536d2014-07-09 22:05:24 +0530918 pWifiIfaceStat->AccessclassStats[WIFI_AC_VO].txMcast =
919 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_VO];
920 pWifiIfaceStat->AccessclassStats[WIFI_AC_VI].txMcast =
921 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_VI];
922 pWifiIfaceStat->AccessclassStats[WIFI_AC_BE].txMcast =
923 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_BE];
924 pWifiIfaceStat->AccessclassStats[WIFI_AC_BK].txMcast =
925 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_BK];
926 }
927 else
928 {
929 hddLog(VOS_TRACE_LEVEL_INFO, FL("Interface not Associated"));
930 }
931
932
Sunil Duttc69bccb2014-05-26 21:30:20 +0530933
934 if (nla_put_u32(vendor_event,
935 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_BEACON_RX,
936 pWifiIfaceStat->beaconRx) ||
937 nla_put_u32(vendor_event,
938 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_RX,
939 pWifiIfaceStat->mgmtRx) ||
940 nla_put_u32(vendor_event,
941 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_RX,
942 pWifiIfaceStat->mgmtActionRx) ||
943 nla_put_u32(vendor_event,
944 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_MGMT_ACTION_TX,
945 pWifiIfaceStat->mgmtActionTx) ||
Dino Mycle3b9536d2014-07-09 22:05:24 +0530946 nla_put_s32(vendor_event,
Sunil Duttc69bccb2014-05-26 21:30:20 +0530947 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_MGMT,
948 pWifiIfaceStat->rssiMgmt) ||
Dino Mycle3b9536d2014-07-09 22:05:24 +0530949 nla_put_s32(vendor_event,
Sunil Duttc69bccb2014-05-26 21:30:20 +0530950 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_DATA,
951 pWifiIfaceStat->rssiData) ||
Dino Mycle3b9536d2014-07-09 22:05:24 +0530952 nla_put_s32(vendor_event,
Sunil Duttc69bccb2014-05-26 21:30:20 +0530953 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_RSSI_ACK,
954 pWifiIfaceStat->rssiAck))
955 {
956 hddLog(VOS_TRACE_LEVEL_ERROR,
957 FL("QCA_WLAN_VENDOR_ATTR put fail"));
Dino Mycle3b9536d2014-07-09 22:05:24 +0530958 vos_mem_free(pWifiIfaceStatTL);
Sunil Duttc69bccb2014-05-26 21:30:20 +0530959 return FALSE;
960 }
961
962 wmmInfo = nla_nest_start(vendor_event,
963 QCA_WLAN_VENDOR_ATTR_LL_STATS_WMM_INFO);
Sushant Kaushikee1f55e2015-01-22 11:27:01 +0530964 if(!wmmInfo)
965 {
966 vos_mem_free(pWifiIfaceStatTL);
967 return FALSE;
968 }
Sunil Duttc69bccb2014-05-26 21:30:20 +0530969 for (i = 0; i < WIFI_AC_MAX; i++)
970 {
971 struct nlattr *wmmStats;
972 wmmStats = nla_nest_start(vendor_event, i);
Sushant Kaushikee1f55e2015-01-22 11:27:01 +0530973 if(!wmmStats)
974 {
975 vos_mem_free(pWifiIfaceStatTL);
976 return FALSE;
977 }
Sunil Duttc69bccb2014-05-26 21:30:20 +0530978 if (FALSE == put_wifi_wmm_ac_stat(
979 &pWifiIfaceStat->AccessclassStats[i],
980 vendor_event))
981 {
982 hddLog(VOS_TRACE_LEVEL_ERROR,
983 FL("QCA_WLAN_VENDOR_ATTR put Fail"));
Dino Mycle3b9536d2014-07-09 22:05:24 +0530984 vos_mem_free(pWifiIfaceStatTL);
Sunil Duttc69bccb2014-05-26 21:30:20 +0530985 return FALSE;
986 }
987
988 nla_nest_end(vendor_event, wmmStats);
989 }
990 nla_nest_end(vendor_event, wmmInfo);
Dino Mycle3b9536d2014-07-09 22:05:24 +0530991 vos_mem_free(pWifiIfaceStatTL);
Sunil Duttc69bccb2014-05-26 21:30:20 +0530992 return TRUE;
993}
994
995static tSirWifiInterfaceMode
996 hdd_map_device_to_ll_iface_mode ( int deviceMode )
997{
998 switch (deviceMode)
999 {
1000 case WLAN_HDD_INFRA_STATION:
1001 return WIFI_INTERFACE_STA;
1002 case WLAN_HDD_SOFTAP:
1003 return WIFI_INTERFACE_SOFTAP;
1004 case WLAN_HDD_P2P_CLIENT:
1005 return WIFI_INTERFACE_P2P_CLIENT;
1006 case WLAN_HDD_P2P_GO:
1007 return WIFI_INTERFACE_P2P_GO;
1008 case WLAN_HDD_IBSS:
1009 return WIFI_INTERFACE_IBSS;
1010 default:
Dino Myclec8f3f332014-07-21 16:48:27 +05301011 return WIFI_INTERFACE_UNKNOWN;
Sunil Duttc69bccb2014-05-26 21:30:20 +05301012 }
1013}
1014
1015static v_BOOL_t hdd_get_interface_info(hdd_adapter_t *pAdapter,
1016 tpSirWifiInterfaceInfo pInfo)
1017{
1018 v_U8_t *staMac = NULL;
1019 hdd_station_ctx_t *pHddStaCtx;
1020 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
1021 tpAniSirGlobal pMac = PMAC_STRUCT( hHal );
1022
1023 pInfo->mode = hdd_map_device_to_ll_iface_mode(pAdapter->device_mode);
1024
1025 vos_mem_copy(pInfo->macAddr,
1026 pAdapter->macAddressCurrent.bytes, sizeof(v_MACADDR_t));
1027
1028 if (((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
1029 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) ||
1030 (WLAN_HDD_P2P_DEVICE == pAdapter->device_mode)))
1031 {
1032 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
1033 if (eConnectionState_NotConnected == pHddStaCtx->conn_info.connState)
1034 {
1035 pInfo->state = WIFI_DISCONNECTED;
1036 }
1037 if (eConnectionState_Connecting == pHddStaCtx->conn_info.connState)
1038 {
1039 hddLog(VOS_TRACE_LEVEL_ERROR,
1040 "%s: Session ID %d, Connection is in progress", __func__,
1041 pAdapter->sessionId);
1042 pInfo->state = WIFI_ASSOCIATING;
1043 }
1044 if ((eConnectionState_Associated == pHddStaCtx->conn_info.connState) &&
1045 (VOS_FALSE == pHddStaCtx->conn_info.uIsAuthenticated))
1046 {
1047 staMac = (v_U8_t *) &(pAdapter->macAddressCurrent.bytes[0]);
1048 hddLog(VOS_TRACE_LEVEL_ERROR,
1049 "%s: client " MAC_ADDRESS_STR
1050 " is in the middle of WPS/EAPOL exchange.", __func__,
1051 MAC_ADDR_ARRAY(staMac));
1052 pInfo->state = WIFI_AUTHENTICATING;
1053 }
1054 if (eConnectionState_Associated == pHddStaCtx->conn_info.connState)
1055 {
1056 pInfo->state = WIFI_ASSOCIATED;
1057 vos_mem_copy(pInfo->bssid,
1058 &pHddStaCtx->conn_info.bssId, WNI_CFG_BSSID_LEN);
1059 vos_mem_copy(pInfo->ssid,
1060 pHddStaCtx->conn_info.SSID.SSID.ssId,
1061 pHddStaCtx->conn_info.SSID.SSID.length);
1062 //NULL Terminate the string.
1063 pInfo->ssid[pHddStaCtx->conn_info.SSID.SSID.length] = 0;
1064 }
1065 }
1066 vos_mem_copy(pInfo->countryStr,
1067 pMac->scan.countryCodeCurrent, WNI_CFG_COUNTRY_CODE_LEN);
1068
1069 vos_mem_copy(pInfo->apCountryStr,
1070 pMac->scan.countryCodeCurrent, WNI_CFG_COUNTRY_CODE_LEN);
1071
1072 return TRUE;
1073}
1074
1075/*
1076 * hdd_link_layer_process_peer_stats () - This function is called after
1077 * receiving Link Layer Peer statistics from FW.This function converts
1078 * the firmware data to the NL data and sends the same to the kernel/upper
1079 * layers.
1080 */
1081static v_VOID_t hdd_link_layer_process_peer_stats(hdd_adapter_t *pAdapter,
1082 v_VOID_t *pData)
1083{
1084 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
1085 tpSirWifiRateStat pWifiRateStat;
1086 tpSirWifiPeerStat pWifiPeerStat;
1087 tpSirWifiPeerInfo pWifiPeerInfo;
1088 struct nlattr *peerInfo;
1089 struct sk_buff *vendor_event;
1090 int status, i;
1091
1092 status = wlan_hdd_validate_context(pHddCtx);
1093 if (0 != status)
1094 {
1095 hddLog(VOS_TRACE_LEVEL_ERROR,
1096 FL("HDD context is not valid") );
1097 return;
1098 }
1099
1100 pWifiPeerStat = (tpSirWifiPeerStat) pData;
1101
1102 hddLog(VOS_TRACE_LEVEL_INFO,
1103 "LL_STATS_PEER_ALL : numPeers %u",
1104 pWifiPeerStat->numPeers);
1105 {
1106 for (i = 0; i < pWifiPeerStat->numPeers; i++)
1107 {
1108 pWifiPeerInfo = (tpSirWifiPeerInfo)
1109 ((uint8 *)pWifiPeerStat->peerInfo +
1110 ( i * sizeof(tSirWifiPeerInfo)));
1111
Dasari Srinivas1be0c4e2014-10-19 13:03:41 +05301112 if (WLAN_HDD_INFRA_STATION == pAdapter->device_mode) {
1113 pWifiPeerInfo->type = WIFI_PEER_AP;
1114 }
1115 if (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) {
1116 pWifiPeerInfo->type = WIFI_PEER_P2P_GO;
1117 }
1118
Sunil Duttc69bccb2014-05-26 21:30:20 +05301119 hddLog(VOS_TRACE_LEVEL_INFO,
1120 " %d) LL_STATS Channel Stats "
1121 " Peer Type %u "
1122 " peerMacAddress %pM "
1123 " capabilities 0x%x "
1124 " numRate %u ",
1125 i,
1126 pWifiPeerInfo->type,
1127 pWifiPeerInfo->peerMacAddress,
1128 pWifiPeerInfo->capabilities,
1129 pWifiPeerInfo->numRate);
1130 {
1131 int j;
1132 for (j = 0; j < pWifiPeerInfo->numRate; j++)
1133 {
1134 pWifiRateStat = (tpSirWifiRateStat)
1135 ((tANI_U8 *) pWifiPeerInfo->rateStats +
1136 ( j * sizeof(tSirWifiRateStat)));
1137
1138 hddLog(VOS_TRACE_LEVEL_INFO,
1139 " peer Rate Stats "
1140 " preamble %u "
1141 " nss %u "
1142 " bw %u "
1143 " rateMcsIdx %u "
1144 " reserved %u "
1145 " bitrate %u "
1146 " txMpdu %u "
1147 " rxMpdu %u "
1148 " mpduLost %u "
1149 " retries %u "
1150 " retriesShort %u "
1151 " retriesLong %u",
1152 pWifiRateStat->rate.preamble,
1153 pWifiRateStat->rate.nss,
1154 pWifiRateStat->rate.bw,
1155 pWifiRateStat->rate.rateMcsIdx,
1156 pWifiRateStat->rate.reserved,
1157 pWifiRateStat->rate.bitrate,
1158 pWifiRateStat->txMpdu,
1159 pWifiRateStat->rxMpdu,
1160 pWifiRateStat->mpduLost,
1161 pWifiRateStat->retries,
1162 pWifiRateStat->retriesShort,
1163 pWifiRateStat->retriesLong);
1164 }
1165 }
1166 }
1167 }
1168
1169 /*
1170 * Allocate a size of 4096 for the peer stats comprising
1171 * each of size = sizeof (tSirWifiPeerInfo) + numRate *
1172 * sizeof (tSirWifiRateStat).Each field is put with an
1173 * NL attribute.The size of 4096 is considered assuming
1174 * that number of rates shall not exceed beyond 50 with
1175 * the sizeof (tSirWifiRateStat) being 32.
1176 */
1177 vendor_event = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
1178 LL_STATS_EVENT_BUF_SIZE + NLMSG_HDRLEN,
1179 QCA_NL80211_VENDOR_SUBCMD_LL_PEER_INFO_STATS_INDEX,
1180 GFP_KERNEL);
1181 if (!vendor_event)
1182 {
1183 hddLog(VOS_TRACE_LEVEL_ERROR,
1184 "%s: cfg80211_vendor_event_alloc failed",
1185 __func__);
1186 return;
1187 }
1188 if (nla_put_u32(vendor_event,
1189 QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_NUM_PEERS,
1190 pWifiPeerStat->numPeers))
1191 {
1192 hddLog(VOS_TRACE_LEVEL_ERROR,
1193 "%s: QCA_WLAN_VENDOR_ATTR put fail", __func__);
1194 kfree_skb(vendor_event);
1195 return;
1196 }
1197
1198 peerInfo = nla_nest_start(vendor_event,
1199 QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO);
Sushant Kaushikee1f55e2015-01-22 11:27:01 +05301200 if(!peerInfo)
1201 {
1202 hddLog(VOS_TRACE_LEVEL_ERROR,
1203 "%s: QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO put fail",
1204 __func__);
1205 kfree_skb(vendor_event);
1206 return;
1207 }
Sunil Duttc69bccb2014-05-26 21:30:20 +05301208
1209 pWifiPeerInfo = (tpSirWifiPeerInfo) ((uint8 *)
1210 pWifiPeerStat->peerInfo);
1211
1212 for (i = 1; i <= pWifiPeerStat->numPeers; i++)
1213 {
Sunil Duttc69bccb2014-05-26 21:30:20 +05301214 int numRate = pWifiPeerInfo->numRate;
Sushant Kaushikee1f55e2015-01-22 11:27:01 +05301215 struct nlattr *peers = nla_nest_start(vendor_event, i);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301216
Sushant Kaushikee1f55e2015-01-22 11:27:01 +05301217 if(!peers)
1218 {
1219 hddLog(VOS_TRACE_LEVEL_ERROR,
1220 "%s: peer stats put fail",
1221 __func__);
1222 kfree_skb(vendor_event);
1223 return;
1224 }
Sunil Duttc69bccb2014-05-26 21:30:20 +05301225 if (FALSE == put_wifi_peer_info(
1226 pWifiPeerInfo, vendor_event))
1227 {
1228 hddLog(VOS_TRACE_LEVEL_ERROR,
1229 "%s: put_wifi_peer_info put fail", __func__);
1230 kfree_skb(vendor_event);
1231 return;
1232 }
1233
1234 pWifiPeerInfo = (tpSirWifiPeerInfo) ((uint8 *)
1235 pWifiPeerStat->peerInfo +
1236 (i * sizeof(tSirWifiPeerInfo)) +
1237 (numRate * sizeof (tSirWifiRateStat)));
1238 nla_nest_end(vendor_event, peers);
1239 }
1240 nla_nest_end(vendor_event, peerInfo);
1241 cfg80211_vendor_event(vendor_event, GFP_KERNEL);
1242}
1243
1244/*
1245 * hdd_link_layer_process_iface_stats () - This function is called after
1246 * receiving Link Layer Interface statistics from FW.This function converts
1247 * the firmware data to the NL data and sends the same to the kernel/upper
1248 * layers.
1249 */
1250static v_VOID_t hdd_link_layer_process_iface_stats(hdd_adapter_t *pAdapter,
1251 v_VOID_t *pData)
1252{
1253 tpSirWifiIfaceStat pWifiIfaceStat;
1254 struct sk_buff *vendor_event;
1255 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
1256 int status;
1257
1258 status = wlan_hdd_validate_context(pHddCtx);
1259 if (0 != status)
1260 {
1261 hddLog(VOS_TRACE_LEVEL_ERROR,
1262 FL("HDD context is not valid") );
1263 return;
1264 }
1265 /*
1266 * Allocate a size of 4096 for the interface stats comprising
1267 * sizeof (tpSirWifiIfaceStat).The size of 4096 is considered
1268 * assuming that all these fit with in the limit.Please take
1269 * a call on the limit based on the data requirements on
1270 * interface statistics.
1271 */
1272 vendor_event = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
1273 LL_STATS_EVENT_BUF_SIZE + NLMSG_HDRLEN,
1274 QCA_NL80211_VENDOR_SUBCMD_LL_IFACE_STATS_INDEX,
1275 GFP_KERNEL);
1276 if (!vendor_event)
1277 {
1278 hddLog(VOS_TRACE_LEVEL_ERROR,
1279 FL("cfg80211_vendor_event_alloc failed") );
1280 return;
1281 }
1282
1283 pWifiIfaceStat = (tpSirWifiIfaceStat) pData;
1284
Dino Mycle3b9536d2014-07-09 22:05:24 +05301285
1286 if (FALSE == hdd_get_interface_info( pAdapter,
1287 &pWifiIfaceStat->info))
1288 {
1289 hddLog(VOS_TRACE_LEVEL_ERROR,
1290 FL("hdd_get_interface_info get fail") );
1291 kfree_skb(vendor_event);
1292 return;
1293 }
1294
1295 if (FALSE == put_wifi_iface_stats( pAdapter, pWifiIfaceStat,
1296 vendor_event))
1297 {
1298 hddLog(VOS_TRACE_LEVEL_ERROR,
1299 FL("put_wifi_iface_stats fail") );
1300 kfree_skb(vendor_event);
1301 return;
1302 }
1303
Sunil Duttc69bccb2014-05-26 21:30:20 +05301304 hddLog(VOS_TRACE_LEVEL_INFO,
1305 "WMI_LINK_STATS_IFACE Data");
1306
1307 hddLog(VOS_TRACE_LEVEL_INFO,
1308 "LL_STATS_IFACE: "
1309 " Mode %u "
1310 " MAC %pM "
1311 " State %u "
1312 " Roaming %u "
1313 " capabilities 0x%x "
1314 " SSID %s "
1315 " BSSID %pM",
1316 pWifiIfaceStat->info.mode,
1317 pWifiIfaceStat->info.macAddr,
1318 pWifiIfaceStat->info.state,
1319 pWifiIfaceStat->info.roaming,
1320 pWifiIfaceStat->info.capabilities,
1321 pWifiIfaceStat->info.ssid,
1322 pWifiIfaceStat->info.bssid);
1323
1324 hddLog(VOS_TRACE_LEVEL_INFO,
1325 " AP country str: %c%c%c",
1326 pWifiIfaceStat->info.apCountryStr[0],
1327 pWifiIfaceStat->info.apCountryStr[1],
1328 pWifiIfaceStat->info.apCountryStr[2]);
1329
1330
1331 hddLog(VOS_TRACE_LEVEL_INFO,
1332 " Country Str Association: %c%c%c",
1333 pWifiIfaceStat->info.countryStr[0],
1334 pWifiIfaceStat->info.countryStr[1],
1335 pWifiIfaceStat->info.countryStr[2]);
1336
1337 hddLog(VOS_TRACE_LEVEL_INFO,
1338 " beaconRx %u "
1339 " mgmtRx %u "
1340 " mgmtActionRx %u "
1341 " mgmtActionTx %u "
Dino Mycle3b9536d2014-07-09 22:05:24 +05301342 " rssiMgmt %d "
1343 " rssiData %d "
1344 " rssiAck %d",
Sunil Duttc69bccb2014-05-26 21:30:20 +05301345 pWifiIfaceStat->beaconRx,
1346 pWifiIfaceStat->mgmtRx,
1347 pWifiIfaceStat->mgmtActionRx,
1348 pWifiIfaceStat->mgmtActionTx,
1349 pWifiIfaceStat->rssiMgmt,
1350 pWifiIfaceStat->rssiData,
1351 pWifiIfaceStat->rssiAck );
1352
1353
1354 {
1355 int i;
1356 for (i = 0 ; i < WIFI_AC_MAX; i ++)
1357 {
1358 hddLog(VOS_TRACE_LEVEL_INFO,
1359
1360 " %d) LL_STATS IFACE: "
1361 " ac: %u txMpdu: %u "
1362 " rxMpdu: %u txMcast: %u "
1363 " rxMcast: %u rxAmpdu: %u "
1364 " txAmpdu: %u mpduLost: %u "
1365 " retries: %u retriesShort: %u "
1366 " retriesLong: %u contentionTimeMin: %u "
1367 " contentionTimeMax: %u contentionTimeAvg: %u "
1368 " contentionNumSamples: %u",
1369 i,
1370 pWifiIfaceStat->AccessclassStats[i].ac,
1371 pWifiIfaceStat->AccessclassStats[i].txMpdu,
1372 pWifiIfaceStat->AccessclassStats[i].rxMpdu,
1373 pWifiIfaceStat->AccessclassStats[i].txMcast,
1374 pWifiIfaceStat->AccessclassStats[i].rxMcast,
1375 pWifiIfaceStat->AccessclassStats[i].rxAmpdu,
1376 pWifiIfaceStat->AccessclassStats[i].txAmpdu,
1377 pWifiIfaceStat->AccessclassStats[i].mpduLost,
1378 pWifiIfaceStat->AccessclassStats[i].retries,
1379 pWifiIfaceStat->
1380 AccessclassStats[i].retriesShort,
1381 pWifiIfaceStat->AccessclassStats[i].retriesLong,
1382 pWifiIfaceStat->
1383 AccessclassStats[i].contentionTimeMin,
1384 pWifiIfaceStat->
1385 AccessclassStats[i].contentionTimeMax,
1386 pWifiIfaceStat->
1387 AccessclassStats[i].contentionTimeAvg,
1388 pWifiIfaceStat->
1389 AccessclassStats[i].contentionNumSamples);
1390
1391 }
1392 }
1393
Sunil Duttc69bccb2014-05-26 21:30:20 +05301394 cfg80211_vendor_event(vendor_event, GFP_KERNEL);
1395}
1396
1397/*
1398 * hdd_link_layer_process_radio_stats () - This function is called after
1399 * receiving Link Layer Radio statistics from FW.This function converts
1400 * the firmware data to the NL data and sends the same to the kernel/upper
1401 * layers.
1402 */
1403static v_VOID_t hdd_link_layer_process_radio_stats(hdd_adapter_t *pAdapter,
1404 v_VOID_t *pData)
1405{
1406 int status, i;
1407 tpSirWifiRadioStat pWifiRadioStat;
1408 tpSirWifiChannelStats pWifiChannelStats;
1409 struct sk_buff *vendor_event;
1410 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
1411 struct nlattr *chList;
1412
1413 status = wlan_hdd_validate_context(pHddCtx);
1414 if (0 != status)
1415 {
1416 hddLog(VOS_TRACE_LEVEL_ERROR,
1417 FL("HDD context is not valid") );
1418 return;
1419 }
1420 pWifiRadioStat = (tpSirWifiRadioStat) pData;
1421
1422 hddLog(VOS_TRACE_LEVEL_INFO,
1423 "LL_STATS_RADIO"
1424 " radio is %d onTime is %u "
1425 " txTime is %u rxTime is %u "
1426 " onTimeScan is %u onTimeNbd is %u "
Dino Mycle6fb96c12014-06-10 11:52:40 +05301427 " onTimeEXTScan is %u onTimeRoamScan is %u "
Sunil Duttc69bccb2014-05-26 21:30:20 +05301428 " onTimePnoScan is %u onTimeHs20 is %u "
1429 " numChannels is %u",
1430 pWifiRadioStat->radio, pWifiRadioStat->onTime,
1431 pWifiRadioStat->txTime, pWifiRadioStat->rxTime,
1432 pWifiRadioStat->onTimeScan, pWifiRadioStat->onTimeNbd,
Dino Mycle6fb96c12014-06-10 11:52:40 +05301433 pWifiRadioStat->onTimeEXTScan,
Sunil Duttc69bccb2014-05-26 21:30:20 +05301434 pWifiRadioStat->onTimeRoamScan,
1435 pWifiRadioStat->onTimePnoScan,
1436 pWifiRadioStat->onTimeHs20,
1437 pWifiRadioStat->numChannels);
1438 /*
1439 * Allocate a size of 4096 for the Radio stats comprising
1440 * sizeof (tSirWifiRadioStat) + numChannels * sizeof
1441 * (tSirWifiChannelStats).Each channel data is put with an
1442 * NL attribute.The size of 4096 is considered assuming that
1443 * number of channels shall not exceed beyond 60 with the
1444 * sizeof (tSirWifiChannelStats) being 24 bytes.
1445 */
1446
1447 vendor_event = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
1448 LL_STATS_EVENT_BUF_SIZE + NLMSG_HDRLEN ,
1449 QCA_NL80211_VENDOR_SUBCMD_LL_RADIO_STATS_INDEX,
1450 GFP_KERNEL);
1451
1452 if (!vendor_event)
1453 {
1454 hddLog(VOS_TRACE_LEVEL_ERROR,
1455 FL("cfg80211_vendor_event_alloc failed") );
1456 return;
1457 }
1458
1459 if (nla_put_u32(vendor_event,
1460 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ID,
1461 pWifiRadioStat->radio) ||
1462 nla_put_u32(vendor_event,
1463 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME,
1464 pWifiRadioStat->onTime) ||
1465 nla_put_u32(vendor_event,
1466 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_TX_TIME,
1467 pWifiRadioStat->txTime) ||
1468 nla_put_u32(vendor_event,
1469 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_RX_TIME,
1470 pWifiRadioStat->rxTime) ||
1471 nla_put_u32(vendor_event,
1472 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_SCAN,
1473 pWifiRadioStat->onTimeScan) ||
1474 nla_put_u32(vendor_event,
1475 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_NBD,
1476 pWifiRadioStat->onTimeNbd) ||
1477 nla_put_u32(vendor_event,
Dino Mycle6fb96c12014-06-10 11:52:40 +05301478 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_EXTSCAN,
1479 pWifiRadioStat->onTimeEXTScan)||
Sunil Duttc69bccb2014-05-26 21:30:20 +05301480 nla_put_u32(vendor_event,
1481 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_ROAM_SCAN,
1482 pWifiRadioStat->onTimeRoamScan) ||
1483 nla_put_u32(vendor_event,
1484 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_PNO_SCAN,
1485 pWifiRadioStat->onTimePnoScan) ||
1486 nla_put_u32(vendor_event,
1487 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_ON_TIME_HS20,
1488 pWifiRadioStat->onTimeHs20) ||
1489 nla_put_u32(vendor_event,
1490 QCA_WLAN_VENDOR_ATTR_LL_STATS_RADIO_NUM_CHANNELS,
1491 pWifiRadioStat->numChannels))
1492 {
1493 hddLog(VOS_TRACE_LEVEL_ERROR,
1494 FL("QCA_WLAN_VENDOR_ATTR put fail"));
1495 kfree_skb(vendor_event);
1496 return ;
1497 }
1498
1499 chList = nla_nest_start(vendor_event,
1500 QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO);
Sushant Kaushikee1f55e2015-01-22 11:27:01 +05301501 if(!chList)
1502 {
1503 hddLog(VOS_TRACE_LEVEL_ERROR,
1504 "%s: QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO put fail",
1505 __func__);
1506 kfree_skb(vendor_event);
1507 return;
1508 }
Sunil Duttc69bccb2014-05-26 21:30:20 +05301509 for (i = 0; i < pWifiRadioStat->numChannels; i++)
1510 {
1511 struct nlattr *chInfo;
1512
1513 pWifiChannelStats = (tpSirWifiChannelStats) ((uint8*)
1514 pWifiRadioStat->channels +
1515 (i * sizeof(tSirWifiChannelStats)));
1516
1517 hddLog(VOS_TRACE_LEVEL_INFO,
1518 " %d) Channel Info"
1519 " width is %u "
1520 " CenterFreq %u "
1521 " CenterFreq0 %u "
1522 " CenterFreq1 %u "
1523 " onTime %u "
1524 " ccaBusyTime %u",
1525 i,
1526 pWifiChannelStats->channel.width,
1527 pWifiChannelStats->channel.centerFreq,
1528 pWifiChannelStats->channel.centerFreq0,
1529 pWifiChannelStats->channel.centerFreq1,
1530 pWifiChannelStats->onTime,
1531 pWifiChannelStats->ccaBusyTime);
1532
1533
1534 chInfo = nla_nest_start(vendor_event, i);
Sushant Kaushikee1f55e2015-01-22 11:27:01 +05301535 if(!chInfo)
1536 {
1537 hddLog(VOS_TRACE_LEVEL_ERROR,
1538 "%s: failed to put chInfo",
1539 __func__);
1540 kfree_skb(vendor_event);
1541 return;
1542 }
Sunil Duttc69bccb2014-05-26 21:30:20 +05301543
1544 if (nla_put_u32(vendor_event,
1545 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_WIDTH,
1546 pWifiChannelStats->channel.width) ||
1547 nla_put_u32(vendor_event,
1548 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ,
1549 pWifiChannelStats->channel.centerFreq) ||
1550 nla_put_u32(vendor_event,
1551 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ0,
1552 pWifiChannelStats->channel.centerFreq0) ||
1553 nla_put_u32(vendor_event,
1554 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ1,
1555 pWifiChannelStats->channel.centerFreq1) ||
1556 nla_put_u32(vendor_event,
1557 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME,
1558 pWifiChannelStats->onTime) ||
1559 nla_put_u32(vendor_event,
1560 QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_TIME,
1561 pWifiChannelStats->ccaBusyTime))
1562 {
1563 hddLog(VOS_TRACE_LEVEL_ERROR,
1564 FL("cfg80211_vendor_event_alloc failed") );
1565 kfree_skb(vendor_event);
1566 return ;
1567 }
1568 nla_nest_end(vendor_event, chInfo);
1569 }
1570 nla_nest_end(vendor_event, chList);
1571
1572 cfg80211_vendor_event(vendor_event, GFP_KERNEL);
1573 return;
1574}
1575
1576/*
1577 * hdd_link_layer_stats_ind_callback () - This function is called after
1578 * receiving Link Layer indications from FW.This callback converts the firmware
1579 * data to the NL data and send the same to the kernel/upper layers.
1580 */
1581static void hdd_link_layer_stats_ind_callback ( void *pCtx,
1582 int indType,
Dino Mycled3d50022014-07-07 12:58:25 +05301583 void *pRsp, u8 *macAddr)
Sunil Duttc69bccb2014-05-26 21:30:20 +05301584{
Dino Mycled3d50022014-07-07 12:58:25 +05301585 hdd_context_t *pHddCtx = (hdd_context_t *)pCtx;
1586 hdd_adapter_t *pAdapter = NULL;
1587 tpSirLLStatsResults linkLayerStatsResults = (tpSirLLStatsResults)pRsp;
Sunil Duttc69bccb2014-05-26 21:30:20 +05301588 int status;
1589
1590 status = wlan_hdd_validate_context(pHddCtx);
1591
1592 if (0 != status)
1593 {
1594 hddLog(VOS_TRACE_LEVEL_ERROR,
1595 FL("HDD context is not valid"));
1596 return;
1597 }
1598
Dino Mycled3d50022014-07-07 12:58:25 +05301599
1600
1601 pAdapter = hdd_get_adapter_by_macaddr(pHddCtx, macAddr);
1602 if (NULL == pAdapter)
1603 {
1604 hddLog(VOS_TRACE_LEVEL_ERROR,
1605 FL(" MAC address %pM does not exist with host"),
1606 macAddr);
1607 return;
1608 }
1609
Sunil Duttc69bccb2014-05-26 21:30:20 +05301610 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Dino Mycled3d50022014-07-07 12:58:25 +05301611 "%s: Interface: %s LLStats indType: %d", __func__,
1612 pAdapter->dev->name, indType);
1613
Sunil Duttc69bccb2014-05-26 21:30:20 +05301614 switch (indType)
1615 {
1616 case SIR_HAL_LL_STATS_RESULTS_RSP:
1617 {
Sunil Duttc69bccb2014-05-26 21:30:20 +05301618 hddLog(VOS_TRACE_LEVEL_INFO,
1619 FL("RESPONSE SIR_HAL_LL_STATS_RESULTS_RSP") );
1620 hddLog(VOS_TRACE_LEVEL_INFO,
1621 "LL_STATS RESULTS RESPONSE paramID = 0x%x",
1622 linkLayerStatsResults->paramId);
1623 hddLog(VOS_TRACE_LEVEL_INFO,
Dino Mycled3d50022014-07-07 12:58:25 +05301624 "LL_STATS RESULTS RESPONSE ifaceId = %u MAC: %pM",
1625 linkLayerStatsResults->ifaceId, macAddr);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301626 hddLog(VOS_TRACE_LEVEL_INFO,
1627 "LL_STATS RESULTS RESPONSE respId = %u",
1628 linkLayerStatsResults->respId);
1629 hddLog(VOS_TRACE_LEVEL_INFO,
1630 "LL_STATS RESULTS RESPONSE moreResultToFollow = %u",
1631 linkLayerStatsResults->moreResultToFollow);
1632 hddLog(VOS_TRACE_LEVEL_INFO,
1633 "LL_STATS RESULTS RESPONSE result = %p",
1634 linkLayerStatsResults->result);
1635 if ( linkLayerStatsResults->paramId & WMI_LINK_STATS_RADIO )
1636 {
1637 hdd_link_layer_process_radio_stats(pAdapter,
1638 (v_VOID_t *)linkLayerStatsResults->result);
1639 }
1640 else if ( linkLayerStatsResults->paramId & WMI_LINK_STATS_IFACE )
1641 {
1642 hdd_link_layer_process_iface_stats(pAdapter,
1643 (v_VOID_t *)linkLayerStatsResults->result);
1644 }
1645 else if ( linkLayerStatsResults->paramId &
1646 WMI_LINK_STATS_ALL_PEER )
1647 {
1648 hdd_link_layer_process_peer_stats(pAdapter,
1649 (v_VOID_t *)linkLayerStatsResults->result);
1650 } /* WMI_LINK_STATS_ALL_PEER */
1651 else
1652 {
1653 hddLog(VOS_TRACE_LEVEL_ERROR,
1654 FL("INVALID LL_STATS_NOTIFY RESPONSE ***********"));
1655 }
1656
1657 break;
1658 }
1659 default:
1660 hddLog(VOS_TRACE_LEVEL_ERROR, "invalid event type %d", indType);
1661 break;
1662 }
1663 return;
1664}
1665
1666const struct
1667nla_policy
1668qca_wlan_vendor_ll_set_policy[QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_MAX +1] =
1669{
1670 [QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD] =
1671 { .type = NLA_U32 },
1672 [QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_AGGRESSIVE_STATS_GATHERING] =
1673 { .type = NLA_U32 },
1674};
1675
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05301676static int __wlan_hdd_cfg80211_ll_stats_set(struct wiphy *wiphy,
1677 struct wireless_dev *wdev,
1678 const void *data,
1679 int data_len)
Sunil Duttc69bccb2014-05-26 21:30:20 +05301680{
1681 int status;
1682 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_MAX + 1];
Dino Mycledf0a5d92014-07-04 09:41:55 +05301683 tSirLLStatsSetReq linkLayerStatsSetReq;
Sunil Duttc69bccb2014-05-26 21:30:20 +05301684 struct net_device *dev = wdev->netdev;
1685 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
1686 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
Srinivas Dasari98947432014-11-07 19:41:24 +05301687 hdd_station_ctx_t *pHddStaCtx;
Sunil Duttc69bccb2014-05-26 21:30:20 +05301688
1689 status = wlan_hdd_validate_context(pHddCtx);
1690 if (0 != status)
1691 {
1692 hddLog(VOS_TRACE_LEVEL_ERROR,
1693 FL("HDD context is not valid"));
1694 return -EINVAL;
1695 }
1696
1697 if (NULL == pAdapter)
1698 {
1699 hddLog(VOS_TRACE_LEVEL_ERROR,
1700 FL("HDD adapter is Null"));
1701 return -ENODEV;
1702 }
Dino Mycledf0a5d92014-07-04 09:41:55 +05301703 /* check the LLStats Capability */
1704 if ( (TRUE != pHddCtx->cfg_ini->fEnableLLStats) ||
1705 (TRUE != sme_IsFeatureSupportedByFW(LINK_LAYER_STATS_MEAS)))
1706 {
1707 hddLog(VOS_TRACE_LEVEL_ERROR,
1708 FL("Link Layer Statistics not supported by Firmware"));
1709 return -EINVAL;
1710 }
Sunil Duttc69bccb2014-05-26 21:30:20 +05301711
1712 if (nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_MAX,
1713 (struct nlattr *)data,
1714 data_len, qca_wlan_vendor_ll_set_policy))
1715 {
1716 hddLog(VOS_TRACE_LEVEL_ERROR, FL() );
1717 return -EINVAL;
1718 }
1719 if (!tb_vendor
1720 [QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD])
1721 {
1722 hddLog(VOS_TRACE_LEVEL_ERROR, FL("MPDU size Not present"));
1723 return -EINVAL;
1724 }
1725 if (!tb_vendor[
1726 QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_AGGRESSIVE_STATS_GATHERING])
1727 {
1728 hddLog(VOS_TRACE_LEVEL_ERROR, FL(" Stats Gathering Not Present"));
1729 return -EINVAL;
1730 }
Sunil Duttc69bccb2014-05-26 21:30:20 +05301731 // Shall take the request Id if the Upper layers pass. 1 For now.
Dino Mycledf0a5d92014-07-04 09:41:55 +05301732 linkLayerStatsSetReq.reqId = 1;
Sunil Duttc69bccb2014-05-26 21:30:20 +05301733
Dino Mycledf0a5d92014-07-04 09:41:55 +05301734 linkLayerStatsSetReq.mpduSizeThreshold =
Sunil Duttc69bccb2014-05-26 21:30:20 +05301735 nla_get_u32(
1736 tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_MPDU_SIZE_THRESHOLD]);
1737
Dino Mycledf0a5d92014-07-04 09:41:55 +05301738 linkLayerStatsSetReq.aggressiveStatisticsGathering =
Sunil Duttc69bccb2014-05-26 21:30:20 +05301739 nla_get_u32(
1740 tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_SET_CONFIG_AGGRESSIVE_STATS_GATHERING]);
1741
Dino Mycled3d50022014-07-07 12:58:25 +05301742 vos_mem_copy(linkLayerStatsSetReq.macAddr,
1743 pAdapter->macAddressCurrent.bytes, sizeof(v_MACADDR_t));
Sunil Duttc69bccb2014-05-26 21:30:20 +05301744
1745
1746 hddLog(VOS_TRACE_LEVEL_INFO,
Dino Mycled3d50022014-07-07 12:58:25 +05301747 "LL_STATS_SET reqId = %d", linkLayerStatsSetReq.reqId);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301748 hddLog(VOS_TRACE_LEVEL_INFO,
Dino Mycled3d50022014-07-07 12:58:25 +05301749 "LL_STATS_SET MAC = %pM", linkLayerStatsSetReq.macAddr);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301750 hddLog(VOS_TRACE_LEVEL_INFO,
1751 "LL_STATS_SET mpduSizeThreshold = %d",
Dino Mycledf0a5d92014-07-04 09:41:55 +05301752 linkLayerStatsSetReq.mpduSizeThreshold);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301753 hddLog(VOS_TRACE_LEVEL_INFO,
1754 "LL_STATS_SET aggressive Statistics Gathering = %d",
Dino Mycledf0a5d92014-07-04 09:41:55 +05301755 linkLayerStatsSetReq.aggressiveStatisticsGathering);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301756
1757 if (eHAL_STATUS_SUCCESS != sme_SetLinkLayerStatsIndCB(
1758 pHddCtx->hHal,
Dino Mycled3d50022014-07-07 12:58:25 +05301759 hdd_link_layer_stats_ind_callback))
Sunil Duttc69bccb2014-05-26 21:30:20 +05301760 {
1761 hddLog(VOS_TRACE_LEVEL_ERROR, "%s:"
1762 "sme_SetLinkLayerStatsIndCB Failed", __func__);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301763 return -EINVAL;
1764
1765 }
Srinivas Dasari98947432014-11-07 19:41:24 +05301766
1767 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
1768 if (VOS_STATUS_SUCCESS !=
1769 WLANTL_ClearInterfaceStats((WLAN_HDD_GET_CTX(pAdapter))->pvosContext,
1770 pHddStaCtx->conn_info.staId[0], WIFI_STATS_IFACE))
1771 {
1772 hddLog(VOS_TRACE_LEVEL_ERROR, "%s:"
1773 "WLANTL_ClearInterfaceStats Failed", __func__);
1774 return -EINVAL;
1775 }
1776
1777 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_VO] = 0;
1778 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_VI] = 0;
1779 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_BE] = 0;
1780 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_BK] = 0;
1781
Sunil Duttc69bccb2014-05-26 21:30:20 +05301782 if (eHAL_STATUS_SUCCESS != sme_LLStatsSetReq( pHddCtx->hHal,
Dino Mycledf0a5d92014-07-04 09:41:55 +05301783 &linkLayerStatsSetReq))
Sunil Duttc69bccb2014-05-26 21:30:20 +05301784 {
1785 hddLog(VOS_TRACE_LEVEL_ERROR, "%s:"
1786 "sme_LLStatsSetReq Failed", __func__);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301787 return -EINVAL;
1788 }
1789
1790 pAdapter->isLinkLayerStatsSet = 1;
1791
1792 return 0;
1793}
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05301794static int wlan_hdd_cfg80211_ll_stats_set(struct wiphy *wiphy,
1795 struct wireless_dev *wdev,
1796 const void *data,
1797 int data_len)
1798{
1799 int ret = 0;
1800
1801 vos_ssr_protect(__func__);
1802 ret = __wlan_hdd_cfg80211_ll_stats_set(wiphy, wdev, data, data_len);
1803 vos_ssr_unprotect(__func__);
1804
1805 return ret;
1806}
Sunil Duttc69bccb2014-05-26 21:30:20 +05301807
1808const struct
1809nla_policy
1810qca_wlan_vendor_ll_get_policy[QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_MAX +1] =
1811{
1812 /* Unsigned 32bit value provided by the caller issuing the GET stats
1813 * command. When reporting
1814 * the stats results, the driver uses the same value to indicate
1815 * which GET request the results
1816 * correspond to.
1817 */
1818 [QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID] = { .type = NLA_U32 },
1819
1820 /* Unsigned 32bit value . bit mask to identify what statistics are
1821 requested for retrieval */
1822 [QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK] = { .type = NLA_U32 },
1823};
1824
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05301825static int __wlan_hdd_cfg80211_ll_stats_get(struct wiphy *wiphy,
1826 struct wireless_dev *wdev,
1827 const void *data,
1828 int data_len)
Sunil Duttc69bccb2014-05-26 21:30:20 +05301829{
1830 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
1831 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_MAX + 1];
Dino Mycledf0a5d92014-07-04 09:41:55 +05301832 tSirLLStatsGetReq linkLayerStatsGetReq;
Sunil Duttc69bccb2014-05-26 21:30:20 +05301833 struct net_device *dev = wdev->netdev;
1834 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
1835 int status;
1836
1837 status = wlan_hdd_validate_context(pHddCtx);
1838 if (0 != status)
1839 {
1840 hddLog(VOS_TRACE_LEVEL_ERROR,
1841 FL("HDD context is not valid"));
1842 return -EINVAL ;
1843 }
1844
1845 if (NULL == pAdapter)
1846 {
1847 hddLog(VOS_TRACE_LEVEL_FATAL,
1848 "%s: HDD adapter is Null", __func__);
1849 return -ENODEV;
1850 }
Dino Mycledf0a5d92014-07-04 09:41:55 +05301851 /* check the LLStats Capability */
1852 if ( (TRUE != pHddCtx->cfg_ini->fEnableLLStats) ||
1853 (TRUE != sme_IsFeatureSupportedByFW(LINK_LAYER_STATS_MEAS)))
1854 {
1855 hddLog(VOS_TRACE_LEVEL_ERROR,
1856 FL("Link Layer Statistics not supported by Firmware"));
1857 return -EINVAL;
1858 }
1859
Sunil Duttc69bccb2014-05-26 21:30:20 +05301860
1861 if (!pAdapter->isLinkLayerStatsSet)
1862 {
1863 hddLog(VOS_TRACE_LEVEL_FATAL,
1864 "%s: isLinkLayerStatsSet : %d",
1865 __func__, pAdapter->isLinkLayerStatsSet);
1866 return -EINVAL;
1867 }
1868
1869 if (nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_MAX,
1870 (struct nlattr *)data,
1871 data_len, qca_wlan_vendor_ll_get_policy))
1872 {
1873 hddLog(VOS_TRACE_LEVEL_ERROR, FL() );
1874 return -EINVAL;
1875 }
1876
1877 if (!tb_vendor
1878 [QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID])
1879 {
1880 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Request Id Not present"));
1881 return -EINVAL;
1882 }
1883
1884 if (!tb_vendor
1885 [QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK])
1886 {
1887 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Req Mask Not present"));
1888 return -EINVAL;
1889 }
1890
Sunil Duttc69bccb2014-05-26 21:30:20 +05301891
Dino Mycledf0a5d92014-07-04 09:41:55 +05301892 linkLayerStatsGetReq.reqId =
Sunil Duttc69bccb2014-05-26 21:30:20 +05301893 nla_get_u32( tb_vendor[
1894 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID]);
Dino Mycledf0a5d92014-07-04 09:41:55 +05301895 linkLayerStatsGetReq.paramIdMask =
Sunil Duttc69bccb2014-05-26 21:30:20 +05301896 nla_get_u32( tb_vendor[
1897 QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK]);
1898
Dino Mycled3d50022014-07-07 12:58:25 +05301899 vos_mem_copy(linkLayerStatsGetReq.macAddr,
1900 pAdapter->macAddressCurrent.bytes, sizeof(v_MACADDR_t));
Sunil Duttc69bccb2014-05-26 21:30:20 +05301901
1902 hddLog(VOS_TRACE_LEVEL_INFO,
Dino Mycledf0a5d92014-07-04 09:41:55 +05301903 "LL_STATS_GET reqId = %d", linkLayerStatsGetReq.reqId);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301904 hddLog(VOS_TRACE_LEVEL_INFO,
Dino Mycled3d50022014-07-07 12:58:25 +05301905 "LL_STATS_GET MAC = %pM", linkLayerStatsGetReq.macAddr);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301906 hddLog(VOS_TRACE_LEVEL_INFO,
1907 "LL_STATS_GET paramIdMask = %d",
Dino Mycledf0a5d92014-07-04 09:41:55 +05301908 linkLayerStatsGetReq.paramIdMask);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301909
1910 if (eHAL_STATUS_SUCCESS != sme_LLStatsGetReq( pHddCtx->hHal,
Dino Mycledf0a5d92014-07-04 09:41:55 +05301911 &linkLayerStatsGetReq))
Sunil Duttc69bccb2014-05-26 21:30:20 +05301912 {
1913 hddLog(VOS_TRACE_LEVEL_ERROR, "%s:"
1914 "sme_LLStatsGetReq Failed", __func__);
Sunil Duttc69bccb2014-05-26 21:30:20 +05301915 return -EINVAL;
1916 }
1917 return 0;
1918}
1919
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05301920static int wlan_hdd_cfg80211_ll_stats_get(struct wiphy *wiphy,
1921 struct wireless_dev *wdev,
1922 const void *data,
1923 int data_len)
1924{
1925 int ret = 0;
1926
1927 vos_ssr_protect(__func__);
1928 ret = __wlan_hdd_cfg80211_ll_stats_get(wiphy, wdev, data, data_len);
1929 vos_ssr_unprotect(__func__);
1930
1931 return ret;
1932}
1933
Sunil Duttc69bccb2014-05-26 21:30:20 +05301934const struct
1935nla_policy
1936qca_wlan_vendor_ll_clr_policy[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX +1] =
1937{
1938 [QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_REQ_MASK] = {.type = NLA_U32 },
1939 [QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_REQ] = {.type = NLA_U8 },
1940 [QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_RSP_MASK] = {.type = NLA_U32 },
1941 [QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP] = {.type = NLA_U8 },
1942};
1943
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05301944static int __wlan_hdd_cfg80211_ll_stats_clear(struct wiphy *wiphy,
1945 struct wireless_dev *wdev,
1946 const void *data,
1947 int data_len)
Sunil Duttc69bccb2014-05-26 21:30:20 +05301948{
1949 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
1950 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX + 1];
Dino Mycledf0a5d92014-07-04 09:41:55 +05301951 tSirLLStatsClearReq linkLayerStatsClearReq;
Sunil Duttc69bccb2014-05-26 21:30:20 +05301952 struct net_device *dev = wdev->netdev;
1953 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
1954 u32 statsClearReqMask;
1955 u8 stopReq;
1956 int status;
1957
1958 status = wlan_hdd_validate_context(pHddCtx);
1959 if (0 != status)
1960 {
1961 hddLog(VOS_TRACE_LEVEL_ERROR,
1962 FL("HDD context is not valid"));
1963 return -EINVAL;
1964 }
1965
1966 if (NULL == pAdapter)
1967 {
1968 hddLog(VOS_TRACE_LEVEL_FATAL,
1969 "%s: HDD adapter is Null", __func__);
1970 return -ENODEV;
1971 }
Dino Mycledf0a5d92014-07-04 09:41:55 +05301972 /* check the LLStats Capability */
1973 if ( (TRUE != pHddCtx->cfg_ini->fEnableLLStats) ||
1974 (TRUE != sme_IsFeatureSupportedByFW(LINK_LAYER_STATS_MEAS)))
1975 {
1976 hddLog(VOS_TRACE_LEVEL_ERROR,
1977 FL("Enable LLStats Capability"));
1978 return -EINVAL;
1979 }
Sunil Duttc69bccb2014-05-26 21:30:20 +05301980
1981 if (!pAdapter->isLinkLayerStatsSet)
1982 {
1983 hddLog(VOS_TRACE_LEVEL_FATAL,
1984 "%s: isLinkLayerStatsSet : %d",
1985 __func__, pAdapter->isLinkLayerStatsSet);
1986 return -EINVAL;
1987 }
1988
1989 if (nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX,
1990 (struct nlattr *)data,
1991 data_len, qca_wlan_vendor_ll_clr_policy))
1992 {
1993 hddLog(VOS_TRACE_LEVEL_ERROR, FL() );
1994 return -EINVAL;
1995 }
1996
1997 if (!tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_REQ_MASK] ||
1998
1999 !tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_REQ])
2000 {
2001 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Error in LL_STATS CLR CONFIG PARA") );
2002 return -EINVAL;
2003
2004 }
2005
Sunil Duttc69bccb2014-05-26 21:30:20 +05302006
Dino Mycledf0a5d92014-07-04 09:41:55 +05302007 statsClearReqMask = linkLayerStatsClearReq.statsClearReqMask =
Sunil Duttc69bccb2014-05-26 21:30:20 +05302008 nla_get_u32(
2009 tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_REQ_MASK]);
2010
Dino Mycledf0a5d92014-07-04 09:41:55 +05302011 stopReq = linkLayerStatsClearReq.stopReq =
Sunil Duttc69bccb2014-05-26 21:30:20 +05302012 nla_get_u8(
2013 tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_REQ]);
2014
2015 // Shall take the request Id if the Upper layers pass. 1 For now.
Dino Mycledf0a5d92014-07-04 09:41:55 +05302016 linkLayerStatsClearReq.reqId = 1;
Sunil Duttc69bccb2014-05-26 21:30:20 +05302017
Dino Mycled3d50022014-07-07 12:58:25 +05302018 vos_mem_copy(linkLayerStatsClearReq.macAddr,
2019 pAdapter->macAddressCurrent.bytes, sizeof(v_MACADDR_t));
Sunil Duttc69bccb2014-05-26 21:30:20 +05302020
2021 hddLog(VOS_TRACE_LEVEL_INFO,
Dino Mycledf0a5d92014-07-04 09:41:55 +05302022 "LL_STATS_CLEAR reqId = %d", linkLayerStatsClearReq.reqId);
Sunil Duttc69bccb2014-05-26 21:30:20 +05302023 hddLog(VOS_TRACE_LEVEL_INFO,
Dino Mycled3d50022014-07-07 12:58:25 +05302024 "LL_STATS_CLEAR MAC = %pM", linkLayerStatsClearReq.macAddr);
Sunil Duttc69bccb2014-05-26 21:30:20 +05302025 hddLog(VOS_TRACE_LEVEL_INFO,
2026 "LL_STATS_CLEAR statsClearReqMask = 0x%X",
Dino Mycledf0a5d92014-07-04 09:41:55 +05302027 linkLayerStatsClearReq.statsClearReqMask);
Sunil Duttc69bccb2014-05-26 21:30:20 +05302028 hddLog(VOS_TRACE_LEVEL_INFO,
2029 "LL_STATS_CLEAR stopReq = %d",
Dino Mycledf0a5d92014-07-04 09:41:55 +05302030 linkLayerStatsClearReq.stopReq);
Sunil Duttc69bccb2014-05-26 21:30:20 +05302031
2032 if (eHAL_STATUS_SUCCESS == sme_LLStatsClearReq(pHddCtx->hHal,
Dino Mycledf0a5d92014-07-04 09:41:55 +05302033 &linkLayerStatsClearReq))
Sunil Duttc69bccb2014-05-26 21:30:20 +05302034 {
2035 struct sk_buff *temp_skbuff;
Srinivas Dasari98947432014-11-07 19:41:24 +05302036 hdd_station_ctx_t *pHddStaCtx;
2037
2038 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
2039 if (VOS_STATUS_SUCCESS !=
2040 WLANTL_ClearInterfaceStats((WLAN_HDD_GET_CTX(pAdapter))->pvosContext,
2041 pHddStaCtx->conn_info.staId[0], statsClearReqMask))
2042 {
2043 hddLog(VOS_TRACE_LEVEL_ERROR, "%s:"
2044 "WLANTL_ClearInterfaceStats Failed", __func__);
2045 return -EINVAL;
2046 }
2047 if ((statsClearReqMask & WIFI_STATS_IFACE_AC) ||
2048 (statsClearReqMask & WIFI_STATS_IFACE)) {
2049 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_VO] = 0;
2050 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_VI] = 0;
2051 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_BE] = 0;
2052 pAdapter->hdd_stats.hddTxRxStats.txMcast[WLANTL_AC_BK] = 0;
2053 }
2054
Sunil Duttc69bccb2014-05-26 21:30:20 +05302055 temp_skbuff = cfg80211_vendor_cmd_alloc_reply_skb(wiphy,
2056 2 * sizeof(u32) +
2057 NLMSG_HDRLEN);
2058
2059 if (temp_skbuff != NULL)
2060 {
2061
2062 if (nla_put_u32(temp_skbuff,
2063 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_RSP_MASK,
2064 statsClearReqMask) ||
2065 nla_put_u32(temp_skbuff,
2066 QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_CONFIG_STOP_RSP,
2067 stopReq))
2068 {
2069 hddLog(VOS_TRACE_LEVEL_ERROR, FL("LL_STATS_CLR put fail"));
2070 kfree_skb(temp_skbuff);
2071 return -EINVAL;
2072 }
2073 /* If the ask is to stop the stats collection as part of clear
2074 * (stopReq = 1) , ensure that no further requests of get
2075 * go to the firmware by having isLinkLayerStatsSet set to 0.
2076 * However it the stopReq as part of the clear request is 0 ,
Dino Mycledf0a5d92014-07-04 09:41:55 +05302077 * the request to get the statistics are honoured as in this
Sunil Duttc69bccb2014-05-26 21:30:20 +05302078 * case the firmware is just asked to clear the statistics.
2079 */
Dino Mycledf0a5d92014-07-04 09:41:55 +05302080 if (linkLayerStatsClearReq.stopReq == 1)
Sunil Duttc69bccb2014-05-26 21:30:20 +05302081 pAdapter->isLinkLayerStatsSet = 0;
2082 return cfg80211_vendor_cmd_reply(temp_skbuff);
2083 }
2084 return -ENOMEM;
2085 }
Sunil Duttc69bccb2014-05-26 21:30:20 +05302086 return -EINVAL;
2087}
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05302088static int wlan_hdd_cfg80211_ll_stats_clear(struct wiphy *wiphy,
2089 struct wireless_dev *wdev,
2090 const void *data,
2091 int data_len)
2092{
2093 int ret = 0;
2094
2095 vos_ssr_protect(__func__);
2096 ret = __wlan_hdd_cfg80211_ll_stats_clear(wiphy, wdev, data, data_len);
2097 vos_ssr_unprotect(__func__);
2098
2099 return ret;
2100
2101
2102}
Sunil Duttc69bccb2014-05-26 21:30:20 +05302103#endif /* WLAN_FEATURE_LINK_LAYER_STATS */
2104
Dino Mycle6fb96c12014-06-10 11:52:40 +05302105#ifdef WLAN_FEATURE_EXTSCAN
2106static const struct nla_policy
2107wlan_hdd_extscan_config_policy
2108 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1] =
2109{
2110 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID] =
2111 { .type = NLA_U32 },
2112 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_WIFI_BAND] =
2113 { .type = NLA_U32 },
2114 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_CHANNEL] = { .type = NLA_U32 },
2115 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_DWELL_TIME] =
2116 { .type = NLA_U32 },
2117 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_PASSIVE] = { .type = NLA_U8 },
2118 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_CLASS] = { .type = NLA_U8 },
2119
2120 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_INDEX] = { .type = NLA_U8 },
2121 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_BAND] = { .type = NLA_U8 },
2122 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_PERIOD] = { .type = NLA_U32 },
2123 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_REPORT_EVENTS] =
2124 { .type = NLA_U8 },
2125 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS] =
2126 { .type = NLA_U32 },
2127 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_BASE_PERIOD] =
2128 { .type = NLA_U32 },
2129 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_MAX_AP_PER_SCAN] =
2130 { .type = NLA_U32 },
2131 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD] =
2132 { .type = NLA_U8 },
2133 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS] =
2134 { .type = NLA_U8 },
2135 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_FLUSH] =
2136 { .type = NLA_U8 },
2137
2138 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_MAX] =
2139 { .type = NLA_U32 },
2140 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_BSSID] =
2141 { .type = NLA_UNSPEC },
2142 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_LOW] =
2143 { .type = NLA_S32 },
2144 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH] =
2145 { .type = NLA_S32 },
2146 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_CHANNEL] =
2147 { .type = NLA_U32 },
2148 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_BSSID_HOTLIST_PARAMS_NUM_AP] =
2149 { .type = NLA_U32 },
2150 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_RSSI_SAMPLE_SIZE] =
2151 { .type = NLA_U32 },
2152 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_LOST_AP_SAMPLE_SIZE]
2153 = { .type = NLA_U32 },
2154 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_MIN_BREACHING] =
2155 { .type = NLA_U32 },
2156 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_NUM_AP] = { .type =
2157 NLA_U32 },
2158};
2159
2160static void wlan_hdd_cfg80211_extscan_get_capabilities_ind(void *ctx, void *pMsg)
2161{
2162 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2163 struct sk_buff *skb = NULL;
2164 tpSirEXTScanCapabilitiesEvent pData =
2165 (tpSirEXTScanCapabilitiesEvent) pMsg;
2166
2167 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2168 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2169 "or pData(%p) is null"), pData);
2170 return;
2171 }
2172
2173 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2174 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2175 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CAPABILITIES_INDEX,
2176 GFP_KERNEL);
2177
2178 if (!skb) {
2179 hddLog(VOS_TRACE_LEVEL_ERROR,
2180 FL("cfg80211_vendor_event_alloc failed"));
2181 return;
2182 }
2183
2184 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2185 hddLog(VOS_TRACE_LEVEL_INFO, "Scan cache size (%u)", pData->scanCacheSize);
2186 hddLog(VOS_TRACE_LEVEL_INFO, "Scan buckets (%u)", pData->scanBuckets);
2187 hddLog(VOS_TRACE_LEVEL_INFO, "Max AP per scan (%u)", pData->maxApPerScan);
2188 hddLog(VOS_TRACE_LEVEL_INFO, "maxRssiSampleSize (%u)",
2189 pData->maxRssiSampleSize);
2190 hddLog(VOS_TRACE_LEVEL_INFO, "maxScanReportingThreshold (%u)",
2191 pData->maxScanReportingThreshold);
2192 hddLog(VOS_TRACE_LEVEL_INFO, "maxHotlistAPs (%u)", pData->maxHotlistAPs);
2193 hddLog(VOS_TRACE_LEVEL_INFO, "maxSignificantWifiChangeAPs (%u)",
2194 pData->maxSignificantWifiChangeAPs);
2195 hddLog(VOS_TRACE_LEVEL_INFO, "maxBsidHistoryEntries (%u)",
2196 pData->maxBsidHistoryEntries);
2197
2198 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2199 pData->requestId) ||
2200 nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_STATUS, pData->status) ||
2201 nla_put_u32(skb,
2202 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_SCAN_CACHE_SIZE,
2203 pData->scanCacheSize) ||
2204 nla_put_u32(skb,
2205 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_SCAN_BUCKETS,
2206 pData->scanBuckets) ||
2207 nla_put_u32(skb,
2208 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_AP_CACHE_PER_SCAN,
2209 pData->maxApPerScan) ||
2210 nla_put_u32(skb,
2211 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_RSSI_SAMPLE_SIZE,
2212 pData->maxRssiSampleSize) ||
2213 nla_put_u32(skb,
2214 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_SCAN_REPORTING_THRESHOLD,
2215 pData->maxScanReportingThreshold) ||
2216 nla_put_u32(skb,
2217 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_HOTLIST_APS,
2218 pData->maxHotlistAPs) ||
2219 nla_put_u32(skb,
2220 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_SIGNIFICANT_WIFI_CHANGE_APS,
2221 pData->maxSignificantWifiChangeAPs) ||
2222 nla_put_u32(skb,
2223 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CAPABILITIES_MAX_BSSID_HISTORY_ENTRIES,
2224 pData->maxBsidHistoryEntries)) {
2225 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2226 goto nla_put_failure;
2227 }
2228
2229 cfg80211_vendor_event(skb, GFP_KERNEL);
2230 return;
2231
2232nla_put_failure:
2233 kfree_skb(skb);
2234 return;
2235}
2236
2237
2238static void wlan_hdd_cfg80211_extscan_start_rsp(void *ctx, void *pMsg)
2239{
2240 tpSirEXTScanStartRspParams pData = (tpSirEXTScanStartRspParams) pMsg;
2241 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2242 struct sk_buff *skb = NULL;
2243 tpAniSirGlobal pMac = PMAC_STRUCT( pHddCtx->hHal );
2244
2245
2246 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2247 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2248 "or pData(%p) is null"), pData);
2249 return;
2250 }
2251
2252 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2253 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2254 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_START_INDEX,
2255 GFP_KERNEL);
2256
2257 if (!skb) {
2258 hddLog(VOS_TRACE_LEVEL_ERROR,
2259 FL("cfg80211_vendor_event_alloc failed"));
2260 return;
2261 }
2262 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2263 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2264 hddLog(VOS_TRACE_LEVEL_INFO, "Status (%u)", pData->status);
2265
2266 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2267 pData->requestId) ||
2268 nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_STATUS, pData->status)) {
2269 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2270 goto nla_put_failure;
2271 }
2272
2273 /*
2274 * Store the Request ID for comparing with the requestID obtained
2275 * in other requests.HDD shall return a failure is the extscan_stop
2276 * request is issued with a different requestId as that of the
2277 * extscan_start request. Also, This requestId shall be used while
2278 * indicating the full scan results to the upper layers.
2279 * The requestId is stored with the assumption that the firmware
2280 * shall return the ext scan start request's requestId in ext scan
2281 * start response.
2282 */
2283 if (pData->status == 0)
2284 pMac->sme.extScanStartReqId = pData->requestId;
2285
2286
2287 cfg80211_vendor_event(skb, GFP_KERNEL);
2288 return;
2289
2290nla_put_failure:
2291 kfree_skb(skb);
2292 return;
2293}
2294
2295
2296static void wlan_hdd_cfg80211_extscan_stop_rsp(void *ctx, void *pMsg)
2297{
2298 tpSirEXTScanStopRspParams pData = (tpSirEXTScanStopRspParams) pMsg;
2299 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2300 struct sk_buff *skb = NULL;
2301
2302 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2303 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2304 "or pData(%p) is null"), pData);
2305 return;
2306 }
2307
2308 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2309 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2310 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_STOP_INDEX,
2311 GFP_KERNEL);
2312
2313 if (!skb) {
2314 hddLog(VOS_TRACE_LEVEL_ERROR,
2315 FL("cfg80211_vendor_event_alloc failed"));
2316 return;
2317 }
2318 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2319 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2320
2321 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2322 pData->requestId) ||
2323 nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_STATUS, pData->status)) {
2324 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2325 goto nla_put_failure;
2326 }
2327
2328 cfg80211_vendor_event(skb, GFP_KERNEL);
2329 return;
2330
2331nla_put_failure:
2332 kfree_skb(skb);
2333 return;
2334}
2335
2336
2337static void wlan_hdd_cfg80211_extscan_set_bss_hotlist_rsp(void *ctx,
2338 void *pMsg)
2339{
2340 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2341 struct sk_buff *skb = NULL;
2342 tpSirEXTScanSetBssidHotListRspParams pData =
2343 (tpSirEXTScanSetBssidHotListRspParams) pMsg;
2344
2345 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2346 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2347 "or pData(%p) is null"), pData);
2348 return;
2349 }
2350 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2351 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2352 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_BSSID_HOTLIST_INDEX,
2353 GFP_KERNEL);
2354
2355 if (!skb) {
2356 hddLog(VOS_TRACE_LEVEL_ERROR,
2357 FL("cfg80211_vendor_event_alloc failed"));
2358 return;
2359 }
2360 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2361 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2362 hddLog(VOS_TRACE_LEVEL_INFO, "Status (%u)", pData->status);
2363
2364 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2365 pData->requestId) ||
2366 nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_STATUS, pData->status)) {
2367 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2368 goto nla_put_failure;
2369 }
2370
2371 cfg80211_vendor_event(skb, GFP_KERNEL);
2372 return;
2373
2374nla_put_failure:
2375 kfree_skb(skb);
2376 return;
2377}
2378
2379static void wlan_hdd_cfg80211_extscan_reset_bss_hotlist_rsp(void *ctx,
2380 void *pMsg)
2381{
2382 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2383 struct sk_buff *skb = NULL;
2384 tpSirEXTScanResetBssidHotlistRspParams pData =
2385 (tpSirEXTScanResetBssidHotlistRspParams) pMsg;
2386
2387 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2388 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2389 "or pData(%p) is null"), pData);
2390 return;
2391 }
2392
2393 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2394 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2395 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_BSSID_HOTLIST_INDEX,
2396 GFP_KERNEL);
2397
2398 if (!skb) {
2399 hddLog(VOS_TRACE_LEVEL_ERROR,
2400 FL("cfg80211_vendor_event_alloc failed"));
2401 return;
2402 }
2403 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2404 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2405
2406 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2407 pData->requestId) ||
2408 nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_STATUS, pData->status)) {
2409 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2410 goto nla_put_failure;
2411 }
2412
2413 cfg80211_vendor_event(skb, GFP_KERNEL);
2414 return;
2415
2416nla_put_failure:
2417 kfree_skb(skb);
2418 return;
2419}
2420
2421
2422static void wlan_hdd_cfg80211_extscan_set_signf_wifi_change_rsp(void *ctx,
2423 void *pMsg)
2424{
2425 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2426 struct sk_buff *skb = NULL;
2427 tpSirEXTScanSetSignificantChangeRspParams pData =
2428 (tpSirEXTScanSetSignificantChangeRspParams) pMsg;
2429
2430 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2431 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2432 "or pData(%p) is null"), pData);
2433 return;
2434 }
2435
2436 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2437 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2438 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SIGNIFICANT_CHANGE_INDEX,
2439 GFP_KERNEL);
2440
2441 if (!skb) {
2442 hddLog(VOS_TRACE_LEVEL_ERROR,
2443 FL("cfg80211_vendor_event_alloc failed"));
2444 return;
2445 }
2446 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2447 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2448 hddLog(VOS_TRACE_LEVEL_INFO, "Status (%u)", pData->status);
2449
2450 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2451 pData->requestId) ||
2452 nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_STATUS, pData->status)) {
2453 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2454 goto nla_put_failure;
2455 }
2456
2457 cfg80211_vendor_event(skb, GFP_KERNEL);
2458 return;
2459
2460nla_put_failure:
2461 kfree_skb(skb);
2462 return;
2463}
2464
2465
2466static void wlan_hdd_cfg80211_extscan_reset_signf_wifi_change_rsp(void *ctx,
2467 void *pMsg)
2468{
2469 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2470 struct sk_buff *skb = NULL;
2471 tpSirEXTScanResetSignificantChangeRspParams pData =
2472 (tpSirEXTScanResetSignificantChangeRspParams) pMsg;
2473
2474 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2475 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2476 "or pData(%p) is null"), pData);
2477 return;
2478 }
2479
2480 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2481 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2482 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_SIGNIFICANT_CHANGE_INDEX,
2483 GFP_KERNEL);
2484
2485 if (!skb) {
2486 hddLog(VOS_TRACE_LEVEL_ERROR,
2487 FL("cfg80211_vendor_event_alloc failed"));
2488 return;
2489 }
2490 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2491 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2492 hddLog(VOS_TRACE_LEVEL_INFO, "Status (%u)", pData->status);
2493
2494 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2495 pData->requestId) ||
2496 nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_STATUS, pData->status)) {
2497 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2498 goto nla_put_failure;
2499 }
2500
2501 cfg80211_vendor_event(skb, GFP_KERNEL);
2502 return;
2503
2504nla_put_failure:
2505 kfree_skb(skb);
2506 return;
2507}
2508
2509static void wlan_hdd_cfg80211_extscan_cached_results_ind(void *ctx,
2510 void *pMsg)
2511{
2512 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2513 struct sk_buff *skb = NULL;
2514 tANI_U32 i = 0, j, resultsPerEvent;
2515 tANI_S32 totalResults;
2516 tpSirWifiScanResultEvent pData = (tpSirWifiScanResultEvent) pMsg;
2517 tpSirWifiScanResult pSirWifiScanResult;
2518
2519 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2520 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2521 "or pData(%p) is null"), pData);
2522 return;
2523 }
2524 totalResults = pData->numOfAps;
2525 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2526 hddLog(VOS_TRACE_LEVEL_INFO, "Num results (%u)", pData->numOfAps);
2527 hddLog(VOS_TRACE_LEVEL_INFO, "More Data (%u)", pData->moreData);
2528
2529 do{
2530 resultsPerEvent = ((totalResults >= EXTSCAN_MAX_CACHED_RESULTS_PER_IND) ?
2531 EXTSCAN_MAX_CACHED_RESULTS_PER_IND : totalResults);
2532 totalResults -= EXTSCAN_MAX_CACHED_RESULTS_PER_IND;
2533
2534 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2535 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2536 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CACHED_RESULTS_INDEX,
2537 GFP_KERNEL);
2538
2539 if (!skb) {
2540 hddLog(VOS_TRACE_LEVEL_ERROR,
2541 FL("cfg80211_vendor_event_alloc failed"));
2542 return;
2543 }
2544
2545 hddLog(VOS_TRACE_LEVEL_INFO, "resultsPerEvent (%u)", resultsPerEvent);
2546
2547 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2548 pData->requestId) ||
2549 nla_put_u32(skb,
2550 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE,
2551 resultsPerEvent)) {
2552 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2553 goto fail;
2554 }
2555 if (nla_put_u8(skb,
2556 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_MORE_DATA,
2557 pData->moreData ? 1 : (totalResults > 0 ? 1 : 0 )))
2558 {
2559 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2560 goto fail;
2561 }
2562
2563 if (resultsPerEvent) {
2564 struct nlattr *aps;
2565
2566 aps = nla_nest_start(skb,
2567 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_LIST);
2568 if (!aps)
2569 {
2570 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2571 goto fail;
2572 }
2573
2574 for (j = 0; j < resultsPerEvent; j++, i++) {
2575 struct nlattr *ap;
2576 pSirWifiScanResult = (tpSirWifiScanResult) ((tANI_U8 *)
2577 pData->ap + ( i* sizeof(tSirWifiScanResult)));
2578
2579 hddLog(VOS_TRACE_LEVEL_INFO, "[index=%u] Timestamp(%llu) "
2580 "Ssid (%s)"
2581 "Bssid: %pM "
2582 "Channel (%u)"
2583 "Rssi (%d)"
2584 "RTT (%u)"
2585 "RTT_SD (%u)",
2586 i,
2587 pSirWifiScanResult->ts,
2588 pSirWifiScanResult->ssid,
2589 pSirWifiScanResult->bssid,
2590 pSirWifiScanResult->channel,
2591 pSirWifiScanResult->rssi,
2592 pSirWifiScanResult->rtt,
2593 pSirWifiScanResult->rtt_sd);
2594
2595 ap = nla_nest_start(skb, j + 1);
2596 if (!ap)
2597 {
2598 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2599 goto fail;
2600 }
2601
2602 if (nla_put_u64(skb,
2603 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_TIME_STAMP,
2604 pSirWifiScanResult->ts) )
2605 {
2606 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2607 goto fail;
2608 }
2609 if (nla_put(skb,
2610 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_SSID,
2611 sizeof(pSirWifiScanResult->ssid),
2612 pSirWifiScanResult->ssid) )
2613 {
2614 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2615 goto fail;
2616 }
2617 if (nla_put(skb,
2618 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_BSSID,
2619 sizeof(pSirWifiScanResult->bssid),
2620 pSirWifiScanResult->bssid) )
2621 {
2622 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2623 goto fail;
2624 }
2625 if (nla_put_u32(skb,
2626 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_CHANNEL,
2627 pSirWifiScanResult->channel) )
2628 {
2629 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2630 goto fail;
2631 }
Dasari Srinivas90747d72014-10-08 12:16:15 +05302632 if (nla_put_s32(skb,
Dino Mycle6fb96c12014-06-10 11:52:40 +05302633 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RSSI,
2634 pSirWifiScanResult->rssi) )
2635 {
2636 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2637 goto fail;
2638 }
2639 if (nla_put_u32(skb,
2640 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RTT,
2641 pSirWifiScanResult->rtt) )
2642 {
2643 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2644 goto fail;
2645 }
2646 if (nla_put_u32(skb,
2647 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RTT_SD,
2648 pSirWifiScanResult->rtt_sd))
2649 {
2650 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2651 goto fail;
2652 }
2653
2654 nla_nest_end(skb, ap);
2655 }
2656 nla_nest_end(skb, aps);
2657
2658 }
2659 cfg80211_vendor_event(skb, GFP_KERNEL);
2660 } while (totalResults > 0);
2661
2662 return;
2663fail:
2664 kfree_skb(skb);
2665 return;
2666}
2667
2668static void wlan_hdd_cfg80211_extscan_hotlist_match_ind(void *ctx,
2669 void *pMsg)
2670{
2671 tpSirWifiScanResultEvent pData = (tpSirWifiScanResultEvent) pMsg;
2672 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2673 struct sk_buff *skb = NULL;
2674 tANI_U32 i;
2675
2676 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2677 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2678 "or pData(%p) is null"), pData);
2679 return;
2680 }
2681
2682 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2683 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2684 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_AP_FOUND_INDEX,
2685 GFP_KERNEL);
2686
2687 if (!skb) {
2688 hddLog(VOS_TRACE_LEVEL_ERROR,
2689 FL("cfg80211_vendor_event_alloc failed"));
2690 return;
2691 }
2692 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2693 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2694 hddLog(VOS_TRACE_LEVEL_INFO, "Num results (%u)", pData->numOfAps);
2695 hddLog(VOS_TRACE_LEVEL_INFO, "More Data (%u)", pData->moreData);
2696
2697 for (i = 0; i < pData->numOfAps; i++) {
2698 hddLog(VOS_TRACE_LEVEL_INFO, "[index=%u] Timestamp(0x%lld) "
2699 "Ssid (%s) "
2700 "Bssid (" MAC_ADDRESS_STR ") "
2701 "Channel (%u) "
2702 "Rssi (%d) "
2703 "RTT (%u) "
2704 "RTT_SD (%u) ",
2705 i,
2706 pData->ap[i].ts,
2707 pData->ap[i].ssid,
2708 MAC_ADDR_ARRAY(pData->ap[i].bssid),
2709 pData->ap[i].channel,
2710 pData->ap[i].rssi,
2711 pData->ap[i].rtt,
2712 pData->ap[i].rtt_sd);
2713 }
2714
2715 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2716 pData->requestId) ||
2717 nla_put_u32(skb,
2718 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE,
2719 pData->numOfAps)) {
2720 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2721 goto fail;
2722 }
2723 if (pData->numOfAps) {
2724 struct nlattr *aps;
2725
2726 aps = nla_nest_start(skb,
2727 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_LIST);
2728 if (!aps)
2729 goto fail;
2730
2731 for (i = 0; i < pData->numOfAps; i++) {
2732 struct nlattr *ap;
2733
2734 ap = nla_nest_start(skb, i + 1);
2735 if (!ap)
2736 goto fail;
2737
2738 if (nla_put_u64(skb,
2739 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_TIME_STAMP,
2740 pData->ap[i].ts) ||
2741 nla_put(skb,
2742 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_SSID,
2743 sizeof(pData->ap[i].ssid),
2744 pData->ap[i].ssid) ||
2745 nla_put(skb,
2746 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_BSSID,
2747 sizeof(pData->ap[i].bssid),
2748 pData->ap[i].bssid) ||
2749 nla_put_u32(skb,
2750 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_CHANNEL,
2751 pData->ap[i].channel) ||
2752 nla_put_s32(skb,
2753 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RSSI,
2754 pData->ap[i].rssi) ||
2755 nla_put_u32(skb,
2756 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RTT,
2757 pData->ap[i].rtt) ||
2758 nla_put_u32(skb,
2759 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RTT_SD,
2760 pData->ap[i].rtt_sd))
2761 goto fail;
2762
2763 nla_nest_end(skb, ap);
2764 }
2765 nla_nest_end(skb, aps);
2766
2767 if (nla_put_u8(skb,
2768 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_MORE_DATA,
2769 pData->moreData))
2770 goto fail;
2771 }
2772
2773 cfg80211_vendor_event(skb, GFP_KERNEL);
2774 return;
2775
2776fail:
2777 kfree_skb(skb);
2778 return;
2779
2780}
2781static void wlan_hdd_cfg80211_extscan_signif_wifi_change_results_ind(void *ctx,
2782 void *pMsg)
2783{
2784 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2785 struct sk_buff *skb = NULL;
2786 tANI_U32 i, j;
2787 tpSirWifiSignificantChangeEvent pData =
2788 (tpSirWifiSignificantChangeEvent) pMsg;
2789
2790 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2791 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2792 "or pData(%p) is null"), pData);
2793 return;
2794 }
2795 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2796 EXTSCAN_EVENT_BUF_SIZE,
2797 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SIGNIFICANT_CHANGE_INDEX,
2798 GFP_KERNEL);
2799
2800 if (!skb) {
2801 hddLog(VOS_TRACE_LEVEL_ERROR,
2802 FL("cfg80211_vendor_event_alloc failed"));
2803 return;
2804 }
2805 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2806 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2807 hddLog(VOS_TRACE_LEVEL_INFO, "total List Size %u ", pData->numSigRssiBss);
2808 hddLog(VOS_TRACE_LEVEL_INFO, " CUrrent List size (%u)",
2809 pData->numSigRssiBss);
2810 hddLog(VOS_TRACE_LEVEL_INFO, "moreData (%u)", pData->moreData);
2811
2812 for (i = 0; i < pData->numSigRssiBss; i++) {
2813 hddLog(VOS_TRACE_LEVEL_INFO , "Rssi List [%d] BSSID: (%pM) Channel %u "
2814 " num RSSI %u ",
2815 i, pData->sigRssiResult[i].bssid,
2816 pData->sigRssiResult[i].channel,
2817 pData->sigRssiResult[i].numRssi);
2818
2819 for (j = 0; j < pData->sigRssiResult[i].numRssi; j++){
2820
2821 hddLog(VOS_TRACE_LEVEL_INFO,
2822 " [%d]",
Dino Myclec8f3f332014-07-21 16:48:27 +05302823 pData->sigRssiResult[i].rssi[j]);
Dino Mycle6fb96c12014-06-10 11:52:40 +05302824
2825 }
2826 }
2827
2828
2829 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2830 pData->requestId) ||
2831 nla_put_u32(skb,
2832 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE,
2833 pData->numSigRssiBss)) {
2834 hddLog(VOS_TRACE_LEVEL_ERROR, FL("put fail"));
2835 goto fail;
2836 }
2837
2838 if (pData->numSigRssiBss) {
2839 struct nlattr *aps;
2840 aps = nla_nest_start(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_LIST);
2841 if (!aps)
2842 goto fail;
2843 for (i = 0; i < pData->numSigRssiBss; i++) {
2844 struct nlattr *ap;
2845
2846 ap = nla_nest_start(skb, i);
2847 if (!ap)
2848 goto fail;
2849 if (nla_put(skb,
2850 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_BSSID,
2851 sizeof(tSirMacAddr), pData->sigRssiResult[i].bssid) ||
2852 nla_put_u32(skb,
2853 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_CHANNEL,
2854 pData->sigRssiResult[i].channel) ||
2855 nla_put_u32(skb,
2856 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_NUM_RSSI,
2857 pData->sigRssiResult[i].numRssi) ||
2858 nla_put(skb,
2859 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SIGNIFICANT_CHANGE_RESULT_RSSI_LIST,
2860 sizeof(s32) * pData->sigRssiResult[i].numRssi,
2861 pData->sigRssiResult[i].rssi))
2862 goto fail;
2863 nla_nest_end(skb, ap);
2864 }
2865 nla_nest_end(skb, aps);
2866 if (nla_put_u8(skb,
2867 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_MORE_DATA,
2868 pData->moreData))
2869 goto fail;
2870 }
2871 cfg80211_vendor_event(skb, GFP_KERNEL);
2872 return;
2873fail:
2874 kfree_skb(skb);
2875 return;
2876}
2877
2878static void wlan_hdd_cfg80211_extscan_full_scan_result_event(void *ctx,
2879 void *pMsg)
2880{
2881 struct sk_buff *skb;
2882 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2883 tpSirWifiFullScanResultEvent pData =
2884 (tpSirWifiFullScanResultEvent) (pMsg);
2885
2886 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2887 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2888 "or pData(%p) is null"), pData);
2889 return;
2890 }
2891
2892 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2893 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2894 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_FULL_SCAN_RESULT_INDEX,
2895 GFP_KERNEL);
2896
2897 if (!skb) {
2898 hddLog(VOS_TRACE_LEVEL_ERROR,
2899 FL("cfg80211_vendor_event_alloc failed"));
2900 return;
2901 }
2902
2903 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2904 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%u)"), pData->requestId);
2905 hddLog(VOS_TRACE_LEVEL_INFO, FL("More Data (%u)"), pData->moreData);
2906 hddLog(VOS_TRACE_LEVEL_INFO, FL("AP Info: Timestamp(0x%llX) "
2907 "Ssid (%s)"
2908 "Bssid (" MAC_ADDRESS_STR ")"
2909 "Channel (%u)"
2910 "Rssi (%d)"
2911 "RTT (%u)"
2912 "RTT_SD (%u)"),
2913 pData->ap.ts,
2914 pData->ap.ssid,
2915 MAC_ADDR_ARRAY(pData->ap.bssid),
2916 pData->ap.channel,
2917 pData->ap.rssi,
2918 pData->ap.rtt,
2919 pData->ap.rtt_sd);
2920 hddLog(VOS_TRACE_LEVEL_INFO, "IE Length (%u)", pData->ieLength);
2921 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
2922 pData->requestId) ||
2923 nla_put_u64(skb,
2924 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_TIME_STAMP,
2925 pData->ap.ts) ||
2926 nla_put(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_SSID,
2927 sizeof(pData->ap.ssid),
2928 pData->ap.ssid) ||
2929 nla_put(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_BSSID,
2930 WNI_CFG_BSSID_LEN,
2931 pData->ap.bssid) ||
2932 nla_put_u32(skb,
2933 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_CHANNEL,
2934 pData->ap.channel) ||
Dasari Srinivas90747d72014-10-08 12:16:15 +05302935 nla_put_s32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RSSI,
Dino Mycle6fb96c12014-06-10 11:52:40 +05302936 pData->ap.rssi) ||
2937 nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RTT,
2938 pData->ap.rtt) ||
2939 nla_put_u32(skb,
2940 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_RTT_SD,
2941 pData->ap.rtt_sd) ||
2942 nla_put_u16(skb,
2943 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_BEACON_PERIOD,
2944 pData->ap.beaconPeriod) ||
2945 nla_put_u16(skb,
2946 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_CAPABILITY,
2947 pData->ap.capability) ||
2948 nla_put_u32(skb,
2949 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_IE_LENGTH,
2950 pData->ieLength))
2951 {
2952 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2953 goto nla_put_failure;
2954 }
2955 if (nla_put(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_RESULT_IE_DATA,
2956 pData->ieLength,
2957 pData->ie))
2958 {
2959 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
2960 goto nla_put_failure;
2961 }
2962
2963 cfg80211_vendor_event(skb, GFP_KERNEL);
2964 return;
2965
2966nla_put_failure:
2967 kfree_skb(skb);
2968 return;
2969}
2970
2971static void wlan_hdd_cfg80211_extscan_scan_res_available_event(void *ctx,
2972 void *pMsg)
2973{
2974 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
2975 struct sk_buff *skb = NULL;
2976 tpSirEXTScanResultsAvailableIndParams pData =
2977 (tpSirEXTScanResultsAvailableIndParams) pMsg;
2978
2979 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
2980 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
2981 "or pData(%p) is null"), pData);
2982 return;
2983 }
2984
2985 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
2986 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
2987 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_RESULTS_AVAILABLE_INDEX,
2988 GFP_KERNEL);
2989
2990 if (!skb) {
2991 hddLog(VOS_TRACE_LEVEL_ERROR,
2992 FL("cfg80211_vendor_event_alloc failed"));
2993 return;
2994 }
2995
2996 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
2997 hddLog(VOS_TRACE_LEVEL_INFO, "Req Id (%u)", pData->requestId);
2998 hddLog(VOS_TRACE_LEVEL_INFO, "Num results (%u)",
2999 pData->numResultsAvailable);
3000 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
3001 pData->requestId) ||
3002 nla_put_u32(skb,
3003 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_RESULTS_AVAILABLE,
3004 pData->numResultsAvailable)) {
3005 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
3006 goto nla_put_failure;
3007 }
3008
3009 cfg80211_vendor_event(skb, GFP_KERNEL);
3010 return;
3011
3012nla_put_failure:
3013 kfree_skb(skb);
3014 return;
3015}
3016
3017static void wlan_hdd_cfg80211_extscan_scan_progress_event(void *ctx, void *pMsg)
3018{
3019 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
3020 struct sk_buff *skb = NULL;
3021 tpSirEXTScanProgressIndParams pData =
3022 (tpSirEXTScanProgressIndParams) pMsg;
3023
3024 if (wlan_hdd_validate_context(pHddCtx) || !pData) {
3025 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "
3026 "or pData(%p) is null"), pData);
3027 return;
3028 }
3029
3030 skb = cfg80211_vendor_event_alloc(pHddCtx->wiphy,
3031 EXTSCAN_EVENT_BUF_SIZE + NLMSG_HDRLEN,
3032 QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_EVENT_INDEX,
3033 GFP_KERNEL);
3034
3035 if (!skb) {
3036 hddLog(VOS_TRACE_LEVEL_ERROR,
3037 FL("cfg80211_vendor_event_alloc failed"));
3038 return;
3039 }
3040 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
3041 hddLog(VOS_TRACE_LEVEL_INFO, "Scan event type (%u)",
3042 pData->extScanEventType);
3043 hddLog(VOS_TRACE_LEVEL_INFO, "Scan event status (%u)",
3044 pData->status);
3045
3046 if (nla_put_u8(skb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_EVENT_TYPE,
3047 pData->extScanEventType) ||
3048 nla_put_u32(skb,
Dasari Srinivas5a288652014-06-30 17:13:22 +05303049 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_REQUEST_ID,
3050 pData->requestId) ||
3051 nla_put_u32(skb,
Dino Mycle6fb96c12014-06-10 11:52:40 +05303052 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_SCAN_EVENT_STATUS,
3053 pData->status)) {
3054 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
3055 goto nla_put_failure;
3056 }
3057
3058 cfg80211_vendor_event(skb, GFP_KERNEL);
3059 return;
3060
3061nla_put_failure:
3062 kfree_skb(skb);
3063 return;
3064}
3065
3066void wlan_hdd_cfg80211_extscan_callback(void *ctx, const tANI_U16 evType,
3067 void *pMsg)
3068{
3069 hdd_context_t *pHddCtx = (hdd_context_t *)ctx;
3070
3071 if (wlan_hdd_validate_context(pHddCtx)) {
Dasari Srinivasb46ed1d2014-10-08 13:03:08 +05303072 hddLog(VOS_TRACE_LEVEL_INFO, FL("HDD context is not valid"));
Dino Mycle6fb96c12014-06-10 11:52:40 +05303073 return;
3074 }
3075
3076 hddLog(VOS_TRACE_LEVEL_INFO, FL("Rcvd Event (%d)"), evType);
3077
3078
3079 switch(evType) {
3080 case SIR_HAL_EXTSCAN_START_RSP:
3081 wlan_hdd_cfg80211_extscan_start_rsp(ctx, pMsg);
3082 break;
3083
3084 case SIR_HAL_EXTSCAN_STOP_RSP:
3085 wlan_hdd_cfg80211_extscan_stop_rsp(ctx, pMsg);
3086 break;
3087 case SIR_HAL_EXTSCAN_GET_CACHED_RESULTS_RSP:
3088 /* There is no need to send this response to upper layer
3089 Just log the message */
3090 hddLog(VOS_TRACE_LEVEL_INFO,
3091 FL("Rcvd SIR_HAL_EXTSCAN_CACHED_RESULTS_RSP"));
3092 break;
3093 case SIR_HAL_EXTSCAN_SET_BSS_HOTLIST_RSP:
3094 wlan_hdd_cfg80211_extscan_set_bss_hotlist_rsp(ctx, pMsg);
3095 break;
3096
3097 case SIR_HAL_EXTSCAN_RESET_BSS_HOTLIST_RSP:
3098 wlan_hdd_cfg80211_extscan_reset_bss_hotlist_rsp(ctx, pMsg);
3099 break;
3100
3101 case SIR_HAL_EXTSCAN_SET_SIGNF_RSSI_CHANGE_RSP:
3102 wlan_hdd_cfg80211_extscan_set_signf_wifi_change_rsp(ctx, pMsg);
3103 break;
3104
3105 case SIR_HAL_EXTSCAN_RESET_SIGNF_RSSI_CHANGE_RSP:
3106 wlan_hdd_cfg80211_extscan_reset_signf_wifi_change_rsp(ctx, pMsg);
3107 break;
3108 case SIR_HAL_EXTSCAN_GET_CAPABILITIES_RSP:
3109 wlan_hdd_cfg80211_extscan_get_capabilities_ind(ctx, pMsg);
3110 break;
3111 case SIR_HAL_EXTSCAN_PROGRESS_IND:
3112 wlan_hdd_cfg80211_extscan_scan_progress_event(ctx, pMsg);
3113 break;
3114 case SIR_HAL_EXTSCAN_SCAN_AVAILABLE_IND:
3115 wlan_hdd_cfg80211_extscan_scan_res_available_event(ctx, pMsg);
3116 break;
3117 case SIR_HAL_EXTSCAN_SCAN_RESULT_IND:
3118 wlan_hdd_cfg80211_extscan_cached_results_ind(ctx, pMsg);
3119 break;
3120 case SIR_HAL_EXTSCAN_HOTLIST_MATCH_IND:
3121 wlan_hdd_cfg80211_extscan_hotlist_match_ind(ctx, pMsg);
3122 break;
3123 case SIR_HAL_EXTSCAN_SIGNF_WIFI_CHANGE_IND:
3124 wlan_hdd_cfg80211_extscan_signif_wifi_change_results_ind(ctx, pMsg);
3125 break;
3126 case SIR_HAL_EXTSCAN_FULL_SCAN_RESULT_IND:
3127 wlan_hdd_cfg80211_extscan_full_scan_result_event(ctx, pMsg);
3128 break;
3129 default:
3130 hddLog(VOS_TRACE_LEVEL_ERROR, FL("invalid event type %d "), evType);
3131 break;
3132 }
3133}
3134
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303135static int __wlan_hdd_cfg80211_extscan_get_capabilities(struct wiphy *wiphy,
3136 struct wireless_dev *wdev,
3137 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05303138{
Dino Myclee8843b32014-07-04 14:21:45 +05303139 tSirGetEXTScanCapabilitiesReqParams reqMsg;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303140 struct net_device *dev = wdev->netdev;
3141 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
3142 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
3143 struct nlattr
3144 *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3145 eHalStatus status;
3146
3147 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering"));
3148 status = wlan_hdd_validate_context(pHddCtx);
3149 if (0 != status)
3150 {
3151 hddLog(VOS_TRACE_LEVEL_ERROR,
3152 FL("HDD context is not valid"));
3153 return -EINVAL;
3154 }
Dino Myclee8843b32014-07-04 14:21:45 +05303155 /* check the EXTScan Capability */
3156 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
3157 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
3158 {
3159 hddLog(VOS_TRACE_LEVEL_ERROR,
3160 FL("EXTScan not enabled/supported by Firmware"));
3161 return -EINVAL;
3162 }
3163
Dino Mycle6fb96c12014-06-10 11:52:40 +05303164 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3165 data, dataLen,
3166 wlan_hdd_extscan_config_policy)) {
3167 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
3168 return -EINVAL;
3169 }
3170
3171 /* Parse and fetch request Id */
3172 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
3173 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
3174 return -EINVAL;
3175 }
3176
Dino Mycle6fb96c12014-06-10 11:52:40 +05303177
Dino Myclee8843b32014-07-04 14:21:45 +05303178 reqMsg.requestId = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303179 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
Dino Myclee8843b32014-07-04 14:21:45 +05303180 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), reqMsg.requestId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303181
Dino Myclee8843b32014-07-04 14:21:45 +05303182 reqMsg.sessionId = pAdapter->sessionId;
3183 hddLog(VOS_TRACE_LEVEL_INFO, FL("Session Id (%d)"), reqMsg.sessionId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303184
Dino Myclee8843b32014-07-04 14:21:45 +05303185 status = sme_EXTScanGetCapabilities(pHddCtx->hHal, &reqMsg);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303186 if (!HAL_STATUS_SUCCESS(status)) {
3187 hddLog(VOS_TRACE_LEVEL_ERROR,
3188 FL("sme_EXTScanGetCapabilities failed(err=%d)"), status);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303189 return -EINVAL;
3190 }
3191
3192 return 0;
3193}
3194
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303195static int wlan_hdd_cfg80211_extscan_get_capabilities(struct wiphy *wiphy,
3196 struct wireless_dev *wdev,
3197 const void *data, int dataLen)
3198{
3199 int ret = 0;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303200
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303201 vos_ssr_protect(__func__);
3202 ret = __wlan_hdd_cfg80211_extscan_get_capabilities(wiphy, wdev, data, dataLen);
3203 vos_ssr_unprotect(__func__);
3204
3205 return ret;
3206}
3207
3208static int __wlan_hdd_cfg80211_extscan_get_cached_results(struct wiphy *wiphy,
3209 struct wireless_dev *wdev,
3210 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05303211{
Dino Myclee8843b32014-07-04 14:21:45 +05303212 tSirEXTScanGetCachedResultsReqParams reqMsg;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303213 struct net_device *dev = wdev->netdev;
3214 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
3215 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
3216 struct nlattr
3217 *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3218 eHalStatus status;
3219
3220 status = wlan_hdd_validate_context(pHddCtx);
3221 if (0 != status)
3222 {
3223 hddLog(VOS_TRACE_LEVEL_ERROR,
3224 FL("HDD context is not valid"));
3225 return -EINVAL;
3226 }
Dino Myclee8843b32014-07-04 14:21:45 +05303227 /* check the EXTScan Capability */
3228 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
3229 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
3230 {
3231 hddLog(VOS_TRACE_LEVEL_ERROR,
3232 FL("EXTScan not enabled/supported by Firmware"));
3233 return -EINVAL;
3234 }
3235
Dino Mycle6fb96c12014-06-10 11:52:40 +05303236 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3237 data, dataLen,
3238 wlan_hdd_extscan_config_policy)) {
3239 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
3240 return -EINVAL;
3241 }
3242 /* Parse and fetch request Id */
3243 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
3244 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
3245 return -EINVAL;
3246 }
Dino Mycle6fb96c12014-06-10 11:52:40 +05303247
Dino Myclee8843b32014-07-04 14:21:45 +05303248 reqMsg.requestId = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303249 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
3250
Dino Myclee8843b32014-07-04 14:21:45 +05303251 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), reqMsg.requestId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303252
Dino Myclee8843b32014-07-04 14:21:45 +05303253 reqMsg.sessionId = pAdapter->sessionId;
3254 hddLog(VOS_TRACE_LEVEL_INFO, FL("Session Id (%d)"), reqMsg.sessionId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303255
3256 /* Parse and fetch flush parameter */
3257 if (!tb
3258 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_FLUSH])
3259 {
3260 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr flush failed"));
3261 goto failed;
3262 }
Dino Myclee8843b32014-07-04 14:21:45 +05303263 reqMsg.flush = nla_get_u8(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303264 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_CACHED_SCAN_RESULTS_CONFIG_PARAM_FLUSH]);
3265
Dino Myclee8843b32014-07-04 14:21:45 +05303266 hddLog(VOS_TRACE_LEVEL_INFO, FL("Flush (%d)"), reqMsg.flush);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303267
Dino Myclee8843b32014-07-04 14:21:45 +05303268 status = sme_getCachedResults(pHddCtx->hHal, &reqMsg);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303269 if (!HAL_STATUS_SUCCESS(status)) {
3270 hddLog(VOS_TRACE_LEVEL_ERROR,
3271 FL("sme_getCachedResults failed(err=%d)"), status);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303272 return -EINVAL;
3273 }
3274 return 0;
3275
3276failed:
Dino Mycle6fb96c12014-06-10 11:52:40 +05303277 return -EINVAL;
3278}
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303279static int wlan_hdd_cfg80211_extscan_get_cached_results(struct wiphy *wiphy,
3280 struct wireless_dev *wdev,
3281 const void *data, int dataLen)
3282{
3283 int ret = 0;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303284
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303285 vos_ssr_protect(__func__);
3286 ret = __wlan_hdd_cfg80211_extscan_get_cached_results(wiphy, wdev, data, dataLen);
3287 vos_ssr_unprotect(__func__);
3288
3289 return ret;
3290}
3291
3292static int __wlan_hdd_cfg80211_extscan_set_bssid_hotlist(struct wiphy *wiphy,
Dino Mycle6fb96c12014-06-10 11:52:40 +05303293 struct wireless_dev *wdev,
Edhar, Mahesh Kumared8631f2015-01-20 14:31:47 +05303294 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05303295{
3296 tpSirEXTScanSetBssidHotListReqParams pReqMsg = NULL;
3297 struct net_device *dev = wdev->netdev;
3298 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
3299 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
3300 struct nlattr
3301 *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3302 struct nlattr
3303 *tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3304 struct nlattr *apTh;
3305 eHalStatus status;
3306 tANI_U8 i = 0;
3307 int rem;
3308
3309 status = wlan_hdd_validate_context(pHddCtx);
3310 if (0 != status)
3311 {
3312 hddLog(VOS_TRACE_LEVEL_ERROR,
3313 FL("HDD context is not valid"));
3314 return -EINVAL;
3315 }
Dino Myclee8843b32014-07-04 14:21:45 +05303316 /* check the EXTScan Capability */
3317 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
3318 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
3319 {
3320 hddLog(VOS_TRACE_LEVEL_ERROR,
3321 FL("EXTScan not enabled/supported by Firmware"));
3322 return -EINVAL;
3323 }
3324
Dino Mycle6fb96c12014-06-10 11:52:40 +05303325 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3326 data, dataLen,
3327 wlan_hdd_extscan_config_policy)) {
3328 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
3329 return -EINVAL;
3330 }
3331
3332 /* Parse and fetch request Id */
3333 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
3334 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
3335 return -EINVAL;
3336 }
Dino Mycle6fb96c12014-06-10 11:52:40 +05303337 pReqMsg = (tpSirEXTScanSetBssidHotListReqParams)
3338 vos_mem_malloc(sizeof(*pReqMsg));
3339 if (!pReqMsg) {
3340 hddLog(VOS_TRACE_LEVEL_ERROR, FL("vos_mem_malloc failed"));
3341 return -ENOMEM;
3342 }
3343
Dino Myclee8843b32014-07-04 14:21:45 +05303344
Dino Mycle6fb96c12014-06-10 11:52:40 +05303345 pReqMsg->requestId = nla_get_u32(
3346 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
3347 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), pReqMsg->requestId);
3348
3349 /* Parse and fetch number of APs */
3350 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BSSID_HOTLIST_PARAMS_NUM_AP]) {
3351 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr number of AP failed"));
3352 goto fail;
3353 }
3354
3355 pReqMsg->sessionId = pAdapter->sessionId;
3356 hddLog(VOS_TRACE_LEVEL_INFO, FL("Session Id (%d)"), pReqMsg->sessionId);
3357
3358 pReqMsg->numAp = nla_get_u32(
3359 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BSSID_HOTLIST_PARAMS_NUM_AP]);
3360 hddLog(VOS_TRACE_LEVEL_INFO, FL("Number of AP (%d)"), pReqMsg->numAp);
3361
3362 nla_for_each_nested(apTh,
3363 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM], rem) {
3364 if(nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3365 nla_data(apTh), nla_len(apTh),
3366 NULL)) {
3367 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla_parse failed"));
3368 goto fail;
3369 }
3370
3371 /* Parse and fetch MAC address */
3372 if (!tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_BSSID]) {
3373 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr mac address failed"));
3374 goto fail;
3375 }
3376 memcpy(pReqMsg->ap[i].bssid, nla_data(
3377 tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_BSSID]),
3378 sizeof(tSirMacAddr));
3379 hddLog(VOS_TRACE_LEVEL_INFO, FL("BSSID: %pM "), pReqMsg->ap[i].bssid);
3380
3381 /* Parse and fetch low RSSI */
3382 if (!tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_LOW]) {
3383 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr low RSSI failed"));
3384 goto fail;
3385 }
3386 pReqMsg->ap[i].low = nla_get_s32(
3387 tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_LOW]);
3388 hddLog(VOS_TRACE_LEVEL_INFO, FL("RSSI low (%d)"), pReqMsg->ap[i].low);
3389
3390 /* Parse and fetch high RSSI */
3391 if (!tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH]) {
3392 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr high RSSI failed"));
3393 goto fail;
3394 }
3395 pReqMsg->ap[i].high = nla_get_s32(
3396 tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH]);
3397 hddLog(VOS_TRACE_LEVEL_INFO, FL("RSSI High (%d)"),
3398 pReqMsg->ap[i].high);
3399
3400 /* Parse and fetch channel */
3401 if (!tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_CHANNEL]) {
3402 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr channel failed"));
3403 goto fail;
3404 }
3405 pReqMsg->ap[i].channel = nla_get_u32(
3406 tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_CHANNEL]);
3407 hddLog(VOS_TRACE_LEVEL_INFO,
3408 FL("Channel (%u)"), pReqMsg->ap[i].channel);
3409 i++;
3410 }
3411 status = sme_SetBssHotlist(pHddCtx->hHal, pReqMsg);
3412 if (!HAL_STATUS_SUCCESS(status)) {
3413 hddLog(VOS_TRACE_LEVEL_ERROR,
3414 FL("sme_SetBssHotlist failed(err=%d)"), status);
3415 vos_mem_free(pReqMsg);
3416 return -EINVAL;
3417 }
3418
Dino Myclee8843b32014-07-04 14:21:45 +05303419 vos_mem_free(pReqMsg);
3420
Dino Mycle6fb96c12014-06-10 11:52:40 +05303421 return 0;
3422
3423fail:
3424 vos_mem_free(pReqMsg);
3425 return -EINVAL;
3426}
3427
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303428static int wlan_hdd_cfg80211_extscan_set_bssid_hotlist(struct wiphy *wiphy,
3429 struct wireless_dev *wdev,
3430 const void *data, int dataLen)
3431{
3432 int ret = 0;
3433
3434 vos_ssr_protect(__func__);
3435 ret = __wlan_hdd_cfg80211_extscan_set_bssid_hotlist(wiphy, wdev, data,
3436 dataLen);
3437 vos_ssr_unprotect(__func__);
3438
3439 return ret;
3440}
3441
3442static int __wlan_hdd_cfg80211_extscan_set_significant_change(struct wiphy *wiphy,
Dino Mycle6fb96c12014-06-10 11:52:40 +05303443 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05303444 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05303445{
3446 tpSirEXTScanSetSignificantChangeReqParams pReqMsg = NULL;
3447 struct net_device *dev = wdev->netdev;
3448 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
3449 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
3450 struct nlattr
3451 *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3452 struct nlattr
3453 *tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3454 struct nlattr *apTh;
3455 eHalStatus status;
3456 int i = 0;
3457 int rem;
3458
3459 status = wlan_hdd_validate_context(pHddCtx);
3460 if (0 != status)
3461 {
3462 hddLog(VOS_TRACE_LEVEL_ERROR,
3463 FL("HDD context is not valid"));
3464 return -EINVAL;
3465 }
Dino Myclee8843b32014-07-04 14:21:45 +05303466 /* check the EXTScan Capability */
3467 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
3468 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
3469 {
3470 hddLog(VOS_TRACE_LEVEL_ERROR,
3471 FL("EXTScan not enabled/supported by Firmware"));
3472 return -EINVAL;
3473 }
3474
Dino Mycle6fb96c12014-06-10 11:52:40 +05303475 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3476 data, dataLen,
3477 wlan_hdd_extscan_config_policy)) {
3478 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
3479 return -EINVAL;
3480 }
3481
3482 /* Parse and fetch request Id */
3483 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
3484 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
3485 return -EINVAL;
3486 }
Dino Mycle6fb96c12014-06-10 11:52:40 +05303487 pReqMsg = (tpSirEXTScanSetSignificantChangeReqParams)
Dino Myclee8843b32014-07-04 14:21:45 +05303488 vos_mem_malloc(sizeof(*pReqMsg));
Dino Mycle6fb96c12014-06-10 11:52:40 +05303489 if (!pReqMsg) {
Dino Myclee8843b32014-07-04 14:21:45 +05303490 hddLog(VOS_TRACE_LEVEL_ERROR, FL("vos_mem_malloc failed"));
3491 return -ENOMEM;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303492 }
3493
Dino Myclee8843b32014-07-04 14:21:45 +05303494
3495
Dino Mycle6fb96c12014-06-10 11:52:40 +05303496 pReqMsg->requestId = nla_get_u32(
3497 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
3498 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), pReqMsg->requestId);
3499
3500 /* Parse and fetch RSSI sample size */
3501 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_RSSI_SAMPLE_SIZE])
3502 {
3503 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr RSSI sample size failed"));
3504 goto fail;
3505 }
3506 pReqMsg->rssiSampleSize = nla_get_u32(
3507 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_RSSI_SAMPLE_SIZE]);
3508 hddLog(VOS_TRACE_LEVEL_INFO,
3509 FL("RSSI sample size (%u)"), pReqMsg->rssiSampleSize);
3510
3511 /* Parse and fetch lost AP sample size */
3512 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_LOST_AP_SAMPLE_SIZE])
3513 {
3514 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr lost AP sample size failed"));
3515 goto fail;
3516 }
3517 pReqMsg->lostApSampleSize = nla_get_u32(
3518 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_LOST_AP_SAMPLE_SIZE]);
3519 hddLog(VOS_TRACE_LEVEL_INFO,
3520 FL("Lost AP sample size (%u)"), pReqMsg->lostApSampleSize);
3521 /* Parse and fetch minimum Breaching */
3522 if (!tb
3523 [QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_MIN_BREACHING]) {
3524 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr minBreaching failed"));
3525 goto fail;
3526 }
3527 pReqMsg->minBreaching = nla_get_u32(
3528 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_MIN_BREACHING]);
3529 hddLog(VOS_TRACE_LEVEL_INFO, FL(" Breaching (%d)"), pReqMsg->minBreaching);
3530
3531 /* Parse and fetch number of APs */
3532 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_NUM_AP]) {
3533 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr number of AP failed"));
3534 goto fail;
3535 }
3536 pReqMsg->numAp = nla_get_u32(
3537 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SIGNIFICANT_CHANGE_PARAMS_NUM_AP]);
3538 hddLog(VOS_TRACE_LEVEL_INFO, FL("Number of AP (%d)"), pReqMsg->numAp);
3539
3540 pReqMsg->sessionId = pAdapter->sessionId;
3541 hddLog(VOS_TRACE_LEVEL_INFO, FL("Session Id (%d)"), pReqMsg->sessionId);
3542
3543 nla_for_each_nested(apTh,
3544 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM], rem) {
3545 if(nla_parse(tb2,
3546 QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3547 nla_data(apTh), nla_len(apTh),
3548 NULL)) {
3549 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla_parse failed"));
3550 goto fail;
3551 }
3552
3553 /* Parse and fetch MAC address */
3554 if (!tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_BSSID]) {
3555 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr mac address failed"));
3556 goto fail;
3557 }
3558 memcpy(pReqMsg->ap[i].bssid, nla_data(
3559 tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_BSSID]),
3560 sizeof(tSirMacAddr));
3561
3562 /* Parse and fetch low RSSI */
3563 if (!tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_LOW]) {
3564 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr low RSSI failed"));
3565 goto fail;
3566 }
3567 pReqMsg->ap[i].low = nla_get_s32(
3568 tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_LOW]);
3569 hddLog(VOS_TRACE_LEVEL_INFO, FL("RSSI low (%d)"), pReqMsg->ap[i].low);
3570
3571 /* Parse and fetch high RSSI */
3572 if (!tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH]) {
3573 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr high RSSI failed"));
3574 goto fail;
3575 }
3576 pReqMsg->ap[i].high = nla_get_s32(
3577 tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_RSSI_HIGH]);
3578 hddLog(VOS_TRACE_LEVEL_INFO,
3579 FL("RSSI High (%d)"), pReqMsg->ap[i].high);
3580
3581 /* Parse and fetch channel */
3582 if (!tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_CHANNEL]) {
3583 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr channel failed"));
3584 goto fail;
3585 }
3586 pReqMsg->ap[i].channel = nla_get_u32(
3587 tb2[QCA_WLAN_VENDOR_ATTR_EXTSCAN_AP_THRESHOLD_PARAM_CHANNEL]);
3588 hddLog(VOS_TRACE_LEVEL_INFO,
3589 FL("Channel (%u)"), pReqMsg->ap[i].channel);
3590 i++;
3591 }
3592
3593 status = sme_SetSignificantChange(pHddCtx->hHal, pReqMsg);
3594 if (!HAL_STATUS_SUCCESS(status)) {
3595 hddLog(VOS_TRACE_LEVEL_ERROR,
3596 FL("sme_SetSignificantChange failed(err=%d)"), status);
3597 vos_mem_free(pReqMsg);
3598 return -EINVAL;
3599 }
Dino Myclee8843b32014-07-04 14:21:45 +05303600 vos_mem_free(pReqMsg);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303601 hddLog(VOS_TRACE_LEVEL_ERROR, FL(" Exiting"));
3602 return 0;
3603
3604fail:
3605 vos_mem_free(pReqMsg);
3606 return -EINVAL;
3607}
3608
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303609static int wlan_hdd_cfg80211_extscan_set_significant_change(struct wiphy *wiphy,
3610 struct wireless_dev *wdev,
3611 const void *data, int dataLen)
3612{
3613 int ret = 0;
3614
3615 vos_ssr_protect(__func__);
3616 ret = __wlan_hdd_cfg80211_extscan_set_significant_change(wiphy, wdev, data,
3617 dataLen);
3618 vos_ssr_unprotect(__func__);
3619
3620 return ret;
3621}
3622
3623static int __wlan_hdd_cfg80211_extscan_get_valid_channels(struct wiphy *wiphy,
Dino Mycle6fb96c12014-06-10 11:52:40 +05303624 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05303625 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05303626{
3627 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
3628 tANI_U32 ChannelList[WNI_CFG_VALID_CHANNEL_LIST_LEN] = {0};
3629 tANI_U8 numChannels = 0;
3630 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3631 tANI_U32 requestId;
3632 tWifiBand wifiBand;
3633 eHalStatus status;
3634 struct sk_buff *replySkb;
3635 tANI_U8 i;
3636
3637 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering"));
3638 status = wlan_hdd_validate_context(pHddCtx);
3639 if (0 != status)
3640 {
3641 hddLog(VOS_TRACE_LEVEL_ERROR,
3642 FL("HDD context is not valid"));
3643 return -EINVAL;
3644 }
Dino Myclee8843b32014-07-04 14:21:45 +05303645 /* check the EXTScan Capability */
3646 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
3647 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
3648 {
3649 hddLog(VOS_TRACE_LEVEL_ERROR,
3650 FL("EXTScan not enabled/supported by Firmware"));
3651 return -EINVAL;
3652 }
3653
Dino Mycle6fb96c12014-06-10 11:52:40 +05303654 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3655 data, dataLen,
3656 wlan_hdd_extscan_config_policy)) {
3657 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
3658 return -EINVAL;
3659 }
3660
3661 /* Parse and fetch request Id */
3662 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
3663 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
3664 return -EINVAL;
3665 }
3666 requestId = nla_get_u32(
3667 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
3668 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), requestId);
3669
3670 /* Parse and fetch wifi band */
3671 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_WIFI_BAND])
3672 {
3673 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr wifi band failed"));
3674 return -EINVAL;
3675 }
3676 wifiBand = nla_get_u32(
3677 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_GET_VALID_CHANNELS_CONFIG_PARAM_WIFI_BAND]);
3678 hddLog(VOS_TRACE_LEVEL_INFO, FL("Wifi band (%d)"), wifiBand);
3679
3680 status = sme_GetValidChannelsByBand((tHalHandle)(pHddCtx->hHal),
3681 wifiBand, ChannelList,
3682 &numChannels);
3683 if (eHAL_STATUS_SUCCESS != status) {
3684 hddLog(VOS_TRACE_LEVEL_ERROR,
3685 FL("sme_GetValidChannelsByBand failed (err=%d)"), status);
3686 return -EINVAL;
3687 }
3688 hddLog(VOS_TRACE_LEVEL_INFO, FL("Number of channels (%d)"), numChannels);
3689 for (i = 0; i < numChannels; i++)
3690 hddLog(VOS_TRACE_LEVEL_INFO, "Channel: %u ", ChannelList[i]);
3691
3692 replySkb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, sizeof(u32) +
3693 sizeof(u32) * numChannels +
3694 NLMSG_HDRLEN);
3695
3696 if (!replySkb) {
3697 hddLog(VOS_TRACE_LEVEL_ERROR,
3698 FL("valid channels: buffer alloc fail"));
3699 return -EINVAL;
3700 }
3701 if (nla_put_u32(replySkb,
3702 QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_NUM_CHANNELS,
3703 numChannels) ||
3704 nla_put(replySkb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_RESULTS_CHANNELS,
3705 sizeof(u32) * numChannels, ChannelList)) {
3706
3707 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
3708 kfree_skb(replySkb);
3709 return -EINVAL;
3710 }
3711
3712 return cfg80211_vendor_cmd_reply(replySkb);
3713}
3714
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303715static int wlan_hdd_cfg80211_extscan_get_valid_channels(struct wiphy *wiphy,
3716 struct wireless_dev *wdev,
3717 const void *data, int dataLen)
3718{
3719 int ret = 0;
3720
3721 vos_ssr_protect(__func__);
3722 ret = __wlan_hdd_cfg80211_extscan_get_valid_channels(wiphy, wdev, data,
3723 dataLen);
3724 vos_ssr_unprotect(__func__);
3725
3726 return ret;
3727}
3728
3729static int __wlan_hdd_cfg80211_extscan_start(struct wiphy *wiphy,
Dino Mycle6fb96c12014-06-10 11:52:40 +05303730 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05303731 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05303732{
Dino Myclee8843b32014-07-04 14:21:45 +05303733 tpSirEXTScanStartReqParams pReqMsg = NULL;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303734 struct net_device *dev = wdev->netdev;
3735 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
3736 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
3737 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3738 struct nlattr *bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3739 struct nlattr *channel[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3740 struct nlattr *buckets;
3741 struct nlattr *channels;
3742 int rem1;
3743 int rem2;
3744 eHalStatus status;
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303745 tANI_U32 j = 0, index = 0;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303746
3747 status = wlan_hdd_validate_context(pHddCtx);
3748 if (0 != status)
3749 {
3750 hddLog(VOS_TRACE_LEVEL_ERROR,
3751 FL("HDD context is not valid"));
3752 return -EINVAL;
3753 }
Dino Myclee8843b32014-07-04 14:21:45 +05303754 /* check the EXTScan Capability */
3755 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
3756 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
3757 {
3758 hddLog(VOS_TRACE_LEVEL_ERROR,
3759 FL("EXTScan not enabled/supported by Firmware"));
3760 return -EINVAL;
3761 }
3762
Dino Mycle6fb96c12014-06-10 11:52:40 +05303763 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3764 data, dataLen,
3765 wlan_hdd_extscan_config_policy)) {
3766 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
3767 return -EINVAL;
3768 }
3769
3770 /* Parse and fetch request Id */
3771 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
3772 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
3773 return -EINVAL;
3774 }
3775
Dino Myclee8843b32014-07-04 14:21:45 +05303776 pReqMsg = (tpSirEXTScanStartReqParams)
3777 vos_mem_malloc(sizeof(*pReqMsg));
Dino Mycle6fb96c12014-06-10 11:52:40 +05303778 if (!pReqMsg) {
Dino Myclee8843b32014-07-04 14:21:45 +05303779 hddLog(VOS_TRACE_LEVEL_ERROR, FL("vos_mem_malloc failed"));
3780 return -ENOMEM;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303781 }
3782
3783 pReqMsg->requestId = nla_get_u32(
3784 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
3785 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), pReqMsg->requestId);
3786
3787 pReqMsg->sessionId = pAdapter->sessionId;
3788 hddLog(VOS_TRACE_LEVEL_INFO, FL("Session Id (%d)"), pReqMsg->sessionId);
3789
3790 /* Parse and fetch base period */
3791 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_BASE_PERIOD]) {
3792 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr base period failed"));
3793 goto fail;
3794 }
3795 pReqMsg->basePeriod = nla_get_u32(
3796 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_BASE_PERIOD]);
3797 hddLog(VOS_TRACE_LEVEL_INFO, FL("Base Period (%d)"),
3798 pReqMsg->basePeriod);
3799
3800 /* Parse and fetch max AP per scan */
3801 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_MAX_AP_PER_SCAN]) {
3802 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr max_ap_per_scan failed"));
3803 goto fail;
3804 }
3805 pReqMsg->maxAPperScan = nla_get_u32(
3806 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_MAX_AP_PER_SCAN]);
3807 hddLog(VOS_TRACE_LEVEL_INFO, FL("Max AP per Scan (%d)"),
3808 pReqMsg->maxAPperScan);
3809
3810 /* Parse and fetch report threshold */
3811 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD]) {
3812 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr report_threshold failed"));
3813 goto fail;
3814 }
3815 pReqMsg->reportThreshold = nla_get_u8(
3816 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_REPORT_THRESHOLD]);
3817 hddLog(VOS_TRACE_LEVEL_INFO, FL("Report Threshold (%d)"),
3818 pReqMsg->reportThreshold);
3819
3820 /* Parse and fetch number of buckets */
3821 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS]) {
3822 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr number of buckets failed"));
3823 goto fail;
3824 }
3825 pReqMsg->numBuckets = nla_get_u8(
3826 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SCAN_CMD_PARAMS_NUM_BUCKETS]);
3827 if (pReqMsg->numBuckets > WLAN_EXTSCAN_MAX_BUCKETS) {
3828 hddLog(VOS_TRACE_LEVEL_WARN, FL("Exceeded MAX number of buckets "
3829 "Setting numBuckets to %u"), WLAN_EXTSCAN_MAX_BUCKETS);
3830 pReqMsg->numBuckets = WLAN_EXTSCAN_MAX_BUCKETS;
3831 }
3832 hddLog(VOS_TRACE_LEVEL_INFO, FL("Number of Buckets (%d)"),
3833 pReqMsg->numBuckets);
3834 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC]) {
3835 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr bucket spec failed"));
3836 goto fail;
3837 }
3838
3839 nla_for_each_nested(buckets,
3840 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC], rem1) {
3841 if(nla_parse(bucket,
3842 QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3843 nla_data(buckets), nla_len(buckets), NULL)) { //policy
3844 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla_parse failed"));
3845 goto fail;
3846 }
3847
3848 /* Parse and fetch bucket spec */
3849 if (!bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_INDEX]) {
3850 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr bucket index failed"));
3851 goto fail;
3852 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303853
3854 pReqMsg->buckets[index].bucket = nla_get_u8(
3855 bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_INDEX]);
3856
3857 hddLog(VOS_TRACE_LEVEL_INFO, FL("Bucket spec Index (%d)"),
3858 pReqMsg->buckets[index].bucket);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303859
3860 /* Parse and fetch wifi band */
3861 if (!bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_BAND]) {
3862 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr wifi band failed"));
3863 goto fail;
3864 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303865 pReqMsg->buckets[index].band = nla_get_u8(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303866 bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_BAND]);
3867 hddLog(VOS_TRACE_LEVEL_INFO, FL("Wifi band (%d)"),
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303868 pReqMsg->buckets[index].band);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303869
3870 /* Parse and fetch period */
3871 if (!bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_PERIOD]) {
3872 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr period failed"));
3873 goto fail;
3874 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303875 pReqMsg->buckets[index].period = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303876 bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_PERIOD]);
3877 hddLog(VOS_TRACE_LEVEL_INFO, FL("period (%d)"),
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303878 pReqMsg->buckets[index].period);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303879
3880 /* Parse and fetch report events */
3881 if (!bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_REPORT_EVENTS]) {
3882 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr report events failed"));
3883 goto fail;
3884 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303885 pReqMsg->buckets[index].reportEvents = nla_get_u8(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303886 bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_REPORT_EVENTS]);
3887 hddLog(VOS_TRACE_LEVEL_INFO, FL("report events (%d)"),
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303888 pReqMsg->buckets[index].reportEvents);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303889
3890 /* Parse and fetch number of channels */
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303891 if (!bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS])
3892 {
Dino Mycle6fb96c12014-06-10 11:52:40 +05303893 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr num channels failed"));
3894 goto fail;
3895 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303896 pReqMsg->buckets[index].numChannels = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303897 bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_BUCKET_SPEC_NUM_CHANNEL_SPECS]);
3898 hddLog(VOS_TRACE_LEVEL_INFO, FL("num channels (%d)"),
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303899 pReqMsg->buckets[index].numChannels);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303900
3901 if (!bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC]) {
3902 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr channel spec failed"));
3903 goto fail;
3904 }
3905
3906 j = 0;
3907 nla_for_each_nested(channels,
3908 bucket[QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC], rem2) {
3909 if(nla_parse(channel,
3910 QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
3911 nla_data(channels), nla_len(channels),
3912 NULL)) { //wlan_hdd_extscan_config_policy here
3913 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla_parse failed"));
3914 goto fail;
3915 }
3916
3917 /* Parse and fetch channel */
3918 if (!channel[QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_CHANNEL]) {
3919 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr channel failed"));
3920 goto fail;
3921 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303922 pReqMsg->buckets[index].channels[j].channel = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303923 channel[QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_CHANNEL]);
3924 hddLog(VOS_TRACE_LEVEL_INFO, FL("channel (%u)"),
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303925 pReqMsg->buckets[index].channels[j].channel);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303926
3927 /* Parse and fetch dwell time */
3928 if (!channel[QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_DWELL_TIME]) {
3929 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr dwelltime failed"));
3930 goto fail;
3931 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303932 pReqMsg->buckets[index].channels[j].dwellTimeMs = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303933 channel[QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_DWELL_TIME]);
3934 hddLog(VOS_TRACE_LEVEL_INFO, FL("Dwell time (%u ms)"),
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303935 pReqMsg->buckets[index].channels[j].dwellTimeMs);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303936
3937 /* Parse and fetch channel spec passive */
3938 if (!channel[QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_PASSIVE]) {
3939 hddLog(VOS_TRACE_LEVEL_ERROR,
3940 FL("attr channel spec passive failed"));
3941 goto fail;
3942 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303943 pReqMsg->buckets[index].channels[j].passive = nla_get_u8(
Dino Mycle6fb96c12014-06-10 11:52:40 +05303944 channel[QCA_WLAN_VENDOR_ATTR_EXTSCAN_CHANNEL_SPEC_PASSIVE]);
3945 hddLog(VOS_TRACE_LEVEL_INFO, FL("Chnl spec passive (%u)"),
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303946 pReqMsg->buckets[index].channels[j].passive);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303947 j++;
3948 }
Dasari Srinivas8b2ce272014-09-16 16:57:30 +05303949 index++;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303950 }
3951 status = sme_EXTScanStart(pHddCtx->hHal, pReqMsg);
3952 if (!HAL_STATUS_SUCCESS(status)) {
3953 hddLog(VOS_TRACE_LEVEL_ERROR,
3954 FL("sme_EXTScanStart failed(err=%d)"), status);
3955 vos_mem_free(pReqMsg);
3956 return -EINVAL;
3957 }
3958
Dino Myclee8843b32014-07-04 14:21:45 +05303959 vos_mem_free(pReqMsg);
Dino Mycle6fb96c12014-06-10 11:52:40 +05303960 return 0;
3961
3962fail:
3963 vos_mem_free(pReqMsg);
3964 return -EINVAL;
3965}
3966
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05303967static int wlan_hdd_cfg80211_extscan_start(struct wiphy *wiphy,
3968 struct wireless_dev *wdev,
3969 const void *data, int dataLen)
3970{
3971 int ret = 0;
3972
3973 vos_ssr_protect(__func__);
3974 ret = __wlan_hdd_cfg80211_extscan_start(wiphy, wdev, data, dataLen);
3975 vos_ssr_unprotect(__func__);
3976
3977 return ret;
3978}
3979
3980static int __wlan_hdd_cfg80211_extscan_stop(struct wiphy *wiphy,
Dino Mycle6fb96c12014-06-10 11:52:40 +05303981 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05303982 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05303983{
Dino Myclee8843b32014-07-04 14:21:45 +05303984 tSirEXTScanStopReqParams reqMsg;
Dino Mycle6fb96c12014-06-10 11:52:40 +05303985 struct net_device *dev = wdev->netdev;
3986 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
3987 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
3988 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
3989 eHalStatus status;
3990
3991 status = wlan_hdd_validate_context(pHddCtx);
3992 if (0 != status)
3993 {
3994 hddLog(VOS_TRACE_LEVEL_ERROR,
3995 FL("HDD context is not valid"));
3996 return -EINVAL;
3997 }
Dino Myclee8843b32014-07-04 14:21:45 +05303998 /* check the EXTScan Capability */
3999 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
4000 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
4001 {
4002 hddLog(VOS_TRACE_LEVEL_ERROR,
4003 FL("EXTScan not enabled/supported by Firmware"));
4004 return -EINVAL;
4005 }
4006
Dino Mycle6fb96c12014-06-10 11:52:40 +05304007 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
4008 data, dataLen,
4009 wlan_hdd_extscan_config_policy)) {
4010 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4011 return -EINVAL;
4012 }
4013
4014 /* Parse and fetch request Id */
4015 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
4016 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
4017 return -EINVAL;
4018 }
4019
Dino Myclee8843b32014-07-04 14:21:45 +05304020 reqMsg.requestId = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05304021 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
Dino Myclee8843b32014-07-04 14:21:45 +05304022 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), reqMsg.requestId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304023
Dino Myclee8843b32014-07-04 14:21:45 +05304024 reqMsg.sessionId = pAdapter->sessionId;
4025 hddLog(VOS_TRACE_LEVEL_INFO, FL("Session Id (%d)"), reqMsg.sessionId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304026
Dino Myclee8843b32014-07-04 14:21:45 +05304027 status = sme_EXTScanStop(pHddCtx->hHal, &reqMsg);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304028 if (!HAL_STATUS_SUCCESS(status)) {
4029 hddLog(VOS_TRACE_LEVEL_ERROR,
4030 FL("sme_EXTScanStop failed(err=%d)"), status);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304031 return -EINVAL;
4032 }
4033
4034 return 0;
4035}
4036
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304037static int wlan_hdd_cfg80211_extscan_stop(struct wiphy *wiphy,
4038 struct wireless_dev *wdev,
4039 const void *data, int dataLen)
4040{
4041 int ret = 0;
4042
4043 vos_ssr_protect(__func__);
4044 ret = __wlan_hdd_cfg80211_extscan_stop(wiphy, wdev, data, dataLen);
4045 vos_ssr_unprotect(__func__);
4046
4047 return ret;
4048}
4049
4050static int __wlan_hdd_cfg80211_extscan_reset_bssid_hotlist(struct wiphy *wiphy,
Dino Mycle6fb96c12014-06-10 11:52:40 +05304051 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304052 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05304053{
Dino Myclee8843b32014-07-04 14:21:45 +05304054 tSirEXTScanResetBssidHotlistReqParams reqMsg;
Dino Mycle6fb96c12014-06-10 11:52:40 +05304055 struct net_device *dev = wdev->netdev;
4056 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
4057 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4058 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
4059 eHalStatus status;
4060
4061 status = wlan_hdd_validate_context(pHddCtx);
4062 if (0 != status)
4063 {
4064 hddLog(VOS_TRACE_LEVEL_ERROR,
4065 FL("HDD context is not valid"));
4066 return -EINVAL;
4067 }
Dino Myclee8843b32014-07-04 14:21:45 +05304068 /* check the EXTScan Capability */
4069 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
4070 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
4071 {
4072 hddLog(VOS_TRACE_LEVEL_ERROR,
4073 FL("EXTScan not enabled/supported by Firmware"));
4074 return -EINVAL;
4075 }
4076
Dino Mycle6fb96c12014-06-10 11:52:40 +05304077 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
4078 data, dataLen,
4079 wlan_hdd_extscan_config_policy)) {
4080 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4081 return -EINVAL;
4082 }
4083
4084 /* Parse and fetch request Id */
4085 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
4086 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
4087 return -EINVAL;
4088 }
4089
Dino Myclee8843b32014-07-04 14:21:45 +05304090 reqMsg.requestId = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05304091 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
Dino Myclee8843b32014-07-04 14:21:45 +05304092 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), reqMsg.requestId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304093
Dino Myclee8843b32014-07-04 14:21:45 +05304094 reqMsg.sessionId = pAdapter->sessionId;
4095 hddLog(VOS_TRACE_LEVEL_INFO, FL("Session Id (%d)"), reqMsg.sessionId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304096
Dino Myclee8843b32014-07-04 14:21:45 +05304097 status = sme_ResetBssHotlist(pHddCtx->hHal, &reqMsg);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304098 if (!HAL_STATUS_SUCCESS(status)) {
4099 hddLog(VOS_TRACE_LEVEL_ERROR,
4100 FL("sme_ResetBssHotlist failed(err=%d)"), status);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304101 return -EINVAL;
4102 }
4103
4104 return 0;
4105}
4106
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304107static int wlan_hdd_cfg80211_extscan_reset_bssid_hotlist(struct wiphy *wiphy,
4108 struct wireless_dev *wdev,
4109 const void *data, int dataLen)
4110{
4111 int ret = 0;
4112
4113 vos_ssr_protect(__func__);
4114 ret = __wlan_hdd_cfg80211_extscan_reset_bssid_hotlist(wiphy, wdev, data, dataLen);
4115 vos_ssr_unprotect(__func__);
4116
4117 return ret;
4118}
4119
4120static int __wlan_hdd_cfg80211_extscan_reset_significant_change(
Dino Mycle6fb96c12014-06-10 11:52:40 +05304121 struct wiphy *wiphy,
4122 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304123 const void *data, int dataLen)
Dino Mycle6fb96c12014-06-10 11:52:40 +05304124{
Dino Myclee8843b32014-07-04 14:21:45 +05304125 tSirEXTScanResetSignificantChangeReqParams reqMsg;
Dino Mycle6fb96c12014-06-10 11:52:40 +05304126 struct net_device *dev = wdev->netdev;
4127 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
4128 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4129 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX + 1];
4130 eHalStatus status;
4131
4132 hddLog(VOS_TRACE_LEVEL_INFO, FL(" Entering"));
4133 status = wlan_hdd_validate_context(pHddCtx);
4134 if (0 != status)
4135 {
4136 hddLog(VOS_TRACE_LEVEL_ERROR,
4137 FL("HDD context is not valid"));
4138 return -EINVAL;
4139 }
Dino Myclee8843b32014-07-04 14:21:45 +05304140 /* check the EXTScan Capability */
4141 if ( (TRUE != pHddCtx->cfg_ini->fEnableEXTScan) ||
4142 (TRUE != sme_IsFeatureSupportedByFW(EXTENDED_SCAN)))
4143 {
4144 hddLog(VOS_TRACE_LEVEL_ERROR,
4145 FL("EXTScan not enabled/supported by Firmware"));
4146 return -EINVAL;
4147 }
4148
Dino Mycle6fb96c12014-06-10 11:52:40 +05304149 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_MAX,
4150 data, dataLen,
4151 wlan_hdd_extscan_config_policy)) {
4152 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4153 return -EINVAL;
4154 }
4155
4156 /* Parse and fetch request Id */
4157 if (!tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]) {
4158 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr request id failed"));
4159 return -EINVAL;
4160 }
4161
Dino Mycle6fb96c12014-06-10 11:52:40 +05304162
Dino Myclee8843b32014-07-04 14:21:45 +05304163 reqMsg.requestId = nla_get_u32(
Dino Mycle6fb96c12014-06-10 11:52:40 +05304164 tb[QCA_WLAN_VENDOR_ATTR_EXTSCAN_SUBCMD_CONFIG_PARAM_REQUEST_ID]);
Dino Myclee8843b32014-07-04 14:21:45 +05304165 hddLog(VOS_TRACE_LEVEL_INFO, FL("Req Id (%d)"), reqMsg.requestId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304166
Dino Myclee8843b32014-07-04 14:21:45 +05304167 reqMsg.sessionId = pAdapter->sessionId;
4168 hddLog(VOS_TRACE_LEVEL_INFO, FL("Session Id (%d)"), reqMsg.sessionId);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304169
Dino Myclee8843b32014-07-04 14:21:45 +05304170 status = sme_ResetSignificantChange(pHddCtx->hHal, &reqMsg);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304171 if (!HAL_STATUS_SUCCESS(status)) {
4172 hddLog(VOS_TRACE_LEVEL_ERROR,
4173 FL("sme_ResetSignificantChange failed(err=%d)"), status);
Dino Mycle6fb96c12014-06-10 11:52:40 +05304174 return -EINVAL;
4175 }
4176
4177 hddLog(VOS_TRACE_LEVEL_ERROR, FL(" Exiting"));
4178 return 0;
4179}
4180
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304181static int wlan_hdd_cfg80211_extscan_reset_significant_change(
4182 struct wiphy *wiphy,
4183 struct wireless_dev *wdev,
4184 const void *data, int dataLen)
4185{
4186 int ret = 0;
4187
4188 vos_ssr_protect(__func__);
4189 ret = __wlan_hdd_cfg80211_extscan_reset_significant_change(wiphy,
4190 wdev, data,
4191 dataLen);
4192 vos_ssr_unprotect(__func__);
4193
4194 return ret;
4195}
Dino Mycle6fb96c12014-06-10 11:52:40 +05304196#endif /* WLAN_FEATURE_EXTSCAN */
4197
Atul Mittal115287b2014-07-08 13:26:33 +05304198/*EXT TDLS*/
4199static const struct nla_policy
4200wlan_hdd_tdls_config_enable_policy[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX +1] =
4201{
4202 [QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAC_ADDR] = {.type = NLA_UNSPEC },
4203 [QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_CHANNEL] = {.type = NLA_S32 },
4204 [QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_GLOBAL_OPERATING_CLASS] =
4205 {.type = NLA_S32 },
4206 [QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX_LATENCY_MS] = {.type = NLA_S32 },
4207 [QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MIN_BANDWIDTH_KBPS] = {.type = NLA_S32 },
4208
4209};
4210
4211static const struct nla_policy
4212wlan_hdd_tdls_config_disable_policy[QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAX +1] =
4213{
4214 [QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAC_ADDR] = {.type = NLA_UNSPEC },
4215
4216};
4217
4218static const struct nla_policy
4219wlan_hdd_tdls_config_state_change_policy[
4220 QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAX +1] =
4221{
4222 [QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAC_ADDR] = {.type = NLA_UNSPEC },
4223 [QCA_WLAN_VENDOR_ATTR_TDLS_NEW_STATE] = {.type = NLA_S32 },
4224 [QCA_WLAN_VENDOR_ATTR_TDLS_STATE_REASON] = {.type = NLA_S32 },
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304225 [QCA_WLAN_VENDOR_ATTR_TDLS_STATE_CHANNEL] = {.type = NLA_S32 },
4226 [QCA_WLAN_VENDOR_ATTR_TDLS_STATE_GLOBAL_OPERATING_CLASS] =
4227 {.type = NLA_S32 },
Atul Mittal115287b2014-07-08 13:26:33 +05304228
4229};
4230
4231static const struct nla_policy
4232wlan_hdd_tdls_config_get_status_policy[
4233 QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAX +1] =
4234{
4235 [QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAC_ADDR] = {.type = NLA_UNSPEC },
4236 [QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_STATE] = {.type = NLA_S32 },
4237 [QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_REASON] = {.type = NLA_S32 },
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304238 [QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_CHANNEL] = {.type = NLA_S32 },
4239 [QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_GLOBAL_OPERATING_CLASS]
4240 = {.type = NLA_S32 },
Atul Mittal115287b2014-07-08 13:26:33 +05304241
4242};
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05304243
4244static const struct nla_policy
4245wlan_hdd_mac_config[QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_MAX+1] =
4246{
4247 [QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI] = {.type = NLA_UNSPEC },
4248};
4249
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304250static int __wlan_hdd_cfg80211_set_spoofed_mac_oui(struct wiphy *wiphy,
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05304251 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304252 const void *data,
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05304253 int data_len)
4254{
4255
4256 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4257 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_MAX + 1];
4258
4259 if (0 != wlan_hdd_validate_context(pHddCtx)){
4260 hddLog(VOS_TRACE_LEVEL_ERROR, FL("hdd Ctx invalid while spoof macAddr"));
4261 return -EINVAL;
4262 }
4263 if (FALSE == pHddCtx->cfg_ini->enableMacSpoofing) {
4264 hddLog(VOS_TRACE_LEVEL_ERROR, FL("MAC_SPOOFED_SCAN disabled in ini"));
4265 return -ENOTSUPP;
Siddharth Bhal76972212014-10-15 16:22:51 +05304266 }
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05304267 if (TRUE != sme_IsFeatureSupportedByFW(MAC_SPOOFED_SCAN)){
4268 hddLog(VOS_TRACE_LEVEL_ERROR, FL("MAC_SPOOFED_SCAN not supported by FW"));
4269 return -ENOTSUPP;
4270 }
4271
4272 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI_MAX,
4273 data, data_len, wlan_hdd_mac_config)) {
4274 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4275 return -EINVAL;
4276 }
4277
4278 /* Parse and fetch mac address */
4279 if (!tb[QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI]) {
4280 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr mac addr failed"));
4281 return -EINVAL;
4282 }
4283
4284 memcpy(pHddCtx->spoofMacAddr.randomMacAddr.bytes, nla_data(
4285 tb[QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI]),
4286 VOS_MAC_ADDR_LAST_3_BYTES);
4287
Siddharth Bhal76972212014-10-15 16:22:51 +05304288 pHddCtx->spoofMacAddr.isEnabled = TRUE;
4289
4290 vos_trace_hex_dump( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO, nla_data(
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05304291 tb[QCA_WLAN_VENDOR_ATTR_SET_SCANNING_MAC_OUI]),
4292 VOS_MAC_ADDR_FIRST_3_BYTES);
Siddharth Bhal76972212014-10-15 16:22:51 +05304293 if ((pHddCtx->spoofMacAddr.randomMacAddr.bytes[0] == 0) &&
4294 (pHddCtx->spoofMacAddr.randomMacAddr.bytes[1] == 0) &&
4295 (pHddCtx->spoofMacAddr.randomMacAddr.bytes[2] == 0))
4296 {
4297 hddLog(LOG1, FL("ZERO MAC OUI Recieved. Disabling Spoofing"));
4298 vos_mem_zero(pHddCtx->spoofMacAddr.randomMacAddr.bytes,
4299 VOS_MAC_ADDRESS_LEN);
4300 pHddCtx->spoofMacAddr.isEnabled = FALSE;
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05304301 }
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05304302
Siddharth Bhal76972212014-10-15 16:22:51 +05304303 if (VOS_STATUS_SUCCESS != hdd_processSpoofMacAddrRequest(pHddCtx))
4304 {
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05304305 hddLog(LOGE, FL("Failed to send Spoof Mac Addr to FW"));
4306 }
4307
4308 return 0;
4309}
4310
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304311static int wlan_hdd_cfg80211_set_spoofed_mac_oui(struct wiphy *wiphy,
4312 struct wireless_dev *wdev,
4313 const void *data,
4314 int data_len)
4315{
4316 int ret = 0;
4317
4318 vos_ssr_protect(__func__);
4319 ret = __wlan_hdd_cfg80211_set_spoofed_mac_oui(wiphy, wdev, data, data_len);
4320 vos_ssr_unprotect(__func__);
4321
4322 return ret;
4323}
4324
4325static int __wlan_hdd_cfg80211_exttdls_get_status(struct wiphy *wiphy,
Atul Mittal115287b2014-07-08 13:26:33 +05304326 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304327 const void *data,
Atul Mittal115287b2014-07-08 13:26:33 +05304328 int data_len)
4329{
4330 u8 peer[6] = {0};
4331 struct net_device *dev = wdev->netdev;
4332 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
4333 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4334 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAX + 1];
4335 eHalStatus ret;
4336 tANI_S32 state;
4337 tANI_S32 reason;
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304338 tANI_S32 global_operating_class = 0;
4339 tANI_S32 channel = 0;
Atul Mittal115287b2014-07-08 13:26:33 +05304340 struct sk_buff *skb = NULL;
4341
4342 ret = wlan_hdd_validate_context(pHddCtx);
4343 if (0 != ret) {
4344
4345 return -EINVAL;
4346 }
4347 if (pHddCtx->cfg_ini->fTDLSExternalControl == FALSE) {
4348
4349 return -ENOTSUPP;
4350 }
4351 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAX,
4352 data, data_len,
4353 wlan_hdd_tdls_config_get_status_policy)) {
4354 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4355 return -EINVAL;
4356 }
4357
4358 /* Parse and fetch mac address */
4359 if (!tb[QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAC_ADDR]) {
4360 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr mac addr failed"));
4361 return -EINVAL;
4362 }
4363
4364 memcpy(peer, nla_data(
4365 tb[QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_MAC_ADDR]),
4366 sizeof(peer));
4367 hddLog(VOS_TRACE_LEVEL_INFO, FL(MAC_ADDRESS_STR),MAC_ADDR_ARRAY(peer));
4368
4369 ret = wlan_hdd_tdls_get_status(pAdapter, peer, &state, &reason);
4370
4371 if (0 != ret) {
4372 hddLog(VOS_TRACE_LEVEL_ERROR,
4373 FL("get status Failed"));
4374 return -EINVAL;
4375 }
4376 skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy,
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304377 4 * sizeof(s32) +
Atul Mittal115287b2014-07-08 13:26:33 +05304378 NLMSG_HDRLEN);
4379
4380 if (!skb) {
4381 hddLog(VOS_TRACE_LEVEL_ERROR,
4382 FL("cfg80211_vendor_cmd_alloc_reply_skb failed"));
4383 return -EINVAL;
4384 }
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304385 hddLog(VOS_TRACE_LEVEL_INFO, FL("Reason (%d) Status (%d) class (%d) channel (%d) peer" MAC_ADDRESS_STR),
Atul Mittal115287b2014-07-08 13:26:33 +05304386 reason,
4387 state,
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304388 global_operating_class,
4389 channel,
Atul Mittal115287b2014-07-08 13:26:33 +05304390 MAC_ADDR_ARRAY(peer));
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304391 if (nla_put_s32(skb,
4392 QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_STATE,
4393 state) ||
4394 nla_put_s32(skb,
4395 QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_REASON,
4396 reason) ||
4397 nla_put_s32(skb,
4398 QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_GLOBAL_OPERATING_CLASS,
4399 global_operating_class) ||
4400 nla_put_s32(skb,
4401 QCA_WLAN_VENDOR_ATTR_TDLS_GET_STATUS_CHANNEL,
4402 channel)) {
Atul Mittal115287b2014-07-08 13:26:33 +05304403
4404 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
4405 goto nla_put_failure;
4406 }
4407
4408 return cfg80211_vendor_cmd_reply(skb);
4409
4410nla_put_failure:
4411 kfree_skb(skb);
4412 return -EINVAL;
4413}
4414
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304415static int wlan_hdd_cfg80211_exttdls_get_status(struct wiphy *wiphy,
4416 struct wireless_dev *wdev,
4417 const void *data,
4418 int data_len)
4419{
4420 int ret = 0;
4421
4422 vos_ssr_protect(__func__);
4423 ret = __wlan_hdd_cfg80211_exttdls_get_status(wiphy, wdev, data, data_len);
4424 vos_ssr_unprotect(__func__);
4425
4426 return ret;
4427}
4428
Atul Mittal115287b2014-07-08 13:26:33 +05304429static int wlan_hdd_cfg80211_exttdls_callback(tANI_U8* mac,
4430 tANI_S32 state,
4431 tANI_S32 reason,
4432 void *ctx)
4433{
4434 hdd_adapter_t* pAdapter = (hdd_adapter_t*)ctx;
4435 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
4436 struct sk_buff *skb = NULL;
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304437 tANI_S32 global_operating_class = 0;
4438 tANI_S32 channel = 0;
Atul Mittal115287b2014-07-08 13:26:33 +05304439
4440 if (wlan_hdd_validate_context(pHddCtx)) {
4441 hddLog(VOS_TRACE_LEVEL_ERROR, FL("HDD context is not valid "));
4442 return -EINVAL;
4443 }
4444
4445 if (pHddCtx->cfg_ini->fTDLSExternalControl == FALSE) {
4446
4447 return -ENOTSUPP;
4448 }
4449 skb = cfg80211_vendor_event_alloc(
4450 pHddCtx->wiphy,
4451 EXTTDLS_EVENT_BUF_SIZE + NLMSG_HDRLEN,
4452 QCA_NL80211_VENDOR_SUBCMD_TDLS_STATE_CHANGE_INDEX,
4453 GFP_KERNEL);
4454
4455 if (!skb) {
4456 hddLog(VOS_TRACE_LEVEL_ERROR,
4457 FL("cfg80211_vendor_event_alloc failed"));
4458 return -EINVAL;
4459 }
4460 hddLog(VOS_TRACE_LEVEL_INFO, FL("Entering "));
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304461 hddLog(VOS_TRACE_LEVEL_INFO, "Reason: (%d) Status: (%d) Class: (%d) Channel: (%d)",
4462 reason,
4463 state,
4464 global_operating_class,
4465 channel);
Atul Mittal115287b2014-07-08 13:26:33 +05304466 hddLog(VOS_TRACE_LEVEL_WARN, "tdls peer " MAC_ADDRESS_STR,
4467 MAC_ADDR_ARRAY(mac));
4468
Atul Mittal0a9f68d2014-10-16 15:26:38 +05304469 if (nla_put(skb,
4470 QCA_WLAN_VENDOR_ATTR_TDLS_STATE_MAC_ADDR,
4471 VOS_MAC_ADDR_SIZE, mac) ||
4472 nla_put_s32(skb,
4473 QCA_WLAN_VENDOR_ATTR_TDLS_NEW_STATE,
4474 state) ||
4475 nla_put_s32(skb,
4476 QCA_WLAN_VENDOR_ATTR_TDLS_STATE_REASON,
4477 reason) ||
4478 nla_put_s32(skb,
4479 QCA_WLAN_VENDOR_ATTR_TDLS_STATE_CHANNEL,
4480 channel) ||
4481 nla_put_s32(skb,
4482 QCA_WLAN_VENDOR_ATTR_TDLS_STATE_GLOBAL_OPERATING_CLASS,
4483 global_operating_class)
4484 ) {
Atul Mittal115287b2014-07-08 13:26:33 +05304485 hddLog(VOS_TRACE_LEVEL_ERROR, FL("nla put fail"));
4486 goto nla_put_failure;
4487 }
4488
4489 cfg80211_vendor_event(skb, GFP_KERNEL);
4490 return (0);
4491
4492nla_put_failure:
4493 kfree_skb(skb);
4494 return -EINVAL;
4495}
4496
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304497static int __wlan_hdd_cfg80211_exttdls_enable(struct wiphy *wiphy,
Atul Mittal115287b2014-07-08 13:26:33 +05304498 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304499 const void *data,
Atul Mittal115287b2014-07-08 13:26:33 +05304500 int data_len)
4501{
4502 u8 peer[6] = {0};
4503 struct net_device *dev = wdev->netdev;
4504 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
4505 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4506 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX + 1];
4507 eHalStatus status;
4508 tdls_req_params_t pReqMsg = {0};
4509
4510 status = wlan_hdd_validate_context(pHddCtx);
4511 if (0 != status) {
4512 hddLog(VOS_TRACE_LEVEL_ERROR,
4513 FL("HDD context is not valid"));
4514 return -EINVAL;
4515 }
4516 if (pHddCtx->cfg_ini->fTDLSExternalControl == FALSE) {
4517
4518 return -ENOTSUPP;
4519 }
4520 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX,
4521 data, data_len,
4522 wlan_hdd_tdls_config_enable_policy)) {
4523 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4524 return -EINVAL;
4525 }
4526
4527 /* Parse and fetch mac address */
4528 if (!tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAC_ADDR]) {
4529 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr mac addr failed"));
4530 return -EINVAL;
4531 }
4532
4533 memcpy(peer, nla_data(
4534 tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAC_ADDR]),
4535 sizeof(peer));
4536 hddLog(VOS_TRACE_LEVEL_INFO, FL(MAC_ADDRESS_STR),MAC_ADDR_ARRAY(peer));
4537
4538 /* Parse and fetch channel */
4539 if (!tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_CHANNEL]) {
4540 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr channel failed"));
4541 return -EINVAL;
4542 }
4543 pReqMsg.channel = nla_get_s32(
4544 tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_CHANNEL]);
4545 hddLog(VOS_TRACE_LEVEL_INFO, FL("Channel Num (%d)"), pReqMsg.channel);
4546
4547 /* Parse and fetch global operating class */
4548 if (!tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_GLOBAL_OPERATING_CLASS]) {
4549 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr operating class failed"));
4550 return -EINVAL;
4551 }
4552 pReqMsg.global_operating_class = nla_get_s32(
4553 tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_GLOBAL_OPERATING_CLASS]);
4554 hddLog(VOS_TRACE_LEVEL_INFO, FL("Operating class (%d)"),
4555 pReqMsg.global_operating_class);
4556
4557 /* Parse and fetch latency ms */
4558 if (!tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX_LATENCY_MS]) {
4559 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr latency failed"));
4560 return -EINVAL;
4561 }
4562 pReqMsg.max_latency_ms = nla_get_s32(
4563 tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MAX_LATENCY_MS]);
4564 hddLog(VOS_TRACE_LEVEL_INFO, FL("Latency (%d)"),
4565 pReqMsg.max_latency_ms);
4566
4567 /* Parse and fetch required bandwidth kbps */
4568 if (!tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MIN_BANDWIDTH_KBPS]) {
4569 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr bandwidth failed"));
4570 return -EINVAL;
4571 }
4572
4573 pReqMsg.min_bandwidth_kbps = nla_get_s32(
4574 tb[QCA_WLAN_VENDOR_ATTR_TDLS_ENABLE_MIN_BANDWIDTH_KBPS]);
4575 hddLog(VOS_TRACE_LEVEL_INFO, FL("Bandwidth (%d)"),
4576 pReqMsg.min_bandwidth_kbps);
4577
4578 return (wlan_hdd_tdls_extctrl_config_peer(pAdapter,
4579 peer,
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +05304580 &pReqMsg,
Atul Mittal115287b2014-07-08 13:26:33 +05304581 wlan_hdd_cfg80211_exttdls_callback));
4582}
4583
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304584static int wlan_hdd_cfg80211_exttdls_enable(struct wiphy *wiphy,
4585 struct wireless_dev *wdev,
4586 const void *data,
4587 int data_len)
4588{
4589 int ret = 0;
4590
4591 vos_ssr_protect(__func__);
4592 ret = __wlan_hdd_cfg80211_exttdls_enable(wiphy, wdev, data, data_len);
4593 vos_ssr_unprotect(__func__);
4594
4595 return ret;
4596}
4597
4598static int __wlan_hdd_cfg80211_exttdls_disable(struct wiphy *wiphy,
Atul Mittal115287b2014-07-08 13:26:33 +05304599 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304600 const void *data,
Atul Mittal115287b2014-07-08 13:26:33 +05304601 int data_len)
4602{
4603 u8 peer[6] = {0};
4604 struct net_device *dev = wdev->netdev;
4605 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
4606 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4607 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAX + 1];
4608 eHalStatus status;
4609
4610 status = wlan_hdd_validate_context(pHddCtx);
4611 if (0 != status) {
4612 hddLog(VOS_TRACE_LEVEL_ERROR,
4613 FL("HDD context is not valid"));
4614 return -EINVAL;
4615 }
4616 if (pHddCtx->cfg_ini->fTDLSExternalControl == FALSE) {
4617
4618 return -ENOTSUPP;
4619 }
4620 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAX,
4621 data, data_len,
4622 wlan_hdd_tdls_config_disable_policy)) {
4623 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4624 return -EINVAL;
4625 }
4626 /* Parse and fetch mac address */
4627 if (!tb[QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAC_ADDR]) {
4628 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr mac addr failed"));
4629 return -EINVAL;
4630 }
4631
4632 memcpy(peer, nla_data(
4633 tb[QCA_WLAN_VENDOR_ATTR_TDLS_DISABLE_MAC_ADDR]),
4634 sizeof(peer));
4635 hddLog(VOS_TRACE_LEVEL_INFO, FL(MAC_ADDRESS_STR),MAC_ADDR_ARRAY(peer));
4636
4637 return (wlan_hdd_tdls_extctrl_deconfig_peer(pAdapter, peer));
4638}
4639
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304640static int wlan_hdd_cfg80211_exttdls_disable(struct wiphy *wiphy,
4641 struct wireless_dev *wdev,
4642 const void *data,
4643 int data_len)
4644{
4645 int ret = 0;
4646
4647 vos_ssr_protect(__func__);
4648 ret = __wlan_hdd_cfg80211_exttdls_disable(wiphy, wdev, data, data_len);
4649 vos_ssr_unprotect(__func__);
4650
4651 return ret;
4652}
4653
Dasari Srinivas7875a302014-09-26 17:50:57 +05304654static int
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304655__wlan_hdd_cfg80211_get_supported_features(struct wiphy *wiphy,
Dasari Srinivas7875a302014-09-26 17:50:57 +05304656 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304657 const void *data, int data_len)
Dasari Srinivas7875a302014-09-26 17:50:57 +05304658{
4659 struct net_device *dev = wdev->netdev;
4660 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
4661 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4662 struct sk_buff *skb = NULL;
4663 tANI_U32 fset = 0;
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304664 int ret = 0;
Dasari Srinivas7875a302014-09-26 17:50:57 +05304665
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304666
4667 ret = wlan_hdd_validate_context(pHddCtx);
4668 if (0 != ret)
4669 {
4670 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
4671 "%s: HDD context is not valid (%d)",__func__, ret);
4672 return ret;
4673 }
Dasari Srinivas7875a302014-09-26 17:50:57 +05304674 if (wiphy->interface_modes & BIT(NL80211_IFTYPE_STATION)) {
4675 hddLog(LOG1, FL("Infra Station mode is supported by driver"));
4676 fset |= WIFI_FEATURE_INFRA;
4677 }
4678
4679 if (TRUE == hdd_is_5g_supported(pHddCtx)) {
4680 hddLog(LOG1, FL("INFRA_5G is supported by firmware"));
4681 fset |= WIFI_FEATURE_INFRA_5G;
4682 }
4683
4684#ifdef WLAN_FEATURE_P2P
4685 if ((wiphy->interface_modes & BIT(NL80211_IFTYPE_P2P_CLIENT)) &&
4686 (wiphy->interface_modes & BIT(NL80211_IFTYPE_P2P_GO))) {
4687 hddLog(LOG1, FL("WiFi-Direct is supported by driver"));
4688 fset |= WIFI_FEATURE_P2P;
4689 }
4690#endif
4691
4692 /* Soft-AP is supported currently by default */
4693 fset |= WIFI_FEATURE_SOFT_AP;
4694
4695#ifdef WLAN_FEATURE_EXTSCAN
4696 if ((TRUE == pHddCtx->cfg_ini->fEnableEXTScan) &&
4697 sme_IsFeatureSupportedByFW(EXTENDED_SCAN)) {
4698 hddLog(LOG1, FL("EXTScan is supported by firmware"));
4699 fset |= WIFI_FEATURE_EXTSCAN;
4700 }
4701#endif
4702
4703#ifdef WLAN_FEATURE_NAN
4704 if (sme_IsFeatureSupportedByFW(NAN)) {
4705 hddLog(LOG1, FL("NAN is supported by firmware"));
4706 fset |= WIFI_FEATURE_NAN;
4707 }
4708#endif
4709
4710 /* D2D RTT is not supported currently by default */
4711 if (sme_IsFeatureSupportedByFW(RTT)) {
4712 hddLog(LOG1, FL("RTT is supported by firmware"));
4713 fset |= WIFI_FEATURE_D2AP_RTT;
4714 }
4715
4716#ifdef FEATURE_WLAN_BATCH_SCAN
4717 if (fset & WIFI_FEATURE_EXTSCAN) {
4718 hddLog(LOG1, FL("Batch scan is supported as extscan is supported"));
4719 fset &= ~WIFI_FEATURE_BATCH_SCAN;
4720 } else if (sme_IsFeatureSupportedByFW(BATCH_SCAN)) {
4721 hddLog(LOG1, FL("Batch scan is supported by firmware"));
4722 fset |= WIFI_FEATURE_BATCH_SCAN;
4723 }
4724#endif
4725
4726#ifdef FEATURE_WLAN_SCAN_PNO
4727 if (pHddCtx->cfg_ini->configPNOScanSupport &&
4728 (eHAL_STATUS_SUCCESS == wlan_hdd_is_pno_allowed(pAdapter))) {
4729 hddLog(LOG1, FL("PNO is supported by firmware"));
4730 fset |= WIFI_FEATURE_PNO;
4731 }
4732#endif
4733
4734 /* STA+STA is supported currently by default */
4735 fset |= WIFI_FEATURE_ADDITIONAL_STA;
4736
4737#ifdef FEATURE_WLAN_TDLS
4738 if ((TRUE == pHddCtx->cfg_ini->fEnableTDLSSupport) &&
4739 sme_IsFeatureSupportedByFW(TDLS)) {
4740 hddLog(LOG1, FL("TDLS is supported by firmware"));
4741 fset |= WIFI_FEATURE_TDLS;
4742 }
4743
4744 /* TDLS_OFFCHANNEL is not supported currently by default */
4745#endif
4746
4747#ifdef WLAN_AP_STA_CONCURRENCY
4748 /* AP+STA concurrency is supported currently by default */
4749 fset |= WIFI_FEATURE_AP_STA;
4750#endif
4751
4752 skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, sizeof(fset) +
4753 NLMSG_HDRLEN);
4754
4755 if (!skb) {
4756 hddLog(LOGE, FL("cfg80211_vendor_cmd_alloc_reply_skb failed"));
4757 return -EINVAL;
4758 }
4759 hddLog(LOG1, FL("Supported Features : 0x%x"), fset);
4760
4761 if (nla_put_u32(skb, QCA_WLAN_VENDOR_ATTR_FEATURE_SET, fset)) {
4762 hddLog(LOGE, FL("nla put fail"));
4763 goto nla_put_failure;
4764 }
4765
4766 return cfg80211_vendor_cmd_reply(skb);
4767
4768nla_put_failure:
4769 kfree_skb(skb);
4770 return -EINVAL;
4771}
4772
Dasari Srinivase18b2cf2014-10-28 17:09:42 +05304773static int
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304774wlan_hdd_cfg80211_get_supported_features(struct wiphy *wiphy,
4775 struct wireless_dev *wdev,
4776 const void *data, int data_len)
4777{
4778 int ret = 0;
4779
4780 vos_ssr_protect(__func__);
4781 ret = __wlan_hdd_cfg80211_get_supported_features(wiphy, wdev, data, data_len);
4782 vos_ssr_unprotect(__func__);
4783
4784 return ret;
4785}
4786
4787static int
4788__wlan_hdd_cfg80211_get_concurrency_matrix(struct wiphy *wiphy,
Dasari Srinivase18b2cf2014-10-28 17:09:42 +05304789 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304790 const void *data, int data_len)
Dasari Srinivase18b2cf2014-10-28 17:09:42 +05304791{
4792 uint32_t feature_set_matrix[WLAN_HDD_MAX_FEATURE_SET] = {0};
4793 uint8_t i, feature_sets, max_feature_sets;
4794 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_MAX + 1];
4795 struct sk_buff *reply_skb;
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304796 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4797 int ret;
Dasari Srinivase18b2cf2014-10-28 17:09:42 +05304798
4799 ENTER();
4800
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304801 ret = wlan_hdd_validate_context(pHddCtx);
4802 if (0 != ret)
4803 {
4804 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
4805 "%s: HDD context is not valid, ret = %d",__func__, ret);
4806 return ret;
4807 }
4808
Dasari Srinivase18b2cf2014-10-28 17:09:42 +05304809 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_MAX,
4810 data, data_len, NULL)) {
4811 hddLog(LOGE, FL("Invalid ATTR"));
4812 return -EINVAL;
4813 }
4814
4815 /* Parse and fetch max feature set */
4816 if (!tb[QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_CONFIG_PARAM_SET_SIZE_MAX]) {
4817 hddLog(LOGE, FL("Attr max feature set size failed"));
4818 return -EINVAL;
4819 }
4820 max_feature_sets = nla_get_u32(
4821 tb[QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_CONFIG_PARAM_SET_SIZE_MAX]);
4822 hddLog(LOG1, FL("Max feature set size (%d)"), max_feature_sets);
4823
4824 /* Fill feature combination matrix */
4825 feature_sets = 0;
4826 if (feature_sets >= WLAN_HDD_MAX_FEATURE_SET) goto max_buffer_err;
4827 feature_set_matrix[feature_sets++] = WIFI_FEATURE_INFRA |
4828 WIFI_FEATURE_P2P;
4829
4830 if (feature_sets >= WLAN_HDD_MAX_FEATURE_SET) goto max_buffer_err;
4831 feature_set_matrix[feature_sets++] = WIFI_FEATURE_INFRA |
4832 WIFI_FEATURE_SOFT_AP;
4833
4834 if (feature_sets >= WLAN_HDD_MAX_FEATURE_SET) goto max_buffer_err;
4835 feature_set_matrix[feature_sets++] = WIFI_FEATURE_P2P |
4836 WIFI_FEATURE_SOFT_AP;
4837
4838 if (feature_sets >= WLAN_HDD_MAX_FEATURE_SET) goto max_buffer_err;
4839 feature_set_matrix[feature_sets++] = WIFI_FEATURE_INFRA |
4840 WIFI_FEATURE_SOFT_AP |
4841 WIFI_FEATURE_P2P;
4842
4843 /* Add more feature combinations here */
4844
4845 feature_sets = VOS_MIN(feature_sets, max_feature_sets);
4846 hddLog(LOG1, FL("Number of feature sets (%d)"), feature_sets);
4847 hddLog(LOG1, "Feature set matrix");
4848 for (i = 0; i < feature_sets; i++)
4849 hddLog(LOG1, "[%d] 0x%02X", i, feature_set_matrix[i]);
4850
4851 reply_skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, sizeof(u32) +
4852 sizeof(u32) * feature_sets +
4853 NLMSG_HDRLEN);
4854
4855 if (reply_skb) {
4856 if (nla_put_u32(reply_skb,
4857 QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_RESULTS_SET_SIZE,
4858 feature_sets) ||
4859 nla_put(reply_skb,
4860 QCA_WLAN_VENDOR_ATTR_GET_CONCURRENCY_MATRIX_RESULTS_SET,
4861 sizeof(u32) * feature_sets, feature_set_matrix)) {
4862 hddLog(LOGE, FL("nla put fail"));
4863 kfree_skb(reply_skb);
4864 return -EINVAL;
4865 }
4866
4867 return cfg80211_vendor_cmd_reply(reply_skb);
4868 }
4869 hddLog(LOGE, FL("Feature set matrix: buffer alloc fail"));
4870 return -ENOMEM;
4871
4872max_buffer_err:
4873 hddLog(LOGE, FL("Feature set max buffer size reached. feature_sets(%d) max(%d)"),
4874 feature_sets, WLAN_HDD_MAX_FEATURE_SET);
4875 return -EINVAL;
4876}
4877
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304878static int
4879wlan_hdd_cfg80211_get_concurrency_matrix(struct wiphy *wiphy,
4880 struct wireless_dev *wdev,
4881 const void *data, int data_len)
4882{
4883 int ret = 0;
4884
4885 vos_ssr_protect(__func__);
4886 ret = __wlan_hdd_cfg80211_get_concurrency_matrix(wiphy, wdev, data,
4887 data_len);
4888 vos_ssr_unprotect(__func__);
4889
4890 return ret;
4891}
4892
Agarwal Ashish738843c2014-09-25 12:27:56 +05304893static const struct nla_policy
4894wlan_hdd_set_no_dfs_flag_config_policy[QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_MAX
4895 +1] =
4896{
4897 [QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG] = {.type = NLA_U32 },
4898};
4899
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304900static int __wlan_hdd_cfg80211_disable_dfs_channels(struct wiphy *wiphy,
Agarwal Ashish738843c2014-09-25 12:27:56 +05304901 struct wireless_dev *wdev,
Jeff Johnson393c2702014-12-16 11:09:35 +05304902 const void *data,
Agarwal Ashish738843c2014-09-25 12:27:56 +05304903 int data_len)
4904{
4905 struct net_device *dev = wdev->netdev;
4906 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
4907 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
4908 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4909 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_MAX + 1];
4910 eHalStatus status;
4911 u32 dfsFlag = 0;
4912
4913 status = wlan_hdd_validate_context(pHddCtx);
4914 if (0 != status) {
4915 hddLog(VOS_TRACE_LEVEL_ERROR,
4916 FL("HDD context is not valid"));
4917 return -EINVAL;
4918 }
4919 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG_MAX,
4920 data, data_len,
4921 wlan_hdd_set_no_dfs_flag_config_policy)) {
4922 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4923 return -EINVAL;
4924 }
4925
4926 /* Parse and fetch required bandwidth kbps */
4927 if (!tb[QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG]) {
4928 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr dfs flag failed"));
4929 return -EINVAL;
4930 }
4931
4932 dfsFlag = nla_get_u32(
4933 tb[QCA_WLAN_VENDOR_ATTR_SET_NO_DFS_FLAG]);
4934 hddLog(VOS_TRACE_LEVEL_INFO, FL(" DFS flag (%d)"),
4935 dfsFlag);
4936
4937 pHddCtx->disable_dfs_flag = dfsFlag;
4938
4939 sme_disable_dfs_channel(hHal, dfsFlag);
4940 sme_FilterScanResults(hHal, pAdapter->sessionId);
4941 return 0;
4942}
Atul Mittal115287b2014-07-08 13:26:33 +05304943
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304944static int wlan_hdd_cfg80211_disable_dfs_channels(struct wiphy *wiphy,
4945 struct wireless_dev *wdev,
4946 const void *data,
4947 int data_len)
4948{
4949 int ret = 0;
4950
4951 vos_ssr_protect(__func__);
4952 ret = __wlan_hdd_cfg80211_disable_dfs_channels(wiphy, wdev, data, data_len);
4953 vos_ssr_unprotect(__func__);
4954
4955 return ret;
4956
4957}
4958
Mukul Sharma2a271632014-10-13 14:59:01 +05304959const struct
4960nla_policy qca_wlan_vendor_attr[QCA_WLAN_VENDOR_ATTR_MAX+1] =
4961{
4962 [QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY] = { .type = NLA_U32 },
4963 [QCA_WLAN_VENDOR_ATTR_MAC_ADDR] = { .type = NLA_UNSPEC },
4964};
4965
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304966static int __wlan_hdd_cfg80211_firmware_roaming(struct wiphy *wiphy,
Jeff Johnson393c2702014-12-16 11:09:35 +05304967 struct wireless_dev *wdev, const void *data, int data_len)
Mukul Sharma2a271632014-10-13 14:59:01 +05304968{
4969
4970 u8 bssid[6] = {0};
4971 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
4972 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_MAX + 1];
4973 eHalStatus status = eHAL_STATUS_SUCCESS;
4974 v_U32_t isFwrRoamEnabled = FALSE;
4975 int ret;
4976
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304977 ret = wlan_hdd_validate_context(pHddCtx);
4978 if (0 != ret) {
Mukul Sharma2a271632014-10-13 14:59:01 +05304979 hddLog(VOS_TRACE_LEVEL_ERROR,
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05304980 FL("HDD context is not valid, ret = %d"), ret);
4981 return ret;
Mukul Sharma2a271632014-10-13 14:59:01 +05304982 }
4983
4984 ret = nla_parse(tb, QCA_WLAN_VENDOR_ATTR_MAX,
4985 data, data_len,
4986 qca_wlan_vendor_attr);
4987 if (ret){
4988 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Invalid ATTR"));
4989 return -EINVAL;
4990 }
4991
4992 /* Parse and fetch Enable flag */
4993 if (!tb[QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY]) {
4994 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr enable failed"));
4995 return -EINVAL;
4996 }
4997
4998 isFwrRoamEnabled = nla_get_u32(
4999 tb[QCA_WLAN_VENDOR_ATTR_ROAMING_POLICY]);
5000
5001 hddLog(VOS_TRACE_LEVEL_INFO, FL("isFwrRoamEnabled (%d)"), isFwrRoamEnabled);
5002
5003 /* Parse and fetch bssid */
5004 if (!tb[QCA_WLAN_VENDOR_ATTR_MAC_ADDR]) {
5005 hddLog(VOS_TRACE_LEVEL_ERROR, FL("attr bss id failed"));
5006 return -EINVAL;
5007 }
5008
5009 memcpy(bssid, nla_data(
5010 tb[QCA_WLAN_VENDOR_ATTR_MAC_ADDR]),
5011 sizeof(bssid));
5012 hddLog(VOS_TRACE_LEVEL_INFO, FL(MAC_ADDRESS_STR),MAC_ADDR_ARRAY(bssid));
5013
5014 //Update roaming
5015 status = sme_ConfigFwrRoaming((tHalHandle)(pHddCtx->hHal), isFwrRoamEnabled);
5016 return status;
5017}
5018
Mahesh A Saptasagare5440c72015-01-28 21:21:07 +05305019static int wlan_hdd_cfg80211_firmware_roaming(struct wiphy *wiphy,
5020 struct wireless_dev *wdev, const void *data, int data_len)
5021{
5022 int ret = 0;
5023
5024 vos_ssr_protect(__func__);
5025 ret = __wlan_hdd_cfg80211_firmware_roaming(wiphy, wdev, data, data_len);
5026 vos_ssr_unprotect(__func__);
5027
5028 return ret;
5029}
5030
Sunil Duttc69bccb2014-05-26 21:30:20 +05305031const struct wiphy_vendor_command hdd_wiphy_vendor_commands[] =
5032{
Mukul Sharma2a271632014-10-13 14:59:01 +05305033 {
5034 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5035 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_ROAMING,
5036 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5037 WIPHY_VENDOR_CMD_NEED_NETDEV |
5038 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305039 .doit = wlan_hdd_cfg80211_firmware_roaming
Mukul Sharma2a271632014-10-13 14:59:01 +05305040 },
Sunil Duttc69bccb2014-05-26 21:30:20 +05305041#ifdef WLAN_FEATURE_LINK_LAYER_STATS
5042 {
5043 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5044 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_CLR,
5045 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5046 WIPHY_VENDOR_CMD_NEED_NETDEV |
5047 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305048 .doit = wlan_hdd_cfg80211_ll_stats_clear
Sunil Duttc69bccb2014-05-26 21:30:20 +05305049 },
5050
5051 {
5052 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5053 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_SET,
5054 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5055 WIPHY_VENDOR_CMD_NEED_NETDEV |
5056 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305057 .doit = wlan_hdd_cfg80211_ll_stats_set
Sunil Duttc69bccb2014-05-26 21:30:20 +05305058 },
5059
5060 {
5061 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5062 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET,
5063 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5064 WIPHY_VENDOR_CMD_NEED_NETDEV |
5065 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305066 .doit = wlan_hdd_cfg80211_ll_stats_get
Dino Mycle6fb96c12014-06-10 11:52:40 +05305067 },
Sunil Duttc69bccb2014-05-26 21:30:20 +05305068#endif /* WLAN_FEATURE_LINK_LAYER_STATS */
Dino Mycle6fb96c12014-06-10 11:52:40 +05305069#ifdef WLAN_FEATURE_EXTSCAN
5070 {
5071 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5072 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_START,
5073 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5074 WIPHY_VENDOR_CMD_NEED_NETDEV |
5075 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305076 .doit = wlan_hdd_cfg80211_extscan_start
Dino Mycle6fb96c12014-06-10 11:52:40 +05305077 },
5078 {
5079 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5080 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_STOP,
5081 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5082 WIPHY_VENDOR_CMD_NEED_NETDEV |
5083 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305084 .doit = wlan_hdd_cfg80211_extscan_stop
Dino Mycle6fb96c12014-06-10 11:52:40 +05305085 },
5086 {
5087 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5088 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_VALID_CHANNELS,
5089 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5090 WIPHY_VENDOR_CMD_NEED_NETDEV,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305091 .doit = wlan_hdd_cfg80211_extscan_get_valid_channels
Dino Mycle6fb96c12014-06-10 11:52:40 +05305092 },
5093 {
5094 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5095 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CAPABILITIES,
5096 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5097 WIPHY_VENDOR_CMD_NEED_NETDEV |
5098 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305099 .doit = wlan_hdd_cfg80211_extscan_get_capabilities
Dino Mycle6fb96c12014-06-10 11:52:40 +05305100 },
5101 {
5102 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5103 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CACHED_RESULTS,
5104 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5105 WIPHY_VENDOR_CMD_NEED_NETDEV |
5106 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305107 .doit = wlan_hdd_cfg80211_extscan_get_cached_results
Dino Mycle6fb96c12014-06-10 11:52:40 +05305108 },
5109 {
5110 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5111 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_BSSID_HOTLIST,
5112 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5113 WIPHY_VENDOR_CMD_NEED_NETDEV |
5114 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305115 .doit = wlan_hdd_cfg80211_extscan_set_bssid_hotlist
Dino Mycle6fb96c12014-06-10 11:52:40 +05305116 },
5117 {
5118 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5119 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_BSSID_HOTLIST,
5120 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5121 WIPHY_VENDOR_CMD_NEED_NETDEV |
5122 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305123 .doit = wlan_hdd_cfg80211_extscan_reset_bssid_hotlist
Dino Mycle6fb96c12014-06-10 11:52:40 +05305124 },
5125 {
5126 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5127 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SIGNIFICANT_CHANGE,
5128 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5129 WIPHY_VENDOR_CMD_NEED_NETDEV |
5130 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305131 .doit = wlan_hdd_cfg80211_extscan_set_significant_change
Dino Mycle6fb96c12014-06-10 11:52:40 +05305132 },
5133 {
5134 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5135 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_SIGNIFICANT_CHANGE,
5136 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5137 WIPHY_VENDOR_CMD_NEED_NETDEV |
5138 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305139 .doit = wlan_hdd_cfg80211_extscan_reset_significant_change
Dino Mycle6fb96c12014-06-10 11:52:40 +05305140 },
5141#endif /* WLAN_FEATURE_EXTSCAN */
Atul Mittal115287b2014-07-08 13:26:33 +05305142/*EXT TDLS*/
5143 {
5144 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5145 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_TDLS_ENABLE,
5146 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5147 WIPHY_VENDOR_CMD_NEED_NETDEV |
5148 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305149 .doit = wlan_hdd_cfg80211_exttdls_enable
Atul Mittal115287b2014-07-08 13:26:33 +05305150 },
5151 {
5152 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5153 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_TDLS_DISABLE,
5154 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5155 WIPHY_VENDOR_CMD_NEED_NETDEV |
5156 WIPHY_VENDOR_CMD_NEED_RUNNING,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305157 .doit = wlan_hdd_cfg80211_exttdls_disable
Atul Mittal115287b2014-07-08 13:26:33 +05305158 },
5159 {
5160 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5161 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_TDLS_GET_STATUS,
5162 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5163 WIPHY_VENDOR_CMD_NEED_NETDEV,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305164 .doit = wlan_hdd_cfg80211_exttdls_get_status
Atul Mittal115287b2014-07-08 13:26:33 +05305165 },
Dasari Srinivas7875a302014-09-26 17:50:57 +05305166 {
5167 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5168 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_GET_SUPPORTED_FEATURES,
5169 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5170 WIPHY_VENDOR_CMD_NEED_NETDEV,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305171 .doit = wlan_hdd_cfg80211_get_supported_features
Dasari Srinivas7875a302014-09-26 17:50:57 +05305172 },
Agarwal Ashish738843c2014-09-25 12:27:56 +05305173 {
5174 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5175 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_NO_DFS_FLAG,
5176 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5177 WIPHY_VENDOR_CMD_NEED_NETDEV,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305178 .doit = wlan_hdd_cfg80211_disable_dfs_channels
Agarwal Ashish738843c2014-09-25 12:27:56 +05305179 },
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05305180 {
5181 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5182 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_MAC_OUI,
5183 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5184 WIPHY_VENDOR_CMD_NEED_NETDEV,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305185 .doit = wlan_hdd_cfg80211_set_spoofed_mac_oui
Siddharth Bhala3a5cb42014-09-29 21:13:13 +05305186 },
Dasari Srinivase18b2cf2014-10-28 17:09:42 +05305187 {
5188 .info.vendor_id = QCA_NL80211_VENDOR_ID,
5189 .info.subcmd = QCA_NL80211_VENDOR_SUBCMD_GET_CONCURRENCY_MATRIX,
5190 .flags = WIPHY_VENDOR_CMD_NEED_WDEV |
5191 WIPHY_VENDOR_CMD_NEED_NETDEV,
Edhar, Mahesh Kumar59129f52015-01-14 14:26:04 +05305192 .doit = wlan_hdd_cfg80211_get_concurrency_matrix
Dasari Srinivase18b2cf2014-10-28 17:09:42 +05305193 },
Sunil Duttc69bccb2014-05-26 21:30:20 +05305194};
5195
Rajesh Chauhan98a31f82014-01-06 20:15:25 -08005196/* vendor specific events */
Sunil Duttc69bccb2014-05-26 21:30:20 +05305197static const
5198struct nl80211_vendor_cmd_info wlan_hdd_cfg80211_vendor_events[] =
Rajesh Chauhan98a31f82014-01-06 20:15:25 -08005199{
5200#ifdef FEATURE_WLAN_CH_AVOID
5201 {
Sunil Duttc69bccb2014-05-26 21:30:20 +05305202 .vendor_id = QCA_NL80211_VENDOR_ID,
5203 .subcmd = QCA_NL80211_VENDOR_SUBCMD_AVOID_FREQUENCY
Rajesh Chauhan98a31f82014-01-06 20:15:25 -08005204 },
Sunil Duttc69bccb2014-05-26 21:30:20 +05305205#endif /* FEATURE_WLAN_CH_AVOID Index = 0*/
5206#ifdef WLAN_FEATURE_LINK_LAYER_STATS
5207 {
5208 /* Index = 1*/
5209 .vendor_id = QCA_NL80211_VENDOR_ID,
5210 .subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_SET
5211 },
5212 {
5213 /* Index = 2*/
5214 .vendor_id = QCA_NL80211_VENDOR_ID,
5215 .subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_GET
5216 },
5217 {
5218 /* Index = 3*/
5219 .vendor_id = QCA_NL80211_VENDOR_ID,
5220 .subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_CLR
5221 },
5222 {
5223 /* Index = 4*/
5224 .vendor_id = QCA_NL80211_VENDOR_ID,
5225 .subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_RADIO_RESULTS
5226 },
5227 {
5228 /* Index = 5*/
5229 .vendor_id = QCA_NL80211_VENDOR_ID,
5230 .subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_IFACE_RESULTS
5231 },
5232 {
5233 /* Index = 6*/
5234 .vendor_id = QCA_NL80211_VENDOR_ID,
5235 .subcmd = QCA_NL80211_VENDOR_SUBCMD_LL_STATS_PEERS_RESULTS
5236 },
5237#endif /* WLAN_FEATURE_LINK_LAYER_STATS */
Dino Mycle6fb96c12014-06-10 11:52:40 +05305238#ifdef WLAN_FEATURE_EXTSCAN
5239 {
5240 .vendor_id = QCA_NL80211_VENDOR_ID,
5241 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_START
5242 },
5243 {
5244 .vendor_id = QCA_NL80211_VENDOR_ID,
5245 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_STOP
5246 },
5247 {
5248 .vendor_id = QCA_NL80211_VENDOR_ID,
5249 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CAPABILITIES
5250 },
5251 {
5252 .vendor_id = QCA_NL80211_VENDOR_ID,
5253 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_GET_CACHED_RESULTS
5254 },
5255 {
5256 .vendor_id = QCA_NL80211_VENDOR_ID,
5257 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_RESULTS_AVAILABLE
5258 },
5259 {
5260 .vendor_id = QCA_NL80211_VENDOR_ID,
5261 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_FULL_SCAN_RESULT
5262 },
5263 {
5264 .vendor_id = QCA_NL80211_VENDOR_ID,
5265 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SCAN_EVENT
5266 },
5267 {
5268 .vendor_id = QCA_NL80211_VENDOR_ID,
5269 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_AP_FOUND
5270 },
5271 {
5272 .vendor_id = QCA_NL80211_VENDOR_ID,
5273 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_BSSID_HOTLIST
5274 },
5275 {
5276 .vendor_id = QCA_NL80211_VENDOR_ID,
5277 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_BSSID_HOTLIST
5278 },
5279 {
5280 .vendor_id = QCA_NL80211_VENDOR_ID,
5281 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SIGNIFICANT_CHANGE
5282 },
5283 {
5284 .vendor_id = QCA_NL80211_VENDOR_ID,
5285 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SIGNIFICANT_CHANGE
5286 },
5287 {
5288 .vendor_id = QCA_NL80211_VENDOR_ID,
5289 .subcmd = QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_RESET_SIGNIFICANT_CHANGE
5290 },
5291#endif /* WLAN_FEATURE_EXTSCAN */
Atul Mittal115287b2014-07-08 13:26:33 +05305292/*EXT TDLS*/
5293 {
5294 .vendor_id = QCA_NL80211_VENDOR_ID,
5295 .subcmd = QCA_NL80211_VENDOR_SUBCMD_TDLS_STATE
5296 },
Rajesh Chauhan98a31f82014-01-06 20:15:25 -08005297};
5298
Jeff Johnson295189b2012-06-20 16:38:30 -07005299/*
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305300 * FUNCTION: wlan_hdd_cfg80211_wiphy_alloc
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305301 * This function is called by hdd_wlan_startup()
5302 * during initialization.
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305303 * This function is used to allocate wiphy structure.
Jeff Johnson295189b2012-06-20 16:38:30 -07005304 */
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305305struct wiphy *wlan_hdd_cfg80211_wiphy_alloc(int priv_size)
Jeff Johnson295189b2012-06-20 16:38:30 -07005306{
5307 struct wiphy *wiphy;
5308 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305309 /*
5310 * Create wiphy device
Jeff Johnson295189b2012-06-20 16:38:30 -07005311 */
5312 wiphy = wiphy_new(&wlan_hdd_cfg80211_ops, priv_size);
5313
5314 if (!wiphy)
5315 {
5316 /* Print error and jump into err label and free the memory */
5317 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: wiphy init failed", __func__);
5318 return NULL;
5319 }
5320
Sunil Duttc69bccb2014-05-26 21:30:20 +05305321
Jeff Johnson295189b2012-06-20 16:38:30 -07005322 return wiphy;
5323}
5324
5325/*
5326 * FUNCTION: wlan_hdd_cfg80211_update_band
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305327 * This function is called from the supplicant through a
Jeff Johnson295189b2012-06-20 16:38:30 -07005328 * private ioctl to change the band value
5329 */
5330int wlan_hdd_cfg80211_update_band(struct wiphy *wiphy, eCsrBand eBand)
5331{
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +05305332 int i, j;
5333 eNVChannelEnabledType channelEnabledState;
5334
Jeff Johnsone7245742012-09-05 17:12:55 -07005335 ENTER();
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05305336
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +05305337 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
Jeff Johnson295189b2012-06-20 16:38:30 -07005338 {
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +05305339
5340 if (NULL == wiphy->bands[i])
5341 {
5342 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: wiphy->bands[i] is NULL, i = %d",
5343 __func__, i);
5344 continue;
5345 }
5346
5347 for (j = 0; j < wiphy->bands[i]->n_channels; j++)
5348 {
5349 struct ieee80211_supported_band *band = wiphy->bands[i];
5350
5351 channelEnabledState = vos_nv_getChannelEnabledState(
5352 band->channels[j].hw_value);
5353
5354 if (IEEE80211_BAND_2GHZ == i && eCSR_BAND_5G == eBand) // 5G only
5355 {
Abhishek Singh678227a2014-11-04 10:52:38 +05305356 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +05305357 continue;
5358 }
5359 else if (IEEE80211_BAND_5GHZ == i && eCSR_BAND_24 == eBand) // 2G only
5360 {
5361 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
5362 continue;
5363 }
5364
5365 if (NV_CHANNEL_DISABLE == channelEnabledState ||
5366 NV_CHANNEL_INVALID == channelEnabledState)
5367 {
5368 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
5369 }
5370 else if (NV_CHANNEL_DFS == channelEnabledState)
5371 {
5372 band->channels[j].flags &= ~IEEE80211_CHAN_DISABLED;
5373 band->channels[j].flags |= IEEE80211_CHAN_RADAR;
5374 }
5375 else
5376 {
5377 band->channels[j].flags &= ~(IEEE80211_CHAN_DISABLED
5378 |IEEE80211_CHAN_RADAR);
5379 }
5380 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005381 }
5382 return 0;
5383}
5384/*
5385 * FUNCTION: wlan_hdd_cfg80211_init
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305386 * This function is called by hdd_wlan_startup()
5387 * during initialization.
Jeff Johnson295189b2012-06-20 16:38:30 -07005388 * This function is used to initialize and register wiphy structure.
5389 */
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305390int wlan_hdd_cfg80211_init(struct device *dev,
Jeff Johnson295189b2012-06-20 16:38:30 -07005391 struct wiphy *wiphy,
5392 hdd_config_t *pCfg
5393 )
5394{
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +05305395 int i, j;
Vinay Krishna Erannafacf5e22014-02-24 13:16:25 +05305396 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
5397
Jeff Johnsone7245742012-09-05 17:12:55 -07005398 ENTER();
5399
Jeff Johnson295189b2012-06-20 16:38:30 -07005400 /* Now bind the underlying wlan device with wiphy */
5401 set_wiphy_dev(wiphy, dev);
5402
5403 wiphy->mgmt_stypes = wlan_hdd_txrx_stypes;
Amar Singhalfddc28c2013-09-05 13:03:40 -07005404
Kiet Lam6c583332013-10-14 05:37:09 +05305405#ifndef CONFIG_ENABLE_LINUX_REG
Amar Singhal0a402232013-10-11 20:57:16 -07005406 /* the flag for the other case would be initialzed in
5407 vos_init_wiphy_from_nv_bin */
Amar Singhal0a402232013-10-11 20:57:16 -07005408 wiphy->flags |= WIPHY_FLAG_STRICT_REGULATORY;
Kiet Lam6c583332013-10-14 05:37:09 +05305409#endif
Amar Singhala49cbc52013-10-08 18:37:44 -07005410
Amar Singhalfddc28c2013-09-05 13:03:40 -07005411 /* This will disable updating of NL channels from passive to
5412 * active if a beacon is received on passive channel. */
5413 wiphy->flags |= WIPHY_FLAG_DISABLE_BEACON_HINTS;
Amar Singhalf0073192013-09-20 12:34:56 -07005414
Amar Singhalfddc28c2013-09-05 13:03:40 -07005415
Amar Singhala49cbc52013-10-08 18:37:44 -07005416
Jeff Johnson04dd8a82012-06-29 20:41:40 -07005417#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Madan Mohan Koyyalamudi1b4afb02012-10-22 15:25:16 -07005418 wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME
5419 | WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD
5420 | WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL
Jeff Johnsone7245742012-09-05 17:12:55 -07005421 | WIPHY_FLAG_OFFCHAN_TX;
Kiet Lam6c583332013-10-14 05:37:09 +05305422 wiphy->country_ie_pref = NL80211_COUNTRY_IE_IGNORE_CORE;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07005423#endif
Amar Singhala49cbc52013-10-08 18:37:44 -07005424
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08005425#if defined (WLAN_FEATURE_VOWIFI_11R) || defined (FEATURE_WLAN_ESE) || defined(FEATURE_WLAN_LFR)
Srinivas Girigowda640728a2013-03-28 12:21:54 -07005426 if (pCfg->isFastTransitionEnabled
James Zmuda77fb5ae2013-01-29 08:00:17 -08005427#ifdef FEATURE_WLAN_LFR
Srinivas Girigowda640728a2013-03-28 12:21:54 -07005428 || pCfg->isFastRoamIniFeatureEnabled
5429#endif
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08005430#ifdef FEATURE_WLAN_ESE
5431 || pCfg->isEseIniFeatureEnabled
Srinivas Girigowda640728a2013-03-28 12:21:54 -07005432#endif
5433 )
5434 {
5435 wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM;
5436 }
James Zmuda77fb5ae2013-01-29 08:00:17 -08005437#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08005438#ifdef FEATURE_WLAN_TDLS
5439 wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS
5440 | WIPHY_FLAG_TDLS_EXTERNAL_SETUP;
5441#endif
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05305442#ifdef FEATURE_WLAN_SCAN_PNO
Hardik Kantilal Patel3dfd8792013-11-13 20:34:57 +05305443 if (pCfg->configPNOScanSupport)
5444 {
5445 wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN;
5446 wiphy->max_sched_scan_ssids = SIR_PNO_MAX_SUPP_NETWORKS;
5447 wiphy->max_match_sets = SIR_PNO_MAX_SUPP_NETWORKS;
5448 wiphy->max_sched_scan_ie_len = SIR_MAC_MAX_IE_LENGTH;
5449 }
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05305450#endif/*FEATURE_WLAN_SCAN_PNO*/
Mohit Khanna698ba2a2012-12-04 15:08:18 -08005451
Amar Singhalfddc28c2013-09-05 13:03:40 -07005452#ifdef CONFIG_ENABLE_LINUX_REG
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -07005453 /* even with WIPHY_FLAG_CUSTOM_REGULATORY,
5454 driver can still register regulatory callback and
Amar Singhalfddc28c2013-09-05 13:03:40 -07005455 it will get regulatory settings in wiphy->band[], but
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -07005456 driver need to determine what to do with both
5457 regulatory settings */
Amar Singhalfddc28c2013-09-05 13:03:40 -07005458
5459 wiphy->reg_notifier = wlan_hdd_linux_reg_notifier;
Amar Singhala49cbc52013-10-08 18:37:44 -07005460#else
5461 wiphy->reg_notifier = wlan_hdd_crda_reg_notifier;
Amar Singhalfddc28c2013-09-05 13:03:40 -07005462#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -07005463
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305464 wiphy->max_scan_ssids = MAX_SCAN_SSID;
5465
Madan Mohan Koyyalamudi6815b162013-07-19 17:17:46 +05305466 wiphy->max_scan_ie_len = SIR_MAC_MAX_IE_LENGTH;
Jeff Johnson295189b2012-06-20 16:38:30 -07005467
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05305468 wiphy->max_acl_mac_addrs = MAX_ACL_MAC_ADDRESS;
5469
Jeff Johnson295189b2012-06-20 16:38:30 -07005470 /* Supports STATION & AD-HOC modes right now */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305471 wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -07005472 | BIT(NL80211_IFTYPE_ADHOC)
Jeff Johnson295189b2012-06-20 16:38:30 -07005473 | BIT(NL80211_IFTYPE_P2P_CLIENT)
5474 | BIT(NL80211_IFTYPE_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07005475 | BIT(NL80211_IFTYPE_AP);
5476
Rashmi Ramannabd3feb72014-02-25 16:14:48 +05305477 if( pCfg->advertiseConcurrentOperation )
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -08005478 {
Rashmi Ramannabd3feb72014-02-25 16:14:48 +05305479#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
5480 if( pCfg->enableMCC )
5481 {
5482 /* Currently, supports up to two channels */
5483 wlan_hdd_iface_combination.num_different_channels = 2;
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -08005484
Rashmi Ramannabd3feb72014-02-25 16:14:48 +05305485 if( !pCfg->allowMCCGODiffBI )
5486 wlan_hdd_iface_combination.beacon_int_infra_match = true;
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -08005487
Rashmi Ramannabd3feb72014-02-25 16:14:48 +05305488 }
5489 wiphy->iface_combinations = &wlan_hdd_iface_combination;
5490 wiphy->n_iface_combinations = 1;
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -08005491#endif
Rashmi Ramannabd3feb72014-02-25 16:14:48 +05305492 }
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -08005493
Jeff Johnson295189b2012-06-20 16:38:30 -07005494 /* Before registering we need to update the ht capabilitied based
5495 * on ini values*/
5496 if( !pCfg->ShortGI20MhzEnable )
5497 {
5498 wlan_hdd_band_2_4_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
5499 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
5500 wlan_hdd_band_p2p_2_4_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
5501 }
5502
5503 if( !pCfg->ShortGI40MhzEnable )
5504 {
5505 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_40;
5506 }
5507
5508 if( !pCfg->nChannelBondingMode5GHz )
5509 {
5510 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SUP_WIDTH_20_40;
5511 }
5512
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +05305513 wiphy->bands[IEEE80211_BAND_2GHZ] = &wlan_hdd_band_2_4_GHZ;
Vinay Krishna Erannafacf5e22014-02-24 13:16:25 +05305514 if (true == hdd_is_5g_supported(pHddCtx))
5515 {
5516 wiphy->bands[IEEE80211_BAND_5GHZ] = &wlan_hdd_band_5_GHZ;
5517 }
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +05305518
5519 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
5520 {
5521
5522 if (NULL == wiphy->bands[i])
5523 {
5524 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: wiphy->bands[i] is NULL, i = %d",
5525 __func__, i);
5526 continue;
5527 }
5528
5529 for (j = 0; j < wiphy->bands[i]->n_channels; j++)
5530 {
5531 struct ieee80211_supported_band *band = wiphy->bands[i];
5532
5533 if (IEEE80211_BAND_2GHZ == i && eCSR_BAND_5G == pCfg->nBandCapability) // 5G only
5534 {
5535 // Enable social channels for P2P
5536 if (WLAN_HDD_IS_SOCIAL_CHANNEL(band->channels[j].center_freq))
5537 band->channels[j].flags &= ~IEEE80211_CHAN_DISABLED;
5538 else
5539 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
5540 continue;
5541 }
5542 else if (IEEE80211_BAND_5GHZ == i && eCSR_BAND_24 == pCfg->nBandCapability) // 2G only
5543 {
5544 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
5545 continue;
5546 }
5547 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005548 }
5549 /*Initialise the supported cipher suite details*/
5550 wiphy->cipher_suites = hdd_cipher_suites;
5551 wiphy->n_cipher_suites = ARRAY_SIZE(hdd_cipher_suites);
5552
5553 /*signal strength in mBm (100*dBm) */
5554 wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM;
5555
5556#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Sushant Kaushik4f640e42014-07-08 12:27:09 +05305557 wiphy->max_remain_on_channel_duration = 5000;
Jeff Johnson295189b2012-06-20 16:38:30 -07005558#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07005559
Sunil Duttc69bccb2014-05-26 21:30:20 +05305560 wiphy->n_vendor_commands = ARRAY_SIZE(hdd_wiphy_vendor_commands);
5561 wiphy->vendor_commands = hdd_wiphy_vendor_commands;
Rajesh Chauhan98a31f82014-01-06 20:15:25 -08005562 wiphy->vendor_events = wlan_hdd_cfg80211_vendor_events;
5563 wiphy->n_vendor_events = ARRAY_SIZE(wlan_hdd_cfg80211_vendor_events);
5564
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305565 EXIT();
5566 return 0;
5567}
5568
5569/* In this function we are registering wiphy. */
5570int wlan_hdd_cfg80211_register(struct wiphy *wiphy)
5571{
5572 ENTER();
5573 /* Register our wiphy dev with cfg80211 */
Jeff Johnson295189b2012-06-20 16:38:30 -07005574 if (0 > wiphy_register(wiphy))
5575 {
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305576 /* print error */
Jeff Johnson295189b2012-06-20 16:38:30 -07005577 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: wiphy register failed", __func__);
5578 return -EIO;
5579 }
5580
5581 EXIT();
5582 return 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305583}
Jeff Johnson295189b2012-06-20 16:38:30 -07005584
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305585/* In this function we are updating channel list when,
5586 regulatory domain is FCC and country code is US.
5587 Here In FCC standard 5GHz UNII-1 Bands are indoor only.
5588 As per FCC smart phone is not a indoor device.
5589 GO should not opeate on indoor channels */
5590void wlan_hdd_cfg80211_update_reg_info(struct wiphy *wiphy)
5591{
5592 int j;
5593 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
5594 tANI_U8 defaultCountryCode[3] = SME_INVALID_COUNTRY_CODE;
5595 //Default counrtycode from NV at the time of wiphy initialization.
5596 if (eHAL_STATUS_SUCCESS != sme_GetDefaultCountryCodeFrmNv(pHddCtx->hHal,
5597 &defaultCountryCode[0]))
5598 {
Jeff Johnson0299d0a2013-10-30 12:37:43 -07005599 hddLog(LOGE, FL("Failed to get default country code from NV"));
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305600 }
5601 if ((defaultCountryCode[0]== 'U') && (defaultCountryCode[1]=='S'))
5602 {
Madan Mohan Koyyalamudi71278262013-04-12 22:00:48 +05305603 if (NULL == wiphy->bands[IEEE80211_BAND_5GHZ])
5604 {
5605 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: wiphy->bands[IEEE80211_BAND_5GHZ] is NULL",__func__ );
5606 return;
5607 }
5608 for (j = 0; j < wiphy->bands[IEEE80211_BAND_5GHZ]->n_channels; j++)
5609 {
5610 struct ieee80211_supported_band *band = wiphy->bands[IEEE80211_BAND_5GHZ];
5611 // Mark UNII -1 band channel as passive
5612 if (WLAN_HDD_CHANNEL_IN_UNII_1_BAND(band->channels[j].center_freq))
5613 band->channels[j].flags |= IEEE80211_CHAN_PASSIVE_SCAN;
5614 }
5615 }
5616}
5617
Agarwal Ashish8fa0e9a2014-05-23 00:40:12 +05305618/* This function registers for all frame which supplicant is interested in */
5619void wlan_hdd_cfg80211_register_frames(hdd_adapter_t* pAdapter)
Jeff Johnson295189b2012-06-20 16:38:30 -07005620{
Jeff Johnson295189b2012-06-20 16:38:30 -07005621 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
5622 /* Register for all P2P action, public action etc frames */
5623 v_U16_t type = (SIR_MAC_MGMT_FRAME << 2) | ( SIR_MAC_MGMT_ACTION << 4);
5624
Jeff Johnsone7245742012-09-05 17:12:55 -07005625 ENTER();
5626
Jeff Johnson295189b2012-06-20 16:38:30 -07005627 /* Right now we are registering these frame when driver is getting
5628 initialized. Once we will move to 2.6.37 kernel, in which we have
5629 frame register ops, we will move this code as a part of that */
5630 /* GAS Initial Request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305631 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
Jeff Johnson295189b2012-06-20 16:38:30 -07005632 (v_U8_t*)GAS_INITIAL_REQ, GAS_INITIAL_REQ_SIZE );
5633
5634 /* GAS Initial Response */
5635 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
5636 (v_U8_t*)GAS_INITIAL_RSP, GAS_INITIAL_RSP_SIZE );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305637
Jeff Johnson295189b2012-06-20 16:38:30 -07005638 /* GAS Comeback Request */
5639 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
5640 (v_U8_t*)GAS_COMEBACK_REQ, GAS_COMEBACK_REQ_SIZE );
5641
5642 /* GAS Comeback Response */
5643 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
5644 (v_U8_t*)GAS_COMEBACK_RSP, GAS_COMEBACK_RSP_SIZE );
5645
5646 /* P2P Public Action */
5647 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305648 (v_U8_t*)P2P_PUBLIC_ACTION_FRAME,
Jeff Johnson295189b2012-06-20 16:38:30 -07005649 P2P_PUBLIC_ACTION_FRAME_SIZE );
5650
5651 /* P2P Action */
5652 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
5653 (v_U8_t*)P2P_ACTION_FRAME,
5654 P2P_ACTION_FRAME_SIZE );
Chet Lanctot186b5732013-03-18 10:26:30 -07005655
Gopichand Nakkalae3d56e72013-04-21 23:33:32 +05305656 /* WNM BSS Transition Request frame */
5657 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
5658 (v_U8_t*)WNM_BSS_ACTION_FRAME,
5659 WNM_BSS_ACTION_FRAME_SIZE );
Leela Venkata Kiran Kumar Reddy Chiralae8e62c82013-10-29 18:23:26 -07005660
5661 /* WNM-Notification */
5662 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
5663 (v_U8_t*)WNM_NOTIFICATION_FRAME,
5664 WNM_NOTIFICATION_FRAME_SIZE );
Jeff Johnson295189b2012-06-20 16:38:30 -07005665}
5666
Agarwal Ashish8fa0e9a2014-05-23 00:40:12 +05305667void wlan_hdd_cfg80211_deregister_frames(hdd_adapter_t* pAdapter)
Jeff Johnson295189b2012-06-20 16:38:30 -07005668{
Jeff Johnson295189b2012-06-20 16:38:30 -07005669 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
5670 /* Register for all P2P action, public action etc frames */
5671 v_U16_t type = (SIR_MAC_MGMT_FRAME << 2) | ( SIR_MAC_MGMT_ACTION << 4);
5672
Jeff Johnsone7245742012-09-05 17:12:55 -07005673 ENTER();
5674
Jeff Johnson295189b2012-06-20 16:38:30 -07005675 /* Right now we are registering these frame when driver is getting
5676 initialized. Once we will move to 2.6.37 kernel, in which we have
5677 frame register ops, we will move this code as a part of that */
5678 /* GAS Initial Request */
5679
5680 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
5681 (v_U8_t*)GAS_INITIAL_REQ, GAS_INITIAL_REQ_SIZE );
5682
5683 /* GAS Initial Response */
5684 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
5685 (v_U8_t*)GAS_INITIAL_RSP, GAS_INITIAL_RSP_SIZE );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305686
Jeff Johnson295189b2012-06-20 16:38:30 -07005687 /* GAS Comeback Request */
5688 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
5689 (v_U8_t*)GAS_COMEBACK_REQ, GAS_COMEBACK_REQ_SIZE );
5690
5691 /* GAS Comeback Response */
5692 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
5693 (v_U8_t*)GAS_COMEBACK_RSP, GAS_COMEBACK_RSP_SIZE );
5694
5695 /* P2P Public Action */
5696 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305697 (v_U8_t*)P2P_PUBLIC_ACTION_FRAME,
Jeff Johnson295189b2012-06-20 16:38:30 -07005698 P2P_PUBLIC_ACTION_FRAME_SIZE );
5699
5700 /* P2P Action */
5701 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
5702 (v_U8_t*)P2P_ACTION_FRAME,
5703 P2P_ACTION_FRAME_SIZE );
Leela Venkata Kiran Kumar Reddy Chiralae8e62c82013-10-29 18:23:26 -07005704 /* WNM-Notification */
5705 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
5706 (v_U8_t*)WNM_NOTIFICATION_FRAME,
5707 WNM_NOTIFICATION_FRAME_SIZE );
Jeff Johnson295189b2012-06-20 16:38:30 -07005708}
5709
5710#ifdef FEATURE_WLAN_WAPI
5711void wlan_hdd_cfg80211_set_key_wapi(hdd_adapter_t* pAdapter, u8 key_index,
5712 const u8 *mac_addr, u8 *key , int key_Len)
5713{
5714 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
5715 tCsrRoamSetKey setKey;
5716 v_BOOL_t isConnected = TRUE;
5717 int status = 0;
5718 v_U32_t roamId= 0xFF;
5719 tANI_U8 *pKeyPtr = NULL;
5720 int n = 0;
5721
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05305722 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s(%d)",
5723 __func__, hdd_device_modetoString(pAdapter->device_mode),
5724 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07005725
Gopichand Nakkalae7480202013-02-11 15:24:22 +05305726 vos_mem_zero(&setKey, sizeof(tCsrRoamSetKey));
Jeff Johnson295189b2012-06-20 16:38:30 -07005727 setKey.keyId = key_index; // Store Key ID
5728 setKey.encType = eCSR_ENCRYPT_TYPE_WPI; // SET WAPI Encryption
5729 setKey.keyDirection = eSIR_TX_RX; // Key Directionn both TX and RX
5730 setKey.paeRole = 0 ; // the PAE role
5731 if (!mac_addr || is_broadcast_ether_addr(mac_addr))
5732 {
5733 vos_set_macaddr_broadcast( (v_MACADDR_t *)setKey.peerMac );
5734 }
5735 else
5736 {
5737 isConnected = hdd_connIsConnected(pHddStaCtx);
5738 vos_mem_copy(setKey.peerMac,&pHddStaCtx->conn_info.bssId,WNI_CFG_BSSID_LEN);
5739 }
5740 setKey.keyLength = key_Len;
5741 pKeyPtr = setKey.Key;
5742 memcpy( pKeyPtr, key, key_Len);
5743
Arif Hussain6d2a3322013-11-17 19:50:10 -08005744 hddLog(VOS_TRACE_LEVEL_INFO,"%s: WAPI KEY LENGTH:0x%04x",
Jeff Johnson295189b2012-06-20 16:38:30 -07005745 __func__, key_Len);
5746 for (n = 0 ; n < key_Len; n++)
5747 hddLog(VOS_TRACE_LEVEL_INFO, "%s WAPI KEY Data[%d]:%02x ",
5748 __func__,n,setKey.Key[n]);
5749
5750 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
5751 if ( isConnected )
5752 {
5753 status= sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
5754 pAdapter->sessionId, &setKey, &roamId );
5755 }
5756 if ( status != 0 )
5757 {
5758 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5759 "[%4d] sme_RoamSetKey returned ERROR status= %d",
5760 __LINE__, status );
5761 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
5762 }
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05305763 /* Need to clear any trace of key value in the memory.
5764 * Thus zero out the memory even though it is local
5765 * variable.
5766 */
5767 vos_mem_zero(&setKey, sizeof(setKey));
Jeff Johnson295189b2012-06-20 16:38:30 -07005768}
5769#endif /* FEATURE_WLAN_WAPI*/
5770
5771#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305772int wlan_hdd_cfg80211_alloc_new_beacon(hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07005773 beacon_data_t **ppBeacon,
5774 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07005775#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305776int wlan_hdd_cfg80211_alloc_new_beacon(hdd_adapter_t *pAdapter,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07005777 beacon_data_t **ppBeacon,
5778 struct cfg80211_beacon_data *params,
5779 int dtim_period)
5780#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305781{
Jeff Johnson295189b2012-06-20 16:38:30 -07005782 int size;
5783 beacon_data_t *beacon = NULL;
5784 beacon_data_t *old = NULL;
5785 int head_len,tail_len;
5786
Jeff Johnsone7245742012-09-05 17:12:55 -07005787 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -07005788 if (params->head && !params->head_len)
c_hpothu6ff1c3c2013-10-01 19:01:57 +05305789 {
5790 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5791 FL("head_len is NULL"));
Jeff Johnson295189b2012-06-20 16:38:30 -07005792 return -EINVAL;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05305793 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005794
5795 old = pAdapter->sessionCtx.ap.beacon;
5796
5797 if (!params->head && !old)
c_hpothu6ff1c3c2013-10-01 19:01:57 +05305798 {
5799 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5800 FL("session(%d) old and new heads points to NULL"),
5801 pAdapter->sessionId);
Jeff Johnson295189b2012-06-20 16:38:30 -07005802 return -EINVAL;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05305803 }
5804
5805 if (params->tail && !params->tail_len)
5806 {
5807 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5808 FL("tail_len is zero but tail is not NULL"));
5809 return -EINVAL;
5810 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005811
Jeff Johnson295189b2012-06-20 16:38:30 -07005812#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,38))
5813 /* Kernel 3.0 is not updating dtim_period for set beacon */
5814 if (!params->dtim_period)
c_hpothu6ff1c3c2013-10-01 19:01:57 +05305815 {
5816 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5817 FL("dtim period is 0"));
Jeff Johnson295189b2012-06-20 16:38:30 -07005818 return -EINVAL;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05305819 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005820#endif
5821
5822 if(params->head)
5823 head_len = params->head_len;
5824 else
5825 head_len = old->head_len;
5826
5827 if(params->tail || !old)
5828 tail_len = params->tail_len;
5829 else
5830 tail_len = old->tail_len;
5831
5832 size = sizeof(beacon_data_t) + head_len + tail_len;
5833
5834 beacon = kzalloc(size, GFP_KERNEL);
5835
5836 if( beacon == NULL )
c_hpothu6ff1c3c2013-10-01 19:01:57 +05305837 {
5838 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5839 FL("Mem allocation for beacon failed"));
Jeff Johnson295189b2012-06-20 16:38:30 -07005840 return -ENOMEM;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05305841 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005842
Jeff Johnson04dd8a82012-06-29 20:41:40 -07005843#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07005844 if(params->dtim_period || !old )
5845 beacon->dtim_period = params->dtim_period;
5846 else
5847 beacon->dtim_period = old->dtim_period;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07005848#else
5849 if(dtim_period || !old )
5850 beacon->dtim_period = dtim_period;
5851 else
5852 beacon->dtim_period = old->dtim_period;
5853#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305854
Jeff Johnson295189b2012-06-20 16:38:30 -07005855 beacon->head = ((u8 *) beacon) + sizeof(beacon_data_t);
5856 beacon->tail = beacon->head + head_len;
5857 beacon->head_len = head_len;
5858 beacon->tail_len = tail_len;
5859
5860 if(params->head) {
5861 memcpy (beacon->head,params->head,beacon->head_len);
5862 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305863 else {
Jeff Johnson295189b2012-06-20 16:38:30 -07005864 if(old)
5865 memcpy (beacon->head,old->head,beacon->head_len);
5866 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305867
Jeff Johnson295189b2012-06-20 16:38:30 -07005868 if(params->tail) {
5869 memcpy (beacon->tail,params->tail,beacon->tail_len);
5870 }
5871 else {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305872 if(old)
Jeff Johnson295189b2012-06-20 16:38:30 -07005873 memcpy (beacon->tail,old->tail,beacon->tail_len);
5874 }
5875
5876 *ppBeacon = beacon;
5877
5878 kfree(old);
5879
5880 return 0;
5881
5882}
Jeff Johnson295189b2012-06-20 16:38:30 -07005883
5884v_U8_t* wlan_hdd_cfg80211_get_ie_ptr(v_U8_t *pIes, int length, v_U8_t eid)
5885{
5886 int left = length;
5887 v_U8_t *ptr = pIes;
5888 v_U8_t elem_id,elem_len;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305889
Jeff Johnson295189b2012-06-20 16:38:30 -07005890 while(left >= 2)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305891 {
Jeff Johnson295189b2012-06-20 16:38:30 -07005892 elem_id = ptr[0];
5893 elem_len = ptr[1];
5894 left -= 2;
5895 if(elem_len > left)
5896 {
5897 hddLog(VOS_TRACE_LEVEL_FATAL,
Madan Mohan Koyyalamudi8bdd3112012-09-24 13:55:14 -07005898 FL("****Invalid IEs eid = %d elem_len=%d left=%d*****"),
Jeff Johnson295189b2012-06-20 16:38:30 -07005899 eid,elem_len,left);
5900 return NULL;
5901 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305902 if (elem_id == eid)
Jeff Johnson295189b2012-06-20 16:38:30 -07005903 {
5904 return ptr;
5905 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305906
Jeff Johnson295189b2012-06-20 16:38:30 -07005907 left -= elem_len;
5908 ptr += (elem_len + 2);
5909 }
5910 return NULL;
5911}
5912
Jeff Johnson295189b2012-06-20 16:38:30 -07005913/* Check if rate is 11g rate or not */
5914static int wlan_hdd_rate_is_11g(u8 rate)
5915{
Sanjay Devnani28322e22013-06-21 16:13:40 -07005916 static const u8 gRateArray[8] = {12, 18, 24, 36, 48, 72, 96, 108}; /* actual rate * 2 */
Jeff Johnson295189b2012-06-20 16:38:30 -07005917 u8 i;
5918 for (i = 0; i < 8; i++)
5919 {
5920 if(rate == gRateArray[i])
5921 return TRUE;
5922 }
5923 return FALSE;
5924}
5925
5926/* Check for 11g rate and set proper 11g only mode */
5927static void wlan_hdd_check_11gmode(u8 *pIe, u8* require_ht,
5928 u8* pCheckRatesfor11g, eSapPhyMode* pSapHw_mode)
5929{
5930 u8 i, num_rates = pIe[0];
5931
5932 pIe += 1;
5933 for ( i = 0; i < num_rates; i++)
5934 {
5935 if( *pCheckRatesfor11g && (TRUE == wlan_hdd_rate_is_11g(pIe[i] & RATE_MASK)))
5936 {
5937 /* If rate set have 11g rate than change the mode to 11G */
5938 *pSapHw_mode = eSAP_DOT11_MODE_11g;
5939 if (pIe[i] & BASIC_RATE_MASK)
5940 {
5941 /* If we have 11g rate as basic rate, it means mode
5942 is 11g only mode.
5943 */
5944 *pSapHw_mode = eSAP_DOT11_MODE_11g_ONLY;
5945 *pCheckRatesfor11g = FALSE;
5946 }
5947 }
5948 else if((BASIC_RATE_MASK | WLAN_BSS_MEMBERSHIP_SELECTOR_HT_PHY) == pIe[i])
5949 {
5950 *require_ht = TRUE;
5951 }
5952 }
5953 return;
5954}
5955
5956static void wlan_hdd_set_sapHwmode(hdd_adapter_t *pHostapdAdapter)
5957{
5958 tsap_Config_t *pConfig = &pHostapdAdapter->sessionCtx.ap.sapConfig;
5959 beacon_data_t *pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
5960 struct ieee80211_mgmt *pMgmt_frame = (struct ieee80211_mgmt*)pBeacon->head;
5961 u8 checkRatesfor11g = TRUE;
5962 u8 require_ht = FALSE;
5963 u8 *pIe=NULL;
5964
5965 pConfig->SapHw_mode= eSAP_DOT11_MODE_11b;
5966
5967 pIe = wlan_hdd_cfg80211_get_ie_ptr(&pMgmt_frame->u.beacon.variable[0],
5968 pBeacon->head_len, WLAN_EID_SUPP_RATES);
5969 if (pIe != NULL)
5970 {
5971 pIe += 1;
5972 wlan_hdd_check_11gmode(pIe, &require_ht, &checkRatesfor11g,
5973 &pConfig->SapHw_mode);
5974 }
5975
5976 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
5977 WLAN_EID_EXT_SUPP_RATES);
5978 if (pIe != NULL)
5979 {
5980
5981 pIe += 1;
5982 wlan_hdd_check_11gmode(pIe, &require_ht, &checkRatesfor11g,
5983 &pConfig->SapHw_mode);
5984 }
5985
5986 if( pConfig->channel > 14 )
5987 {
5988 pConfig->SapHw_mode= eSAP_DOT11_MODE_11a;
5989 }
5990
5991 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
5992 WLAN_EID_HT_CAPABILITY);
5993
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305994 if(pIe)
Jeff Johnson295189b2012-06-20 16:38:30 -07005995 {
5996 pConfig->SapHw_mode= eSAP_DOT11_MODE_11n;
5997 if(require_ht)
5998 pConfig->SapHw_mode= eSAP_DOT11_MODE_11n_ONLY;
5999 }
6000}
6001
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306002static int wlan_hdd_add_ie(hdd_adapter_t* pHostapdAdapter, v_U8_t *genie,
6003 v_U8_t *total_ielen, v_U8_t *oui, v_U8_t oui_size)
6004{
Arif Hussaine7f3ea52013-09-12 21:56:36 -07006005 v_U16_t ielen = 0;
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306006 v_U8_t *pIe = NULL;
6007 beacon_data_t *pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
6008
6009 pIe = wlan_hdd_get_vendor_oui_ie_ptr(oui, oui_size,
6010 pBeacon->tail, pBeacon->tail_len);
6011
6012 if (pIe)
6013 {
6014 ielen = pIe[1] + 2;
6015 if ((*total_ielen + ielen) <= MAX_GENIE_LEN)
6016 {
6017 vos_mem_copy(&genie[*total_ielen], pIe, ielen);
6018 }
6019 else
6020 {
6021 hddLog( VOS_TRACE_LEVEL_ERROR, "**Ie Length is too big***");
6022 return -EINVAL;
6023 }
6024 *total_ielen += ielen;
6025 }
6026 return 0;
6027}
6028
Arif Hussaine7f3ea52013-09-12 21:56:36 -07006029static void wlan_hdd_add_hostapd_conf_vsie(hdd_adapter_t* pHostapdAdapter,
6030 v_U8_t *genie, v_U8_t *total_ielen)
6031{
6032 beacon_data_t *pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
6033 int left = pBeacon->tail_len;
6034 v_U8_t *ptr = pBeacon->tail;
6035 v_U8_t elem_id, elem_len;
6036 v_U16_t ielen = 0;
6037
6038 if ( NULL == ptr || 0 == left )
6039 return;
6040
6041 while (left >= 2)
6042 {
6043 elem_id = ptr[0];
6044 elem_len = ptr[1];
6045 left -= 2;
6046 if (elem_len > left)
6047 {
6048 hddLog( VOS_TRACE_LEVEL_ERROR,
6049 "****Invalid IEs eid = %d elem_len=%d left=%d*****",
6050 elem_id, elem_len, left);
6051 return;
6052 }
6053 if (IE_EID_VENDOR == elem_id)
6054 {
6055 /* skipping the VSIE's which we don't want to include or
6056 * it will be included by existing code
6057 */
6058 if ((memcmp( &ptr[2], WPS_OUI_TYPE, WPS_OUI_TYPE_SIZE) != 0 ) &&
6059#ifdef WLAN_FEATURE_WFD
6060 (memcmp( &ptr[2], WFD_OUI_TYPE, WFD_OUI_TYPE_SIZE) != 0) &&
6061#endif
6062 (memcmp( &ptr[2], WHITELIST_OUI_TYPE, WPA_OUI_TYPE_SIZE) != 0) &&
6063 (memcmp( &ptr[2], BLACKLIST_OUI_TYPE, WPA_OUI_TYPE_SIZE) != 0) &&
6064 (memcmp( &ptr[2], "\x00\x50\xf2\x02", WPA_OUI_TYPE_SIZE) != 0) &&
6065 (memcmp( &ptr[2], WPA_OUI_TYPE, WPA_OUI_TYPE_SIZE) != 0) &&
6066 (memcmp( &ptr[2], P2P_OUI_TYPE, P2P_OUI_TYPE_SIZE) != 0))
6067 {
6068 ielen = ptr[1] + 2;
6069 if ((*total_ielen + ielen) <= MAX_GENIE_LEN)
6070 {
6071 vos_mem_copy(&genie[*total_ielen], ptr, ielen);
6072 *total_ielen += ielen;
6073 }
6074 else
6075 {
6076 hddLog( VOS_TRACE_LEVEL_ERROR,
6077 "IE Length is too big "
6078 "IEs eid=%d elem_len=%d total_ie_lent=%d",
6079 elem_id, elem_len, *total_ielen);
6080 }
6081 }
6082 }
6083
6084 left -= elem_len;
6085 ptr += (elem_len + 2);
6086 }
6087 return;
6088}
6089
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006090#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07006091static int wlan_hdd_cfg80211_update_apies(hdd_adapter_t* pHostapdAdapter,
6092 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006093#else
6094static int wlan_hdd_cfg80211_update_apies(hdd_adapter_t* pHostapdAdapter,
6095 struct cfg80211_beacon_data *params)
6096#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07006097{
6098 v_U8_t *genie;
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306099 v_U8_t total_ielen = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07006100 v_U8_t addIE[1] = {0};
Jeff Johnsone7245742012-09-05 17:12:55 -07006101 int ret = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07006102
6103 genie = vos_mem_malloc(MAX_GENIE_LEN);
6104
6105 if(genie == NULL) {
6106
6107 return -ENOMEM;
6108 }
6109
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306110 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
6111 &total_ielen, WPS_OUI_TYPE, WPS_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006112 {
c_hpothu6ff1c3c2013-10-01 19:01:57 +05306113 hddLog(LOGE,
6114 FL("Adding WPS IE failed"));
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306115 ret = -EINVAL;
6116 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006117 }
6118
6119#ifdef WLAN_FEATURE_WFD
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306120 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
6121 &total_ielen, WFD_OUI_TYPE, WFD_OUI_TYPE_SIZE))
6122 {
c_hpothu6ff1c3c2013-10-01 19:01:57 +05306123 hddLog(LOGE,
6124 FL("Adding WFD IE failed"));
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306125 ret = -EINVAL;
6126 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006127 }
6128#endif
6129
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306130 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
6131 &total_ielen, P2P_OUI_TYPE, P2P_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006132 {
c_hpothu6ff1c3c2013-10-01 19:01:57 +05306133 hddLog(LOGE,
6134 FL("Adding P2P IE failed"));
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306135 ret = -EINVAL;
6136 goto done;
6137 }
6138
6139 if (WLAN_HDD_SOFTAP == pHostapdAdapter->device_mode)
6140 {
Arif Hussaine7f3ea52013-09-12 21:56:36 -07006141 wlan_hdd_add_hostapd_conf_vsie(pHostapdAdapter, genie, &total_ielen);
Jeff Johnson295189b2012-06-20 16:38:30 -07006142 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006143
6144 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6145 WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA, genie, total_ielen, NULL,
6146 eANI_BOOLEAN_FALSE)==eHAL_STATUS_FAILURE)
6147 {
6148 hddLog(LOGE,
6149 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07006150 ret = -EINVAL;
6151 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006152 }
6153
6154 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6155 WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG, 1,NULL,
6156 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
6157 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
6158 ==eHAL_STATUS_FAILURE)
6159 {
6160 hddLog(LOGE,
6161 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07006162 ret = -EINVAL;
6163 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006164 }
6165
6166 // Added for ProResp IE
6167 if ( (params->proberesp_ies != NULL) && (params->proberesp_ies_len != 0) )
6168 {
6169 u16 rem_probe_resp_ie_len = params->proberesp_ies_len;
6170 u8 probe_rsp_ie_len[3] = {0};
6171 u8 counter = 0;
6172 /* Check Probe Resp Length if it is greater then 255 then Store
6173 Probe Resp IEs into WNI_CFG_PROBE_RSP_ADDNIE_DATA1 &
6174 WNI_CFG_PROBE_RSP_ADDNIE_DATA2 CFG Variable As We are not able
6175 Store More then 255 bytes into One Variable.
6176 */
6177 while ((rem_probe_resp_ie_len > 0) && (counter < 3))
6178 {
6179 if (rem_probe_resp_ie_len > MAX_CFG_STRING_LEN)
6180 {
6181 probe_rsp_ie_len[counter++] = MAX_CFG_STRING_LEN;
6182 rem_probe_resp_ie_len -= MAX_CFG_STRING_LEN;
6183 }
6184 else
6185 {
6186 probe_rsp_ie_len[counter++] = rem_probe_resp_ie_len;
6187 rem_probe_resp_ie_len = 0;
6188 }
6189 }
6190
6191 rem_probe_resp_ie_len = 0;
6192
6193 if (probe_rsp_ie_len[0] > 0)
6194 {
6195 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6196 WNI_CFG_PROBE_RSP_ADDNIE_DATA1,
6197 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
6198 probe_rsp_ie_len[0], NULL,
6199 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
6200 {
6201 hddLog(LOGE,
6202 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA1 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07006203 ret = -EINVAL;
6204 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006205 }
6206 rem_probe_resp_ie_len += probe_rsp_ie_len[0];
6207 }
6208
6209 if (probe_rsp_ie_len[1] > 0)
6210 {
6211 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6212 WNI_CFG_PROBE_RSP_ADDNIE_DATA2,
6213 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
6214 probe_rsp_ie_len[1], NULL,
6215 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
6216 {
6217 hddLog(LOGE,
6218 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA2 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07006219 ret = -EINVAL;
6220 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006221 }
6222 rem_probe_resp_ie_len += probe_rsp_ie_len[1];
6223 }
6224
6225 if (probe_rsp_ie_len[2] > 0)
6226 {
6227 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6228 WNI_CFG_PROBE_RSP_ADDNIE_DATA3,
6229 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
6230 probe_rsp_ie_len[2], NULL,
6231 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
6232 {
6233 hddLog(LOGE,
6234 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA3 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07006235 ret = -EINVAL;
6236 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006237 }
6238 rem_probe_resp_ie_len += probe_rsp_ie_len[2];
6239 }
6240
6241 if (probe_rsp_ie_len[1] == 0 )
6242 {
6243 if ( eHAL_STATUS_FAILURE == ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6244 WNI_CFG_PROBE_RSP_ADDNIE_DATA2, (tANI_U8*)addIE, 0, NULL,
6245 eANI_BOOLEAN_FALSE) )
6246 {
6247 hddLog(LOGE,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006248 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA2 to CCM");
Jeff Johnson295189b2012-06-20 16:38:30 -07006249 }
6250 }
6251
6252 if (probe_rsp_ie_len[2] == 0 )
6253 {
6254 if ( eHAL_STATUS_FAILURE == ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6255 WNI_CFG_PROBE_RSP_ADDNIE_DATA3, (tANI_U8*)addIE, 0, NULL,
6256 eANI_BOOLEAN_FALSE) )
6257 {
6258 hddLog(LOGE,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006259 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA3 to CCM");
Jeff Johnson295189b2012-06-20 16:38:30 -07006260 }
6261 }
6262
6263 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6264 WNI_CFG_PROBE_RSP_ADDNIE_FLAG, 1,NULL,
6265 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
6266 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
6267 == eHAL_STATUS_FAILURE)
6268 {
6269 hddLog(LOGE,
6270 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07006271 ret = -EINVAL;
6272 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006273 }
6274 }
6275 else
6276 {
6277 // Reset WNI_CFG_PROBE_RSP Flags
6278 wlan_hdd_reset_prob_rspies(pHostapdAdapter);
6279
6280 hddLog(VOS_TRACE_LEVEL_INFO,
6281 "%s: No Probe Response IE received in set beacon",
6282 __func__);
6283 }
6284
6285 // Added for AssocResp IE
6286 if ( (params->assocresp_ies != NULL) && (params->assocresp_ies_len != 0) )
6287 {
6288 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6289 WNI_CFG_ASSOC_RSP_ADDNIE_DATA, (tANI_U8*)params->assocresp_ies,
6290 params->assocresp_ies_len, NULL,
6291 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
6292 {
6293 hddLog(LOGE,
6294 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_DATA to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07006295 ret = -EINVAL;
6296 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006297 }
6298
6299 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6300 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 1, NULL,
6301 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
6302 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
6303 == eHAL_STATUS_FAILURE)
6304 {
6305 hddLog(LOGE,
6306 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07006307 ret = -EINVAL;
6308 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07006309 }
6310 }
6311 else
6312 {
6313 hddLog(VOS_TRACE_LEVEL_INFO,
6314 "%s: No Assoc Response IE received in set beacon",
6315 __func__);
6316
6317 if ( eHAL_STATUS_FAILURE == ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
6318 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 0, NULL,
6319 eANI_BOOLEAN_FALSE) )
6320 {
6321 hddLog(LOGE,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006322 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM");
Jeff Johnson295189b2012-06-20 16:38:30 -07006323 }
6324 }
6325
Jeff Johnsone7245742012-09-05 17:12:55 -07006326done:
Jeff Johnson295189b2012-06-20 16:38:30 -07006327 vos_mem_free(genie);
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05306328 return ret;
Jeff Johnson295189b2012-06-20 16:38:30 -07006329}
Jeff Johnson295189b2012-06-20 16:38:30 -07006330
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306331/*
Jeff Johnson295189b2012-06-20 16:38:30 -07006332 * FUNCTION: wlan_hdd_validate_operation_channel
6333 * called by wlan_hdd_cfg80211_start_bss() and
6334 * wlan_hdd_cfg80211_set_channel()
6335 * This function validates whether given channel is part of valid
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306336 * channel list.
6337 */
Varun Reddy Yeturu920df212013-05-22 08:07:23 -07006338VOS_STATUS wlan_hdd_validate_operation_channel(hdd_adapter_t *pAdapter,int channel)
Jeff Johnson295189b2012-06-20 16:38:30 -07006339{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306340
Jeff Johnson295189b2012-06-20 16:38:30 -07006341 v_U32_t num_ch = 0;
6342 u8 valid_ch[WNI_CFG_VALID_CHANNEL_LIST_LEN];
6343 u32 indx = 0;
6344 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05306345 v_U8_t fValidChannel = FALSE, count = 0;
6346 hdd_config_t *hdd_pConfig_ini= (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306347
Jeff Johnson295189b2012-06-20 16:38:30 -07006348 num_ch = WNI_CFG_VALID_CHANNEL_LIST_LEN;
6349
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05306350 if ( hdd_pConfig_ini->sapAllowAllChannel)
Jeff Johnson295189b2012-06-20 16:38:30 -07006351 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05306352 /* Validate the channel */
6353 for (count = RF_CHAN_1 ; count <= RF_CHAN_165 ; count++)
Jeff Johnson295189b2012-06-20 16:38:30 -07006354 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05306355 if ( channel == rfChannels[count].channelNum )
6356 {
6357 fValidChannel = TRUE;
6358 break;
6359 }
6360 }
6361 if (fValidChannel != TRUE)
6362 {
6363 hddLog(VOS_TRACE_LEVEL_ERROR,
6364 "%s: Invalid Channel [%d]", __func__, channel);
6365 return VOS_STATUS_E_FAILURE;
Jeff Johnson295189b2012-06-20 16:38:30 -07006366 }
6367 }
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05306368 else
Jeff Johnson295189b2012-06-20 16:38:30 -07006369 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05306370 if (0 != ccmCfgGetStr(hHal, WNI_CFG_VALID_CHANNEL_LIST,
6371 valid_ch, &num_ch))
6372 {
6373 hddLog(VOS_TRACE_LEVEL_ERROR,
6374 "%s: failed to get valid channel list", __func__);
6375 return VOS_STATUS_E_FAILURE;
6376 }
6377 for (indx = 0; indx < num_ch; indx++)
6378 {
6379 if (channel == valid_ch[indx])
6380 {
6381 break;
6382 }
6383 }
6384
Rashmi Ramanna3b59e122014-04-10 14:45:13 +05306385 if (indx >= num_ch)
6386 {
6387 if (WLAN_HDD_P2P_GO == pAdapter->device_mode)
6388 {
6389 eCsrBand band;
6390 unsigned int freq;
6391
6392 sme_GetFreqBand(hHal, &band);
6393
6394 if (eCSR_BAND_5G == band)
6395 {
6396#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,38))
6397 if (channel <= ARRAY_SIZE(hdd_channels_2_4_GHZ))
6398 {
6399 freq = ieee80211_channel_to_frequency(channel,
6400 IEEE80211_BAND_2GHZ);
6401 }
6402 else
6403 {
6404 freq = ieee80211_channel_to_frequency(channel,
6405 IEEE80211_BAND_5GHZ);
6406 }
6407#else
6408 freq = ieee80211_channel_to_frequency(channel);
6409#endif
6410 if(WLAN_HDD_IS_SOCIAL_CHANNEL(freq))
6411 return VOS_STATUS_SUCCESS;
6412 }
6413 }
6414
6415 hddLog(VOS_TRACE_LEVEL_ERROR,
6416 "%s: Invalid Channel [%d]", __func__, channel);
6417 return VOS_STATUS_E_FAILURE;
6418 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006419 }
Rashmi Ramanna3b59e122014-04-10 14:45:13 +05306420
Jeff Johnson295189b2012-06-20 16:38:30 -07006421 return VOS_STATUS_SUCCESS;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306422
Jeff Johnson295189b2012-06-20 16:38:30 -07006423}
6424
Viral Modi3a32cc52013-02-08 11:14:52 -08006425/**
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05306426 * FUNCTION: __wlan_hdd_cfg80211_set_channel
Viral Modi3a32cc52013-02-08 11:14:52 -08006427 * This function is used to set the channel number
6428 */
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05306429static int __wlan_hdd_cfg80211_set_channel( struct wiphy *wiphy, struct net_device *dev,
Viral Modi3a32cc52013-02-08 11:14:52 -08006430 struct ieee80211_channel *chan,
6431 enum nl80211_channel_type channel_type
6432 )
6433{
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05306434 hdd_adapter_t *pAdapter = NULL;
Viral Modi3a32cc52013-02-08 11:14:52 -08006435 v_U32_t num_ch = 0;
Jeff Johnson4416a782013-03-25 14:17:50 -07006436 int channel = 0;
Viral Modi3a32cc52013-02-08 11:14:52 -08006437 int freq = chan->center_freq; /* freq is in MHZ */
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306438 hdd_context_t *pHddCtx;
6439 int status;
Viral Modi3a32cc52013-02-08 11:14:52 -08006440
6441 ENTER();
6442
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05306443
Viral Modi3a32cc52013-02-08 11:14:52 -08006444 if( NULL == dev )
6445 {
6446 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006447 "%s: Called with dev = NULL.", __func__);
Viral Modi3a32cc52013-02-08 11:14:52 -08006448 return -ENODEV;
6449 }
6450 pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05306451
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05306452 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
6453 TRACE_CODE_HDD_CFG80211_SET_CHANNEL, pAdapter->sessionId,
6454 channel_type ));
Viral Modi3a32cc52013-02-08 11:14:52 -08006455 hddLog(VOS_TRACE_LEVEL_INFO,
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05306456 "%s: device_mode = %s (%d) freq = %d", __func__,
6457 hdd_device_modetoString(pAdapter->device_mode),
6458 pAdapter->device_mode, chan->center_freq);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306459
6460 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
6461 status = wlan_hdd_validate_context(pHddCtx);
6462
6463 if (0 != status)
Viral Modi3a32cc52013-02-08 11:14:52 -08006464 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306465 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6466 "%s: HDD context is not valid", __func__);
6467 return status;
Viral Modi3a32cc52013-02-08 11:14:52 -08006468 }
6469
6470 /*
6471 * Do freq to chan conversion
6472 * TODO: for 11a
6473 */
6474
6475 channel = ieee80211_frequency_to_channel(freq);
6476
6477 /* Check freq range */
6478 if ((WNI_CFG_CURRENT_CHANNEL_STAMIN > channel) ||
6479 (WNI_CFG_CURRENT_CHANNEL_STAMAX < channel))
6480 {
6481 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006482 "%s: Channel [%d] is outside valid range from %d to %d",
Viral Modi3a32cc52013-02-08 11:14:52 -08006483 __func__, channel, WNI_CFG_CURRENT_CHANNEL_STAMIN,
6484 WNI_CFG_CURRENT_CHANNEL_STAMAX);
6485 return -EINVAL;
6486 }
6487
6488 num_ch = WNI_CFG_VALID_CHANNEL_LIST_LEN;
6489
Gopichand Nakkala6ab19562013-03-07 13:59:42 +05306490 if ((WLAN_HDD_SOFTAP != pAdapter->device_mode) &&
6491 (WLAN_HDD_P2P_GO != pAdapter->device_mode))
Viral Modi3a32cc52013-02-08 11:14:52 -08006492 {
6493 if(VOS_STATUS_SUCCESS != wlan_hdd_validate_operation_channel(pAdapter,channel))
6494 {
6495 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006496 "%s: Invalid Channel [%d]", __func__, channel);
Viral Modi3a32cc52013-02-08 11:14:52 -08006497 return -EINVAL;
6498 }
6499 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
6500 "%s: set channel to [%d] for device mode =%d",
6501 __func__, channel,pAdapter->device_mode);
6502 }
6503 if( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Viral Modi3a32cc52013-02-08 11:14:52 -08006504 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Viral Modi3a32cc52013-02-08 11:14:52 -08006505 )
6506 {
6507 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
6508 tCsrRoamProfile * pRoamProfile = &pWextState->roamProfile;
6509 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
6510
6511 if (eConnectionState_IbssConnected == pHddStaCtx->conn_info.connState)
6512 {
6513 /* Link is up then return cant set channel*/
6514 hddLog( VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006515 "%s: IBSS Associated, can't set the channel", __func__);
Viral Modi3a32cc52013-02-08 11:14:52 -08006516 return -EINVAL;
6517 }
6518
6519 num_ch = pRoamProfile->ChannelInfo.numOfChannels = 1;
6520 pHddStaCtx->conn_info.operationChannel = channel;
6521 pRoamProfile->ChannelInfo.ChannelList =
6522 &pHddStaCtx->conn_info.operationChannel;
6523 }
6524 else if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Viral Modi3a32cc52013-02-08 11:14:52 -08006525 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Viral Modi3a32cc52013-02-08 11:14:52 -08006526 )
6527 {
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05306528 if (WLAN_HDD_P2P_GO == pAdapter->device_mode)
6529 {
6530 if(VOS_STATUS_SUCCESS !=
6531 wlan_hdd_validate_operation_channel(pAdapter,channel))
6532 {
6533 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006534 "%s: Invalid Channel [%d]", __func__, channel);
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05306535 return -EINVAL;
6536 }
6537 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel = channel;
6538 }
6539 else if ( WLAN_HDD_SOFTAP == pAdapter->device_mode )
Viral Modi3a32cc52013-02-08 11:14:52 -08006540 {
6541 hdd_config_t *cfg_param = (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini;
6542
6543 /* If auto channel selection is configured as enable/ 1 then ignore
6544 channel set by supplicant
6545 */
6546 if ( cfg_param->apAutoChannelSelection )
6547 {
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05306548 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel =
6549 AUTO_CHANNEL_SELECT;
Viral Modi3a32cc52013-02-08 11:14:52 -08006550 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05306551 "%s: set channel to auto channel (0) for device mode =%s (%d)",
6552 __func__, hdd_device_modetoString(pAdapter->device_mode),
6553 pAdapter->device_mode);
Viral Modi3a32cc52013-02-08 11:14:52 -08006554 }
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05306555 else
6556 {
6557 if(VOS_STATUS_SUCCESS !=
6558 wlan_hdd_validate_operation_channel(pAdapter,channel))
6559 {
6560 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006561 "%s: Invalid Channel [%d]", __func__, channel);
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05306562 return -EINVAL;
6563 }
6564 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel = channel;
6565 }
Viral Modi3a32cc52013-02-08 11:14:52 -08006566 }
6567 }
6568 else
6569 {
6570 hddLog(VOS_TRACE_LEVEL_FATAL,
6571 "%s: Invalid device mode failed to set valid channel", __func__);
6572 return -EINVAL;
6573 }
6574 EXIT();
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306575 return status;
Viral Modi3a32cc52013-02-08 11:14:52 -08006576}
6577
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05306578static int wlan_hdd_cfg80211_set_channel( struct wiphy *wiphy,
6579 struct net_device *dev,
6580 struct ieee80211_channel *chan,
6581 enum nl80211_channel_type channel_type
6582 )
6583{
6584 int ret;
6585
6586 vos_ssr_protect(__func__);
6587 ret = __wlan_hdd_cfg80211_set_channel(wiphy, dev, chan, channel_type);
6588 vos_ssr_unprotect(__func__);
6589
6590 return ret;
6591}
6592
Jeff Johnson295189b2012-06-20 16:38:30 -07006593#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
6594static int wlan_hdd_cfg80211_start_bss(hdd_adapter_t *pHostapdAdapter,
6595 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006596#else
6597static int wlan_hdd_cfg80211_start_bss(hdd_adapter_t *pHostapdAdapter,
6598 struct cfg80211_beacon_data *params,
6599 const u8 *ssid, size_t ssid_len,
6600 enum nl80211_hidden_ssid hidden_ssid)
6601#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07006602{
6603 tsap_Config_t *pConfig;
6604 beacon_data_t *pBeacon = NULL;
6605 struct ieee80211_mgmt *pMgmt_frame;
6606 v_U8_t *pIe=NULL;
6607 v_U16_t capab_info;
6608 eCsrAuthType RSNAuthType;
6609 eCsrEncryptionType RSNEncryptType;
6610 eCsrEncryptionType mcRSNEncryptType;
6611 int status = VOS_STATUS_SUCCESS;
6612 tpWLAN_SAPEventCB pSapEventCallback;
6613 hdd_hostapd_state_t *pHostapdState;
6614 v_U8_t wpaRsnIEdata[(SIR_MAC_MAX_IE_LENGTH * 2)+4]; //Max ie length 255 * 2(WPA+RSN) + 2 bytes (vendor specific ID) * 2
6615 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pHostapdAdapter))->pvosContext;
Madan Mohan Koyylamudia16d0202013-02-01 11:05:57 +05306616 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pHostapdAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07006617 struct qc_mac_acl_entry *acl_entry = NULL;
Siddharth Bhal5cba24e2014-05-08 18:59:39 +05306618 hdd_config_t *iniConfig;
Jeff Johnson295189b2012-06-20 16:38:30 -07006619 v_SINT_t i;
Madan Mohan Koyyalamudi543172b2012-12-05 16:40:18 -08006620 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pHostapdAdapter);
Peng Xu2446a892014-09-05 17:21:18 +05306621 tSmeConfigParams *psmeConfig;
Chet Lanctot40142442014-05-20 13:39:25 -07006622 v_BOOL_t MFPCapable = VOS_FALSE;
6623 v_BOOL_t MFPRequired = VOS_FALSE;
Sushant Kaushik7dc03272015-02-18 11:25:12 +05306624 v_BOOL_t sapEnable11AC =
6625 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->sapEnable11AC;
Jeff Johnson295189b2012-06-20 16:38:30 -07006626 ENTER();
6627
Siddharth Bhal5cba24e2014-05-08 18:59:39 +05306628 iniConfig = pHddCtx->cfg_ini;
6629
Jeff Johnson295189b2012-06-20 16:38:30 -07006630 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pHostapdAdapter);
6631
6632 pConfig = &pHostapdAdapter->sessionCtx.ap.sapConfig;
6633
6634 pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
6635
6636 pMgmt_frame = (struct ieee80211_mgmt*)pBeacon->head;
6637
6638 pConfig->beacon_int = pMgmt_frame->u.beacon.beacon_int;
6639
6640 //channel is already set in the set_channel Call back
6641 //pConfig->channel = pCommitConfig->channel;
6642
6643 /*Protection parameter to enable or disable*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306644 pConfig->protEnabled =
Jeff Johnson295189b2012-06-20 16:38:30 -07006645 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apProtEnabled;
6646
6647 pConfig->dtim_period = pBeacon->dtim_period;
6648
Arif Hussain6d2a3322013-11-17 19:50:10 -08006649 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,"****pConfig->dtim_period=%d***",
Jeff Johnson295189b2012-06-20 16:38:30 -07006650 pConfig->dtim_period);
6651
Madan Mohan Koyyalamudie0ca11f2012-11-27 15:57:52 -08006652 if (pHostapdAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson32d95a32012-09-10 13:15:23 -07006653 {
6654 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
Jeff Johnson295189b2012-06-20 16:38:30 -07006655 WLAN_EID_COUNTRY);
Kiet Lam083504c2013-11-25 14:17:45 +05306656 if(memcmp(pHddCtx->cfg_ini->apCntryCode, CFG_AP_COUNTRY_CODE_DEFAULT, 3) != 0)
6657 {
6658 tANI_BOOLEAN restartNeeded;
6659 pConfig->ieee80211d = 1;
6660 vos_mem_copy(pConfig->countryCode, pHddCtx->cfg_ini->apCntryCode, 3);
6661 sme_setRegInfo(hHal, pConfig->countryCode);
6662 sme_ResetCountryCodeInformation(hHal, &restartNeeded);
6663 }
6664 else if(pIe)
Jeff Johnson295189b2012-06-20 16:38:30 -07006665 {
Jeff Johnson32d95a32012-09-10 13:15:23 -07006666 tANI_BOOLEAN restartNeeded;
Jeff Johnson32d95a32012-09-10 13:15:23 -07006667 pConfig->ieee80211d = 1;
6668 vos_mem_copy(pConfig->countryCode, &pIe[2], 3);
6669 sme_setRegInfo(hHal, pConfig->countryCode);
6670 sme_ResetCountryCodeInformation(hHal, &restartNeeded);
Jeff Johnson295189b2012-06-20 16:38:30 -07006671 }
Jeff Johnson32d95a32012-09-10 13:15:23 -07006672 else
6673 {
6674 pConfig->ieee80211d = 0;
6675 }
Madan Mohan Koyylamudia16d0202013-02-01 11:05:57 +05306676 /*
6677 * If auto channel is configured i.e. channel is 0,
6678 * so skip channel validation.
6679 */
6680 if( AUTO_CHANNEL_SELECT != pConfig->channel )
6681 {
6682 if(VOS_STATUS_SUCCESS != wlan_hdd_validate_operation_channel(pHostapdAdapter,pConfig->channel))
6683 {
6684 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08006685 "%s: Invalid Channel [%d]", __func__, pConfig->channel);
Madan Mohan Koyylamudia16d0202013-02-01 11:05:57 +05306686 return -EINVAL;
6687 }
6688 }
6689 else
6690 {
6691 if(1 != pHddCtx->is_dynamic_channel_range_set)
6692 {
6693 hdd_config_t *hdd_pConfig= (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini;
6694 WLANSAP_SetChannelRange(hHal, hdd_pConfig->apStartChannelNum,
6695 hdd_pConfig->apEndChannelNum,hdd_pConfig->apOperatingBand);
6696 }
6697 pHddCtx->is_dynamic_channel_range_set = 0;
6698 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006699 }
Jeff Johnson32d95a32012-09-10 13:15:23 -07006700 else
Jeff Johnson295189b2012-06-20 16:38:30 -07006701 {
6702 pConfig->ieee80211d = 0;
6703 }
6704 pConfig->authType = eSAP_AUTO_SWITCH;
6705
6706 capab_info = pMgmt_frame->u.beacon.capab_info;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306707
6708 pConfig->privacy = (pMgmt_frame->u.beacon.capab_info &
Jeff Johnson295189b2012-06-20 16:38:30 -07006709 WLAN_CAPABILITY_PRIVACY) ? VOS_TRUE : VOS_FALSE;
6710
6711 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->uPrivacy = pConfig->privacy;
6712
6713 /*Set wps station to configured*/
6714 pIe = wlan_hdd_get_wps_ie_ptr(pBeacon->tail, pBeacon->tail_len);
6715
6716 if(pIe)
6717 {
6718 if(pIe[1] < (2 + WPS_OUI_TYPE_SIZE))
6719 {
Arif Hussain6d2a3322013-11-17 19:50:10 -08006720 hddLog( VOS_TRACE_LEVEL_ERROR, "**Wps Ie Length is too small***");
Jeff Johnson295189b2012-06-20 16:38:30 -07006721 return -EINVAL;
6722 }
6723 else if(memcmp(&pIe[2], WPS_OUI_TYPE, WPS_OUI_TYPE_SIZE) == 0)
6724 {
Madan Mohan Koyyalamudi8bdd3112012-09-24 13:55:14 -07006725 hddLog( VOS_TRACE_LEVEL_INFO, "** WPS IE(len %d) ***", (pIe[1]+2));
Jeff Johnson295189b2012-06-20 16:38:30 -07006726 /* Check 15 bit of WPS IE as it contain information for wps state
6727 * WPS state
6728 */
6729 if(SAP_WPS_ENABLED_UNCONFIGURED == pIe[15])
6730 {
6731 pConfig->wps_state = SAP_WPS_ENABLED_UNCONFIGURED;
6732 } else if(SAP_WPS_ENABLED_CONFIGURED == pIe[15])
6733 {
6734 pConfig->wps_state = SAP_WPS_ENABLED_CONFIGURED;
6735 }
6736 }
6737 }
6738 else
6739 {
6740 pConfig->wps_state = SAP_WPS_DISABLED;
6741 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306742 pConfig->fwdWPSPBCProbeReq = 1; // Forward WPS PBC probe request frame up
Jeff Johnson295189b2012-06-20 16:38:30 -07006743
c_hpothufe599e92014-06-16 11:38:55 +05306744 pConfig->RSNEncryptType = eCSR_ENCRYPT_TYPE_NONE;
6745 pConfig->mcRSNEncryptType = eCSR_ENCRYPT_TYPE_NONE;
6746 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->ucEncryptType =
6747 eCSR_ENCRYPT_TYPE_NONE;
6748
Jeff Johnson295189b2012-06-20 16:38:30 -07006749 pConfig->RSNWPAReqIELength = 0;
6750 pConfig->pRSNWPAReqIE = NULL;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306751 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
Jeff Johnson295189b2012-06-20 16:38:30 -07006752 WLAN_EID_RSN);
6753 if(pIe && pIe[1])
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306754 {
Jeff Johnson295189b2012-06-20 16:38:30 -07006755 pConfig->RSNWPAReqIELength = pIe[1] + 2;
6756 memcpy(&wpaRsnIEdata[0], pIe, pConfig->RSNWPAReqIELength);
6757 pConfig->pRSNWPAReqIE = &wpaRsnIEdata[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306758 /* The actual processing may eventually be more extensive than
6759 * this. Right now, just consume any PMKIDs that are sent in
Jeff Johnson295189b2012-06-20 16:38:30 -07006760 * by the app.
6761 * */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306762 status = hdd_softap_unpackIE(
Jeff Johnson295189b2012-06-20 16:38:30 -07006763 vos_get_context( VOS_MODULE_ID_SME, pVosContext),
6764 &RSNEncryptType,
6765 &mcRSNEncryptType,
6766 &RSNAuthType,
Chet Lanctot8cecea22014-02-11 19:09:36 -08006767 &MFPCapable,
6768 &MFPRequired,
Jeff Johnson295189b2012-06-20 16:38:30 -07006769 pConfig->pRSNWPAReqIE[1]+2,
6770 pConfig->pRSNWPAReqIE );
6771
6772 if( VOS_STATUS_SUCCESS == status )
6773 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306774 /* Now copy over all the security attributes you have
6775 * parsed out
Jeff Johnson295189b2012-06-20 16:38:30 -07006776 * */
6777 pConfig->RSNEncryptType = RSNEncryptType; // Use the cipher type in the RSN IE
6778 pConfig->mcRSNEncryptType = mcRSNEncryptType;
6779 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->ucEncryptType
6780 = RSNEncryptType;
Gopichand Nakkala66c0bd02013-04-10 11:36:29 +05306781 hddLog( LOG1, FL("CSR AuthType = %d, "
Arif Hussain6d2a3322013-11-17 19:50:10 -08006782 "EncryptionType = %d mcEncryptionType = %d"),
Jeff Johnson295189b2012-06-20 16:38:30 -07006783 RSNAuthType, RSNEncryptType, mcRSNEncryptType);
6784 }
6785 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306786
Jeff Johnson295189b2012-06-20 16:38:30 -07006787 pIe = wlan_hdd_get_vendor_oui_ie_ptr(WPA_OUI_TYPE, WPA_OUI_TYPE_SIZE,
6788 pBeacon->tail, pBeacon->tail_len);
6789
6790 if(pIe && pIe[1] && (pIe[0] == DOT11F_EID_WPA))
6791 {
6792 if (pConfig->pRSNWPAReqIE)
6793 {
6794 /*Mixed mode WPA/WPA2*/
6795 memcpy((&wpaRsnIEdata[0] + pConfig->RSNWPAReqIELength), pIe, pIe[1] + 2);
6796 pConfig->RSNWPAReqIELength += pIe[1] + 2;
6797 }
6798 else
6799 {
6800 pConfig->RSNWPAReqIELength = pIe[1] + 2;
6801 memcpy(&wpaRsnIEdata[0], pIe, pConfig->RSNWPAReqIELength);
6802 pConfig->pRSNWPAReqIE = &wpaRsnIEdata[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306803 status = hdd_softap_unpackIE(
Jeff Johnson295189b2012-06-20 16:38:30 -07006804 vos_get_context( VOS_MODULE_ID_SME, pVosContext),
6805 &RSNEncryptType,
6806 &mcRSNEncryptType,
6807 &RSNAuthType,
Chet Lanctot8cecea22014-02-11 19:09:36 -08006808 &MFPCapable,
6809 &MFPRequired,
Jeff Johnson295189b2012-06-20 16:38:30 -07006810 pConfig->pRSNWPAReqIE[1]+2,
6811 pConfig->pRSNWPAReqIE );
6812
6813 if( VOS_STATUS_SUCCESS == status )
6814 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306815 /* Now copy over all the security attributes you have
6816 * parsed out
Jeff Johnson295189b2012-06-20 16:38:30 -07006817 * */
6818 pConfig->RSNEncryptType = RSNEncryptType; // Use the cipher type in the RSN IE
6819 pConfig->mcRSNEncryptType = mcRSNEncryptType;
6820 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->ucEncryptType
6821 = RSNEncryptType;
Gopichand Nakkala66c0bd02013-04-10 11:36:29 +05306822 hddLog( LOG1, FL("CSR AuthType = %d, "
Arif Hussain6d2a3322013-11-17 19:50:10 -08006823 "EncryptionType = %d mcEncryptionType = %d"),
Jeff Johnson295189b2012-06-20 16:38:30 -07006824 RSNAuthType, RSNEncryptType, mcRSNEncryptType);
6825 }
6826 }
6827 }
6828
Jeff Johnson4416a782013-03-25 14:17:50 -07006829 if (pConfig->RSNWPAReqIELength > sizeof wpaRsnIEdata) {
6830 hddLog( VOS_TRACE_LEVEL_ERROR, "**RSNWPAReqIELength is too large***");
6831 return -EINVAL;
6832 }
6833
Jeff Johnson295189b2012-06-20 16:38:30 -07006834 pConfig->SSIDinfo.ssidHidden = VOS_FALSE;
6835
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006836#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07006837 if (params->ssid != NULL)
6838 {
6839 memcpy(pConfig->SSIDinfo.ssid.ssId, params->ssid, params->ssid_len);
6840 pConfig->SSIDinfo.ssid.length = params->ssid_len;
6841 if (params->hidden_ssid != NL80211_HIDDEN_SSID_NOT_IN_USE)
6842 pConfig->SSIDinfo.ssidHidden = VOS_TRUE;
6843 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006844#else
6845 if (ssid != NULL)
6846 {
6847 memcpy(pConfig->SSIDinfo.ssid.ssId, ssid, ssid_len);
6848 pConfig->SSIDinfo.ssid.length = ssid_len;
6849 if (hidden_ssid != NL80211_HIDDEN_SSID_NOT_IN_USE)
6850 pConfig->SSIDinfo.ssidHidden = VOS_TRUE;
6851 }
6852#endif
6853
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306854 vos_mem_copy(pConfig->self_macaddr.bytes,
Jeff Johnson295189b2012-06-20 16:38:30 -07006855 pHostapdAdapter->macAddressCurrent.bytes, sizeof(v_MACADDR_t));
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306856
Jeff Johnson295189b2012-06-20 16:38:30 -07006857 /* default value */
6858 pConfig->SapMacaddr_acl = eSAP_ACCEPT_UNLESS_DENIED;
6859 pConfig->num_accept_mac = 0;
6860 pConfig->num_deny_mac = 0;
6861
6862 pIe = wlan_hdd_get_vendor_oui_ie_ptr(BLACKLIST_OUI_TYPE, WPA_OUI_TYPE_SIZE,
6863 pBeacon->tail, pBeacon->tail_len);
6864
6865 /* pIe for black list is following form:
6866 type : 1 byte
6867 length : 1 byte
6868 OUI : 4 bytes
6869 acl type : 1 byte
6870 no of mac addr in black list: 1 byte
6871 list of mac_acl_entries: variable, 6 bytes per mac address + sizeof(int) for vlan id
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306872 */
6873 if ((pIe != NULL) && (pIe[1] != 0))
Jeff Johnson295189b2012-06-20 16:38:30 -07006874 {
6875 pConfig->SapMacaddr_acl = pIe[6];
6876 pConfig->num_deny_mac = pIe[7];
Arif Hussain6d2a3322013-11-17 19:50:10 -08006877 hddLog(VOS_TRACE_LEVEL_INFO,"acl type = %d no deny mac = %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07006878 pIe[6], pIe[7]);
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05306879 if (pConfig->num_deny_mac > MAX_ACL_MAC_ADDRESS)
6880 pConfig->num_deny_mac = MAX_ACL_MAC_ADDRESS;
Jeff Johnson295189b2012-06-20 16:38:30 -07006881 acl_entry = (struct qc_mac_acl_entry *)(pIe + 8);
6882 for (i = 0; i < pConfig->num_deny_mac; i++)
6883 {
6884 vos_mem_copy(&pConfig->deny_mac[i], acl_entry->addr, sizeof(qcmacaddr));
6885 acl_entry++;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306886 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006887 }
6888 pIe = wlan_hdd_get_vendor_oui_ie_ptr(WHITELIST_OUI_TYPE, WPA_OUI_TYPE_SIZE,
6889 pBeacon->tail, pBeacon->tail_len);
6890
6891 /* pIe for white list is following form:
6892 type : 1 byte
6893 length : 1 byte
6894 OUI : 4 bytes
6895 acl type : 1 byte
6896 no of mac addr in white list: 1 byte
6897 list of mac_acl_entries: variable, 6 bytes per mac address + sizeof(int) for vlan id
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306898 */
6899 if ((pIe != NULL) && (pIe[1] != 0))
Jeff Johnson295189b2012-06-20 16:38:30 -07006900 {
6901 pConfig->SapMacaddr_acl = pIe[6];
6902 pConfig->num_accept_mac = pIe[7];
Arif Hussain6d2a3322013-11-17 19:50:10 -08006903 hddLog(VOS_TRACE_LEVEL_INFO,"acl type = %d no accept mac = %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07006904 pIe[6], pIe[7]);
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05306905 if (pConfig->num_accept_mac > MAX_ACL_MAC_ADDRESS)
6906 pConfig->num_accept_mac = MAX_ACL_MAC_ADDRESS;
Jeff Johnson295189b2012-06-20 16:38:30 -07006907 acl_entry = (struct qc_mac_acl_entry *)(pIe + 8);
6908 for (i = 0; i < pConfig->num_accept_mac; i++)
6909 {
6910 vos_mem_copy(&pConfig->accept_mac[i], acl_entry->addr, sizeof(qcmacaddr));
6911 acl_entry++;
6912 }
6913 }
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05306914
Jeff Johnson295189b2012-06-20 16:38:30 -07006915 wlan_hdd_set_sapHwmode(pHostapdAdapter);
6916
Jeff Johnsone7245742012-09-05 17:12:55 -07006917#ifdef WLAN_FEATURE_11AC
Ravi Kumar Vaishnavbbaebbe2013-01-15 17:09:48 -08006918 /* Overwrite the hostapd setting for HW mode only for 11ac.
Sushant Kaushik7dc03272015-02-18 11:25:12 +05306919 * This is valid only if mode is set to 11n in hostapd, sapEnable11AC
6920 * is set in .ini and 11ac is supported by both host and firmware.
Kiet Lam0f320422013-11-21 19:29:17 +05306921 * Otherwise, leave whatever is set in hostapd (a OR b OR g OR n mode)
6922 */
Ravi Kumar Vaishnavbbaebbe2013-01-15 17:09:48 -08006923 if( ((pConfig->SapHw_mode == eSAP_DOT11_MODE_11n) ||
6924 (pConfig->SapHw_mode == eSAP_DOT11_MODE_11n_ONLY)) &&
Sushant Kaushik7dc03272015-02-18 11:25:12 +05306925 (sapEnable11AC) && (sme_IsFeatureSupportedByDriver(DOT11AC)) &&
6926 (sme_IsFeatureSupportedByFW(DOT11AC)) )
Jeff Johnsone7245742012-09-05 17:12:55 -07006927 {
Siddharth Bhalf42f8592014-05-15 13:39:07 +05306928 v_U32_t operatingBand = 0;
Jeff Johnsone7245742012-09-05 17:12:55 -07006929 pConfig->SapHw_mode = eSAP_DOT11_MODE_11ac;
Siddharth Bhalf42f8592014-05-15 13:39:07 +05306930 ccmCfgGetInt(hHal, WNI_CFG_SAP_CHANNEL_SELECT_OPERATING_BAND, &operatingBand);
Ravi Joshi83bfaa12013-05-28 22:12:08 -07006931
Siddharth Bhal5cba24e2014-05-08 18:59:39 +05306932 /* If ACS disable and selected channel <= 14
6933 * OR
6934 * ACS enabled and ACS operating band is choosen as 2.4
6935 * AND
6936 * VHT in 2.4G Disabled
6937 * THEN
6938 * Fallback to 11N mode
6939 */
6940 if (((AUTO_CHANNEL_SELECT != pConfig->channel && pConfig->channel <= SIR_11B_CHANNEL_END)
6941 || (AUTO_CHANNEL_SELECT == pConfig->channel &&
Deepthi Gowri7db41f32014-10-13 17:02:29 +05306942 operatingBand == eSAP_RF_SUBBAND_2_4_GHZ)) &&
Siddharth Bhal5cba24e2014-05-08 18:59:39 +05306943 iniConfig->enableVhtFor24GHzBand == FALSE)
Ravi Joshi83bfaa12013-05-28 22:12:08 -07006944 {
Siddharth Bhalf42f8592014-05-15 13:39:07 +05306945 hddLog(LOGW, FL("Setting hwmode to 11n, operatingBand = %d, Channel = %d"),
6946 operatingBand, pConfig->channel);
Ravi Joshi83bfaa12013-05-28 22:12:08 -07006947 pConfig->SapHw_mode = eSAP_DOT11_MODE_11n;
6948 }
Jeff Johnsone7245742012-09-05 17:12:55 -07006949 }
6950#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306951
Jeff Johnson295189b2012-06-20 16:38:30 -07006952 // ht_capab is not what the name conveys,this is used for protection bitmap
6953 pConfig->ht_capab =
6954 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apProtection;
6955
6956 if ( 0 != wlan_hdd_cfg80211_update_apies(pHostapdAdapter, params) )
6957 {
6958 hddLog(LOGE, FL("SAP Not able to set AP IEs"));
6959 return -EINVAL;
6960 }
6961
6962 //Uapsd Enabled Bit
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306963 pConfig->UapsdEnable =
Jeff Johnson295189b2012-06-20 16:38:30 -07006964 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apUapsdEnabled;
6965 //Enable OBSS protection
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306966 pConfig->obssProtEnabled =
6967 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apOBSSProtEnabled;
Jeff Johnson295189b2012-06-20 16:38:30 -07006968
Chet Lanctot8cecea22014-02-11 19:09:36 -08006969#ifdef WLAN_FEATURE_11W
6970 pConfig->mfpCapable = MFPCapable;
6971 pConfig->mfpRequired = MFPRequired;
6972 hddLog(LOGW, FL("Soft AP MFP capable %d, MFP required %d\n"),
6973 pConfig->mfpCapable, pConfig->mfpRequired);
6974#endif
6975
Arif Hussain6d2a3322013-11-17 19:50:10 -08006976 hddLog(LOGW, FL("SOftAP macaddress : "MAC_ADDRESS_STR),
Jeff Johnson295189b2012-06-20 16:38:30 -07006977 MAC_ADDR_ARRAY(pHostapdAdapter->macAddressCurrent.bytes));
Arif Hussain6d2a3322013-11-17 19:50:10 -08006978 hddLog(LOGW,FL("ssid =%s, beaconint=%d, channel=%d"),
6979 pConfig->SSIDinfo.ssid.ssId, (int)pConfig->beacon_int,
6980 (int)pConfig->channel);
6981 hddLog(LOGW,FL("hw_mode=%x, privacy=%d, authType=%d"),
6982 pConfig->SapHw_mode, pConfig->privacy,
6983 pConfig->authType);
6984 hddLog(LOGW,FL("RSN/WPALen=%d, Uapsd = %d"),
6985 (int)pConfig->RSNWPAReqIELength, pConfig->UapsdEnable);
6986 hddLog(LOGW,FL("ProtEnabled = %d, OBSSProtEnabled = %d"),
6987 pConfig->protEnabled, pConfig->obssProtEnabled);
Jeff Johnson295189b2012-06-20 16:38:30 -07006988
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306989 if(test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags))
Jeff Johnson295189b2012-06-20 16:38:30 -07006990 {
6991 //Bss already started. just return.
6992 //TODO Probably it should update some beacon params.
6993 hddLog( LOGE, "Bss Already started...Ignore the request");
6994 EXIT();
6995 return 0;
6996 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306997
Agarwal Ashish51325b52014-06-16 16:50:49 +05306998 if (vos_max_concurrent_connections_reached()) {
6999 hddLog(VOS_TRACE_LEVEL_INFO, FL("Reached max concurrent connections"));
7000 return -EINVAL;
7001 }
7002
Jeff Johnson295189b2012-06-20 16:38:30 -07007003 pConfig->persona = pHostapdAdapter->device_mode;
7004
Peng Xu2446a892014-09-05 17:21:18 +05307005 psmeConfig = (tSmeConfigParams*) vos_mem_malloc(sizeof(tSmeConfigParams));
7006 if ( NULL != psmeConfig)
7007 {
Hardik Kantilal Patel086e0a32014-11-20 14:56:26 +05307008 vos_mem_zero(psmeConfig, sizeof (tSmeConfigParams));
Peng Xu2446a892014-09-05 17:21:18 +05307009 sme_GetConfigParam(hHal, psmeConfig);
7010 pConfig->scanBandPreference = psmeConfig->csrConfig.scanBandPreference;
Hardik Kantilal Patel086e0a32014-11-20 14:56:26 +05307011#ifdef WLAN_FEATURE_AP_HT40_24G
7012 if (((pHostapdAdapter->device_mode == WLAN_HDD_SOFTAP)
7013 || (pHostapdAdapter->device_mode == WLAN_HDD_P2P_GO))
7014 && pHddCtx->cfg_ini->apHT40_24GEnabled)
7015 {
7016 psmeConfig->csrConfig.apHT40_24GEnabled = 1;
7017 sme_UpdateConfig (hHal, psmeConfig);
7018 }
7019#endif
Peng Xu2446a892014-09-05 17:21:18 +05307020 vos_mem_free(psmeConfig);
7021 }
Peng Xuafc34e32014-09-25 13:23:55 +05307022 pConfig->acsBandSwitchThreshold = iniConfig->acsBandSwitchThreshold;
Peng Xu2446a892014-09-05 17:21:18 +05307023
Jeff Johnson295189b2012-06-20 16:38:30 -07007024 pSapEventCallback = hdd_hostapd_SAPEventCB;
7025 if(WLANSAP_StartBss(pVosContext, pSapEventCallback, pConfig,
7026 (v_PVOID_t)pHostapdAdapter->dev) != VOS_STATUS_SUCCESS)
7027 {
Arif Hussain6d2a3322013-11-17 19:50:10 -08007028 hddLog(LOGE,FL("SAP Start Bss fail"));
Jeff Johnson295189b2012-06-20 16:38:30 -07007029 return -EINVAL;
7030 }
7031
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307032 hddLog(LOG1,
Jeff Johnson295189b2012-06-20 16:38:30 -07007033 FL("Waiting for Scan to complete(auto mode) and BSS to start"));
7034
7035 status = vos_wait_single_event(&pHostapdState->vosEvent, 10000);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307036
Jeff Johnson295189b2012-06-20 16:38:30 -07007037 if (!VOS_IS_STATUS_SUCCESS(status))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307038 {
7039 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007040 ("ERROR: HDD vos wait for single_event failed!!"));
Tushnim Bhattacharyyaad37df12013-10-02 12:01:33 -07007041 smeGetCommandQStatus(hHal);
Jeff Johnson295189b2012-06-20 16:38:30 -07007042 VOS_ASSERT(0);
7043 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307044
Jeff Johnson295189b2012-06-20 16:38:30 -07007045 set_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags);
Kaushik, Sushantf6070802014-10-15 15:09:23 +05307046 /* Initialize WMM configuation */
7047 hdd_wmm_init(pHostapdAdapter);
Agarwal Ashish51325b52014-06-16 16:50:49 +05307048 wlan_hdd_incr_active_session(pHddCtx, pHostapdAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07007049
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07007050#ifdef WLAN_FEATURE_P2P_DEBUG
7051 if (pHostapdAdapter->device_mode == WLAN_HDD_P2P_GO)
7052 {
7053 if(globalP2PConnectionStatus == P2P_GO_NEG_COMPLETED)
7054 {
7055 globalP2PConnectionStatus = P2P_GO_COMPLETED_STATE;
7056 hddLog(LOGE,"[P2P State] From Go nego completed to "
Jeff Johnson1250df42012-12-10 14:31:52 -08007057 "Non-autonomous Group started");
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07007058 }
7059 else if(globalP2PConnectionStatus == P2P_NOT_ACTIVE)
7060 {
7061 globalP2PConnectionStatus = P2P_GO_COMPLETED_STATE;
7062 hddLog(LOGE,"[P2P State] From Inactive to "
Jeff Johnson1250df42012-12-10 14:31:52 -08007063 "Autonomous Group started");
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07007064 }
7065 }
7066#endif
7067
Jeff Johnson295189b2012-06-20 16:38:30 -07007068 pHostapdState->bCommit = TRUE;
7069 EXIT();
7070
7071 return 0;
7072}
7073
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007074#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307075static int __wlan_hdd_cfg80211_add_beacon(struct wiphy *wiphy,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307076 struct net_device *dev,
Jeff Johnson295189b2012-06-20 16:38:30 -07007077 struct beacon_parameters *params)
7078{
7079 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307080 hdd_context_t *pHddCtx;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307081 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07007082
7083 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307084
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05307085 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
7086 TRACE_CODE_HDD_CFG80211_ADD_BEACON,
7087 pAdapter->sessionId, params->interval));
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05307088 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "device mode=%s (%d)",
7089 hdd_device_modetoString(pAdapter->device_mode),
7090 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07007091
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307092 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
7093 status = wlan_hdd_validate_context(pHddCtx);
7094
7095 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007096 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307097 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7098 "%s: HDD context is not valid", __func__);
7099 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007100 }
7101
Agarwal Ashish51325b52014-06-16 16:50:49 +05307102 if (vos_max_concurrent_connections_reached()) {
7103 hddLog(VOS_TRACE_LEVEL_INFO, FL("Reached max concurrent connections"));
7104 return -EINVAL;
7105 }
7106
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307107 if ( (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07007108 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07007109 )
7110 {
7111 beacon_data_t *old,*new;
7112
7113 old = pAdapter->sessionCtx.ap.beacon;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307114
Jeff Johnson295189b2012-06-20 16:38:30 -07007115 if (old)
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307116 {
7117 hddLog(VOS_TRACE_LEVEL_WARN,
7118 FL("already beacon info added to session(%d)"),
7119 pAdapter->sessionId);
Jeff Johnson295189b2012-06-20 16:38:30 -07007120 return -EALREADY;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307121 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007122
7123 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter,&new,params);
7124
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307125 if(status != VOS_STATUS_SUCCESS)
Jeff Johnson295189b2012-06-20 16:38:30 -07007126 {
7127 hddLog(VOS_TRACE_LEVEL_FATAL,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007128 "%s:Error!!! Allocating the new beacon",__func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07007129 return -EINVAL;
7130 }
7131
7132 pAdapter->sessionCtx.ap.beacon = new;
7133
7134 status = wlan_hdd_cfg80211_start_bss(pAdapter, params);
7135 }
7136
7137 EXIT();
7138 return status;
7139}
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307140
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307141static int wlan_hdd_cfg80211_add_beacon(struct wiphy *wiphy,
7142 struct net_device *dev,
7143 struct beacon_parameters *params)
7144{
7145 int ret;
7146
7147 vos_ssr_protect(__func__);
7148 ret = __wlan_hdd_cfg80211_add_beacon(wiphy, dev, params);
7149 vos_ssr_unprotect(__func__);
7150
7151 return ret;
7152}
7153
7154static int __wlan_hdd_cfg80211_set_beacon(struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07007155 struct net_device *dev,
7156 struct beacon_parameters *params)
7157{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307158 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307159 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
7160 hdd_context_t *pHddCtx;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307161 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07007162
7163 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307164 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
7165 TRACE_CODE_HDD_CFG80211_SET_BEACON,
7166 pAdapter->sessionId, pHddStaCtx->conn_info.authType));
7167 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)",
7168 __func__, hdd_device_modetoString(pAdapter->device_mode),
7169 pAdapter->device_mode);
7170
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307171 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
7172 status = wlan_hdd_validate_context(pHddCtx);
7173
7174 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007175 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307176 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7177 "%s: HDD context is not valid", __func__);
7178 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007179 }
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307180
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307181 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07007182 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307183 )
Jeff Johnson295189b2012-06-20 16:38:30 -07007184 {
7185 beacon_data_t *old,*new;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307186
Jeff Johnson295189b2012-06-20 16:38:30 -07007187 old = pAdapter->sessionCtx.ap.beacon;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307188
Jeff Johnson295189b2012-06-20 16:38:30 -07007189 if (!old)
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307190 {
7191 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7192 FL("session(%d) old and new heads points to NULL"),
7193 pAdapter->sessionId);
Jeff Johnson295189b2012-06-20 16:38:30 -07007194 return -ENOENT;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307195 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007196
7197 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter,&new,params);
7198
7199 if(status != VOS_STATUS_SUCCESS) {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307200 hddLog(VOS_TRACE_LEVEL_FATAL,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007201 "%s: Error!!! Allocating the new beacon",__func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07007202 return -EINVAL;
7203 }
7204
7205 pAdapter->sessionCtx.ap.beacon = new;
7206
7207 status = wlan_hdd_cfg80211_start_bss(pAdapter, params);
7208 }
7209
7210 EXIT();
7211 return status;
7212}
7213
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307214static int wlan_hdd_cfg80211_set_beacon(struct wiphy *wiphy,
7215 struct net_device *dev,
7216 struct beacon_parameters *params)
7217{
7218 int ret;
7219
7220 vos_ssr_protect(__func__);
7221 ret = __wlan_hdd_cfg80211_set_beacon(wiphy, dev, params);
7222 vos_ssr_unprotect(__func__);
7223
7224 return ret;
7225}
7226
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007227#endif //(LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
7228
7229#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307230static int __wlan_hdd_cfg80211_del_beacon(struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07007231 struct net_device *dev)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007232#else
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307233static int __wlan_hdd_cfg80211_stop_ap (struct wiphy *wiphy,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007234 struct net_device *dev)
7235#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07007236{
7237 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnsone7245742012-09-05 17:12:55 -07007238 hdd_context_t *pHddCtx = NULL;
7239 hdd_scaninfo_t *pScanInfo = NULL;
7240 hdd_adapter_t *staAdapter = NULL;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307241 VOS_STATUS status;
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +05307242 long ret;
Jeff Johnson295189b2012-06-20 16:38:30 -07007243
7244 ENTER();
7245
7246 if (NULL == pAdapter)
7247 {
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307248 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07007249 "%s: HDD adapter context is Null", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07007250 return -ENODEV;
7251 }
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07007252
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05307253 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
7254 TRACE_CODE_HDD_CFG80211_STOP_AP,
7255 pAdapter->sessionId, pAdapter->device_mode));
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307256 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
7257 status = wlan_hdd_validate_context(pHddCtx);
7258
7259 if (0 != status)
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07007260 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307261 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7262 "%s: HDD context is not valid", __func__);
7263 return status;
Jeff Johnson4416a782013-03-25 14:17:50 -07007264 }
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07007265
7266 staAdapter = hdd_get_adapter(pAdapter->pHddCtx, WLAN_HDD_INFRA_STATION);
7267 if (NULL == staAdapter)
7268 {
7269 staAdapter = hdd_get_adapter(pAdapter->pHddCtx, WLAN_HDD_P2P_CLIENT);
7270 if (NULL == staAdapter)
7271 {
Rajesh Chauhan52d885b2013-11-01 10:54:25 -07007272 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO_HIGH,
7273 "%s: HDD adapter context for STA/P2P-CLI is Null",
7274 __func__);
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07007275 }
7276 }
7277
7278 pScanInfo = &pHddCtx->scan_info;
7279
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05307280 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)",
7281 __func__, hdd_device_modetoString(pAdapter->device_mode),
7282 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07007283
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +05307284 ret = wlan_hdd_scan_abort(pAdapter);
7285
Girish Gowli4bf7a632014-06-12 13:42:11 +05307286 if (ret < 0)
Jeff Johnsone7245742012-09-05 17:12:55 -07007287 {
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +05307288 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7289 FL("Timeout occurred while waiting for abortscan %ld"), ret);
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307290
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +05307291 if (pHddCtx->isLogpInProgress)
Jeff Johnsone7245742012-09-05 17:12:55 -07007292 {
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +05307293 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7294 "%s: LOGP in Progress. Ignore!!!", __func__);
Yue Ma4f55ef32014-01-23 16:45:33 -08007295
Jeff Johnsone7245742012-09-05 17:12:55 -07007296 VOS_ASSERT(pScanInfo->mScanPending);
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +05307297 return -EAGAIN;
Jeff Johnsone7245742012-09-05 17:12:55 -07007298 }
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +05307299 VOS_ASSERT(pScanInfo->mScanPending);
Jeff Johnsone7245742012-09-05 17:12:55 -07007300 }
7301
Rashmi Ramanna1f0948d2014-08-28 15:33:48 +05307302 /* Delete all associated STAs before stopping AP/P2P GO */
7303 hdd_del_all_sta(pAdapter);
Arun Kumar Khandavallia3bd8002014-01-17 16:21:19 +05307304 hdd_hostapd_stop(dev);
7305
Jeff Johnson295189b2012-06-20 16:38:30 -07007306 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07007307 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07007308 )
7309 {
7310 beacon_data_t *old;
7311
7312 old = pAdapter->sessionCtx.ap.beacon;
7313
7314 if (!old)
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307315 {
7316 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7317 FL("session(%d) beacon data points to NULL"),
7318 pAdapter->sessionId);
Jeff Johnson295189b2012-06-20 16:38:30 -07007319 return -ENOENT;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307320 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007321
Jeff Johnson295189b2012-06-20 16:38:30 -07007322 hdd_cleanup_actionframe(pHddCtx, pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07007323
7324 mutex_lock(&pHddCtx->sap_lock);
7325 if(test_bit(SOFTAP_BSS_STARTED, &pAdapter->event_flags))
7326 {
Jeff Johnson4416a782013-03-25 14:17:50 -07007327 if ( VOS_STATUS_SUCCESS == (status = WLANSAP_StopBss(pHddCtx->pvosContext) ) )
Jeff Johnson295189b2012-06-20 16:38:30 -07007328 {
7329 hdd_hostapd_state_t *pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
7330
7331 status = vos_wait_single_event(&pHostapdState->vosEvent, 10000);
7332
7333 if (!VOS_IS_STATUS_SUCCESS(status))
7334 {
7335 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007336 ("ERROR: HDD vos wait for single_event failed!!"));
Jeff Johnson295189b2012-06-20 16:38:30 -07007337 VOS_ASSERT(0);
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05307338 }
7339 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007340 clear_bit(SOFTAP_BSS_STARTED, &pAdapter->event_flags);
Agarwal Ashish51325b52014-06-16 16:50:49 +05307341 /* BSS stopped, clear the active sessions for this device mode */
7342 wlan_hdd_decr_active_session(pHddCtx, pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07007343 }
7344 mutex_unlock(&pHddCtx->sap_lock);
7345
7346 if(status != VOS_STATUS_SUCCESS)
7347 {
7348 hddLog(VOS_TRACE_LEVEL_FATAL,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007349 "%s:Error!!! Stopping the BSS",__func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07007350 return -EINVAL;
7351 }
7352
Jeff Johnson4416a782013-03-25 14:17:50 -07007353 if (ccmCfgSetInt(pHddCtx->hHal,
Jeff Johnson295189b2012-06-20 16:38:30 -07007354 WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG, 0,NULL, eANI_BOOLEAN_FALSE)
7355 ==eHAL_STATUS_FAILURE)
7356 {
7357 hddLog(LOGE,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007358 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG to CCM");
Jeff Johnson295189b2012-06-20 16:38:30 -07007359 }
7360
Jeff Johnson4416a782013-03-25 14:17:50 -07007361 if ( eHAL_STATUS_FAILURE == ccmCfgSetInt(pHddCtx->hHal,
Jeff Johnson295189b2012-06-20 16:38:30 -07007362 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 0, NULL,
7363 eANI_BOOLEAN_FALSE) )
7364 {
7365 hddLog(LOGE,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007366 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM");
Jeff Johnson295189b2012-06-20 16:38:30 -07007367 }
7368
7369 // Reset WNI_CFG_PROBE_RSP Flags
7370 wlan_hdd_reset_prob_rspies(pAdapter);
7371
7372 pAdapter->sessionCtx.ap.beacon = NULL;
7373 kfree(old);
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07007374#ifdef WLAN_FEATURE_P2P_DEBUG
7375 if((pAdapter->device_mode == WLAN_HDD_P2P_GO) &&
7376 (globalP2PConnectionStatus == P2P_GO_COMPLETED_STATE))
7377 {
7378 hddLog(LOGE,"[P2P State] From GO completed to Inactive state "
7379 "GO got removed");
7380 globalP2PConnectionStatus = P2P_NOT_ACTIVE;
7381 }
7382#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07007383 }
7384 EXIT();
7385 return status;
7386}
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007387
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307388#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
7389static int wlan_hdd_cfg80211_del_beacon(struct wiphy *wiphy,
7390 struct net_device *dev)
7391{
7392 int ret;
7393
7394 vos_ssr_protect(__func__);
7395 ret = __wlan_hdd_cfg80211_del_beacon(wiphy, dev);
7396 vos_ssr_unprotect(__func__);
7397
7398 return ret;
7399}
7400#else
7401static int wlan_hdd_cfg80211_stop_ap(struct wiphy *wiphy,
7402 struct net_device *dev)
7403{
7404 int ret;
7405
7406 vos_ssr_protect(__func__);
7407 ret = __wlan_hdd_cfg80211_stop_ap(wiphy, dev);
7408 vos_ssr_unprotect(__func__);
7409
7410 return ret;
7411}
7412#endif
7413
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007414#if (LINUX_VERSION_CODE > KERNEL_VERSION(3,3,0))
7415
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307416static int __wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307417 struct net_device *dev,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007418 struct cfg80211_ap_settings *params)
7419{
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307420 hdd_adapter_t *pAdapter;
7421 hdd_context_t *pHddCtx;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307422 int status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007423
7424 ENTER();
7425
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307426 if (NULL == dev)
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07007427 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307428 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307429 "%s: Device is Null", __func__);
7430 return -ENODEV;
7431 }
7432
7433 pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7434 if (NULL == pAdapter)
7435 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307436 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307437 "%s: HDD adapter is Null", __func__);
7438 return -ENODEV;
7439 }
7440
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05307441 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
7442 TRACE_CODE_HDD_CFG80211_START_AP, pAdapter->sessionId,
7443 params-> beacon_interval));
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307444 if (WLAN_HDD_ADAPTER_MAGIC != pAdapter->magic)
7445 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307446 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307447 "%s: HDD adapter magic is invalid", __func__);
7448 return -ENODEV;
7449 }
7450
7451 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307452 status = wlan_hdd_validate_context(pHddCtx);
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307453
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307454 if (0 != status)
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307455 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307456 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7457 "%s: HDD context is not valid", __func__);
7458 return status;
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307459 }
7460
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05307461 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: device mode = %s (%d)",
7462 __func__, hdd_device_modetoString(pAdapter->device_mode),
7463 pAdapter->device_mode);
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307464
7465 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007466 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007467 )
7468 {
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307469 beacon_data_t *old, *new;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007470
7471 old = pAdapter->sessionCtx.ap.beacon;
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307472
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007473 if (old)
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307474 {
7475 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_WARN,
7476 FL("already beacon info added to session(%d)"),
7477 pAdapter->sessionId);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007478 return -EALREADY;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307479 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007480
7481 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter, &new, &params->beacon, params->dtim_period);
7482
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307483 if (status != 0)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007484 {
7485 hddLog(VOS_TRACE_LEVEL_FATAL,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05307486 "%s:Error!!! Allocating the new beacon", __func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007487 return -EINVAL;
7488 }
7489 pAdapter->sessionCtx.ap.beacon = new;
Viral Modi3a32cc52013-02-08 11:14:52 -08007490#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0))
Yue Maf49ba872013-08-19 12:04:25 -07007491 wlan_hdd_cfg80211_set_channel(wiphy, dev,
7492#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,8,0))
7493 params->channel, params->channel_type);
7494#else
7495 params->chandef.chan, cfg80211_get_chandef_type(&(params->chandef)));
7496#endif
Viral Modi3a32cc52013-02-08 11:14:52 -08007497#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007498 status = wlan_hdd_cfg80211_start_bss(pAdapter, &params->beacon, params->ssid,
7499 params->ssid_len, params->hidden_ssid);
7500 }
7501
7502 EXIT();
7503 return status;
7504}
7505
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307506static int wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy,
7507 struct net_device *dev,
7508 struct cfg80211_ap_settings *params)
7509{
7510 int ret;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007511
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307512 vos_ssr_protect(__func__);
7513 ret = __wlan_hdd_cfg80211_start_ap(wiphy, dev, params);
7514 vos_ssr_unprotect(__func__);
7515
7516 return ret;
7517}
7518
7519static int __wlan_hdd_cfg80211_change_beacon(struct wiphy *wiphy,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007520 struct net_device *dev,
7521 struct cfg80211_beacon_data *params)
7522{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307523 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307524 hdd_context_t *pHddCtx;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307525 int status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007526
7527 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307528
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05307529 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
7530 TRACE_CODE_HDD_CFG80211_CHANGE_BEACON,
7531 pAdapter->sessionId, pAdapter->device_mode));
Arif Hussain6d2a3322013-11-17 19:50:10 -08007532 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d",
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007533 __func__, pAdapter->device_mode);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307534
7535 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
7536 status = wlan_hdd_validate_context(pHddCtx);
7537
7538 if (0 != status)
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07007539 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307540 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7541 "%s: HDD context is not valid", __func__);
7542 return status;
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07007543 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007544
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307545 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007546 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307547 )
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007548 {
7549 beacon_data_t *old,*new;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307550
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007551 old = pAdapter->sessionCtx.ap.beacon;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307552
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007553 if (!old)
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307554 {
7555 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7556 FL("session(%d) beacon data points to NULL"),
7557 pAdapter->sessionId);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007558 return -ENOENT;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307559 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007560
7561 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter, &new, params, 0);
7562
7563 if(status != VOS_STATUS_SUCCESS) {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307564 hddLog(VOS_TRACE_LEVEL_FATAL,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007565 "%s: Error!!! Allocating the new beacon",__func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007566 return -EINVAL;
7567 }
7568
7569 pAdapter->sessionCtx.ap.beacon = new;
7570
7571 status = wlan_hdd_cfg80211_start_bss(pAdapter, params, NULL, 0, 0);
7572 }
7573
7574 EXIT();
7575 return status;
7576}
7577
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307578static int wlan_hdd_cfg80211_change_beacon(struct wiphy *wiphy,
7579 struct net_device *dev,
7580 struct cfg80211_beacon_data *params)
7581{
7582 int ret;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007583
Mukul Sharmab0e0a982014-12-15 18:58:53 +05307584 vos_ssr_protect(__func__);
7585 ret = __wlan_hdd_cfg80211_change_beacon(wiphy, dev, params);
7586 vos_ssr_unprotect(__func__);
7587
7588 return ret;
7589}
7590
7591#endif //(LINUX_VERSION_CODE > KERNEL_VERSION(3,3,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07007592
Mahesh A Saptasagar179d2252014-06-02 21:32:21 +05307593static int __wlan_hdd_cfg80211_change_bss (struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07007594 struct net_device *dev,
7595 struct bss_parameters *params)
7596{
7597 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05307598 hdd_context_t *pHddCtx;
7599 int ret = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07007600
7601 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05307602
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05307603 if (NULL == pAdapter)
7604 {
7605 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7606 "%s: HDD adapter is Null", __func__);
7607 return -ENODEV;
7608 }
7609 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
7610
7611 ret = wlan_hdd_validate_context(pHddCtx);
7612 if (0 != ret)
7613 {
7614 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7615 "%s: HDD context is not valid", __func__);
7616 return ret;
7617 }
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05307618 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
7619 TRACE_CODE_HDD_CFG80211_CHANGE_BSS,
7620 pAdapter->sessionId, params->ap_isolate));
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05307621 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)",
7622 __func__, hdd_device_modetoString(pAdapter->device_mode),
7623 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07007624
7625 if((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07007626 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307627 )
Jeff Johnson295189b2012-06-20 16:38:30 -07007628 {
7629 /* ap_isolate == -1 means that in change bss, upper layer doesn't
7630 * want to update this parameter */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307631 if (-1 != params->ap_isolate)
Jeff Johnson295189b2012-06-20 16:38:30 -07007632 {
7633 pAdapter->sessionCtx.ap.apDisableIntraBssFwd = !!params->ap_isolate;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307634 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007635 }
7636
7637 EXIT();
7638 return 0;
7639}
7640
Mahesh A Saptasagar179d2252014-06-02 21:32:21 +05307641static int wlan_hdd_cfg80211_change_bss (struct wiphy *wiphy,
7642 struct net_device *dev,
7643 struct bss_parameters *params)
7644{
7645 int ret;
7646
7647 vos_ssr_protect(__func__);
7648 ret = __wlan_hdd_cfg80211_change_bss(wiphy, dev, params);
7649 vos_ssr_unprotect(__func__);
7650
7651 return ret;
7652}
Kiet Lam10841362013-11-01 11:36:50 +05307653/* FUNCTION: wlan_hdd_change_country_code_cd
7654* to wait for contry code completion
7655*/
7656void* wlan_hdd_change_country_code_cb(void *pAdapter)
7657{
7658 hdd_adapter_t *call_back_pAdapter = pAdapter;
7659 complete(&call_back_pAdapter->change_country_code);
7660 return NULL;
7661}
7662
Jeff Johnson295189b2012-06-20 16:38:30 -07007663/*
Mahesh A Saptasagar0e59c472014-04-14 19:17:41 +05307664 * FUNCTION: __wlan_hdd_cfg80211_change_iface
Jeff Johnson295189b2012-06-20 16:38:30 -07007665 * This function is used to set the interface type (INFRASTRUCTURE/ADHOC)
7666 */
Mahesh A Saptasagar0e59c472014-04-14 19:17:41 +05307667int __wlan_hdd_cfg80211_change_iface( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07007668 struct net_device *ndev,
7669 enum nl80211_iftype type,
7670 u32 *flags,
7671 struct vif_params *params
7672 )
7673{
7674 struct wireless_dev *wdev;
7675 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Rajesh Chauhana0516c62014-01-30 16:11:18 -08007676 hdd_context_t *pHddCtx;
Mohit Khanna0f232092012-09-11 14:46:08 -07007677 hdd_adapter_t *pP2pAdapter = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07007678 tCsrRoamProfile *pRoamProfile = NULL;
7679 eCsrRoamBssType LastBSSType;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307680 hdd_config_t *pConfig = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07007681 eMib_dot11DesiredBssType connectedBssType;
7682 VOS_STATUS status;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307683 long ret;
Jeff Johnson295189b2012-06-20 16:38:30 -07007684
7685 ENTER();
7686
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05307687 if (!pAdapter)
Rajesh Chauhana0516c62014-01-30 16:11:18 -08007688 {
7689 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7690 "%s: Adapter context is null", __func__);
7691 return VOS_STATUS_E_FAILURE;
7692 }
7693
7694 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
7695 if (!pHddCtx)
7696 {
7697 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7698 "%s: HDD context is null", __func__);
7699 return VOS_STATUS_E_FAILURE;
7700 }
7701
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05307702 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
7703 TRACE_CODE_HDD_CFG80211_CHANGE_IFACE,
7704 pAdapter->sessionId, type));
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307705 status = wlan_hdd_validate_context(pHddCtx);
7706
7707 if (0 != status)
Jeff Johnson295189b2012-06-20 16:38:30 -07007708 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307709 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7710 "%s: HDD context is not valid", __func__);
7711 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -07007712 }
7713
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05307714 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)",
7715 __func__, hdd_device_modetoString(pAdapter->device_mode),
7716 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07007717
Agarwal Ashish51325b52014-06-16 16:50:49 +05307718 if (vos_max_concurrent_connections_reached()) {
7719 hddLog(VOS_TRACE_LEVEL_INFO, FL("Reached max concurrent connections"));
7720 return -EINVAL;
7721 }
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307722 pConfig = pHddCtx->cfg_ini;
Jeff Johnson295189b2012-06-20 16:38:30 -07007723 wdev = ndev->ieee80211_ptr;
7724
7725#ifdef WLAN_BTAMP_FEATURE
7726 if((NL80211_IFTYPE_P2P_CLIENT == type)||
7727 (NL80211_IFTYPE_ADHOC == type)||
7728 (NL80211_IFTYPE_AP == type)||
7729 (NL80211_IFTYPE_P2P_GO == type))
7730 {
7731 pHddCtx->isAmpAllowed = VOS_FALSE;
7732 // stop AMP traffic
7733 status = WLANBAP_StopAmp();
7734 if(VOS_STATUS_SUCCESS != status )
7735 {
7736 pHddCtx->isAmpAllowed = VOS_TRUE;
7737 hddLog(VOS_TRACE_LEVEL_FATAL,
7738 "%s: Failed to stop AMP", __func__);
7739 return -EINVAL;
7740 }
7741 }
7742#endif //WLAN_BTAMP_FEATURE
7743 /* Reset the current device mode bit mask*/
7744 wlan_hdd_clear_concurrency_mode(pHddCtx, pAdapter->device_mode);
7745
7746 if( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -07007747 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Jeff Johnsone7245742012-09-05 17:12:55 -07007748 || (pAdapter->device_mode == WLAN_HDD_P2P_DEVICE)
Jeff Johnson295189b2012-06-20 16:38:30 -07007749 )
7750 {
7751 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Rajesh Chauhana0516c62014-01-30 16:11:18 -08007752 if (!pWextState)
7753 {
7754 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7755 "%s: pWextState is null", __func__);
7756 return VOS_STATUS_E_FAILURE;
7757 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007758 pRoamProfile = &pWextState->roamProfile;
7759 LastBSSType = pRoamProfile->BSSType;
7760
7761 switch (type)
7762 {
7763 case NL80211_IFTYPE_STATION:
Jeff Johnson295189b2012-06-20 16:38:30 -07007764 case NL80211_IFTYPE_P2P_CLIENT:
Jeff Johnson295189b2012-06-20 16:38:30 -07007765 hddLog(VOS_TRACE_LEVEL_INFO,
7766 "%s: setting interface Type to INFRASTRUCTURE", __func__);
7767 pRoamProfile->BSSType = eCSR_BSS_TYPE_INFRASTRUCTURE;
Jeff Johnsone7245742012-09-05 17:12:55 -07007768#ifdef WLAN_FEATURE_11AC
7769 if(pConfig->dot11Mode == eHDD_DOT11_MODE_AUTO)
7770 {
7771 pConfig->dot11Mode = eHDD_DOT11_MODE_11ac;
7772 }
7773#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307774 pRoamProfile->phyMode =
Jeff Johnsone7245742012-09-05 17:12:55 -07007775 hdd_cfg_xlate_to_csr_phy_mode(pConfig->dot11Mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07007776 wdev->iftype = type;
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08007777 //Check for sub-string p2p to confirm its a p2p interface
7778 if (NULL != strstr(ndev->name,"p2p"))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307779 {
Gopichand Nakkala864d3552012-12-31 16:08:51 -08007780 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
7781 WLAN_HDD_P2P_DEVICE : WLAN_HDD_P2P_CLIENT;
7782 }
7783 else
7784 {
7785 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
Jeff Johnson295189b2012-06-20 16:38:30 -07007786 WLAN_HDD_INFRA_STATION: WLAN_HDD_P2P_CLIENT;
Gopichand Nakkala864d3552012-12-31 16:08:51 -08007787 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007788 break;
Mahesh A Saptasagar36cdc802015-01-07 18:41:17 +05307789
Jeff Johnson295189b2012-06-20 16:38:30 -07007790 case NL80211_IFTYPE_ADHOC:
7791 hddLog(VOS_TRACE_LEVEL_INFO,
7792 "%s: setting interface Type to ADHOC", __func__);
7793 pRoamProfile->BSSType = eCSR_BSS_TYPE_START_IBSS;
7794 pRoamProfile->phyMode =
7795 hdd_cfg_xlate_to_csr_phy_mode(pConfig->dot11Mode);
Shailender Karmuchia734f332013-04-19 14:02:48 -07007796 pAdapter->device_mode = WLAN_HDD_IBSS;
Jeff Johnson295189b2012-06-20 16:38:30 -07007797 wdev->iftype = type;
7798 break;
7799
7800 case NL80211_IFTYPE_AP:
Jeff Johnson295189b2012-06-20 16:38:30 -07007801 case NL80211_IFTYPE_P2P_GO:
Jeff Johnson295189b2012-06-20 16:38:30 -07007802 {
7803 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
7804 "%s: setting interface Type to %s", __func__,
7805 (type == NL80211_IFTYPE_AP) ? "SoftAP" : "P2pGo");
7806
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08007807 //Cancel any remain on channel for GO mode
7808 if (NL80211_IFTYPE_P2P_GO == type)
7809 {
7810 wlan_hdd_cancel_existing_remain_on_channel(pAdapter);
7811 }
Mohit Khanna0f232092012-09-11 14:46:08 -07007812 if (NL80211_IFTYPE_AP == type)
7813 {
7814 /* As Loading WLAN Driver one interface being created for p2p device
7815 * address. This will take one HW STA and the max number of clients
7816 * that can connect to softAP will be reduced by one. so while changing
7817 * the interface type to NL80211_IFTYPE_AP (SoftAP) remove p2p0
7818 * interface as it is not required in SoftAP mode.
7819 */
7820
7821 // Get P2P Adapter
7822 pP2pAdapter = hdd_get_adapter(pHddCtx, WLAN_HDD_P2P_DEVICE);
7823
7824 if (pP2pAdapter)
7825 {
Agarwal Ashish3a38bd12014-06-12 15:16:52 +05307826 hdd_stop_adapter(pHddCtx, pP2pAdapter, VOS_TRUE);
c_hpothu002231a2015-02-05 14:58:51 +05307827 hdd_deinit_adapter(pHddCtx, pP2pAdapter, TRUE);
Mohit Khanna0f232092012-09-11 14:46:08 -07007828 hdd_close_adapter(pHddCtx, pP2pAdapter, VOS_TRUE);
7829 }
7830 }
Swaroop Goltia2e32212014-04-09 23:37:33 +05307831 //Disable IMPS & BMPS for SAP/GO
7832 if(VOS_STATUS_E_FAILURE ==
7833 hdd_disable_bmps_imps(pHddCtx, WLAN_HDD_P2P_GO))
7834 {
7835 //Fail to Exit BMPS
7836 VOS_ASSERT(0);
7837 }
Deepthi Gowri500fc472014-08-11 19:53:10 +05307838
7839 hdd_stop_adapter( pHddCtx, pAdapter, VOS_TRUE );
7840
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05307841#ifdef FEATURE_WLAN_TDLS
Mohit Khanna0f232092012-09-11 14:46:08 -07007842
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05307843 /* A Mutex Lock is introduced while changing the mode to
7844 * protect the concurrent access for the Adapters by TDLS
7845 * module.
7846 */
Rajesh Chauhana34c6e62014-03-25 16:37:58 +05307847 mutex_lock(&pHddCtx->tdls_lock);
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05307848#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07007849 //De-init the adapter.
c_hpothu002231a2015-02-05 14:58:51 +05307850 hdd_deinit_adapter( pHddCtx, pAdapter, TRUE);
Jeff Johnson295189b2012-06-20 16:38:30 -07007851 memset(&pAdapter->sessionCtx, 0, sizeof(pAdapter->sessionCtx));
Jeff Johnson295189b2012-06-20 16:38:30 -07007852 pAdapter->device_mode = (type == NL80211_IFTYPE_AP) ?
7853 WLAN_HDD_SOFTAP : WLAN_HDD_P2P_GO;
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05307854#ifdef FEATURE_WLAN_TDLS
7855 mutex_unlock(&pHddCtx->tdls_lock);
7856#endif
Madan Mohan Koyyalamudi3ff2a0b2012-10-15 14:33:46 -07007857 if ((WLAN_HDD_SOFTAP == pAdapter->device_mode) &&
7858 (pConfig->apRandomBssidEnabled))
7859 {
7860 /* To meet Android requirements create a randomized
7861 MAC address of the form 02:1A:11:Fx:xx:xx */
7862 get_random_bytes(&ndev->dev_addr[3], 3);
7863 ndev->dev_addr[0] = 0x02;
7864 ndev->dev_addr[1] = 0x1A;
7865 ndev->dev_addr[2] = 0x11;
7866 ndev->dev_addr[3] |= 0xF0;
7867 memcpy(pAdapter->macAddressCurrent.bytes, ndev->dev_addr,
7868 VOS_MAC_ADDR_SIZE);
Arif Hussain24bafea2013-11-15 15:10:03 -08007869 pr_info("wlan: Generated HotSpot BSSID " MAC_ADDRESS_STR"\n",
7870 MAC_ADDR_ARRAY(ndev->dev_addr));
Madan Mohan Koyyalamudi3ff2a0b2012-10-15 14:33:46 -07007871 }
7872
Jeff Johnson295189b2012-06-20 16:38:30 -07007873 hdd_set_ap_ops( pAdapter->dev );
7874
Kiet Lam10841362013-11-01 11:36:50 +05307875 /* This is for only SAP mode where users can
7876 * control country through ini.
7877 * P2P GO follows station country code
7878 * acquired during the STA scanning. */
7879 if((NL80211_IFTYPE_AP == type) &&
7880 (memcmp(pConfig->apCntryCode, CFG_AP_COUNTRY_CODE_DEFAULT, 3) != 0))
7881 {
7882 int status = 0;
7883 VOS_TRACE(VOS_MODULE_ID_HDD,VOS_TRACE_LEVEL_INFO,
7884 "%s: setting country code from INI ", __func__);
7885 init_completion(&pAdapter->change_country_code);
7886 status = (int)sme_ChangeCountryCode(pHddCtx->hHal,
7887 (void *)(tSmeChangeCountryCallback)
7888 wlan_hdd_change_country_code_cb,
7889 pConfig->apCntryCode, pAdapter,
7890 pHddCtx->pvosContext,
Abhishek Singha306a442013-11-07 18:39:01 +05307891 eSIR_FALSE,
7892 eSIR_TRUE);
Kiet Lam10841362013-11-01 11:36:50 +05307893 if (eHAL_STATUS_SUCCESS == status)
7894 {
7895 /* Wait for completion */
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307896 ret = wait_for_completion_interruptible_timeout(
Kiet Lam10841362013-11-01 11:36:50 +05307897 &pAdapter->change_country_code,
7898 msecs_to_jiffies(WLAN_WAIT_TIME_COUNTRY));
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307899 if (ret <= 0)
Kiet Lam10841362013-11-01 11:36:50 +05307900 {
7901 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
c_hpothu6ff1c3c2013-10-01 19:01:57 +05307902 FL("SME Timed out while setting country code %ld"),
7903 ret);
Yue Ma4f55ef32014-01-23 16:45:33 -08007904
7905 if (pHddCtx->isLogpInProgress)
7906 {
7907 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7908 "%s: LOGP in Progress. Ignore!!!", __func__);
7909 return -EAGAIN;
7910 }
Kiet Lam10841362013-11-01 11:36:50 +05307911 }
7912 }
7913 else
7914 {
7915 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -08007916 "%s: SME Change Country code failed",__func__);
Kiet Lam10841362013-11-01 11:36:50 +05307917 return -EINVAL;
7918 }
7919 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007920 status = hdd_init_ap_mode(pAdapter);
7921 if(status != VOS_STATUS_SUCCESS)
7922 {
7923 hddLog(VOS_TRACE_LEVEL_FATAL,
7924 "%s: Error initializing the ap mode", __func__);
7925 return -EINVAL;
7926 }
7927 hdd_set_conparam(1);
7928
Jeff Johnson295189b2012-06-20 16:38:30 -07007929 /*interface type changed update in wiphy structure*/
7930 if(wdev)
7931 {
7932 wdev->iftype = type;
7933 pHddCtx->change_iface = type;
7934 }
7935 else
7936 {
7937 hddLog(VOS_TRACE_LEVEL_ERROR,
7938 "%s: ERROR !!!! Wireless dev is NULL", __func__);
7939 return -EINVAL;
7940 }
7941 goto done;
7942 }
7943
7944 default:
7945 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported interface Type",
7946 __func__);
7947 return -EOPNOTSUPP;
7948 }
7949 }
7950 else if ( (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07007951 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07007952 )
7953 {
7954 switch(type)
7955 {
7956 case NL80211_IFTYPE_STATION:
Jeff Johnson295189b2012-06-20 16:38:30 -07007957 case NL80211_IFTYPE_P2P_CLIENT:
Jeff Johnson295189b2012-06-20 16:38:30 -07007958 case NL80211_IFTYPE_ADHOC:
Deepthi Gowri500fc472014-08-11 19:53:10 +05307959
7960 hdd_stop_adapter( pHddCtx, pAdapter, VOS_TRUE );
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05307961#ifdef FEATURE_WLAN_TDLS
7962
7963 /* A Mutex Lock is introduced while changing the mode to
7964 * protect the concurrent access for the Adapters by TDLS
7965 * module.
7966 */
Rajesh Chauhana34c6e62014-03-25 16:37:58 +05307967 mutex_lock(&pHddCtx->tdls_lock);
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05307968#endif
c_hpothu002231a2015-02-05 14:58:51 +05307969 hdd_deinit_adapter( pHddCtx, pAdapter, TRUE);
Jeff Johnson295189b2012-06-20 16:38:30 -07007970 wdev->iftype = type;
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08007971 //Check for sub-string p2p to confirm its a p2p interface
7972 if (NULL != strstr(ndev->name,"p2p"))
Gopichand Nakkala864d3552012-12-31 16:08:51 -08007973 {
7974 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
7975 WLAN_HDD_P2P_DEVICE : WLAN_HDD_P2P_CLIENT;
7976 }
7977 else
7978 {
7979 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
Jeff Johnson295189b2012-06-20 16:38:30 -07007980 WLAN_HDD_INFRA_STATION: WLAN_HDD_P2P_CLIENT;
Gopichand Nakkala864d3552012-12-31 16:08:51 -08007981 }
Jeff Johnson295189b2012-06-20 16:38:30 -07007982 hdd_set_conparam(0);
7983 pHddCtx->change_iface = type;
Jeff Johnson295189b2012-06-20 16:38:30 -07007984 memset(&pAdapter->sessionCtx, 0, sizeof(pAdapter->sessionCtx));
7985 hdd_set_station_ops( pAdapter->dev );
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05307986#ifdef FEATURE_WLAN_TDLS
7987 mutex_unlock(&pHddCtx->tdls_lock);
7988#endif
Sunil Dutt66485cb2013-12-19 19:05:03 +05307989 status = hdd_init_station_mode( pAdapter );
Jeff Johnson295189b2012-06-20 16:38:30 -07007990 if( VOS_STATUS_SUCCESS != status )
7991 return -EOPNOTSUPP;
Jeff Johnsone7245742012-09-05 17:12:55 -07007992 /* In case of JB, for P2P-GO, only change interface will be called,
7993 * This is the right place to enable back bmps_imps()
7994 */
Gopichand Nakkalaa2fe5b02013-06-06 16:32:28 +05307995 if (pHddCtx->hdd_wlan_suspended)
7996 {
7997 hdd_set_pwrparams(pHddCtx);
7998 }
Jeff Johnsone7245742012-09-05 17:12:55 -07007999 hdd_enable_bmps_imps(pHddCtx);
Jeff Johnson295189b2012-06-20 16:38:30 -07008000 goto done;
8001 case NL80211_IFTYPE_AP:
Jeff Johnson295189b2012-06-20 16:38:30 -07008002 case NL80211_IFTYPE_P2P_GO:
Jeff Johnson295189b2012-06-20 16:38:30 -07008003 wdev->iftype = type;
Jeff Johnson295189b2012-06-20 16:38:30 -07008004 pAdapter->device_mode = (type == NL80211_IFTYPE_AP) ?
8005 WLAN_HDD_SOFTAP : WLAN_HDD_P2P_GO;
Jeff Johnson295189b2012-06-20 16:38:30 -07008006 goto done;
8007 default:
8008 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported interface Type",
8009 __func__);
8010 return -EOPNOTSUPP;
8011
8012 }
8013
8014 }
8015 else
8016 {
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05308017 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: unsupported device mode(%s (%d))",
8018 __func__, hdd_device_modetoString(pAdapter->device_mode),
8019 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07008020 return -EOPNOTSUPP;
8021 }
8022
8023
8024 if(pRoamProfile)
8025 {
8026 if ( LastBSSType != pRoamProfile->BSSType )
8027 {
8028 /*interface type changed update in wiphy structure*/
8029 wdev->iftype = type;
8030
8031 /*the BSS mode changed, We need to issue disconnect
8032 if connected or in IBSS disconnect state*/
8033 if ( hdd_connGetConnectedBssType(
8034 WLAN_HDD_GET_STATION_CTX_PTR(pAdapter), &connectedBssType ) ||
8035 ( eCSR_BSS_TYPE_START_IBSS == LastBSSType ) )
8036 {
8037 /*need to issue a disconnect to CSR.*/
8038 INIT_COMPLETION(pAdapter->disconnect_comp_var);
8039 if( eHAL_STATUS_SUCCESS ==
8040 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
8041 pAdapter->sessionId,
8042 eCSR_DISCONNECT_REASON_UNSPECIFIED ) )
8043 {
c_hpothu6ff1c3c2013-10-01 19:01:57 +05308044 ret = wait_for_completion_interruptible_timeout(
8045 &pAdapter->disconnect_comp_var,
8046 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
8047 if (ret <= 0)
8048 {
8049 hddLog(VOS_TRACE_LEVEL_ERROR,
8050 FL("wait on disconnect_comp_var failed %ld"), ret);
8051 }
Jeff Johnson295189b2012-06-20 16:38:30 -07008052 }
8053 }
8054 }
8055 }
8056
8057done:
8058 /*set bitmask based on updated value*/
8059 wlan_hdd_set_concurrency_mode(pHddCtx, pAdapter->device_mode);
Leo Chang6fe1f922013-06-07 19:21:24 -07008060
8061 /* Only STA mode support TM now
8062 * all other mode, TM feature should be disabled */
8063 if ( (pHddCtx->cfg_ini->thermalMitigationEnable) &&
8064 (~VOS_STA & pHddCtx->concurrency_mode) )
8065 {
8066 hddDevTmLevelChangedHandler(pHddCtx->parent_dev, 0);
8067 }
8068
Jeff Johnson295189b2012-06-20 16:38:30 -07008069#ifdef WLAN_BTAMP_FEATURE
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308070 if((NL80211_IFTYPE_STATION == type) && (pHddCtx->concurrency_mode <= 1) &&
Agarwal Ashish51325b52014-06-16 16:50:49 +05308071 (pHddCtx->no_of_open_sessions[WLAN_HDD_INFRA_STATION] <=1))
Jeff Johnson295189b2012-06-20 16:38:30 -07008072 {
8073 //we are ok to do AMP
8074 pHddCtx->isAmpAllowed = VOS_TRUE;
8075 }
8076#endif //WLAN_BTAMP_FEATURE
8077 EXIT();
8078 return 0;
8079}
8080
Mahesh A Saptasagar0e59c472014-04-14 19:17:41 +05308081/*
8082 * FUNCTION: wlan_hdd_cfg80211_change_iface
8083 * wrapper function to protect the actual implementation from SSR.
8084 */
8085int wlan_hdd_cfg80211_change_iface( struct wiphy *wiphy,
8086 struct net_device *ndev,
8087 enum nl80211_iftype type,
8088 u32 *flags,
8089 struct vif_params *params
8090 )
8091{
8092 int ret;
8093
8094 vos_ssr_protect(__func__);
8095 ret = __wlan_hdd_cfg80211_change_iface(wiphy, ndev, type, flags, params);
8096 vos_ssr_unprotect(__func__);
8097
8098 return ret;
8099}
8100
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008101#ifdef FEATURE_WLAN_TDLS
8102static int wlan_hdd_tdls_add_station(struct wiphy *wiphy,
8103 struct net_device *dev, u8 *mac, bool update, tCsrStaParams *StaParams)
8104{
8105 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
8106 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
8107 VOS_STATUS status;
Hoonki Lee5305c3a2013-04-29 23:28:59 -07008108 hddTdlsPeer_t *pTdlsPeer;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05308109 long ret;
Rajesh Chauhana34c6e62014-03-25 16:37:58 +05308110 tANI_U16 numCurrTdlsPeers;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008111
8112 ENTER();
8113
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05308114 if (NULL == pHddCtx || NULL == pHddCtx->cfg_ini)
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008115 {
8116 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8117 "Invalid arguments");
8118 return -EINVAL;
8119 }
Hoonki Lee27511902013-03-14 18:19:06 -07008120
8121 if ((eTDLS_SUPPORT_NOT_ENABLED == pHddCtx->tdls_mode) ||
8122 (eTDLS_SUPPORT_DISABLED == pHddCtx->tdls_mode))
8123 {
8124 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8125 "%s: TDLS mode is disabled OR not enabled in FW."
8126 MAC_ADDRESS_STR " Request declined.",
8127 __func__, MAC_ADDR_ARRAY(mac));
8128 return -ENOTSUPP;
8129 }
8130
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008131 if (pHddCtx->isLogpInProgress)
8132 {
8133 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8134 "%s:LOGP in Progress. Ignore!!!", __func__);
Atul Mittal115287b2014-07-08 13:26:33 +05308135 wlan_hdd_tdls_set_link_status(pAdapter,
8136 mac,
8137 eTDLS_LINK_IDLE,
8138 eTDLS_LINK_UNSPECIFIED);
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008139 return -EBUSY;
8140 }
8141
Naresh Jayaram9c6f4462014-02-13 12:20:31 +05308142 pTdlsPeer = wlan_hdd_tdls_get_peer(pAdapter, mac);
Hoonki Lee5305c3a2013-04-29 23:28:59 -07008143
8144 if ( NULL == pTdlsPeer ) {
8145 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8146 "%s: " MAC_ADDRESS_STR " (update %d) not exist. return invalid",
8147 __func__, MAC_ADDR_ARRAY(mac), update);
8148 return -EINVAL;
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07008149 }
Hoonki Lee5305c3a2013-04-29 23:28:59 -07008150
8151 /* in add station, we accept existing valid staId if there is */
8152 if ((0 == update) &&
8153 ((pTdlsPeer->link_status >= eTDLS_LINK_CONNECTING) ||
8154 (TDLS_STA_INDEX_VALID(pTdlsPeer->staId))))
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008155 {
Hoonki Lee5305c3a2013-04-29 23:28:59 -07008156 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008157 "%s: " MAC_ADDRESS_STR
Hoonki Lee5305c3a2013-04-29 23:28:59 -07008158 " link_status %d. staId %d. add station ignored.",
8159 __func__, MAC_ADDR_ARRAY(mac), pTdlsPeer->link_status, pTdlsPeer->staId);
8160 return 0;
8161 }
8162 /* in change station, we accept only when staId is valid */
8163 if ((1 == update) &&
8164 ((pTdlsPeer->link_status > eTDLS_LINK_CONNECTING) ||
8165 (!TDLS_STA_INDEX_VALID(pTdlsPeer->staId))))
8166 {
8167 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8168 "%s: " MAC_ADDRESS_STR
8169 " link status %d. staId %d. change station %s.",
8170 __func__, MAC_ADDR_ARRAY(mac), pTdlsPeer->link_status, pTdlsPeer->staId,
8171 (TDLS_STA_INDEX_VALID(pTdlsPeer->staId)) ? "ignored" : "declined");
8172 return (TDLS_STA_INDEX_VALID(pTdlsPeer->staId)) ? 0 : -EPERM;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008173 }
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07008174
8175 /* when others are on-going, we want to change link_status to idle */
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05308176 if (NULL != wlan_hdd_tdls_is_progress(pHddCtx, mac, TRUE))
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008177 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07008178 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8179 "%s: " MAC_ADDRESS_STR
8180 " TDLS setup is ongoing. Request declined.",
8181 __func__, MAC_ADDR_ARRAY(mac));
Gopichand Nakkala05922802013-03-14 12:23:19 -07008182 goto error;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008183 }
8184
8185 /* first to check if we reached to maximum supported TDLS peer.
8186 TODO: for now, return -EPERM looks working fine,
8187 but need to check if any other errno fit into this category.*/
Rajesh Chauhana34c6e62014-03-25 16:37:58 +05308188 numCurrTdlsPeers = wlan_hdd_tdlsConnectedPeers(pAdapter);
8189 if (HDD_MAX_NUM_TDLS_STA <= numCurrTdlsPeers)
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008190 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07008191 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8192 "%s: " MAC_ADDRESS_STR
Rajesh Chauhana34c6e62014-03-25 16:37:58 +05308193 " TDLS Max peer already connected. Request declined."
8194 " Num of peers (%d), Max allowed (%d).",
8195 __func__, MAC_ADDR_ARRAY(mac), numCurrTdlsPeers,
8196 HDD_MAX_NUM_TDLS_STA);
Gopichand Nakkala05922802013-03-14 12:23:19 -07008197 goto error;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008198 }
8199 else
8200 {
8201 hddTdlsPeer_t *pTdlsPeer;
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +05308202 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, mac, TRUE);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008203 if (pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008204 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07008205 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8206 "%s: " MAC_ADDRESS_STR " already connected. Request declined.",
8207 __func__, MAC_ADDR_ARRAY(mac));
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008208 return -EPERM;
8209 }
8210 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008211 if (0 == update)
Atul Mittal115287b2014-07-08 13:26:33 +05308212 wlan_hdd_tdls_set_link_status(pAdapter,
8213 mac,
8214 eTDLS_LINK_CONNECTING,
8215 eTDLS_LINK_SUCCESS);
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008216
Jeff Johnsond75fe012013-04-06 10:53:06 -07008217 /* debug code */
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05308218 if (NULL != StaParams)
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008219 {
8220 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8221 "%s: TDLS Peer Parameters.", __func__);
Hoonki Lee66b75f32013-04-16 18:30:07 -07008222 if(StaParams->htcap_present)
8223 {
8224 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8225 "ht_capa->cap_info: %0x", StaParams->HTCap.capInfo);
8226 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8227 "ht_capa->extended_capabilities: %0x",
8228 StaParams->HTCap.extendedHtCapInfo);
8229 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008230 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8231 "params->capability: %0x",StaParams->capability);
8232 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Jeff Johnson0299d0a2013-10-30 12:37:43 -07008233 "params->ext_capab_len: %0x",StaParams->extn_capability[0]);
Hoonki Lee66b75f32013-04-16 18:30:07 -07008234 if(StaParams->vhtcap_present)
8235 {
8236 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8237 "rxMcsMap %x rxHighest %x txMcsMap %x txHighest %x",
8238 StaParams->VHTCap.suppMcs.rxMcsMap, StaParams->VHTCap.suppMcs.rxHighest,
8239 StaParams->VHTCap.suppMcs.txMcsMap, StaParams->VHTCap.suppMcs.txHighest);
8240 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008241 {
8242 int i = 0;
Hoonki Lee5305c3a2013-04-29 23:28:59 -07008243 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO, "Supported rates:");
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008244 for (i = 0; i < sizeof(StaParams->supported_rates); i++)
8245 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
8246 "[%d]: %x ", i, StaParams->supported_rates[i]);
8247 }
Jeff Johnsond75fe012013-04-06 10:53:06 -07008248 } /* end debug code */
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05308249 else if ((1 == update) && (NULL == StaParams))
8250 {
8251 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8252 "%s : update is true, but staParams is NULL. Error!", __func__);
8253 return -EPERM;
8254 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008255
8256 INIT_COMPLETION(pAdapter->tdls_add_station_comp);
8257
8258 if (!update)
8259 {
8260 status = sme_AddTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
8261 pAdapter->sessionId, mac);
8262 }
8263 else
8264 {
8265 status = sme_ChangeTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
8266 pAdapter->sessionId, mac, StaParams);
8267 }
8268
c_hpothu6ff1c3c2013-10-01 19:01:57 +05308269 ret = wait_for_completion_interruptible_timeout(&pAdapter->tdls_add_station_comp,
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008270 msecs_to_jiffies(WAIT_TIME_TDLS_ADD_STA));
8271
c_hpothu6ff1c3c2013-10-01 19:01:57 +05308272 if (ret <= 0)
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008273 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07008274 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
c_hpothu6ff1c3c2013-10-01 19:01:57 +05308275 "%s: timeout waiting for tdls add station indication %ld",
8276 __func__, ret);
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07008277 return -EPERM;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008278 }
c_hpothu6ff1c3c2013-10-01 19:01:57 +05308279
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008280 if ( eHAL_STATUS_SUCCESS != pAdapter->tdlsAddStaStatus)
8281 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07008282 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008283 "%s: Add Station is unsucessful", __func__);
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07008284 return -EPERM;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008285 }
8286
8287 return 0;
Gopichand Nakkala05922802013-03-14 12:23:19 -07008288
8289error:
Atul Mittal115287b2014-07-08 13:26:33 +05308290 wlan_hdd_tdls_set_link_status(pAdapter,
8291 mac,
8292 eTDLS_LINK_IDLE,
8293 eTDLS_LINK_UNSPECIFIED);
Gopichand Nakkala05922802013-03-14 12:23:19 -07008294 return -EPERM;
8295
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008296}
8297#endif
8298
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05308299static int __wlan_hdd_change_station(struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07008300 struct net_device *dev,
8301 u8 *mac,
8302 struct station_parameters *params)
8303{
8304 VOS_STATUS status = VOS_STATUS_SUCCESS;
Mahesh A Saptasagar74088392015-02-05 17:22:09 +05308305 hdd_adapter_t *pAdapter;
Gopichand Nakkala29149562013-05-10 21:43:41 +05308306 hdd_context_t *pHddCtx;
8307 hdd_station_ctx_t *pHddStaCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07008308 v_MACADDR_t STAMacAddress;
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05308309 int ret = 0;
Gopichand Nakkalab0856222013-03-12 22:39:05 -07008310#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008311 tCsrStaParams StaParams = {0};
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008312 tANI_U8 isBufSta = 0;
Naresh Jayaram3180aa42014-02-12 21:47:26 +05308313 tANI_U8 isOffChannelSupported = 0;
Gopichand Nakkalab0856222013-03-12 22:39:05 -07008314#endif
Jeff Johnsone7245742012-09-05 17:12:55 -07008315
Mahesh A Saptasagar74088392015-02-05 17:22:09 +05308316 ENTER();
8317 pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkala29149562013-05-10 21:43:41 +05308318 if ((NULL == pAdapter))
8319 {
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05308320 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Gopichand Nakkala29149562013-05-10 21:43:41 +05308321 "invalid adapter ");
8322 return -EINVAL;
8323 }
8324
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05308325 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
8326 TRACE_CODE_HDD_CHANGE_STATION,
8327 pAdapter->sessionId, params->listen_interval));
Gopichand Nakkala29149562013-05-10 21:43:41 +05308328 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkala29149562013-05-10 21:43:41 +05308329
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05308330 ret = wlan_hdd_validate_context(pHddCtx);
8331 if (0 != ret)
Gopichand Nakkala29149562013-05-10 21:43:41 +05308332 {
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05308333 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8334 "%s: HDD context is not valid", __func__);
8335 return ret;
Gopichand Nakkala29149562013-05-10 21:43:41 +05308336 }
8337
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05308338 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
8339
8340 if (NULL == pHddStaCtx)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07008341 {
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05308342 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
8343 "invalid HDD station context");
8344 return -EINVAL;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07008345 }
Jeff Johnson295189b2012-06-20 16:38:30 -07008346 vos_mem_copy(STAMacAddress.bytes, mac, sizeof(v_MACADDR_t));
8347
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008348 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
8349 || (pAdapter->device_mode == WLAN_HDD_P2P_GO))
Jeff Johnson295189b2012-06-20 16:38:30 -07008350 {
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008351 if (params->sta_flags_set & BIT(NL80211_STA_FLAG_AUTHORIZED))
Jeff Johnson295189b2012-06-20 16:38:30 -07008352 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308353 status = hdd_softap_change_STA_state( pAdapter, &STAMacAddress,
Jeff Johnson295189b2012-06-20 16:38:30 -07008354 WLANTL_STA_AUTHENTICATED);
8355
Gopichand Nakkala29149562013-05-10 21:43:41 +05308356 if (status != VOS_STATUS_SUCCESS)
8357 {
8358 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
8359 "%s: Not able to change TL state to AUTHENTICATED", __func__);
8360 return -EINVAL;
8361 }
Jeff Johnson295189b2012-06-20 16:38:30 -07008362 }
8363 }
Hoonki Leea6d49be2013-04-05 09:43:25 -07008364 else if ((pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
8365 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)) {
Gopichand Nakkala29149562013-05-10 21:43:41 +05308366#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008367 if (params->sta_flags_set & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
8368 StaParams.capability = params->capability;
8369 StaParams.uapsd_queues = params->uapsd_queues;
8370 StaParams.max_sp = params->max_sp;
8371
Naresh Jayaram3180aa42014-02-12 21:47:26 +05308372 /* Convert (first channel , number of channels) tuple to
8373 * the total list of channels. This goes with the assumption
8374 * that if the first channel is < 14, then the next channels
8375 * are an incremental of 1 else an incremental of 4 till the number
8376 * of channels.
8377 */
8378 if (0 != params->supported_channels_len) {
8379 int i = 0,j = 0,k = 0, no_of_channels = 0 ;
8380 for ( i = 0 ; i < params->supported_channels_len ; i+=2)
8381 {
8382 int wifi_chan_index;
8383 StaParams.supported_channels[j] = params->supported_channels[i];
8384 wifi_chan_index =
8385 ((StaParams.supported_channels[j] <= HDD_CHANNEL_14 ) ? 1 : 4 );
8386 no_of_channels = params->supported_channels[i+1];
8387 for(k=1; k <= no_of_channels; k++)
8388 {
8389 StaParams.supported_channels[j+1] =
8390 StaParams.supported_channels[j] + wifi_chan_index;
8391 j+=1;
8392 }
8393 }
8394 StaParams.supported_channels_len = j;
8395 }
8396 vos_mem_copy(StaParams.supported_oper_classes,
8397 params->supported_oper_classes,
8398 params->supported_oper_classes_len);
8399 StaParams.supported_oper_classes_len =
8400 params->supported_oper_classes_len;
8401
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008402 if (0 != params->ext_capab_len)
8403 vos_mem_copy(StaParams.extn_capability, params->ext_capab,
8404 sizeof(StaParams.extn_capability));
8405
8406 if (NULL != params->ht_capa)
Hoonki Lee66b75f32013-04-16 18:30:07 -07008407 {
8408 StaParams.htcap_present = 1;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008409 vos_mem_copy(&StaParams.HTCap, params->ht_capa, sizeof(tSirHTCap));
Hoonki Lee66b75f32013-04-16 18:30:07 -07008410 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008411
8412 StaParams.supported_rates_len = params->supported_rates_len;
8413
8414 /* Note : The Maximum sizeof supported_rates sent by the Supplicant is 32.
8415 * The supported_rates array , for all the structures propogating till Add Sta
8416 * to the firmware has to be modified , if the supplicant (ieee80211) is
8417 * modified to send more rates.
8418 */
8419
8420 /* To avoid Data Currption , set to max length to SIR_MAC_MAX_SUPP_RATES
8421 */
8422 if (StaParams.supported_rates_len > SIR_MAC_MAX_SUPP_RATES)
8423 StaParams.supported_rates_len = SIR_MAC_MAX_SUPP_RATES;
8424
8425 if (0 != StaParams.supported_rates_len) {
8426 int i = 0;
8427 vos_mem_copy(StaParams.supported_rates, params->supported_rates,
8428 StaParams.supported_rates_len);
Hoonki Lee5305c3a2013-04-29 23:28:59 -07008429 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008430 "Supported Rates with Length %d", StaParams.supported_rates_len);
8431 for (i=0; i < StaParams.supported_rates_len; i++)
Hoonki Lee5305c3a2013-04-29 23:28:59 -07008432 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008433 "[%d]: %0x", i, StaParams.supported_rates[i]);
8434 }
8435
8436 if (NULL != params->vht_capa)
Hoonki Lee66b75f32013-04-16 18:30:07 -07008437 {
8438 StaParams.vhtcap_present = 1;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008439 vos_mem_copy(&StaParams.VHTCap, params->vht_capa, sizeof(tSirVHTCap));
Hoonki Lee66b75f32013-04-16 18:30:07 -07008440 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07008441
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008442 if (0 != params->ext_capab_len ) {
8443 /*Define A Macro : TODO Sunil*/
8444 if ((1<<4) & StaParams.extn_capability[3]) {
8445 isBufSta = 1;
8446 }
Naresh Jayaram3180aa42014-02-12 21:47:26 +05308447 /* TDLS Channel Switching Support */
8448 if ((1<<6) & StaParams.extn_capability[3]) {
8449 isOffChannelSupported = 1;
8450 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008451 }
Naresh Jayaram3180aa42014-02-12 21:47:26 +05308452 status = wlan_hdd_tdls_set_peer_caps( pAdapter, mac,
8453 &StaParams, isBufSta,
8454 isOffChannelSupported);
8455
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05308456 if (VOS_STATUS_SUCCESS != status) {
8457 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8458 "%s: wlan_hdd_tdls_set_peer_caps failed!", __func__);
8459 return -EINVAL;
8460 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08008461 status = wlan_hdd_tdls_add_station(wiphy, dev, mac, 1, &StaParams);
8462
8463 if (VOS_STATUS_SUCCESS != status) {
8464 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8465 "%s: sme_ChangeTdlsPeerSta failed!", __func__);
8466 return -EINVAL;
8467 }
8468 }
Gopichand Nakkalab0856222013-03-12 22:39:05 -07008469#endif
Gopichand Nakkala6239acd2013-06-14 14:48:00 +05308470 }
Jeff Johnsone7245742012-09-05 17:12:55 -07008471 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07008472 return status;
8473}
8474
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05308475static int wlan_hdd_change_station(struct wiphy *wiphy,
8476 struct net_device *dev,
8477 u8 *mac,
8478 struct station_parameters *params)
8479{
8480 int ret;
8481
8482 vos_ssr_protect(__func__);
8483 ret = __wlan_hdd_change_station(wiphy, dev, mac, params);
8484 vos_ssr_unprotect(__func__);
8485
8486 return ret;
8487}
8488
Jeff Johnson295189b2012-06-20 16:38:30 -07008489/*
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05308490 * FUNCTION: __wlan_hdd_cfg80211_add_key
Jeff Johnson295189b2012-06-20 16:38:30 -07008491 * This function is used to initialize the key information
8492 */
8493#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05308494static int __wlan_hdd_cfg80211_add_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07008495 struct net_device *ndev,
8496 u8 key_index, bool pairwise,
8497 const u8 *mac_addr,
8498 struct key_params *params
8499 )
8500#else
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05308501static int __wlan_hdd_cfg80211_add_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07008502 struct net_device *ndev,
8503 u8 key_index, const u8 *mac_addr,
8504 struct key_params *params
8505 )
8506#endif
8507{
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008508 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Jeff Johnson295189b2012-06-20 16:38:30 -07008509 tCsrRoamSetKey setKey;
8510 u8 groupmacaddr[WNI_CFG_BSSID_LEN] = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05308511 int status;
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008512 v_U32_t roamId= 0xFF;
8513 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pAdapter))->pvosContext;
Jeff Johnson295189b2012-06-20 16:38:30 -07008514 hdd_hostapd_state_t *pHostapdState;
8515 VOS_STATUS vos_status;
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07008516 eHalStatus halStatus;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05308517 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07008518
8519 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05308520
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05308521 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
8522 TRACE_CODE_HDD_CFG80211_ADD_KEY,
8523 pAdapter->sessionId, params->key_len));
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05308524 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
8525 status = wlan_hdd_validate_context(pHddCtx);
8526
8527 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07008528 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05308529 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8530 "%s: HDD context is not valid", __func__);
8531 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07008532 }
8533
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05308534 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)",
8535 __func__, hdd_device_modetoString(pAdapter->device_mode),
8536 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07008537
8538 if (CSR_MAX_NUM_KEY <= key_index)
8539 {
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008540 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07008541 key_index);
8542
8543 return -EINVAL;
8544 }
8545
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008546 if (CSR_MAX_KEY_LEN < params->key_len)
8547 {
8548 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key length %d", __func__,
8549 params->key_len);
8550
8551 return -EINVAL;
8552 }
8553
8554 hddLog(VOS_TRACE_LEVEL_INFO,
8555 "%s: called with key index = %d & key length %d",
8556 __func__, key_index, params->key_len);
Jeff Johnson295189b2012-06-20 16:38:30 -07008557
8558 /*extract key idx, key len and key*/
8559 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
8560 setKey.keyId = key_index;
8561 setKey.keyLength = params->key_len;
8562 vos_mem_copy(&setKey.Key[0],params->key, params->key_len);
8563
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008564 switch (params->cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -07008565 {
8566 case WLAN_CIPHER_SUITE_WEP40:
8567 setKey.encType = eCSR_ENCRYPT_TYPE_WEP40_STATICKEY;
8568 break;
8569
8570 case WLAN_CIPHER_SUITE_WEP104:
8571 setKey.encType = eCSR_ENCRYPT_TYPE_WEP104_STATICKEY;
8572 break;
8573
8574 case WLAN_CIPHER_SUITE_TKIP:
8575 {
8576 u8 *pKey = &setKey.Key[0];
8577 setKey.encType = eCSR_ENCRYPT_TYPE_TKIP;
8578
8579 vos_mem_zero(pKey, CSR_MAX_KEY_LEN);
8580
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008581 /*Supplicant sends the 32bytes key in this order
Jeff Johnson295189b2012-06-20 16:38:30 -07008582
8583 |--------------|----------|----------|
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008584 | Tk1 |TX-MIC | RX Mic |
Jeff Johnson295189b2012-06-20 16:38:30 -07008585 |--------------|----------|----------|
8586 <---16bytes---><--8bytes--><--8bytes-->
8587
8588 */
8589 /*Sme expects the 32 bytes key to be in the below order
8590
8591 |--------------|----------|----------|
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008592 | Tk1 |RX-MIC | TX Mic |
Jeff Johnson295189b2012-06-20 16:38:30 -07008593 |--------------|----------|----------|
8594 <---16bytes---><--8bytes--><--8bytes-->
8595 */
8596 /* Copy the Temporal Key 1 (TK1) */
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008597 vos_mem_copy(pKey, params->key, 16);
Jeff Johnson295189b2012-06-20 16:38:30 -07008598
8599 /*Copy the rx mic first*/
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008600 vos_mem_copy(&pKey[16], &params->key[24], 8);
Jeff Johnson295189b2012-06-20 16:38:30 -07008601
8602 /*Copy the tx mic */
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008603 vos_mem_copy(&pKey[24], &params->key[16], 8);
Jeff Johnson295189b2012-06-20 16:38:30 -07008604
8605
8606 break;
8607 }
8608
8609 case WLAN_CIPHER_SUITE_CCMP:
8610 setKey.encType = eCSR_ENCRYPT_TYPE_AES;
8611 break;
8612
8613#ifdef FEATURE_WLAN_WAPI
8614 case WLAN_CIPHER_SUITE_SMS4:
8615 {
8616 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
8617 wlan_hdd_cfg80211_set_key_wapi(pAdapter, key_index, mac_addr,
8618 params->key, params->key_len);
8619 return 0;
8620 }
8621#endif
Chet Lanctot186b5732013-03-18 10:26:30 -07008622
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -08008623#ifdef FEATURE_WLAN_ESE
Jeff Johnson295189b2012-06-20 16:38:30 -07008624 case WLAN_CIPHER_SUITE_KRK:
8625 setKey.encType = eCSR_ENCRYPT_TYPE_KRK;
8626 break;
8627#endif
Chet Lanctot186b5732013-03-18 10:26:30 -07008628
8629#ifdef WLAN_FEATURE_11W
8630 case WLAN_CIPHER_SUITE_AES_CMAC:
8631 setKey.encType = eCSR_ENCRYPT_TYPE_AES_CMAC;
Chet Lanctot3b5158a2013-03-31 16:45:21 -07008632 break;
Chet Lanctot186b5732013-03-18 10:26:30 -07008633#endif
8634
Jeff Johnson295189b2012-06-20 16:38:30 -07008635 default:
Jeff Johnson0299d0a2013-10-30 12:37:43 -07008636 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: unsupported cipher type %u",
Jeff Johnson295189b2012-06-20 16:38:30 -07008637 __func__, params->cipher);
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308638 status = -EOPNOTSUPP;
8639 goto end;
Jeff Johnson295189b2012-06-20 16:38:30 -07008640 }
8641
8642 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: encryption type %d",
8643 __func__, setKey.encType);
8644
Shailender Karmuchi642e9812013-05-30 14:34:49 -07008645 if (
Jeff Johnson295189b2012-06-20 16:38:30 -07008646#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
8647 (!pairwise)
8648#else
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008649 (!mac_addr || is_broadcast_ether_addr(mac_addr))
Jeff Johnson295189b2012-06-20 16:38:30 -07008650#endif
Shailender Karmuchi642e9812013-05-30 14:34:49 -07008651 )
8652 {
8653 /* set group key*/
8654 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
8655 "%s- %d: setting Broadcast key",
8656 __func__, __LINE__);
8657 setKey.keyDirection = eSIR_RX_ONLY;
8658 vos_mem_copy(setKey.peerMac,groupmacaddr,WNI_CFG_BSSID_LEN);
8659 }
8660 else
8661 {
8662 /* set pairwise key*/
8663 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
8664 "%s- %d: setting pairwise key",
8665 __func__, __LINE__);
8666 setKey.keyDirection = eSIR_TX_RX;
8667 vos_mem_copy(setKey.peerMac, mac_addr,WNI_CFG_BSSID_LEN);
8668 }
8669 if ((WLAN_HDD_IBSS == pAdapter->device_mode) && !pairwise)
8670 {
8671 setKey.keyDirection = eSIR_TX_RX;
8672 /*Set the group key*/
8673 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
8674 pAdapter->sessionId, &setKey, &roamId );
Jeff Johnson295189b2012-06-20 16:38:30 -07008675
Shailender Karmuchi642e9812013-05-30 14:34:49 -07008676 if ( 0 != status )
8677 {
8678 hddLog(VOS_TRACE_LEVEL_ERROR,
8679 "%s: sme_RoamSetKey failed, returned %d", __func__, status);
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308680 status = -EINVAL;
8681 goto end;
Shailender Karmuchi642e9812013-05-30 14:34:49 -07008682 }
8683 /*Save the keys here and call sme_RoamSetKey for setting
8684 the PTK after peer joins the IBSS network*/
8685 vos_mem_copy(&pAdapter->sessionCtx.station.ibss_enc_key,
8686 &setKey, sizeof(tCsrRoamSetKey));
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308687 goto end;
Shailender Karmuchi642e9812013-05-30 14:34:49 -07008688 }
Gopichand Nakkala29149562013-05-10 21:43:41 +05308689 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP) ||
8690 (pAdapter->device_mode == WLAN_HDD_P2P_GO))
8691 {
Jeff Johnson295189b2012-06-20 16:38:30 -07008692 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008693 if( pHostapdState->bssState == BSS_START )
8694 {
Jeff Johnson295189b2012-06-20 16:38:30 -07008695 status = WLANSAP_SetKeySta( pVosContext, &setKey);
8696
8697 if ( status != eHAL_STATUS_SUCCESS )
8698 {
8699 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8700 "[%4d] WLANSAP_SetKeySta returned ERROR status= %d",
8701 __LINE__, status );
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308702 status = -EINVAL;
8703 goto end;
Jeff Johnson295189b2012-06-20 16:38:30 -07008704 }
8705 }
8706
8707 /* Saving WEP keys */
8708 else if( eCSR_ENCRYPT_TYPE_WEP40_STATICKEY == setKey.encType ||
8709 eCSR_ENCRYPT_TYPE_WEP104_STATICKEY == setKey.encType )
8710 {
8711 //Save the wep key in ap context. Issue setkey after the BSS is started.
8712 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
8713 vos_mem_copy(&pAPCtx->wepKey[key_index], &setKey, sizeof(tCsrRoamSetKey));
8714 }
8715 else
8716 {
8717 //Save the key in ap context. Issue setkey after the BSS is started.
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008718 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07008719 vos_mem_copy(&pAPCtx->groupKey, &setKey, sizeof(tCsrRoamSetKey));
8720 }
8721 }
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008722 else if ( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION) ||
8723 (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT) )
Jeff Johnson295189b2012-06-20 16:38:30 -07008724 {
8725 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
8726 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
8727
Gopichand Nakkala3d295922013-05-07 16:19:14 +05308728#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
8729 if (!pairwise)
8730#else
8731 if (!mac_addr || is_broadcast_ether_addr(mac_addr))
8732#endif
8733 {
8734 /* set group key*/
8735 if (pHddStaCtx->roam_info.deferKeyComplete)
8736 {
8737 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
8738 "%s- %d: Perform Set key Complete",
8739 __func__, __LINE__);
8740 hdd_PerformRoamSetKeyComplete(pAdapter);
8741 }
8742 }
8743
Jeff Johnson295189b2012-06-20 16:38:30 -07008744 pWextState->roamProfile.Keys.KeyLength[key_index] = (u8)params->key_len;
8745
Venkata Prathyusha Kuntupalliee2ce712013-01-17 14:09:24 -08008746 pWextState->roamProfile.Keys.defaultIndex = key_index;
8747
8748
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07008749 vos_mem_copy(&pWextState->roamProfile.Keys.KeyMaterial[key_index][0],
Jeff Johnson295189b2012-06-20 16:38:30 -07008750 params->key, params->key_len);
8751
Gopichand Nakkala3d295922013-05-07 16:19:14 +05308752
Jeff Johnson295189b2012-06-20 16:38:30 -07008753 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
8754
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308755 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07008756 "%s: set key for peerMac %2x:%2x:%2x:%2x:%2x:%2x, direction %d",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308757 __func__, setKey.peerMac[0], setKey.peerMac[1],
8758 setKey.peerMac[2], setKey.peerMac[3],
8759 setKey.peerMac[4], setKey.peerMac[5],
Jeff Johnson295189b2012-06-20 16:38:30 -07008760 setKey.keyDirection);
8761
Nirav Shah4f765af2015-01-21 19:51:30 +05308762 /* Wait for EAPOL M4 before setting key.
8763 * No need to consider Dynamic WEP as we will receive M8.
8764 */
8765 if ( (setKey.encType == eCSR_ENCRYPT_TYPE_AES ||
8766 setKey.encType == eCSR_ENCRYPT_TYPE_TKIP) &&
8767 ( 1
8768#if defined WLAN_FEATURE_VOWIFI_11R
8769 && pHddStaCtx->conn_info.authType != eCSR_AUTH_TYPE_FT_RSN
8770 && pHddStaCtx->conn_info.authType != eCSR_AUTH_TYPE_FT_RSN_PSK
8771#endif
8772#ifdef FEATURE_WLAN_ESE
8773 && pHddStaCtx->conn_info.authType != eCSR_AUTH_TYPE_CCKM_WPA
8774 && pHddStaCtx->conn_info.authType != eCSR_AUTH_TYPE_CCKM_RSN
8775#endif
8776 ))
Jeff Johnson295189b2012-06-20 16:38:30 -07008777 {
Nirav Shah4f765af2015-01-21 19:51:30 +05308778 vos_status = wlan_hdd_check_ula_done(pAdapter);
8779
8780 if ( vos_status != VOS_STATUS_SUCCESS )
8781 {
8782 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07008783 "[%4d] wlan_hdd_check_ula_done returned ERROR status= %d",
8784 __LINE__, vos_status );
8785
Nirav Shah4f765af2015-01-21 19:51:30 +05308786 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
Jeff Johnson295189b2012-06-20 16:38:30 -07008787
Nirav Shah4f765af2015-01-21 19:51:30 +05308788 status = -EINVAL;
8789 goto end;
Jeff Johnson295189b2012-06-20 16:38:30 -07008790
Nirav Shah4f765af2015-01-21 19:51:30 +05308791 }
Jeff Johnson295189b2012-06-20 16:38:30 -07008792 }
8793
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07008794#ifdef WLAN_FEATURE_VOWIFI_11R
Gopichand Nakkala3d295922013-05-07 16:19:14 +05308795 /* The supplicant may attempt to set the PTK once pre-authentication
8796 is done. Save the key in the UMAC and include it in the ADD BSS
8797 request */
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07008798 halStatus = sme_FTUpdateKey( WLAN_HDD_GET_HAL_CTX(pAdapter), &setKey);
Gopichand Nakkala3d295922013-05-07 16:19:14 +05308799 if ( halStatus == eHAL_STATUS_FT_PREAUTH_KEY_SUCCESS )
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07008800 {
Gopichand Nakkala3d295922013-05-07 16:19:14 +05308801 hddLog(VOS_TRACE_LEVEL_INFO_MED,
8802 "%s: Update PreAuth Key success", __func__);
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308803 status = 0;
8804 goto end;
Gopichand Nakkala3d295922013-05-07 16:19:14 +05308805 }
8806 else if ( halStatus == eHAL_STATUS_FT_PREAUTH_KEY_FAILED )
8807 {
8808 hddLog(VOS_TRACE_LEVEL_ERROR,
8809 "%s: Update PreAuth Key failed", __func__);
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308810 status = -EINVAL;
8811 goto end;
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07008812 }
8813#endif /* WLAN_FEATURE_VOWIFI_11R */
Jeff Johnson295189b2012-06-20 16:38:30 -07008814
8815 /* issue set key request to SME*/
8816 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
8817 pAdapter->sessionId, &setKey, &roamId );
8818
8819 if ( 0 != status )
8820 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308821 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07008822 "%s: sme_RoamSetKey failed, returned %d", __func__, status);
8823 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308824 status = -EINVAL;
8825 goto end;
Jeff Johnson295189b2012-06-20 16:38:30 -07008826 }
8827
8828
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308829 /* in case of IBSS as there was no information available about WEP keys during
8830 * IBSS join, group key intialized with NULL key, so re-initialize group key
Jeff Johnson295189b2012-06-20 16:38:30 -07008831 * with correct value*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308832 if ( (eCSR_BSS_TYPE_START_IBSS == pWextState->roamProfile.BSSType) &&
8833 !( ( IW_AUTH_KEY_MGMT_802_1X
8834 == (pWextState->authKeyMgmt & IW_AUTH_KEY_MGMT_802_1X))
Jeff Johnson295189b2012-06-20 16:38:30 -07008835 && (eCSR_AUTH_TYPE_OPEN_SYSTEM == pHddStaCtx->conn_info.authType)
8836 )
8837 &&
8838 ( (WLAN_CIPHER_SUITE_WEP40 == params->cipher)
8839 || (WLAN_CIPHER_SUITE_WEP104 == params->cipher)
8840 )
8841 )
8842 {
8843 setKey.keyDirection = eSIR_RX_ONLY;
8844 vos_mem_copy(setKey.peerMac,groupmacaddr,WNI_CFG_BSSID_LEN);
8845
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308846 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07008847 "%s: set key peerMac %2x:%2x:%2x:%2x:%2x:%2x, direction %d",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308848 __func__, setKey.peerMac[0], setKey.peerMac[1],
8849 setKey.peerMac[2], setKey.peerMac[3],
8850 setKey.peerMac[4], setKey.peerMac[5],
Jeff Johnson295189b2012-06-20 16:38:30 -07008851 setKey.keyDirection);
8852
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308853 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07008854 pAdapter->sessionId, &setKey, &roamId );
8855
8856 if ( 0 != status )
8857 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308858 hddLog(VOS_TRACE_LEVEL_ERROR,
8859 "%s: sme_RoamSetKey failed for group key (IBSS), returned %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07008860 __func__, status);
8861 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308862 status = -EINVAL;
8863 goto end;
Jeff Johnson295189b2012-06-20 16:38:30 -07008864 }
8865 }
8866 }
8867
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +05308868end:
8869 /* Need to clear any trace of key value in the memory.
8870 * Thus zero out the memory even though it is local
8871 * variable.
8872 */
8873 vos_mem_zero(&setKey, sizeof(setKey));
8874
8875 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -07008876}
8877
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05308878#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
8879static int wlan_hdd_cfg80211_add_key( struct wiphy *wiphy,
8880 struct net_device *ndev,
8881 u8 key_index, bool pairwise,
8882 const u8 *mac_addr,
8883 struct key_params *params
8884 )
8885#else
8886static int wlan_hdd_cfg80211_add_key( struct wiphy *wiphy,
8887 struct net_device *ndev,
8888 u8 key_index, const u8 *mac_addr,
8889 struct key_params *params
8890 )
8891#endif
8892{
8893 int ret;
8894 vos_ssr_protect(__func__);
8895#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
8896 ret = __wlan_hdd_cfg80211_add_key(wiphy, ndev, key_index, pairwise,
8897 mac_addr, params);
8898#else
8899 ret = __wlan_hdd_cfg80211_add_key(wiphy, ndev, key_index, mac_addr,
8900 params);
8901#endif
8902 vos_ssr_unprotect(__func__);
8903
8904 return ret;
8905}
8906
Jeff Johnson295189b2012-06-20 16:38:30 -07008907/*
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05308908 * FUNCTION: __wlan_hdd_cfg80211_get_key
Jeff Johnson295189b2012-06-20 16:38:30 -07008909 * This function is used to get the key information
8910 */
8911#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05308912static int __wlan_hdd_cfg80211_get_key(
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308913 struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07008914 struct net_device *ndev,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308915 u8 key_index, bool pairwise,
Jeff Johnson295189b2012-06-20 16:38:30 -07008916 const u8 *mac_addr, void *cookie,
8917 void (*callback)(void *cookie, struct key_params*)
8918 )
8919#else
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05308920static int __wlan_hdd_cfg80211_get_key(
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308921 struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07008922 struct net_device *ndev,
8923 u8 key_index, const u8 *mac_addr, void *cookie,
8924 void (*callback)(void *cookie, struct key_params*)
8925 )
8926#endif
8927{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308928 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05308929 hdd_wext_state_t *pWextState = NULL;
8930 tCsrRoamProfile *pRoamProfile = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07008931 struct key_params params;
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05308932 hdd_context_t *pHddCtx;
8933 int ret = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07008934
8935 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308936
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +05308937 if (NULL == pAdapter)
8938 {
8939 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8940 "%s: HDD adapter is Null", __func__);
8941 return -ENODEV;
8942 }
8943
8944 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
8945 ret = wlan_hdd_validate_context(pHddCtx);
8946 if (0 != ret)
8947 {
8948 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8949 "%s: HDD context is not valid", __func__);
8950 return ret;
8951 }
8952
8953 pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
8954 pRoamProfile = &(pWextState->roamProfile);
8955
Sushant Kaushik8bc7df22014-04-09 17:55:29 +05308956 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)",
8957 __func__, hdd_device_modetoString(pAdapter->device_mode),
8958 pAdapter->device_mode);
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05308959
Jeff Johnson295189b2012-06-20 16:38:30 -07008960 memset(&params, 0, sizeof(params));
8961
8962 if (CSR_MAX_NUM_KEY <= key_index)
8963 {
c_hpothu6ff1c3c2013-10-01 19:01:57 +05308964 hddLog(VOS_TRACE_LEVEL_ERROR, FL("invalid key index %d"), key_index);
Jeff Johnson295189b2012-06-20 16:38:30 -07008965 return -EINVAL;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308966 }
Jeff Johnson295189b2012-06-20 16:38:30 -07008967
8968 switch(pRoamProfile->EncryptionType.encryptionType[0])
8969 {
8970 case eCSR_ENCRYPT_TYPE_NONE:
8971 params.cipher = IW_AUTH_CIPHER_NONE;
8972 break;
8973
8974 case eCSR_ENCRYPT_TYPE_WEP40_STATICKEY:
8975 case eCSR_ENCRYPT_TYPE_WEP40:
8976 params.cipher = WLAN_CIPHER_SUITE_WEP40;
8977 break;
8978
8979 case eCSR_ENCRYPT_TYPE_WEP104_STATICKEY:
8980 case eCSR_ENCRYPT_TYPE_WEP104:
8981 params.cipher = WLAN_CIPHER_SUITE_WEP104;
8982 break;
8983
8984 case eCSR_ENCRYPT_TYPE_TKIP:
8985 params.cipher = WLAN_CIPHER_SUITE_TKIP;
8986 break;
8987
8988 case eCSR_ENCRYPT_TYPE_AES:
8989 params.cipher = WLAN_CIPHER_SUITE_AES_CMAC;
8990 break;
8991
8992 default:
8993 params.cipher = IW_AUTH_CIPHER_NONE;
8994 break;
8995 }
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05308996
c_hpothuaaf19692014-05-17 17:01:48 +05308997 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
8998 TRACE_CODE_HDD_CFG80211_GET_KEY,
8999 pAdapter->sessionId, params.cipher));
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05309000
Jeff Johnson295189b2012-06-20 16:38:30 -07009001 params.key_len = pRoamProfile->Keys.KeyLength[key_index];
9002 params.seq_len = 0;
9003 params.seq = NULL;
9004 params.key = &pRoamProfile->Keys.KeyMaterial[key_index][0];
9005 callback(cookie, &params);
9006 return 0;
9007}
9008
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05309009#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
9010static int wlan_hdd_cfg80211_get_key(
9011 struct wiphy *wiphy,
9012 struct net_device *ndev,
9013 u8 key_index, bool pairwise,
9014 const u8 *mac_addr, void *cookie,
9015 void (*callback)(void *cookie, struct key_params*)
9016 )
9017#else
9018static int wlan_hdd_cfg80211_get_key(
9019 struct wiphy *wiphy,
9020 struct net_device *ndev,
9021 u8 key_index, const u8 *mac_addr, void *cookie,
9022 void (*callback)(void *cookie, struct key_params*)
9023 )
9024#endif
9025{
9026 int ret;
9027
9028 vos_ssr_protect(__func__);
9029#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
9030 ret = __wlan_hdd_cfg80211_get_key(wiphy, ndev, key_index, pairwise,
9031 mac_addr, cookie, callback);
9032#else
9033 ret = __wlan_hdd_cfg80211_get_key(wiphy, ndev, key_index, mac_addr,
9034 callback);
9035#endif
9036 vos_ssr_unprotect(__func__);
9037
9038 return ret;
9039}
9040
Jeff Johnson295189b2012-06-20 16:38:30 -07009041/*
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05309042 * FUNCTION: __wlan_hdd_cfg80211_del_key
Jeff Johnson295189b2012-06-20 16:38:30 -07009043 * This function is used to delete the key information
9044 */
9045#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05309046static int __wlan_hdd_cfg80211_del_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07009047 struct net_device *ndev,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309048 u8 key_index,
9049 bool pairwise,
Jeff Johnson295189b2012-06-20 16:38:30 -07009050 const u8 *mac_addr
9051 )
9052#else
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05309053static int __wlan_hdd_cfg80211_del_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07009054 struct net_device *ndev,
9055 u8 key_index,
9056 const u8 *mac_addr
9057 )
9058#endif
9059{
9060 int status = 0;
9061
9062 //This code needs to be revisited. There is sme_removeKey API, we should
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309063 //plan to use that. After the change to use correct index in setkey,
Jeff Johnson295189b2012-06-20 16:38:30 -07009064 //it is observed that this is invalidating peer
9065 //key index whenever re-key is done. This is affecting data link.
9066 //It should be ok to ignore del_key.
9067#if 0
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309068 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
9069 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pAdapter))->pvosContext;
Jeff Johnson295189b2012-06-20 16:38:30 -07009070 u8 groupmacaddr[WNI_CFG_BSSID_LEN] = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
9071 tCsrRoamSetKey setKey;
9072 v_U32_t roamId= 0xFF;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309073
Jeff Johnson295189b2012-06-20 16:38:30 -07009074 ENTER();
9075
9076 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: device_mode = %d\n",
9077 __func__,pAdapter->device_mode);
9078
9079 if (CSR_MAX_NUM_KEY <= key_index)
9080 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309081 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07009082 key_index);
9083
9084 return -EINVAL;
9085 }
9086
9087 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
9088 setKey.keyId = key_index;
9089
9090 if (mac_addr)
9091 vos_mem_copy(setKey.peerMac, mac_addr,WNI_CFG_BSSID_LEN);
9092 else
9093 vos_mem_copy(setKey.peerMac, groupmacaddr, WNI_CFG_BSSID_LEN);
9094
9095 setKey.encType = eCSR_ENCRYPT_TYPE_NONE;
9096
9097 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07009098 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309099 )
9100 {
9101
9102 hdd_hostapd_state_t *pHostapdState =
Jeff Johnson295189b2012-06-20 16:38:30 -07009103 WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
9104 if( pHostapdState->bssState == BSS_START)
9105 {
9106 status = WLANSAP_SetKeySta( pVosContext, &setKey);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309107
Jeff Johnson295189b2012-06-20 16:38:30 -07009108 if ( status != eHAL_STATUS_SUCCESS )
9109 {
9110 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
9111 "[%4d] WLANSAP_SetKeySta returned ERROR status= %d",
9112 __LINE__, status );
9113 }
9114 }
9115 }
9116 else if ( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309117 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Jeff Johnson295189b2012-06-20 16:38:30 -07009118 )
9119 {
9120 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
9121
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309122 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
9123
9124 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07009125 "%s: delete key for peerMac %2x:%2x:%2x:%2x:%2x:%2x",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309126 __func__, setKey.peerMac[0], setKey.peerMac[1],
9127 setKey.peerMac[2], setKey.peerMac[3],
Jeff Johnson295189b2012-06-20 16:38:30 -07009128 setKey.peerMac[4], setKey.peerMac[5]);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309129 if(pAdapter->sessionCtx.station.conn_info.connState ==
9130 eConnectionState_Associated)
Jeff Johnson295189b2012-06-20 16:38:30 -07009131 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309132 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07009133 pAdapter->sessionId, &setKey, &roamId );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309134
Jeff Johnson295189b2012-06-20 16:38:30 -07009135 if ( 0 != status )
9136 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309137 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07009138 "%s: sme_RoamSetKey failure, returned %d",
9139 __func__, status);
9140 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
9141 return -EINVAL;
9142 }
9143 }
9144 }
9145#endif
Jeff Johnsone7245742012-09-05 17:12:55 -07009146 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07009147 return status;
9148}
9149
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +05309150#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
9151static int wlan_hdd_cfg80211_del_key( struct wiphy *wiphy,
9152 struct net_device *ndev,
9153 u8 key_index,
9154 bool pairwise,
9155 const u8 *mac_addr
9156 )
9157#else
9158static int wlan_hdd_cfg80211_del_key( struct wiphy *wiphy,
9159 struct net_device *ndev,
9160 u8 key_index,
9161 const u8 *mac_addr
9162 )
9163#endif
9164{
9165 int ret;
9166
9167 vos_ssr_protect(__func__);
9168#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
9169 ret = __wlan_hdd_cfg80211_del_key(wiphy, ndev, key_index, pairwise,
9170 mac_addr);
9171#else
9172 ret = __wlan_hdd_cfg80211_del_key(wiphy, ndev, key_index, mac_addr);
9173#endif
9174 vos_ssr_unprotect(__func__);
9175
9176 return ret;
9177}
9178
Jeff Johnson295189b2012-06-20 16:38:30 -07009179/*
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05309180 * FUNCTION: __wlan_hdd_cfg80211_set_default_key
Jeff Johnson295189b2012-06-20 16:38:30 -07009181 * This function is used to set the default tx key index
9182 */
9183#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05309184static int __wlan_hdd_cfg80211_set_default_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07009185 struct net_device *ndev,
9186 u8 key_index,
9187 bool unicast, bool multicast)
9188#else
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05309189static int __wlan_hdd_cfg80211_set_default_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07009190 struct net_device *ndev,
9191 u8 key_index)
9192#endif
9193{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309194 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05309195 int status;
Gopichand Nakkala29149562013-05-10 21:43:41 +05309196 hdd_wext_state_t *pWextState;
9197 hdd_station_ctx_t *pHddStaCtx;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05309198 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07009199
9200 ENTER();
9201
Gopichand Nakkala29149562013-05-10 21:43:41 +05309202 if ((NULL == pAdapter))
9203 {
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05309204 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Gopichand Nakkala29149562013-05-10 21:43:41 +05309205 "invalid adapter");
9206 return -EINVAL;
9207 }
9208
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05309209 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
9210 TRACE_CODE_HDD_CFG80211_SET_DEFAULT_KEY,
9211 pAdapter->sessionId, key_index));
9212
Gopichand Nakkala29149562013-05-10 21:43:41 +05309213 pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
9214 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
9215
9216 if ((NULL == pWextState) || (NULL == pHddStaCtx))
9217 {
9218 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
9219 "invalid Wext state or HDD context");
9220 return -EINVAL;
9221 }
9222
Arif Hussain6d2a3322013-11-17 19:50:10 -08009223 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d key_index = %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07009224 __func__,pAdapter->device_mode, key_index);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309225
Jeff Johnson295189b2012-06-20 16:38:30 -07009226 if (CSR_MAX_NUM_KEY <= key_index)
9227 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309228 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07009229 key_index);
9230
9231 return -EINVAL;
9232 }
9233
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05309234 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
9235 status = wlan_hdd_validate_context(pHddCtx);
9236
9237 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009238 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05309239 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
9240 "%s: HDD context is not valid", __func__);
9241 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009242 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309243
Jeff Johnson295189b2012-06-20 16:38:30 -07009244 if ((pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -07009245 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309246 )
Jeff Johnson295189b2012-06-20 16:38:30 -07009247 {
Gopichand Nakkala29149562013-05-10 21:43:41 +05309248 if ( (eCSR_ENCRYPT_TYPE_TKIP !=
Arif Hussain6943f522013-11-04 20:10:10 -08009249 pHddStaCtx->conn_info.ucEncryptionType) &&
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309250 (eCSR_ENCRYPT_TYPE_AES !=
Arif Hussain6943f522013-11-04 20:10:10 -08009251 pHddStaCtx->conn_info.ucEncryptionType)
Jeff Johnson295189b2012-06-20 16:38:30 -07009252 )
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309253 {
9254 /* if default key index is not same as previous one,
Jeff Johnson295189b2012-06-20 16:38:30 -07009255 * then update the default key index */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309256
Jeff Johnson295189b2012-06-20 16:38:30 -07009257 tCsrRoamSetKey setKey;
9258 v_U32_t roamId= 0xFF;
9259 tCsrKeys *Keys = &pWextState->roamProfile.Keys;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309260
9261 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: default tx key index %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07009262 __func__, key_index);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309263
Jeff Johnson295189b2012-06-20 16:38:30 -07009264 Keys->defaultIndex = (u8)key_index;
9265 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
9266 setKey.keyId = key_index;
9267 setKey.keyLength = Keys->KeyLength[key_index];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309268
9269 vos_mem_copy(&setKey.Key[0],
9270 &Keys->KeyMaterial[key_index][0],
Jeff Johnson295189b2012-06-20 16:38:30 -07009271 Keys->KeyLength[key_index]);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309272
Gopichand Nakkala29149562013-05-10 21:43:41 +05309273 setKey.keyDirection = eSIR_TX_RX;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309274
9275 vos_mem_copy(setKey.peerMac,
Jeff Johnson295189b2012-06-20 16:38:30 -07009276 &pHddStaCtx->conn_info.bssId[0],
9277 WNI_CFG_BSSID_LEN);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309278
Gopichand Nakkala29149562013-05-10 21:43:41 +05309279 if (Keys->KeyLength[key_index] == CSR_WEP40_KEY_LEN &&
9280 pWextState->roamProfile.EncryptionType.encryptionType[0] ==
9281 eCSR_ENCRYPT_TYPE_WEP104)
9282 {
9283 /*In the case of dynamic wep supplicant hardcodes DWEP type to eCSR_ENCRYPT_TYPE_WEP104
9284 even though ap is configured for WEP-40 encryption. In this canse the key length
9285 is 5 but the encryption type is 104 hence checking the key langht(5) and encryption
9286 type(104) and switching encryption type to 40*/
9287 pWextState->roamProfile.EncryptionType.encryptionType[0] =
9288 eCSR_ENCRYPT_TYPE_WEP40;
9289 pWextState->roamProfile.mcEncryptionType.encryptionType[0] =
9290 eCSR_ENCRYPT_TYPE_WEP40;
9291 }
9292
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309293 setKey.encType =
Jeff Johnson295189b2012-06-20 16:38:30 -07009294 pWextState->roamProfile.EncryptionType.encryptionType[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309295
Jeff Johnson295189b2012-06-20 16:38:30 -07009296 /* issue set key request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309297 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07009298 pAdapter->sessionId, &setKey, &roamId );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309299
Jeff Johnson295189b2012-06-20 16:38:30 -07009300 if ( 0 != status )
9301 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309302 hddLog(VOS_TRACE_LEVEL_ERROR,
9303 "%s: sme_RoamSetKey failed, returned %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07009304 status);
9305 return -EINVAL;
9306 }
9307 }
9308 }
9309
9310 /* In SoftAp mode setting key direction for default mode */
9311 else if ( WLAN_HDD_SOFTAP == pAdapter->device_mode )
9312 {
9313 if ( (eCSR_ENCRYPT_TYPE_TKIP !=
9314 pWextState->roamProfile.EncryptionType.encryptionType[0]) &&
9315 (eCSR_ENCRYPT_TYPE_AES !=
9316 pWextState->roamProfile.EncryptionType.encryptionType[0])
9317 )
9318 {
9319 /* Saving key direction for default key index to TX default */
9320 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
9321 pAPCtx->wepKey[key_index].keyDirection = eSIR_TX_DEFAULT;
9322 }
9323 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309324
Jeff Johnson295189b2012-06-20 16:38:30 -07009325 return status;
9326}
9327
Mahesh A Saptasagar1a51bc02014-06-02 18:28:08 +05309328#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
9329static int wlan_hdd_cfg80211_set_default_key( struct wiphy *wiphy,
9330 struct net_device *ndev,
9331 u8 key_index,
9332 bool unicast, bool multicast)
9333#else
9334static int wlan_hdd_cfg80211_set_default_key( struct wiphy *wiphy,
9335 struct net_device *ndev,
9336 u8 key_index)
9337#endif
9338{
9339 int ret;
9340 vos_ssr_protect(__func__);
9341#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
9342 ret = __wlan_hdd_cfg80211_set_default_key(wiphy, ndev, key_index, unicast,
9343 multicast);
9344#else
9345 ret = __wlan_hdd_cfg80211_set_default_key(wiphy, ndev, key_index);
9346#endif
9347 vos_ssr_unprotect(__func__);
9348
9349 return ret;
9350}
9351
Jeff Johnson295189b2012-06-20 16:38:30 -07009352/*
9353 * FUNCTION: wlan_hdd_cfg80211_inform_bss
9354 * This function is used to inform the BSS details to nl80211 interface.
9355 */
9356static struct cfg80211_bss* wlan_hdd_cfg80211_inform_bss(
9357 hdd_adapter_t *pAdapter, tCsrRoamConnectedProfile *roamProfile)
9358{
9359 struct net_device *dev = pAdapter->dev;
9360 struct wireless_dev *wdev = dev->ieee80211_ptr;
9361 struct wiphy *wiphy = wdev->wiphy;
9362 tSirBssDescription *pBssDesc = roamProfile->pBssDesc;
9363 int chan_no;
9364 int ie_length;
9365 const char *ie;
9366 unsigned int freq;
9367 struct ieee80211_channel *chan;
9368 int rssi = 0;
9369 struct cfg80211_bss *bss = NULL;
9370
9371 ENTER();
9372
9373 if( NULL == pBssDesc )
9374 {
Arif Hussain6d2a3322013-11-17 19:50:10 -08009375 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: pBssDesc is NULL", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07009376 return bss;
9377 }
9378
9379 chan_no = pBssDesc->channelId;
9380 ie_length = GET_IE_LEN_IN_BSS_DESC( pBssDesc->length );
9381 ie = ((ie_length != 0) ? (const char *)&pBssDesc->ieFields: NULL);
9382
9383 if( NULL == ie )
9384 {
Arif Hussain6d2a3322013-11-17 19:50:10 -08009385 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: IE of BSS descriptor is NULL", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07009386 return bss;
9387 }
9388
9389#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,38))
9390 if (chan_no <= ARRAY_SIZE(hdd_channels_2_4_GHZ))
9391 {
9392 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_2GHZ);
9393 }
9394 else
9395 {
9396 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_5GHZ);
9397 }
9398#else
9399 freq = ieee80211_channel_to_frequency(chan_no);
9400#endif
9401
9402 chan = __ieee80211_get_channel(wiphy, freq);
9403
Santhosh Kumar Padmaa45fdb12014-04-15 15:54:38 +05309404 if (!chan) {
9405 hddLog(VOS_TRACE_LEVEL_ERROR, "%s chan pointer is NULL", __func__);
9406 return NULL;
9407 }
9408
Abhishek Singhaee43942014-06-16 18:55:47 +05309409 rssi = (VOS_MIN ((pBssDesc->rssi + pBssDesc->sinr), 0))*100;
Jeff Johnson295189b2012-06-20 16:38:30 -07009410
Abhishek Singhaee43942014-06-16 18:55:47 +05309411 return cfg80211_inform_bss(wiphy, chan, pBssDesc->bssId,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309412 le64_to_cpu(*(__le64 *)pBssDesc->timeStamp),
Jeff Johnson295189b2012-06-20 16:38:30 -07009413 pBssDesc->capabilityInfo,
9414 pBssDesc->beaconInterval, ie, ie_length,
Abhishek Singhaee43942014-06-16 18:55:47 +05309415 rssi, GFP_KERNEL );
Jeff Johnson295189b2012-06-20 16:38:30 -07009416}
9417
9418
9419
9420/*
9421 * FUNCTION: wlan_hdd_cfg80211_inform_bss_frame
9422 * This function is used to inform the BSS details to nl80211 interface.
9423 */
9424struct cfg80211_bss*
9425wlan_hdd_cfg80211_inform_bss_frame( hdd_adapter_t *pAdapter,
9426 tSirBssDescription *bss_desc
9427 )
9428{
9429 /*
9430 cfg80211_inform_bss() is not updating ie field of bss entry, if entry
9431 already exists in bss data base of cfg80211 for that particular BSS ID.
9432 Using cfg80211_inform_bss_frame to update the bss entry instead of
9433 cfg80211_inform_bss, But this call expects mgmt packet as input. As of
9434 now there is no possibility to get the mgmt(probe response) frame from PE,
9435 converting bss_desc to ieee80211_mgmt(probe response) and passing to
9436 cfg80211_inform_bss_frame.
9437 */
9438 struct net_device *dev = pAdapter->dev;
9439 struct wireless_dev *wdev = dev->ieee80211_ptr;
9440 struct wiphy *wiphy = wdev->wiphy;
9441 int chan_no = bss_desc->channelId;
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08009442#ifdef WLAN_ENABLE_AGEIE_ON_SCAN_RESULTS
9443 qcom_ie_age *qie_age = NULL;
9444 int ie_length = GET_IE_LEN_IN_BSS_DESC( bss_desc->length ) + sizeof(qcom_ie_age);
9445#else
Jeff Johnson295189b2012-06-20 16:38:30 -07009446 int ie_length = GET_IE_LEN_IN_BSS_DESC( bss_desc->length );
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08009447#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07009448 const char *ie =
9449 ((ie_length != 0) ? (const char *)&bss_desc->ieFields: NULL);
9450 unsigned int freq;
9451 struct ieee80211_channel *chan;
Abhishek Singh1e2bfa32014-01-02 15:44:15 +05309452 struct ieee80211_mgmt *mgmt = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07009453 struct cfg80211_bss *bss_status = NULL;
9454 size_t frame_len = sizeof (struct ieee80211_mgmt) + ie_length;
9455 int rssi = 0;
Wilson Yangf80a0542013-10-07 13:02:37 -07009456 hdd_context_t *pHddCtx;
9457 int status;
Jeff Johnsone7245742012-09-05 17:12:55 -07009458#ifdef WLAN_OPEN_SOURCE
9459 struct timespec ts;
9460#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07009461
Wilson Yangf80a0542013-10-07 13:02:37 -07009462 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
9463 status = wlan_hdd_validate_context(pHddCtx);
9464
9465 /*bss_update is not allowed during wlan driver loading or unloading*/
Mihir Shete18156292014-03-11 15:38:30 +05309466 if (WLAN_HDD_IS_LOAD_UNLOAD_IN_PROGRESS(pHddCtx))
Wilson Yangf80a0542013-10-07 13:02:37 -07009467 {
9468 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
9469 "%s:Loading_unloading in Progress. Ignore!!!",__func__);
9470 return NULL;
9471 }
9472
9473
9474 if (0 != status)
9475 {
9476 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
9477 "%s: HDD context is not valid", __func__);
Madan Mohan Koyyalamudi2e5c9142012-11-02 13:17:48 -07009478 return NULL;
Wilson Yangf80a0542013-10-07 13:02:37 -07009479 }
9480
Abhishek Singh1e2bfa32014-01-02 15:44:15 +05309481 mgmt = kzalloc((sizeof (struct ieee80211_mgmt) + ie_length), GFP_KERNEL);
Wilson Yangf80a0542013-10-07 13:02:37 -07009482 if (!mgmt)
9483 {
9484 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
9485 "%s: memory allocation failed ", __func__);
9486 return NULL;
9487 }
Madan Mohan Koyyalamudi2e5c9142012-11-02 13:17:48 -07009488
Jeff Johnson295189b2012-06-20 16:38:30 -07009489 memcpy(mgmt->bssid, bss_desc->bssId, ETH_ALEN);
Jeff Johnsone7245742012-09-05 17:12:55 -07009490
9491#ifdef WLAN_OPEN_SOURCE
9492 /* Android does not want the timestamp from the frame.
9493 Instead it wants a monotonic increasing value */
9494 get_monotonic_boottime(&ts);
9495 mgmt->u.probe_resp.timestamp =
9496 ((u64)ts.tv_sec * 1000000) + (ts.tv_nsec / 1000);
9497#else
9498 /* keep old behavior for non-open source (for now) */
Jeff Johnson295189b2012-06-20 16:38:30 -07009499 memcpy(&mgmt->u.probe_resp.timestamp, bss_desc->timeStamp,
9500 sizeof (bss_desc->timeStamp));
Jeff Johnsone7245742012-09-05 17:12:55 -07009501
9502#endif
9503
Jeff Johnson295189b2012-06-20 16:38:30 -07009504 mgmt->u.probe_resp.beacon_int = bss_desc->beaconInterval;
9505 mgmt->u.probe_resp.capab_info = bss_desc->capabilityInfo;
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08009506
9507#ifdef WLAN_ENABLE_AGEIE_ON_SCAN_RESULTS
9508 /* GPS Requirement: need age ie per entry. Using vendor specific. */
9509 /* Assuming this is the last IE, copy at the end */
9510 ie_length -=sizeof(qcom_ie_age);
9511 qie_age = (qcom_ie_age *)(mgmt->u.probe_resp.variable + ie_length);
9512 qie_age->element_id = QCOM_VENDOR_IE_ID;
9513 qie_age->len = QCOM_VENDOR_IE_AGE_LEN;
9514 qie_age->oui_1 = QCOM_OUI1;
9515 qie_age->oui_2 = QCOM_OUI2;
9516 qie_age->oui_3 = QCOM_OUI3;
9517 qie_age->type = QCOM_VENDOR_IE_AGE_TYPE;
9518 qie_age->age = vos_timer_get_system_ticks() - bss_desc->nReceivedTime;
9519#endif
9520
Jeff Johnson295189b2012-06-20 16:38:30 -07009521 memcpy(mgmt->u.probe_resp.variable, ie, ie_length);
Gopichand Nakkalad908ec82013-05-16 19:32:19 +05309522 if (bss_desc->fProbeRsp)
9523 {
9524 mgmt->frame_control |=
9525 (u16)(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_PROBE_RESP);
9526 }
9527 else
9528 {
9529 mgmt->frame_control |=
9530 (u16)(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_BEACON);
9531 }
Jeff Johnson295189b2012-06-20 16:38:30 -07009532
9533#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,38))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309534 if (chan_no <= ARRAY_SIZE(hdd_channels_2_4_GHZ) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07009535 (wiphy->bands[IEEE80211_BAND_2GHZ] != NULL))
9536 {
9537 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_2GHZ);
9538 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309539 else if ((chan_no > ARRAY_SIZE(hdd_channels_2_4_GHZ)) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07009540 (wiphy->bands[IEEE80211_BAND_5GHZ] != NULL))
9541
9542 {
9543 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_5GHZ);
9544 }
9545 else
9546 {
Nirav Shah20ac06f2013-12-12 18:14:06 +05309547 hddLog(VOS_TRACE_LEVEL_ERROR, "%s Invalid chan_no:%d",
9548 __func__, chan_no);
Jeff Johnson295189b2012-06-20 16:38:30 -07009549 kfree(mgmt);
9550 return NULL;
9551 }
9552#else
9553 freq = ieee80211_channel_to_frequency(chan_no);
9554#endif
9555 chan = __ieee80211_get_channel(wiphy, freq);
Leela V Kiran Kumar Reddy90032de2013-01-24 18:33:30 -08009556 /*when the band is changed on the fly using the GUI, three things are done
9557 * 1. scan abort 2.flush scan results from cache 3.update the band with the new band user specified(refer to the hdd_setBand_helper function)
9558 * as part of the scan abort, message willbe queued to PE and we proceed with flushing and changinh the band.
9559 * pe will stop the scanning further and report back the results what ever it had till now by calling the call back function.
9560 * if the time between update band and scandone call back is sufficent enough the band change reflects in SME, SME validates the channels
9561 * and discards the channels correponding to previous band and calls back with zero bss results.
9562 * but if the time between band update and scan done callback is very small then band change will not reflect in SME and SME reports to HDD
9563 * all the channels correponding to previous band.this is due to race condition.but those channels are invalid to the new band and so
9564 * this function __ieee80211_get_channel will return NULL.Each time we report scan result with this pointer null warning kernel trace is printed.
9565 * if the scan results contain large number of APs continuosly kernel warning trace is printed and it will lead to apps watch dog bark.
9566 * So drop the bss and continue to next bss.
9567 */
9568 if(chan == NULL)
9569 {
Nirav Shah20ac06f2013-12-12 18:14:06 +05309570 hddLog(VOS_TRACE_LEVEL_ERROR, "%s chan pointer is NULL", __func__);
Chilam Ngc4244af2013-04-01 15:37:32 -07009571 kfree(mgmt);
Leela V Kiran Kumar Reddy90032de2013-01-24 18:33:30 -08009572 return NULL;
9573 }
Jeff Johnson295189b2012-06-20 16:38:30 -07009574 /*To keep the rssi icon of the connected AP in the scan window
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309575 *and the rssi icon of the wireless networks in sync
Jeff Johnson295189b2012-06-20 16:38:30 -07009576 * */
9577 if (( eConnectionState_Associated ==
9578 pAdapter->sessionCtx.station.conn_info.connState ) &&
9579 ( VOS_TRUE == vos_mem_compare(bss_desc->bssId,
9580 pAdapter->sessionCtx.station.conn_info.bssId,
9581 WNI_CFG_BSSID_LEN)))
9582 {
9583 /* supplicant takes the signal strength in terms of mBm(100*dBm) */
9584 rssi = (pAdapter->rssi * 100);
9585 }
9586 else
9587 {
9588 rssi = (VOS_MIN ((bss_desc->rssi + bss_desc->sinr), 0))*100;
9589 }
9590
Nirav Shah20ac06f2013-12-12 18:14:06 +05309591 hddLog(VOS_TRACE_LEVEL_INFO, "%s: BSSID:" MAC_ADDRESS_STR " Channel:%d"
9592 "RSSI:%d", __func__, MAC_ADDR_ARRAY(mgmt->bssid),
9593 chan->center_freq, (int)(rssi/100));
9594
Jeff Johnson295189b2012-06-20 16:38:30 -07009595 bss_status = cfg80211_inform_bss_frame(wiphy, chan, mgmt,
9596 frame_len, rssi, GFP_KERNEL);
9597 kfree(mgmt);
9598 return bss_status;
9599}
9600
9601/*
9602 * FUNCTION: wlan_hdd_cfg80211_update_bss_db
9603 * This function is used to update the BSS data base of CFG8011
9604 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309605struct cfg80211_bss* wlan_hdd_cfg80211_update_bss_db( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07009606 tCsrRoamInfo *pRoamInfo
9607 )
9608{
9609 tCsrRoamConnectedProfile roamProfile;
9610 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
9611 struct cfg80211_bss *bss = NULL;
9612
9613 ENTER();
9614
9615 memset(&roamProfile, 0, sizeof(tCsrRoamConnectedProfile));
9616 sme_RoamGetConnectProfile(hHal, pAdapter->sessionId, &roamProfile);
9617
9618 if (NULL != roamProfile.pBssDesc)
9619 {
Girish Gowlif4b68022014-08-28 23:18:57 +05309620 bss = wlan_hdd_cfg80211_inform_bss_frame(pAdapter,
9621 roamProfile.pBssDesc);
Jeff Johnson295189b2012-06-20 16:38:30 -07009622
9623 if (NULL == bss)
9624 {
9625 hddLog(VOS_TRACE_LEVEL_INFO, "%s: cfg80211_inform_bss return NULL",
9626 __func__);
9627 }
9628
9629 sme_RoamFreeConnectProfile(hHal, &roamProfile);
9630 }
9631 else
9632 {
9633 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: roamProfile.pBssDesc is NULL",
9634 __func__);
9635 }
9636 return bss;
9637}
9638
9639/*
9640 * FUNCTION: wlan_hdd_cfg80211_update_bss
9641 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309642static int wlan_hdd_cfg80211_update_bss( struct wiphy *wiphy,
9643 hdd_adapter_t *pAdapter
Jeff Johnson295189b2012-06-20 16:38:30 -07009644 )
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309645{
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05309646 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07009647 tCsrScanResultInfo *pScanResult;
9648 eHalStatus status = 0;
9649 tScanResultHandle pResult;
9650 struct cfg80211_bss *bss_status = NULL;
Wilson Yangf80a0542013-10-07 13:02:37 -07009651 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07009652
9653 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +05309654
Sushant Kaushik4b7cb302014-01-06 17:45:01 +05309655 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
9656 TRACE_CODE_HDD_CFG80211_UPDATE_BSS,
9657 NO_SESSION, pAdapter->sessionId));
9658
Wilson Yangf80a0542013-10-07 13:02:37 -07009659 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
9660
9661 if (pHddCtx->isLogpInProgress)
Jeff Johnson295189b2012-06-20 16:38:30 -07009662 {
Wilson Yangf80a0542013-10-07 13:02:37 -07009663 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
9664 "%s:LOGP in Progress. Ignore!!!",__func__);
9665 return -EAGAIN;
Jeff Johnson295189b2012-06-20 16:38:30 -07009666 }
9667
Wilson Yangf80a0542013-10-07 13:02:37 -07009668
9669 /*bss_update is not allowed during wlan driver loading or unloading*/
Mihir Shete18156292014-03-11 15:38:30 +05309670 if (WLAN_HDD_IS_LOAD_UNLOAD_IN_PROGRESS(pHddCtx))
Wilson Yangf80a0542013-10-07 13:02:37 -07009671 {
9672 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
9673 "%s:Loading_unloading in Progress. Ignore!!!",__func__);
9674 return VOS_STATUS_E_PERM;
9675 }
9676
9677
Jeff Johnson295189b2012-06-20 16:38:30 -07009678 /*
9679 * start getting scan results and populate cgf80211 BSS database
9680 */
9681 status = sme_ScanGetResult(hHal, pAdapter->sessionId, NULL, &pResult);
9682
9683 /* no scan results */
9684 if (NULL == pResult)
9685 {
Nirav Shah20ac06f2013-12-12 18:14:06 +05309686 hddLog(VOS_TRACE_LEVEL_INFO, "%s: No scan result Status %d",
9687 __func__, status);
Jeff Johnson295189b2012-06-20 16:38:30 -07009688 return status;
9689 }
9690
9691 pScanResult = sme_ScanResultGetFirst(hHal, pResult);
9692
9693 while (pScanResult)
9694 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309695 /*
9696 * cfg80211_inform_bss() is not updating ie field of bss entry, if
9697 * entry already exists in bss data base of cfg80211 for that
9698 * particular BSS ID. Using cfg80211_inform_bss_frame to update the
9699 * bss entry instead of cfg80211_inform_bss, But this call expects
9700 * mgmt packet as input. As of now there is no possibility to get
9701 * the mgmt(probe response) frame from PE, converting bss_desc to
Jeff Johnson295189b2012-06-20 16:38:30 -07009702 * ieee80211_mgmt(probe response) and passing to c
9703 * fg80211_inform_bss_frame.
9704 * */
9705
9706 bss_status = wlan_hdd_cfg80211_inform_bss_frame(pAdapter,
9707 &pScanResult->BssDescriptor);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309708
Jeff Johnson295189b2012-06-20 16:38:30 -07009709
9710 if (NULL == bss_status)
9711 {
9712 hddLog(VOS_TRACE_LEVEL_INFO,
Arif Hussain6d2a3322013-11-17 19:50:10 -08009713 "%s: NULL returned by cfg80211_inform_bss", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07009714 }
9715 else
9716 {
Yue Maf49ba872013-08-19 12:04:25 -07009717 cfg80211_put_bss(
9718#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0))
9719 wiphy,
9720#endif
9721 bss_status);
Jeff Johnson295189b2012-06-20 16:38:30 -07009722 }
9723
9724 pScanResult = sme_ScanResultGetNext(hHal, pResult);
9725 }
9726
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309727 sme_ScanResultPurge(hHal, pResult);
Jeff Johnson295189b2012-06-20 16:38:30 -07009728
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309729 return 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07009730}
9731
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009732void
9733hddPrintMacAddr(tCsrBssid macAddr, tANI_U8 logLevel)
9734{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309735 VOS_TRACE(VOS_MODULE_ID_HDD, logLevel,
Arif Hussaina7c8e412013-11-20 11:06:42 -08009736 MAC_ADDRESS_STR, MAC_ADDR_ARRAY(macAddr));
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009737} /****** end hddPrintMacAddr() ******/
9738
9739void
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07009740hddPrintPmkId(tANI_U8 *pmkId, tANI_U8 logLevel)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009741{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309742 VOS_TRACE(VOS_MODULE_ID_HDD, logLevel,
Arif Hussain6d2a3322013-11-17 19:50:10 -08009743 "%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X",
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07009744 pmkId[0], pmkId[1], pmkId[2], pmkId[3], pmkId[4],
9745 pmkId[5], pmkId[6], pmkId[7], pmkId[8], pmkId[9], pmkId[10],
9746 pmkId[11], pmkId[12], pmkId[13], pmkId[14], pmkId[15]);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009747} /****** end hddPrintPmkId() ******/
9748
9749//hddPrintMacAddr(tCsrBssid macAddr, tANI_U8 logLevel);
9750//hddPrintMacAddr(macAddr, VOS_TRACE_LEVEL_FATAL);
9751
9752//void sirDumpBuf(tpAniSirGlobal pMac, tANI_U8 modId, tANI_U32 level, tANI_U8 *buf, tANI_U32 size);
9753//sirDumpBuf(pMac, VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, pmkid, 16);
9754
9755#define dump_bssid(bssid) \
9756 { \
Jeff Johnsone7245742012-09-05 17:12:55 -07009757 hddLog(VOS_TRACE_LEVEL_INFO, "BSSID (MAC) address:\t"); \
9758 hddPrintMacAddr(bssid, VOS_TRACE_LEVEL_INFO);\
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009759 }
9760
9761#define dump_pmkid(pMac, pmkid) \
9762 { \
Jeff Johnsone7245742012-09-05 17:12:55 -07009763 hddLog(VOS_TRACE_LEVEL_INFO, "PMKSA-ID:\t"); \
9764 hddPrintPmkId(pmkid, VOS_TRACE_LEVEL_INFO);\
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009765 }
9766
Madan Mohan Koyyalamudi1b4afb02012-10-22 15:25:16 -07009767#if defined(FEATURE_WLAN_LFR) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009768/*
9769 * FUNCTION: wlan_hdd_cfg80211_pmksa_candidate_notify
9770 * This function is used to notify the supplicant of a new PMKSA candidate.
9771 */
9772int wlan_hdd_cfg80211_pmksa_candidate_notify(
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309773 hdd_adapter_t *pAdapter, tCsrRoamInfo *pRoamInfo,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009774 int index, bool preauth )
9775{
Jeff Johnsone7245742012-09-05 17:12:55 -07009776#ifdef FEATURE_WLAN_OKC
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009777 struct net_device *dev = pAdapter->dev;
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07009778 hdd_context_t *pHddCtx = (hdd_context_t*)pAdapter->pHddCtx;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009779
9780 ENTER();
Jeff Johnsone7245742012-09-05 17:12:55 -07009781 hddLog(VOS_TRACE_LEVEL_INFO, "%s is going to notify supplicant of:", __func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009782
9783 if( NULL == pRoamInfo )
9784 {
Arif Hussain6d2a3322013-11-17 19:50:10 -08009785 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: pRoamInfo is NULL", __func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009786 return -EINVAL;
9787 }
9788
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07009789 if (eANI_BOOLEAN_TRUE == hdd_is_okc_mode_enabled(pHddCtx))
9790 {
9791 dump_bssid(pRoamInfo->bssid);
9792 cfg80211_pmksa_candidate_notify(dev, index,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009793 pRoamInfo->bssid, preauth, GFP_KERNEL);
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07009794 }
Jeff Johnsone7245742012-09-05 17:12:55 -07009795#endif /* FEATURE_WLAN_OKC */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309796 return 0;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07009797}
9798#endif //FEATURE_WLAN_LFR
9799
Yue Maef608272013-04-08 23:09:17 -07009800#ifdef FEATURE_WLAN_LFR_METRICS
9801/*
9802 * FUNCTION: wlan_hdd_cfg80211_roam_metrics_preauth
9803 * 802.11r/LFR metrics reporting function to report preauth initiation
9804 *
9805 */
9806#define MAX_LFR_METRICS_EVENT_LENGTH 100
9807VOS_STATUS wlan_hdd_cfg80211_roam_metrics_preauth(hdd_adapter_t *pAdapter,
9808 tCsrRoamInfo *pRoamInfo)
9809{
9810 unsigned char metrics_notification[MAX_LFR_METRICS_EVENT_LENGTH + 1];
9811 union iwreq_data wrqu;
9812
9813 ENTER();
9814
9815 if (NULL == pAdapter)
9816 {
9817 hddLog(LOGE, "%s: pAdapter is NULL!", __func__);
9818 return VOS_STATUS_E_FAILURE;
9819 }
9820
9821 /* create the event */
9822 memset(&wrqu, 0, sizeof(wrqu));
9823 memset(metrics_notification, 0, sizeof(metrics_notification));
9824
9825 wrqu.data.pointer = metrics_notification;
9826 wrqu.data.length = scnprintf(metrics_notification,
9827 sizeof(metrics_notification), "QCOM: LFR_PREAUTH_INIT "
9828 MAC_ADDRESS_STR, MAC_ADDR_ARRAY(pRoamInfo->bssid));
9829
9830 wireless_send_event(pAdapter->dev, IWEVCUSTOM, &wrqu, metrics_notification);
9831
9832 EXIT();
9833
9834 return VOS_STATUS_SUCCESS;
9835}
9836
9837/*
9838 * FUNCTION: wlan_hdd_cfg80211_roam_metrics_preauth_status
9839 * 802.11r/LFR metrics reporting function to report preauth completion
9840 * or failure
9841 */
9842VOS_STATUS wlan_hdd_cfg80211_roam_metrics_preauth_status(
9843 hdd_adapter_t *pAdapter, tCsrRoamInfo *pRoamInfo, bool preauth_status)
9844{
9845 unsigned char metrics_notification[MAX_LFR_METRICS_EVENT_LENGTH + 1];
9846 union iwreq_data wrqu;
9847
9848 ENTER();
9849
9850 if (NULL == pAdapter)
9851 {
9852 hddLog(LOGE, "%s: pAdapter is NULL!", __func__);
9853 return VOS_STATUS_E_FAILURE;
9854 }
9855
9856 /* create the event */
9857 memset(&wrqu, 0, sizeof(wrqu));
9858 memset(metrics_notification, 0, sizeof(metrics_notification));
9859
9860 scnprintf(metrics_notification, sizeof(metrics_notification),
9861 "QCOM: LFR_PREAUTH_STATUS "MAC_ADDRESS_STR,
9862 MAC_ADDR_ARRAY(pRoamInfo->bssid));
9863
9864 if (1 == preauth_status)
9865 strncat(metrics_notification, " TRUE", 5);
9866 else
9867 strncat(metrics_notification, " FALSE", 6);
9868
9869 wrqu.data.pointer = metrics_notification;
9870 wrqu.data.length = strlen(metrics_notification);
9871
9872 wireless_send_event(pAdapter->dev, IWEVCUSTOM, &wrqu, metrics_notification);
9873
9874 EXIT();
9875
9876 return VOS_STATUS_SUCCESS;
9877}
9878
9879/*
9880 * FUNCTION: wlan_hdd_cfg80211_roam_metrics_handover
9881 * 802.11r/LFR metrics reporting function to report handover initiation
9882 *
9883 */
9884VOS_STATUS wlan_hdd_cfg80211_roam_metrics_handover(hdd_adapter_t * pAdapter,
9885 tCsrRoamInfo *pRoamInfo)
9886{
9887 unsigned char metrics_notification[MAX_LFR_METRICS_EVENT_LENGTH + 1];
9888 union iwreq_data wrqu;
9889
9890 ENTER();
9891
9892 if (NULL == pAdapter)
9893 {
9894 hddLog(LOGE, "%s: pAdapter is NULL!", __func__);
9895 return VOS_STATUS_E_FAILURE;
9896 }
9897
9898 /* create the event */
9899 memset(&wrqu, 0, sizeof(wrqu));
9900 memset(metrics_notification, 0, sizeof(metrics_notification));
9901
9902 wrqu.data.pointer = metrics_notification;
9903 wrqu.data.length = scnprintf(metrics_notification,
9904 sizeof(metrics_notification), "QCOM: LFR_PREAUTH_HANDOVER "
9905 MAC_ADDRESS_STR, MAC_ADDR_ARRAY(pRoamInfo->bssid));
9906
9907 wireless_send_event(pAdapter->dev, IWEVCUSTOM, &wrqu, metrics_notification);
9908
9909 EXIT();
9910
9911 return VOS_STATUS_SUCCESS;
9912}
9913#endif
9914
Jeff Johnson295189b2012-06-20 16:38:30 -07009915/*
9916 * FUNCTION: hdd_cfg80211_scan_done_callback
9917 * scanning callback function, called after finishing scan
9918 *
9919 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309920static eHalStatus hdd_cfg80211_scan_done_callback(tHalHandle halHandle,
Jeff Johnson295189b2012-06-20 16:38:30 -07009921 void *pContext, tANI_U32 scanId, eCsrScanStatus status)
9922{
9923 struct net_device *dev = (struct net_device *) pContext;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309924 //struct wireless_dev *wdev = dev->ieee80211_ptr;
Jeff Johnson295189b2012-06-20 16:38:30 -07009925 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07009926 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
9927 hdd_scaninfo_t *pScanInfo = &pHddCtx->scan_info;
Jeff Johnson295189b2012-06-20 16:38:30 -07009928 struct cfg80211_scan_request *req = NULL;
9929 int ret = 0;
Mahesh A Saptasagar05a357e2014-02-26 16:28:06 +05309930 bool aborted = false;
c_hpothu6ff1c3c2013-10-01 19:01:57 +05309931 long waitRet = 0;
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +05309932 tANI_U8 i;
Jeff Johnson295189b2012-06-20 16:38:30 -07009933
9934 ENTER();
9935
9936 hddLog(VOS_TRACE_LEVEL_INFO,
9937 "%s called with halHandle = %p, pContext = %p,"
Arif Hussain6d2a3322013-11-17 19:50:10 -08009938 "scanID = %d, returned status = %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07009939 __func__, halHandle, pContext, (int) scanId, (int) status);
9940
Kiet Lamac06e2c2013-10-23 16:25:07 +05309941 pScanInfo->mScanPendingCounter = 0;
9942
Jeff Johnson295189b2012-06-20 16:38:30 -07009943 //Block on scan req completion variable. Can't wait forever though.
c_hpothu6ff1c3c2013-10-01 19:01:57 +05309944 waitRet = wait_for_completion_interruptible_timeout(
Jeff Johnson295189b2012-06-20 16:38:30 -07009945 &pScanInfo->scan_req_completion_event,
9946 msecs_to_jiffies(WLAN_WAIT_TIME_SCAN_REQ));
c_hpothu6ff1c3c2013-10-01 19:01:57 +05309947 if (waitRet <= 0)
Jeff Johnson295189b2012-06-20 16:38:30 -07009948 {
c_hpothu6ff1c3c2013-10-01 19:01:57 +05309949 hddLog(VOS_TRACE_LEVEL_ERROR,
9950 "%s wait on scan_req_completion_event failed %ld",__func__, waitRet);
Jeff Johnson295189b2012-06-20 16:38:30 -07009951 VOS_ASSERT(pScanInfo->mScanPending);
Jeff Johnsone7245742012-09-05 17:12:55 -07009952 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -07009953 }
9954
Yue Maef608272013-04-08 23:09:17 -07009955 if (pScanInfo->mScanPending != VOS_TRUE)
Jeff Johnson295189b2012-06-20 16:38:30 -07009956 {
9957 VOS_ASSERT(pScanInfo->mScanPending);
Jeff Johnsone7245742012-09-05 17:12:55 -07009958 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -07009959 }
9960
9961 /* Check the scanId */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309962 if (pScanInfo->scanId != scanId)
Jeff Johnson295189b2012-06-20 16:38:30 -07009963 {
9964 hddLog(VOS_TRACE_LEVEL_INFO,
9965 "%s called with mismatched scanId pScanInfo->scanId = %d "
Arif Hussain6d2a3322013-11-17 19:50:10 -08009966 "scanId = %d", __func__, (int) pScanInfo->scanId,
Jeff Johnson295189b2012-06-20 16:38:30 -07009967 (int) scanId);
9968 }
9969
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309970 ret = wlan_hdd_cfg80211_update_bss((WLAN_HDD_GET_CTX(pAdapter))->wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07009971 pAdapter);
9972
9973 if (0 > ret)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05309974 hddLog(VOS_TRACE_LEVEL_INFO, "%s: NO SCAN result", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07009975
9976
9977 /* If any client wait scan result through WEXT
9978 * send scan done event to client */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07009979 if (pHddCtx->scan_info.waitScanResult)
Jeff Johnson295189b2012-06-20 16:38:30 -07009980 {
9981 /* The other scan request waiting for current scan finish
9982 * Send event to notify current scan finished */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07009983 if(WEXT_SCAN_PENDING_DELAY == pHddCtx->scan_info.scan_pending_option)
Jeff Johnson295189b2012-06-20 16:38:30 -07009984 {
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07009985 vos_event_set(&pHddCtx->scan_info.scan_finished_event);
Jeff Johnson295189b2012-06-20 16:38:30 -07009986 }
9987 /* Send notify to WEXT client */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07009988 else if(WEXT_SCAN_PENDING_PIGGYBACK == pHddCtx->scan_info.scan_pending_option)
Jeff Johnson295189b2012-06-20 16:38:30 -07009989 {
9990 struct net_device *dev = pAdapter->dev;
9991 union iwreq_data wrqu;
9992 int we_event;
9993 char *msg;
9994
9995 memset(&wrqu, '\0', sizeof(wrqu));
9996 we_event = SIOCGIWSCAN;
9997 msg = NULL;
9998 wireless_send_event(dev, we_event, &wrqu, msg);
9999 }
10000 }
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -070010001 pHddCtx->scan_info.waitScanResult = FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -070010002
10003 /* Get the Scan Req */
10004 req = pAdapter->request;
10005
10006 if (!req)
10007 {
Arif Hussain6d2a3322013-11-17 19:50:10 -080010008 hddLog(VOS_TRACE_LEVEL_ERROR, "request is became NULL");
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -070010009 pScanInfo->mScanPending = VOS_FALSE;
Jeff Johnsone7245742012-09-05 17:12:55 -070010010 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -070010011 }
10012
Jeff Johnson295189b2012-06-20 16:38:30 -070010013 pAdapter->request = NULL;
Jeff Johnsone7245742012-09-05 17:12:55 -070010014 /* Scan is no longer pending */
10015 pScanInfo->mScanPending = VOS_FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -070010016
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010017 /* last_scan_timestamp is used to decide if new scan
10018 * is needed or not on station interface. If last station
10019 * scan time and new station scan time is less then
10020 * last_scan_timestamp ; driver will return cached scan.
10021 */
10022 if (req->no_cck == FALSE && status == eCSR_SCAN_SUCCESS) // no_cck will be set during p2p find
10023 {
10024 pScanInfo->last_scan_timestamp = vos_timer_get_system_time();
10025
10026 if ( req->n_channels )
10027 {
10028 for (i = 0; i < req->n_channels ; i++ )
10029 {
10030 pHddCtx->scan_info.last_scan_channelList[i] = req->channels[i]->hw_value;
10031 }
10032 /* store no of channel scanned */
10033 pHddCtx->scan_info.last_scan_numChannels= req->n_channels;
10034 }
10035
10036 }
10037
Madan Mohan Koyyalamudib764bf82012-10-11 16:38:51 -070010038 /*
10039 * cfg80211_scan_done informing NL80211 about completion
10040 * of scanning
10041 */
Mahesh A Saptasagar05a357e2014-02-26 16:28:06 +053010042 if (status == eCSR_SCAN_ABORT || status == eCSR_SCAN_FAILURE)
10043 {
10044 aborted = true;
10045 }
10046 cfg80211_scan_done(req, aborted);
Madan Mohan Koyyalamudif4e81002012-11-13 10:46:38 -080010047 complete(&pScanInfo->abortscan_event_var);
Jeff Johnson295189b2012-06-20 16:38:30 -070010048
Siddharth Bhal76972212014-10-15 16:22:51 +053010049 if (pHddCtx->spoofMacAddr.isEnabled || pHddCtx->spoofMacAddr.isReqDeferred) {
10050 /* Generate new random mac addr for next scan */
10051 hddLog(VOS_TRACE_LEVEL_INFO, "scan completed - generate new spoof mac addr");
10052 hdd_processSpoofMacAddrRequest(pHddCtx);
10053 }
10054
Jeff Johnsone7245742012-09-05 17:12:55 -070010055allow_suspend:
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -070010056 /* release the wake lock at the end of the scan*/
10057 hdd_allow_suspend();
Jeff Johnsone7245742012-09-05 17:12:55 -070010058
Madan Mohan Koyyalamudi10d83a92012-09-28 15:47:05 -070010059 /* Acquire wakelock to handle the case where APP's tries to suspend
10060 * immediatly after the driver gets connect request(i.e after scan)
10061 * from supplicant, this result in app's is suspending and not able
10062 * to process the connect request to AP */
Mahesh A Saptasagarb9c50402014-01-16 15:49:22 +053010063 hdd_prevent_suspend_timeout(1000);
Madan Mohan Koyyalamudi10d83a92012-09-28 15:47:05 -070010064
Gopichand Nakkala638ebc72013-03-21 18:04:02 -070010065#ifdef FEATURE_WLAN_TDLS
Pradeep Reddy POTTETIc7822df2015-02-19 20:15:41 +053010066 wlan_hdd_tdls_scan_done_callback(pAdapter);
Gopichand Nakkala638ebc72013-03-21 18:04:02 -070010067#endif
10068
Jeff Johnson295189b2012-06-20 16:38:30 -070010069 EXIT();
10070 return 0;
10071}
10072
10073/*
Rashmi Ramannab1429032014-04-26 14:59:09 +053010074 * FUNCTION: hdd_isConnectionInProgress
10075 * Go through each adapter and check if Connection is in progress
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010076 *
10077 */
Padma, Santhosh Kumar98f271d2014-12-31 17:23:31 +053010078v_BOOL_t hdd_isConnectionInProgress( hdd_context_t *pHddCtx)
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010079{
10080 hdd_adapter_list_node_t *pAdapterNode = NULL, *pNext = NULL;
10081 hdd_station_ctx_t *pHddStaCtx = NULL;
10082 hdd_adapter_t *pAdapter = NULL;
10083 VOS_STATUS status = 0;
10084 v_U8_t staId = 0;
10085 v_U8_t *staMac = NULL;
10086
c_hpothu9b781ba2013-12-30 20:57:45 +053010087 if (TRUE == pHddCtx->btCoexModeSet)
10088 {
10089 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Rashmi Ramannab1429032014-04-26 14:59:09 +053010090 FL("BTCoex Mode operation in progress"));
10091 return VOS_TRUE;
c_hpothu9b781ba2013-12-30 20:57:45 +053010092 }
10093
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010094 status = hdd_get_front_adapter ( pHddCtx, &pAdapterNode );
10095
10096 while ( NULL != pAdapterNode && VOS_STATUS_SUCCESS == status )
10097 {
10098 pAdapter = pAdapterNode->pAdapter;
10099
10100 if( pAdapter )
10101 {
10102 hddLog(VOS_TRACE_LEVEL_INFO,
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053010103 "%s: Adapter with device mode %s (%d) exists",
10104 __func__, hdd_device_modetoString(pAdapter->device_mode),
10105 pAdapter->device_mode);
Padma, Santhosh Kumar98f271d2014-12-31 17:23:31 +053010106 if (((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
Rashmi Ramannab1429032014-04-26 14:59:09 +053010107 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) ||
10108 (WLAN_HDD_P2P_DEVICE == pAdapter->device_mode)) &&
10109 (eConnectionState_Connecting ==
10110 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.connState))
10111 {
10112 hddLog(VOS_TRACE_LEVEL_ERROR,
10113 "%s: %p(%d) Connection is in progress", __func__,
10114 WLAN_HDD_GET_STATION_CTX_PTR(pAdapter), pAdapter->sessionId);
10115 return VOS_TRUE;
10116 }
Padma, Santhosh Kumar98f271d2014-12-31 17:23:31 +053010117 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) &&
Padma, Santhosh Kumar3b9657d2015-02-04 19:37:32 +053010118 smeNeighborMiddleOfRoaming(WLAN_HDD_GET_HAL_CTX(pAdapter)))
Padma, Santhosh Kumar98f271d2014-12-31 17:23:31 +053010119 {
10120 hddLog(VOS_TRACE_LEVEL_ERROR,
10121 "%s: %p(%d) Reassociation is in progress", __func__,
10122 WLAN_HDD_GET_STATION_CTX_PTR(pAdapter), pAdapter->sessionId);
10123 return VOS_TRUE;
10124 }
10125 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053010126 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) ||
10127 (WLAN_HDD_P2P_DEVICE == pAdapter->device_mode))
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010128 {
10129 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
10130 if ((eConnectionState_Associated == pHddStaCtx->conn_info.connState) &&
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053010131 (VOS_FALSE == pHddStaCtx->conn_info.uIsAuthenticated))
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010132 {
10133 staMac = (v_U8_t *) &(pAdapter->macAddressCurrent.bytes[0]);
10134 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain24bafea2013-11-15 15:10:03 -080010135 "%s: client " MAC_ADDRESS_STR
10136 " is in the middle of WPS/EAPOL exchange.", __func__,
10137 MAC_ADDR_ARRAY(staMac));
Rashmi Ramannab1429032014-04-26 14:59:09 +053010138 return VOS_TRUE;
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010139 }
10140 }
10141 else if ((WLAN_HDD_SOFTAP == pAdapter->device_mode) ||
10142 (WLAN_HDD_P2P_GO == pAdapter->device_mode))
10143 {
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053010144 v_CONTEXT_t pVosContext = ( WLAN_HDD_GET_CTX(pAdapter))->pvosContext;
10145 ptSapContext pSapCtx = NULL;
10146 pSapCtx = VOS_GET_SAP_CB(pVosContext);
10147 if(pSapCtx == NULL){
10148 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
10149 FL("psapCtx is NULL"));
10150 return VOS_FALSE;
10151 }
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010152 for (staId = 0; staId < WLAN_MAX_STA_COUNT; staId++)
10153 {
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053010154 if ((pSapCtx->aStaInfo[staId].isUsed) &&
10155 (WLANTL_STA_CONNECTED == pSapCtx->aStaInfo[staId].tlSTAState))
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010156 {
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053010157 staMac = (v_U8_t *) &(pSapCtx->aStaInfo[staId].macAddrSTA.bytes[0]);
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010158
10159 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain24bafea2013-11-15 15:10:03 -080010160 "%s: client " MAC_ADDRESS_STR " of SoftAP/P2P-GO is in the "
10161 "middle of WPS/EAPOL exchange.", __func__,
10162 MAC_ADDR_ARRAY(staMac));
Rashmi Ramannab1429032014-04-26 14:59:09 +053010163 return VOS_TRUE;
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010164 }
10165 }
10166 }
10167 }
10168 status = hdd_get_next_adapter ( pHddCtx, pAdapterNode, &pNext );
10169 pAdapterNode = pNext;
10170 }
Rashmi Ramannab1429032014-04-26 14:59:09 +053010171 return VOS_FALSE;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010172}
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010173
10174/*
Mahesh A Saptasagarfafb7fe2014-05-16 13:19:37 +053010175 * FUNCTION: __wlan_hdd_cfg80211_scan
Jeff Johnson295189b2012-06-20 16:38:30 -070010176 * this scan respond to scan trigger and update cfg80211 scan database
10177 * later, scan dump command can be used to recieve scan results
10178 */
Mahesh A Saptasagarfafb7fe2014-05-16 13:19:37 +053010179int __wlan_hdd_cfg80211_scan( struct wiphy *wiphy,
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -080010180#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
10181 struct net_device *dev,
10182#endif
10183 struct cfg80211_scan_request *request)
10184{
Siddharth Bhal0c162d02014-05-06 19:50:42 +053010185 hdd_adapter_t *pAdapter = NULL;
10186 hdd_context_t *pHddCtx = NULL;
10187 hdd_wext_state_t *pwextBuf = NULL;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053010188 hdd_config_t *cfg_param = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -070010189 tCsrScanRequest scanRequest;
10190 tANI_U8 *channelList = NULL, i;
10191 v_U32_t scanId = 0;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053010192 int status;
10193 hdd_scaninfo_t *pScanInfo = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -070010194 v_U8_t* pP2pIe = NULL;
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010195 int ret = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -070010196
Siddharth Bhal0c162d02014-05-06 19:50:42 +053010197#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0))
10198 struct net_device *dev = NULL;
10199 if (NULL == request)
10200 {
10201 hddLog(VOS_TRACE_LEVEL_ERROR,
10202 "%s: scan req param null", __func__);
10203 return -EINVAL;
10204 }
10205 dev = request->wdev->netdev;
10206#endif
10207
10208 pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
10209 pHddCtx = WLAN_HDD_GET_CTX( pAdapter );
10210 pwextBuf = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
10211
Jeff Johnson295189b2012-06-20 16:38:30 -070010212 ENTER();
10213
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053010214
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053010215 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)",
10216 __func__, hdd_device_modetoString(pAdapter->device_mode),
10217 pAdapter->device_mode);
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053010218
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053010219 status = wlan_hdd_validate_context(pHddCtx);
10220
10221 if (0 != status)
10222 {
10223 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
10224 "%s: HDD context is not valid", __func__);
10225 return status;
10226 }
10227
Siddharth Bhal0c162d02014-05-06 19:50:42 +053010228 if (NULL == pwextBuf)
10229 {
10230 hddLog (VOS_TRACE_LEVEL_ERROR, "%s ERROR: invalid WEXT state\n",
10231 __func__);
10232 return -EIO;
10233 }
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053010234 cfg_param = pHddCtx->cfg_ini;
10235 pScanInfo = &pHddCtx->scan_info;
10236
Jeff Johnson295189b2012-06-20 16:38:30 -070010237#ifdef WLAN_BTAMP_FEATURE
10238 //Scan not supported when AMP traffic is on.
Gopichand Nakkala681989c2013-03-06 22:27:48 -080010239 if (VOS_TRUE == WLANBAP_AmpSessionOn())
Jeff Johnson295189b2012-06-20 16:38:30 -070010240 {
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -080010241 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070010242 "%s: No scanning when AMP is on", __func__);
10243 return -EOPNOTSUPP;
10244 }
10245#endif
10246 //Scan on any other interface is not supported.
Gopichand Nakkala681989c2013-03-06 22:27:48 -080010247 if (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -070010248 {
Gopichand Nakkala681989c2013-03-06 22:27:48 -080010249 hddLog(VOS_TRACE_LEVEL_ERROR,
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053010250 "%s: Not scanning on device_mode = %s (%d)",
10251 __func__, hdd_device_modetoString(pAdapter->device_mode),
10252 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -070010253 return -EOPNOTSUPP;
10254 }
10255
10256 if (TRUE == pScanInfo->mScanPending)
10257 {
Kiet Lamac06e2c2013-10-23 16:25:07 +053010258 if ( MAX_PENDING_LOG > pScanInfo->mScanPendingCounter++ )
10259 {
10260 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: mScanPending is TRUE", __func__);
10261 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -080010262 return -EBUSY;
Jeff Johnson295189b2012-06-20 16:38:30 -070010263 }
10264
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010265 //Don't Allow Scan and return busy if Remain On
Jeff Johnson32d95a32012-09-10 13:15:23 -070010266 //Channel and action frame is pending
10267 //Otherwise Cancel Remain On Channel and allow Scan
10268 //If no action frame pending
Gopichand Nakkala681989c2013-03-06 22:27:48 -080010269 if (0 != wlan_hdd_check_remain_on_channel(pAdapter))
Jeff Johnson32d95a32012-09-10 13:15:23 -070010270 {
Kiet Lamac06e2c2013-10-23 16:25:07 +053010271 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Remain On Channel Pending", __func__);
Jeff Johnson32d95a32012-09-10 13:15:23 -070010272 return -EBUSY;
10273 }
10274
Jeff Johnson295189b2012-06-20 16:38:30 -070010275 if (mutex_lock_interruptible(&pHddCtx->tmInfo.tmOperationLock))
10276 {
10277 VOS_TRACE(VOS_MODULE_ID_HDD,VOS_TRACE_LEVEL_ERROR,
Jeff Johnson1250df42012-12-10 14:31:52 -080010278 "%s: Acquire lock fail", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070010279 return -EAGAIN;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010280 }
Jeff Johnson295189b2012-06-20 16:38:30 -070010281 if (TRUE == pHddCtx->tmInfo.tmAction.enterImps)
10282 {
Nirav Shah20ac06f2013-12-12 18:14:06 +053010283 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070010284 "%s: MAX TM Level Scan not allowed", __func__);
10285 mutex_unlock(&pHddCtx->tmInfo.tmOperationLock);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010286 return -EBUSY;
Jeff Johnson295189b2012-06-20 16:38:30 -070010287 }
10288 mutex_unlock(&pHddCtx->tmInfo.tmOperationLock);
10289
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010290 /* Check if scan is allowed at this point of time.
10291 */
Padma, Santhosh Kumar98f271d2014-12-31 17:23:31 +053010292 if (hdd_isConnectionInProgress(pHddCtx))
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -080010293 {
10294 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Scan not allowed", __func__);
10295 return -EBUSY;
10296 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010297
Jeff Johnson295189b2012-06-20 16:38:30 -070010298 vos_mem_zero( &scanRequest, sizeof(scanRequest));
10299
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010300 hddLog(VOS_TRACE_LEVEL_INFO, "scan request for ssid = %d",
10301 (int)request->n_ssids);
10302
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010303
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010304 /* Even though supplicant doesn't provide any SSIDs, n_ssids is set to 1.
10305 * Becasue of this, driver is assuming that this is not wildcard scan and so
10306 * is not aging out the scan results.
10307 */
10308 if (request->ssids && '\0' == request->ssids->ssid[0])
Jeff Johnson295189b2012-06-20 16:38:30 -070010309 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010310 request->n_ssids = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -070010311 }
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010312
10313 if ((request->ssids) && (0 < request->n_ssids))
10314 {
10315 tCsrSSIDInfo *SsidInfo;
10316 int j;
10317 scanRequest.SSIDs.numOfSSIDs = request->n_ssids;
10318 /* Allocate num_ssid tCsrSSIDInfo structure */
10319 SsidInfo = scanRequest.SSIDs.SSIDList =
10320 ( tCsrSSIDInfo *)vos_mem_malloc(
10321 request->n_ssids*sizeof(tCsrSSIDInfo));
10322
10323 if(NULL == scanRequest.SSIDs.SSIDList)
10324 {
10325 hddLog(VOS_TRACE_LEVEL_ERROR,
10326 "%s: memory alloc failed SSIDInfo buffer", __func__);
10327 return -ENOMEM;
10328 }
10329
10330 /* copy all the ssid's and their length */
10331 for(j = 0; j < request->n_ssids; j++, SsidInfo++)
10332 {
10333 /* get the ssid length */
10334 SsidInfo->SSID.length = request->ssids[j].ssid_len;
10335 vos_mem_copy(SsidInfo->SSID.ssId, &request->ssids[j].ssid[0],
10336 SsidInfo->SSID.length);
10337 SsidInfo->SSID.ssId[SsidInfo->SSID.length] = '\0';
10338 hddLog(VOS_TRACE_LEVEL_INFO, "SSID number %d: %s",
10339 j, SsidInfo->SSID.ssId);
10340 }
10341 /* set the scan type to active */
10342 scanRequest.scanType = eSIR_ACTIVE_SCAN;
10343 }
10344 else if(WLAN_HDD_P2P_GO == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -070010345 {
Siddharth Bhal0c162d02014-05-06 19:50:42 +053010346 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
10347 TRACE_CODE_HDD_CFG80211_SCAN,
10348 pAdapter->sessionId, 0));
Jeff Johnson295189b2012-06-20 16:38:30 -070010349 /* set the scan type to active */
10350 scanRequest.scanType = eSIR_ACTIVE_SCAN;
Jeff Johnson295189b2012-06-20 16:38:30 -070010351 }
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010352 else
10353 {
10354 /*Set the scan type to default type, in this case it is ACTIVE*/
10355 scanRequest.scanType = pScanInfo->scan_mode;
10356 }
10357 scanRequest.minChnTime = cfg_param->nActiveMinChnTime;
10358 scanRequest.maxChnTime = cfg_param->nActiveMaxChnTime;
Jeff Johnson295189b2012-06-20 16:38:30 -070010359
10360 /* set BSSType to default type */
10361 scanRequest.BSSType = eCSR_BSS_TYPE_ANY;
10362
10363 /*TODO: scan the requested channels only*/
10364
10365 /*Right now scanning all the channels */
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010366 if (MAX_CHANNEL < request->n_channels)
Jeff Johnson295189b2012-06-20 16:38:30 -070010367 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010368 hddLog(VOS_TRACE_LEVEL_WARN,
10369 "No of Scan Channels exceeded limit: %d", request->n_channels);
10370 request->n_channels = MAX_CHANNEL;
10371 }
10372
10373 hddLog(VOS_TRACE_LEVEL_INFO,
10374 "No of Scan Channels: %d", request->n_channels);
10375
10376
10377 if( request->n_channels )
10378 {
10379 char chList [(request->n_channels*5)+1];
10380 int len;
10381 channelList = vos_mem_malloc( request->n_channels );
10382 if( NULL == channelList )
c_hpothu53512302014-04-15 18:49:53 +053010383 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010384 hddLog(VOS_TRACE_LEVEL_ERROR,
10385 "%s: memory alloc failed channelList", __func__);
10386 status = -ENOMEM;
10387 goto free_mem;
c_hpothu53512302014-04-15 18:49:53 +053010388 }
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010389
10390 for( i = 0, len = 0; i < request->n_channels ; i++ )
10391 {
10392 channelList[i] = request->channels[i]->hw_value;
10393 len += snprintf(chList+len, 5, "%d ", channelList[i]);
10394 }
10395
Nirav Shah20ac06f2013-12-12 18:14:06 +053010396 hddLog(VOS_TRACE_LEVEL_INFO,
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010397 "Channel-List: %s ", chList);
10398 }
c_hpothu53512302014-04-15 18:49:53 +053010399
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010400 scanRequest.ChannelInfo.numOfChannels = request->n_channels;
10401 scanRequest.ChannelInfo.ChannelList = channelList;
10402
10403 /* set requestType to full scan */
10404 scanRequest.requestType = eCSR_SCAN_REQUEST_FULL_SCAN;
10405
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010406 /* if there is back to back scan happening in driver with in
10407 * nDeferScanTimeInterval interval driver should defer new scan request
10408 * and should provide last cached scan results instead of new channel list.
10409 * This rule is not applicable if scan is p2p scan.
10410 * This condition will work only in case when last request no of channels
10411 * and channels are exactly same as new request.
Agarwal Ashish57e84372014-12-05 18:26:53 +053010412 * This should be done only in connected state
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010413 */
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010414
Agarwal Ashish57e84372014-12-05 18:26:53 +053010415 if ((VOS_STATUS_SUCCESS == hdd_is_any_session_connected(pHddCtx)))
10416 {
10417 if ( pScanInfo->last_scan_timestamp !=0 &&
10418 ((vos_timer_get_system_time() - pScanInfo->last_scan_timestamp ) < pHddCtx->cfg_ini->nDeferScanTimeInterval))
10419 {
10420 if ( request->no_cck == FALSE && scanRequest.ChannelInfo.numOfChannels != 1 &&
10421 (pScanInfo->last_scan_numChannels == scanRequest.ChannelInfo.numOfChannels) &&
10422 vos_mem_compare(pScanInfo->last_scan_channelList,
10423 channelList, pScanInfo->last_scan_numChannels))
10424 {
10425 hddLog(VOS_TRACE_LEVEL_WARN,
10426 " New and old station scan time differ is less then %u",
10427 pHddCtx->cfg_ini->nDeferScanTimeInterval);
10428
10429 ret = wlan_hdd_cfg80211_update_bss((WLAN_HDD_GET_CTX(pAdapter))->wiphy,
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010430 pAdapter);
10431
Agarwal Ashish57e84372014-12-05 18:26:53 +053010432 hddLog(VOS_TRACE_LEVEL_WARN,
Masti, Narayanraddide03eb02015-02-06 11:23:50 +053010433 "Return old cached scan as all channels and no of channels are same");
10434
Agarwal Ashish57e84372014-12-05 18:26:53 +053010435 if (0 > ret)
10436 hddLog(VOS_TRACE_LEVEL_INFO, "%s: NO SCAN result", __func__);
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010437
Agarwal Ashish57e84372014-12-05 18:26:53 +053010438 cfg80211_scan_done(request, eCSR_SCAN_SUCCESS);
Masti, Narayanraddide03eb02015-02-06 11:23:50 +053010439
10440 status = eHAL_STATUS_SUCCESS;
10441 goto free_mem;
Agarwal Ashish57e84372014-12-05 18:26:53 +053010442 }
10443 }
Agarwal Ashishbd3e10b2014-11-24 19:19:46 +053010444 }
10445
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010446 /* Flush the scan results(only p2p beacons) for STA scan and P2P
10447 * search (Flush on both full scan and social scan but not on single
10448 * channel scan).P2P search happens on 3 social channels (1, 6, 11)
10449 */
10450
10451 /* Supplicant does single channel scan after 8-way handshake
10452 * and in that case driver shoudnt flush scan results. If
10453 * driver flushes the scan results here and unfortunately if
10454 * the AP doesnt respond to our probe req then association
10455 * fails which is not desired
10456 */
10457
10458 if( request->n_channels != WLAN_HDD_P2P_SINGLE_CHANNEL_SCAN )
10459 {
10460 hddLog(VOS_TRACE_LEVEL_DEBUG, "Flushing P2P Results");
10461 sme_ScanFlushP2PResult( WLAN_HDD_GET_HAL_CTX(pAdapter),
10462 pAdapter->sessionId );
10463 }
10464
10465 if( request->ie_len )
10466 {
10467 /* save this for future association (join requires this) */
10468 /*TODO: Array needs to be converted to dynamic allocation,
10469 * as multiple ie.s can be sent in cfg80211_scan_request structure
10470 * CR 597966
10471 */
10472 memset( &pScanInfo->scanAddIE, 0, sizeof(pScanInfo->scanAddIE) );
10473 memcpy( pScanInfo->scanAddIE.addIEdata, request->ie, request->ie_len);
10474 pScanInfo->scanAddIE.length = request->ie_len;
10475
10476 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
10477 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) ||
10478 (WLAN_HDD_P2P_DEVICE == pAdapter->device_mode))
Jeff Johnson295189b2012-06-20 16:38:30 -070010479 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010480 if ( request->ie_len <= SIR_MAC_MAX_IE_LENGTH)
Jeff Johnson295189b2012-06-20 16:38:30 -070010481 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010482 pwextBuf->roamProfile.nAddIEScanLength = request->ie_len;
10483 memcpy( pwextBuf->roamProfile.addIEScan,
10484 request->ie, request->ie_len);
10485 }
10486 else
10487 {
10488 hddLog(VOS_TRACE_LEVEL_ERROR, "Scan Ie length is invalid:"
10489 "%zu", request->ie_len);
Jeff Johnson295189b2012-06-20 16:38:30 -070010490 }
10491
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010492 }
10493 scanRequest.uIEFieldLen = pScanInfo->scanAddIE.length;
10494 scanRequest.pIEField = pScanInfo->scanAddIE.addIEdata;
10495
10496 pP2pIe = wlan_hdd_get_p2p_ie_ptr((v_U8_t*)request->ie,
10497 request->ie_len);
10498 if (pP2pIe != NULL)
10499 {
10500#ifdef WLAN_FEATURE_P2P_DEBUG
10501 if (((globalP2PConnectionStatus == P2P_GO_NEG_COMPLETED) ||
10502 (globalP2PConnectionStatus == P2P_GO_NEG_PROCESS)) &&
10503 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
Nirav Shah20ac06f2013-12-12 18:14:06 +053010504 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010505 globalP2PConnectionStatus = P2P_CLIENT_CONNECTING_STATE_1;
10506 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P State] Changing state from "
10507 "Go nego completed to Connection is started");
10508 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P]P2P Scanning is started "
10509 "for 8way Handshake");
Nirav Shah20ac06f2013-12-12 18:14:06 +053010510 }
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010511 else if((globalP2PConnectionStatus == P2P_CLIENT_DISCONNECTED_STATE) &&
10512 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
Jeff Johnson295189b2012-06-20 16:38:30 -070010513 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010514 globalP2PConnectionStatus = P2P_CLIENT_CONNECTING_STATE_2;
10515 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P State] Changing state from "
10516 "Disconnected state to Connection is started");
10517 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P]P2P Scanning is started "
10518 "for 4way Handshake");
10519 }
10520#endif
10521
10522 /* no_cck will be set during p2p find to disable 11b rates */
10523 if(TRUE == request->no_cck)
10524 {
10525 hddLog(VOS_TRACE_LEVEL_INFO,
10526 "%s: This is a P2P Search", __func__);
10527 scanRequest.p2pSearch = 1;
10528
10529 if( request->n_channels == WLAN_HDD_P2P_SOCIAL_CHANNELS )
Agarwal Ashish4f616132013-12-30 23:32:50 +053010530 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010531 /* set requestType to P2P Discovery */
10532 scanRequest.requestType = eCSR_SCAN_P2P_DISCOVERY;
10533 }
10534
10535 /*
10536 Skip Dfs Channel in case of P2P Search
10537 if it is set in ini file
10538 */
10539 if(cfg_param->skipDfsChnlInP2pSearch)
10540 {
10541 scanRequest.skipDfsChnlInP2pSearch = 1;
Agarwal Ashish4f616132013-12-30 23:32:50 +053010542 }
10543 else
10544 {
Padma, Santhosh Kumar787bd5c2014-05-15 20:09:31 +053010545 scanRequest.skipDfsChnlInP2pSearch = 0;
Agarwal Ashish4f616132013-12-30 23:32:50 +053010546 }
Jeff Johnson295189b2012-06-20 16:38:30 -070010547
Agarwal Ashish4f616132013-12-30 23:32:50 +053010548 }
Jeff Johnson295189b2012-06-20 16:38:30 -070010549 }
10550 }
10551
10552 INIT_COMPLETION(pScanInfo->scan_req_completion_event);
10553
Pradeep Reddy POTTETIc7822df2015-02-19 20:15:41 +053010554#ifdef FEATURE_WLAN_TDLS
10555 /* if tdls disagree scan right now, return immediately.
10556 tdls will schedule the scan when scan is allowed. (return SUCCESS)
10557 or will reject the scan if any TDLS is in progress. (return -EBUSY)
10558 */
10559 status = wlan_hdd_tdls_scan_callback (pAdapter,
10560 wiphy,
10561#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
10562 dev,
10563#endif
10564 request);
10565 if(status <= 0)
10566 {
10567 if(!status)
10568 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: TDLS in progress."
10569 "scan rejected %d", __func__, status);
10570 else
10571 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: TDLS teardown is ongoing %d",
10572 __func__, status);
10573
10574 return status;
10575 }
10576#endif
10577
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -070010578 /* acquire the wakelock to avoid the apps suspend during the scan. To
10579 * address the following issues.
10580 * 1) Disconnected scenario: we are not allowing the suspend as WLAN is not in
10581 * BMPS/IMPS this result in android trying to suspend aggressively and backing off
10582 * for long time, this result in apps running at full power for long time.
10583 * 2) Connected scenario: If we allow the suspend during the scan, RIVA will
10584 * be stuck in full power because of resume BMPS
10585 */
10586 hdd_prevent_suspend();
Jeff Johnsone7245742012-09-05 17:12:55 -070010587
Nirav Shah20ac06f2013-12-12 18:14:06 +053010588 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
10589 "requestType %d, scanType %d, minChnTime %d, maxChnTime %d,"
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053010590 "p2pSearch %d, skipDfsChnlInP2pSearch %d",
10591 scanRequest.requestType, scanRequest.scanType,
10592 scanRequest.minChnTime, scanRequest.maxChnTime,
Nirav Shah20ac06f2013-12-12 18:14:06 +053010593 scanRequest.p2pSearch, scanRequest.skipDfsChnlInP2pSearch);
10594
Siddharth Bhal76972212014-10-15 16:22:51 +053010595 if (pHddCtx->spoofMacAddr.isEnabled)
10596 {
10597 hddLog(VOS_TRACE_LEVEL_INFO,
10598 "%s: MAC Spoofing enabled for current scan", __func__);
10599 /* Updating SelfSta Mac Addr in TL which will be used to get staidx
10600 * to fill TxBds for probe request during current scan
10601 */
10602 WLANTL_updateSpoofMacAddr(pHddCtx->pvosContext,
10603 &pHddCtx->spoofMacAddr.randomMacAddr, &pAdapter->macAddressCurrent);
10604 }
10605
Jeff Johnsone7245742012-09-05 17:12:55 -070010606 status = sme_ScanRequest( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -070010607 pAdapter->sessionId, &scanRequest, &scanId,
10608 &hdd_cfg80211_scan_done_callback, dev );
Jeff Johnsone7245742012-09-05 17:12:55 -070010609
Jeff Johnson295189b2012-06-20 16:38:30 -070010610 if (eHAL_STATUS_SUCCESS != status)
10611 {
10612 hddLog(VOS_TRACE_LEVEL_ERROR,
10613 "%s: sme_ScanRequest returned error %d", __func__, status);
10614 complete(&pScanInfo->scan_req_completion_event);
Madan Mohan Koyyalamudi3b230fe2012-10-18 14:46:32 -070010615 if(eHAL_STATUS_RESOURCES == status)
10616 {
Nirav Shah20ac06f2013-12-12 18:14:06 +053010617 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: HO is in progress."
10618 "So defer the scan by informing busy",__func__);
Madan Mohan Koyyalamudi3b230fe2012-10-18 14:46:32 -070010619 status = -EBUSY;
10620 } else {
10621 status = -EIO;
10622 }
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -070010623 hdd_allow_suspend();
Pradeep Reddy POTTETIc7822df2015-02-19 20:15:41 +053010624
10625#ifdef FEATURE_WLAN_TDLS
10626 wlan_hdd_tdls_scan_done_callback(pAdapter);
10627#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070010628 goto free_mem;
10629 }
10630
10631 pScanInfo->mScanPending = TRUE;
Kaushik, Sushant4975a572014-10-21 16:07:48 +053010632 pScanInfo->sessionId = pAdapter->sessionId;
Jeff Johnson295189b2012-06-20 16:38:30 -070010633 pAdapter->request = request;
10634 pScanInfo->scanId = scanId;
10635
10636 complete(&pScanInfo->scan_req_completion_event);
10637
10638free_mem:
10639 if( scanRequest.SSIDs.SSIDList )
10640 {
10641 vos_mem_free(scanRequest.SSIDs.SSIDList);
10642 }
10643
10644 if( channelList )
10645 vos_mem_free( channelList );
10646
10647 EXIT();
10648
10649 return status;
10650}
10651
Mahesh A Saptasagarfafb7fe2014-05-16 13:19:37 +053010652int wlan_hdd_cfg80211_scan( struct wiphy *wiphy,
10653#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
10654 struct net_device *dev,
10655#endif
10656 struct cfg80211_scan_request *request)
10657{
10658 int ret;
10659
10660 vos_ssr_protect(__func__);
10661 ret = __wlan_hdd_cfg80211_scan(wiphy,
10662#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
10663 dev,
10664#endif
10665 request);
10666 vos_ssr_unprotect(__func__);
10667
10668 return ret;
10669}
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070010670
10671void hdd_select_cbmode( hdd_adapter_t *pAdapter,v_U8_t operationChannel)
10672{
10673 v_U8_t iniDot11Mode =
10674 (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini->dot11Mode;
10675 eHddDot11Mode hddDot11Mode = iniDot11Mode;
10676
Arun Kumar Khandavalli94a2bb02013-12-28 19:17:25 +053010677 hddLog(LOG1, FL("Channel Bonding Mode Selected is %u"),
10678 iniDot11Mode);
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070010679 switch ( iniDot11Mode )
10680 {
10681 case eHDD_DOT11_MODE_AUTO:
10682 case eHDD_DOT11_MODE_11ac:
10683 case eHDD_DOT11_MODE_11ac_ONLY:
10684#ifdef WLAN_FEATURE_11AC
Abhishek Singh4b1d2352014-08-01 21:59:28 +053010685 if ( sme_IsFeatureSupportedByDriver(DOT11AC) &&
10686 sme_IsFeatureSupportedByFW(DOT11AC) )
10687 hddDot11Mode = eHDD_DOT11_MODE_11ac;
10688 else
10689 hddDot11Mode = eHDD_DOT11_MODE_11n;
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070010690#else
10691 hddDot11Mode = eHDD_DOT11_MODE_11n;
10692#endif
10693 break;
10694 case eHDD_DOT11_MODE_11n:
10695 case eHDD_DOT11_MODE_11n_ONLY:
10696 hddDot11Mode = eHDD_DOT11_MODE_11n;
10697 break;
10698 default:
10699 hddDot11Mode = iniDot11Mode;
10700 break;
10701 }
Hardik Kantilal Patel086e0a32014-11-20 14:56:26 +053010702#ifdef WLAN_FEATURE_AP_HT40_24G
10703 if (operationChannel > SIR_11B_CHANNEL_END)
10704#endif
10705 {
10706 /* This call decides required channel bonding mode */
10707 sme_SelectCBMode((WLAN_HDD_GET_CTX(pAdapter)->hHal),
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070010708 hdd_cfg_xlate_to_csr_phy_mode(hddDot11Mode),
10709 operationChannel);
Hardik Kantilal Patel086e0a32014-11-20 14:56:26 +053010710 }
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070010711}
10712
Jeff Johnson295189b2012-06-20 16:38:30 -070010713/*
10714 * FUNCTION: wlan_hdd_cfg80211_connect_start
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010715 * This function is used to start the association process
Jeff Johnson295189b2012-06-20 16:38:30 -070010716 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010717int wlan_hdd_cfg80211_connect_start( hdd_adapter_t *pAdapter,
Jeff Johnson32d95a32012-09-10 13:15:23 -070010718 const u8 *ssid, size_t ssid_len, const u8 *bssid, u8 operatingChannel)
Jeff Johnson295189b2012-06-20 16:38:30 -070010719{
10720 int status = 0;
10721 hdd_wext_state_t *pWextState;
Yue Mae36e3552014-03-05 17:06:20 -080010722 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -070010723 v_U32_t roamId;
10724 tCsrRoamProfile *pRoamProfile;
Jeff Johnson295189b2012-06-20 16:38:30 -070010725 eCsrAuthType RSNAuthType;
10726
10727 ENTER();
10728
10729 pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Yue Mae36e3552014-03-05 17:06:20 -080010730 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
10731
10732 status = wlan_hdd_validate_context(pHddCtx);
10733 if (status)
10734 {
10735 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
10736 "%s: HDD context is not valid!", __func__);
10737 return status;
10738 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010739
Jeff Johnson295189b2012-06-20 16:38:30 -070010740 if (SIR_MAC_MAX_SSID_LENGTH < ssid_len)
10741 {
10742 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: wrong SSID len", __func__);
10743 return -EINVAL;
10744 }
10745
10746 pRoamProfile = &pWextState->roamProfile;
10747
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010748 if (pRoamProfile)
Jeff Johnson295189b2012-06-20 16:38:30 -070010749 {
Jeff Johnsone7245742012-09-05 17:12:55 -070010750 hdd_station_ctx_t *pHddStaCtx;
10751 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -070010752
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010753 if (HDD_WMM_USER_MODE_NO_QOS ==
Jeff Johnson295189b2012-06-20 16:38:30 -070010754 (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini->WmmMode)
10755 {
10756 /*QoS not enabled in cfg file*/
10757 pRoamProfile->uapsd_mask = 0;
10758 }
10759 else
10760 {
10761 /*QoS enabled, update uapsd mask from cfg file*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010762 pRoamProfile->uapsd_mask =
Jeff Johnson295189b2012-06-20 16:38:30 -070010763 (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini->UapsdMask;
10764 }
10765
10766 pRoamProfile->SSIDs.numOfSSIDs = 1;
10767 pRoamProfile->SSIDs.SSIDList->SSID.length = ssid_len;
10768 vos_mem_zero(pRoamProfile->SSIDs.SSIDList->SSID.ssId,
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010769 sizeof(pRoamProfile->SSIDs.SSIDList->SSID.ssId));
Jeff Johnson295189b2012-06-20 16:38:30 -070010770 vos_mem_copy((void *)(pRoamProfile->SSIDs.SSIDList->SSID.ssId),
10771 ssid, ssid_len);
10772
10773 if (bssid)
10774 {
10775 pRoamProfile->BSSIDs.numOfBSSIDs = 1;
10776 vos_mem_copy((void *)(pRoamProfile->BSSIDs.bssid), bssid,
10777 WNI_CFG_BSSID_LEN);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010778 /* Save BSSID in seperate variable as well, as RoamProfile
10779 BSSID is getting zeroed out in the association process. And in
Jeff Johnson295189b2012-06-20 16:38:30 -070010780 case of join failure we should send valid BSSID to supplicant
10781 */
10782 vos_mem_copy((void *)(pWextState->req_bssId), bssid,
10783 WNI_CFG_BSSID_LEN);
10784 }
Dhanashri Atre51981c62013-06-13 11:47:57 -070010785 else
10786 {
10787 vos_mem_zero((void *)(pRoamProfile->BSSIDs.bssid),WNI_CFG_BSSID_LEN);
10788 }
Jeff Johnson295189b2012-06-20 16:38:30 -070010789
Arun Kumar Khandavalli94a2bb02013-12-28 19:17:25 +053010790 hddLog(LOG1, FL("Connect to SSID: %s opertating Channel: %u"),
10791 pRoamProfile->SSIDs.SSIDList->SSID.ssId, operatingChannel);
Jeff Johnson295189b2012-06-20 16:38:30 -070010792 if ((IW_AUTH_WPA_VERSION_WPA == pWextState->wpaVersion) ||
10793 (IW_AUTH_WPA_VERSION_WPA2 == pWextState->wpaVersion))
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010794 {
Jeff Johnson295189b2012-06-20 16:38:30 -070010795 /*set gen ie*/
10796 hdd_SetGENIEToCsr(pAdapter, &RSNAuthType);
10797 /*set auth*/
10798 hdd_set_csr_auth_type(pAdapter, RSNAuthType);
10799 }
Jeff Johnson295189b2012-06-20 16:38:30 -070010800#ifdef FEATURE_WLAN_WAPI
10801 if (pAdapter->wapi_info.nWapiMode)
10802 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -070010803 hddLog(LOG1, "%s: Setting WAPI AUTH Type and Encryption Mode values", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070010804 switch (pAdapter->wapi_info.wapiAuthMode)
10805 {
10806 case WAPI_AUTH_MODE_PSK:
10807 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -070010808 hddLog(LOG1, "%s: WAPI AUTH TYPE: PSK: %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -070010809 pAdapter->wapi_info.wapiAuthMode);
10810 pRoamProfile->AuthType.authType[0] = eCSR_AUTH_TYPE_WAPI_WAI_PSK;
10811 break;
10812 }
10813 case WAPI_AUTH_MODE_CERT:
10814 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -070010815 hddLog(LOG1, "%s: WAPI AUTH TYPE: CERT: %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -070010816 pAdapter->wapi_info.wapiAuthMode);
10817 pRoamProfile->AuthType.authType[0] = eCSR_AUTH_TYPE_WAPI_WAI_CERTIFICATE;
10818 break;
10819 }
10820 } // End of switch
10821 if ( pAdapter->wapi_info.wapiAuthMode == WAPI_AUTH_MODE_PSK ||
10822 pAdapter->wapi_info.wapiAuthMode == WAPI_AUTH_MODE_CERT)
10823 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -070010824 hddLog(LOG1, "%s: WAPI PAIRWISE/GROUP ENCRYPTION: WPI", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070010825 pRoamProfile->AuthType.numEntries = 1;
10826 pRoamProfile->EncryptionType.numEntries = 1;
10827 pRoamProfile->EncryptionType.encryptionType[0] = eCSR_ENCRYPT_TYPE_WPI;
10828 pRoamProfile->mcEncryptionType.numEntries = 1;
10829 pRoamProfile->mcEncryptionType.encryptionType[0] = eCSR_ENCRYPT_TYPE_WPI;
10830 }
10831 }
10832#endif /* FEATURE_WLAN_WAPI */
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053010833#ifdef WLAN_FEATURE_GTK_OFFLOAD
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053010834 /* Initializing gtkOffloadReqParams */
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053010835 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
10836 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
10837 {
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053010838 memset(&pHddStaCtx->gtkOffloadReqParams, 0,
10839 sizeof (tSirGtkOffloadParams));
10840 pHddStaCtx->gtkOffloadReqParams.ulFlags = GTK_OFFLOAD_DISABLE;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053010841 }
10842#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070010843 pRoamProfile->csrPersona = pAdapter->device_mode;
10844
Jeff Johnson32d95a32012-09-10 13:15:23 -070010845 if( operatingChannel )
10846 {
10847 pRoamProfile->ChannelInfo.ChannelList = &operatingChannel;
10848 pRoamProfile->ChannelInfo.numOfChannels = 1;
10849 }
Chet Lanctot186b5732013-03-18 10:26:30 -070010850 else
10851 {
10852 pRoamProfile->ChannelInfo.ChannelList = NULL;
10853 pRoamProfile->ChannelInfo.numOfChannels = 0;
10854 }
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070010855 if ( (WLAN_HDD_IBSS == pAdapter->device_mode) && operatingChannel)
10856 {
10857 hdd_select_cbmode(pAdapter,operatingChannel);
10858 }
Arun Kumar Khandavalli94a2bb02013-12-28 19:17:25 +053010859
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -080010860 /* change conn_state to connecting before sme_RoamConnect(), because sme_RoamConnect()
10861 * has a direct path to call hdd_smeRoamCallback(), which will change the conn_state
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010862 * If direct path, conn_state will be accordingly changed to NotConnected or Associated
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -080010863 * by either hdd_AssociationCompletionHandler() or hdd_DisConnectHandler() in sme_RoamCallback()
Madan Mohan Koyyalamudidf86c422012-12-04 17:03:44 -080010864 * if sme_RomConnect is to be queued, Connecting state will remain until it is completed.
10865 */
Gopichand Nakkalaa3c8fb62013-06-21 15:36:42 +053010866 if (WLAN_HDD_INFRA_STATION == pAdapter->device_mode ||
10867 WLAN_HDD_P2P_CLIENT == pAdapter->device_mode)
Abhishek Singhf4669da2014-05-26 15:07:49 +053010868 {
10869 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
10870 "%s: Set HDD connState to eConnectionState_Connecting",
10871 __func__);
Madan Mohan Koyyalamudidf86c422012-12-04 17:03:44 -080010872 hdd_connSetConnectionState(WLAN_HDD_GET_STATION_CTX_PTR(pAdapter),
10873 eConnectionState_Connecting);
Abhishek Singhf4669da2014-05-26 15:07:49 +053010874 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010875 status = sme_RoamConnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -070010876 pAdapter->sessionId, pRoamProfile, &roamId);
10877
Gopichand Nakkalaa3c8fb62013-06-21 15:36:42 +053010878 if ((eHAL_STATUS_SUCCESS != status) &&
10879 (WLAN_HDD_INFRA_STATION == pAdapter->device_mode ||
10880 WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +053010881
10882 {
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -080010883 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: sme_RoamConnect (session %d) failed with "
10884 "status %d. -> NotConnected", __func__, pAdapter->sessionId, status);
10885 /* change back to NotAssociated */
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +053010886 hdd_connSetConnectionState(WLAN_HDD_GET_STATION_CTX_PTR(pAdapter),
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -080010887 eConnectionState_NotConnected);
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +053010888 }
Madan Mohan Koyyalamudidf86c422012-12-04 17:03:44 -080010889
10890 pRoamProfile->ChannelInfo.ChannelList = NULL;
10891 pRoamProfile->ChannelInfo.numOfChannels = 0;
10892
Jeff Johnson295189b2012-06-20 16:38:30 -070010893 }
10894 else
10895 {
10896 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid Roam profile", __func__);
10897 return -EINVAL;
10898 }
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -080010899 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -070010900 return status;
10901}
10902
10903/*
10904 * FUNCTION: wlan_hdd_set_cfg80211_auth_type
10905 * This function is used to set the authentication type (OPEN/SHARED).
10906 *
10907 */
10908static int wlan_hdd_cfg80211_set_auth_type(hdd_adapter_t *pAdapter,
10909 enum nl80211_auth_type auth_type)
10910{
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010911 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -070010912 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
10913
10914 ENTER();
10915
10916 /*set authentication type*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010917 switch (auth_type)
Jeff Johnson295189b2012-06-20 16:38:30 -070010918 {
Jeff Johnson295189b2012-06-20 16:38:30 -070010919 case NL80211_AUTHTYPE_AUTOMATIC:
Gopichand Nakkala29149562013-05-10 21:43:41 +053010920 hddLog(VOS_TRACE_LEVEL_INFO,
10921 "%s: set authentication type to AUTOSWITCH", __func__);
10922 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_AUTOSWITCH;
10923 break;
10924
10925 case NL80211_AUTHTYPE_OPEN_SYSTEM:
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070010926#ifdef WLAN_FEATURE_VOWIFI_11R
10927 case NL80211_AUTHTYPE_FT:
10928#endif /* WLAN_FEATURE_VOWIFI_11R */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010929 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -070010930 "%s: set authentication type to OPEN", __func__);
10931 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_OPEN_SYSTEM;
10932 break;
10933
10934 case NL80211_AUTHTYPE_SHARED_KEY:
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010935 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -070010936 "%s: set authentication type to SHARED", __func__);
10937 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_SHARED_KEY;
10938 break;
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -080010939#ifdef FEATURE_WLAN_ESE
Jeff Johnson295189b2012-06-20 16:38:30 -070010940 case NL80211_AUTHTYPE_NETWORK_EAP:
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010941 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -070010942 "%s: set authentication type to CCKM WPA", __func__);
10943 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_CCKM_WPA;//eCSR_AUTH_TYPE_CCKM_RSN needs to be handled as well if required.
10944 break;
10945#endif
10946
10947
10948 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010949 hddLog(VOS_TRACE_LEVEL_ERROR,
10950 "%s: Unsupported authentication type %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -070010951 auth_type);
10952 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_UNKNOWN;
10953 return -EINVAL;
10954 }
10955
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010956 pWextState->roamProfile.AuthType.authType[0] =
Jeff Johnson295189b2012-06-20 16:38:30 -070010957 pHddStaCtx->conn_info.authType;
10958 return 0;
10959}
10960
10961/*
10962 * FUNCTION: wlan_hdd_set_akm_suite
10963 * This function is used to set the key mgmt type(PSK/8021x).
10964 *
10965 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053010966static int wlan_hdd_set_akm_suite( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -070010967 u32 key_mgmt
10968 )
10969{
10970 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
10971 ENTER();
Abhishek Singhae408032014-09-25 17:22:04 +053010972 /* Should be in ieee802_11_defs.h */
10973#define WLAN_AKM_SUITE_8021X_SHA256 0x000FAC05
10974#define WLAN_AKM_SUITE_PSK_SHA256 0x000FAC06
Jeff Johnson295189b2012-06-20 16:38:30 -070010975 /*set key mgmt type*/
10976 switch(key_mgmt)
10977 {
10978 case WLAN_AKM_SUITE_PSK:
Abhishek Singhae408032014-09-25 17:22:04 +053010979 case WLAN_AKM_SUITE_PSK_SHA256:
Gopichand Nakkala356fb102013-03-06 12:34:04 +053010980#ifdef WLAN_FEATURE_VOWIFI_11R
10981 case WLAN_AKM_SUITE_FT_PSK:
10982#endif
10983 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to PSK",
Jeff Johnson295189b2012-06-20 16:38:30 -070010984 __func__);
10985 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_PSK;
10986 break;
10987
10988 case WLAN_AKM_SUITE_8021X:
Abhishek Singhae408032014-09-25 17:22:04 +053010989 case WLAN_AKM_SUITE_8021X_SHA256:
Gopichand Nakkala356fb102013-03-06 12:34:04 +053010990#ifdef WLAN_FEATURE_VOWIFI_11R
10991 case WLAN_AKM_SUITE_FT_8021X:
10992#endif
10993 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to 8021x",
Jeff Johnson295189b2012-06-20 16:38:30 -070010994 __func__);
10995 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_802_1X;
10996 break;
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -080010997#ifdef FEATURE_WLAN_ESE
Jeff Johnson295189b2012-06-20 16:38:30 -070010998#define WLAN_AKM_SUITE_CCKM 0x00409600 /* Should be in ieee802_11_defs.h */
10999#define IW_AUTH_KEY_MGMT_CCKM 8 /* Should be in linux/wireless.h */
11000 case WLAN_AKM_SUITE_CCKM:
11001 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to CCKM",
11002 __func__);
11003 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_CCKM;
11004 break;
11005#endif
Leela Venkata Kiran Kumar Reddy Chiralae208a832014-04-27 22:34:25 -070011006#ifndef WLAN_AKM_SUITE_OSEN
11007#define WLAN_AKM_SUITE_OSEN 0x506f9a01 /* Should be in ieee802_11_defs.h */
11008 case WLAN_AKM_SUITE_OSEN:
11009 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to OSEN",
11010 __func__);
11011 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_802_1X;
11012 break;
11013#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070011014
11015 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011016 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported key mgmt type %d",
Jeff Johnson295189b2012-06-20 16:38:30 -070011017 __func__, key_mgmt);
11018 return -EINVAL;
11019
11020 }
11021 return 0;
11022}
11023
11024/*
11025 * FUNCTION: wlan_hdd_cfg80211_set_cipher
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011026 * This function is used to set the encryption type
Jeff Johnson295189b2012-06-20 16:38:30 -070011027 * (NONE/WEP40/WEP104/TKIP/CCMP).
11028 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011029static int wlan_hdd_cfg80211_set_cipher( hdd_adapter_t *pAdapter,
11030 u32 cipher,
Jeff Johnson295189b2012-06-20 16:38:30 -070011031 bool ucast
11032 )
11033{
11034 eCsrEncryptionType encryptionType = eCSR_ENCRYPT_TYPE_NONE;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011035 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -070011036 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
11037
11038 ENTER();
11039
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011040 if (!cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -070011041 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011042 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: received cipher %d - considering none",
Jeff Johnson295189b2012-06-20 16:38:30 -070011043 __func__, cipher);
11044 encryptionType = eCSR_ENCRYPT_TYPE_NONE;
11045 }
11046 else
11047 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011048
Jeff Johnson295189b2012-06-20 16:38:30 -070011049 /*set encryption method*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011050 switch (cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -070011051 {
11052 case IW_AUTH_CIPHER_NONE:
11053 encryptionType = eCSR_ENCRYPT_TYPE_NONE;
11054 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011055
Jeff Johnson295189b2012-06-20 16:38:30 -070011056 case WLAN_CIPHER_SUITE_WEP40:
Gopichand Nakkala29149562013-05-10 21:43:41 +053011057 encryptionType = eCSR_ENCRYPT_TYPE_WEP40;
Jeff Johnson295189b2012-06-20 16:38:30 -070011058 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011059
Jeff Johnson295189b2012-06-20 16:38:30 -070011060 case WLAN_CIPHER_SUITE_WEP104:
Gopichand Nakkala29149562013-05-10 21:43:41 +053011061 encryptionType = eCSR_ENCRYPT_TYPE_WEP104;
Jeff Johnson295189b2012-06-20 16:38:30 -070011062 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011063
Jeff Johnson295189b2012-06-20 16:38:30 -070011064 case WLAN_CIPHER_SUITE_TKIP:
11065 encryptionType = eCSR_ENCRYPT_TYPE_TKIP;
11066 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011067
Jeff Johnson295189b2012-06-20 16:38:30 -070011068 case WLAN_CIPHER_SUITE_CCMP:
11069 encryptionType = eCSR_ENCRYPT_TYPE_AES;
11070 break;
11071#ifdef FEATURE_WLAN_WAPI
11072 case WLAN_CIPHER_SUITE_SMS4:
11073 encryptionType = eCSR_ENCRYPT_TYPE_WPI;
11074 break;
11075#endif
11076
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -080011077#ifdef FEATURE_WLAN_ESE
Jeff Johnson295189b2012-06-20 16:38:30 -070011078 case WLAN_CIPHER_SUITE_KRK:
11079 encryptionType = eCSR_ENCRYPT_TYPE_KRK;
11080 break;
11081#endif
11082 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011083 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported cipher type %d",
Jeff Johnson295189b2012-06-20 16:38:30 -070011084 __func__, cipher);
11085 return -EOPNOTSUPP;
11086 }
11087 }
11088
11089 if (ucast)
11090 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011091 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting unicast cipher type to %d",
Jeff Johnson295189b2012-06-20 16:38:30 -070011092 __func__, encryptionType);
11093 pHddStaCtx->conn_info.ucEncryptionType = encryptionType;
11094 pWextState->roamProfile.EncryptionType.numEntries = 1;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011095 pWextState->roamProfile.EncryptionType.encryptionType[0] =
Jeff Johnson295189b2012-06-20 16:38:30 -070011096 encryptionType;
11097 }
11098 else
11099 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011100 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting mcast cipher type to %d",
Jeff Johnson295189b2012-06-20 16:38:30 -070011101 __func__, encryptionType);
11102 pHddStaCtx->conn_info.mcEncryptionType = encryptionType;
11103 pWextState->roamProfile.mcEncryptionType.numEntries = 1;
11104 pWextState->roamProfile.mcEncryptionType.encryptionType[0] = encryptionType;
11105 }
11106
11107 return 0;
11108}
11109
11110
11111/*
11112 * FUNCTION: wlan_hdd_cfg80211_set_ie
11113 * This function is used to parse WPA/RSN IE's.
11114 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011115int wlan_hdd_cfg80211_set_ie( hdd_adapter_t *pAdapter,
11116 u8 *ie,
Jeff Johnson295189b2012-06-20 16:38:30 -070011117 size_t ie_len
11118 )
11119{
11120 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
11121 u8 *genie = ie;
11122 v_U16_t remLen = ie_len;
11123#ifdef FEATURE_WLAN_WAPI
11124 v_U32_t akmsuite[MAX_NUM_AKM_SUITES];
11125 u16 *tmp;
11126 v_U16_t akmsuiteCount;
11127 int *akmlist;
11128#endif
11129 ENTER();
11130
11131 /* clear previous assocAddIE */
11132 pWextState->assocAddIE.length = 0;
11133 pWextState->roamProfile.bWPSAssociation = VOS_FALSE;
Leela Venkata Kiran Kumar Reddy Chiralaf257bef2014-04-11 18:48:12 -070011134 pWextState->roamProfile.bOSENAssociation = VOS_FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -070011135
11136 while (remLen >= 2)
11137 {
11138 v_U16_t eLen = 0;
11139 v_U8_t elementId;
11140 elementId = *genie++;
11141 eLen = *genie++;
11142 remLen -= 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011143
Arif Hussain6d2a3322013-11-17 19:50:10 -080011144 hddLog(VOS_TRACE_LEVEL_INFO, "%s: IE[0x%X], LEN[%d]",
Jeff Johnson295189b2012-06-20 16:38:30 -070011145 __func__, elementId, eLen);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011146
11147 switch ( elementId )
Jeff Johnson295189b2012-06-20 16:38:30 -070011148 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011149 case DOT11F_EID_WPA:
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011150 if (4 > eLen) /* should have at least OUI which is 4 bytes so extra 2 bytes not needed */
Jeff Johnson295189b2012-06-20 16:38:30 -070011151 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011152 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070011153 "%s: Invalid WPA IE", __func__);
11154 return -EINVAL;
11155 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011156 else if (0 == memcmp(&genie[0], "\x00\x50\xf2\x04", 4))
Jeff Johnson295189b2012-06-20 16:38:30 -070011157 {
11158 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011159 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WPS IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -070011160 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011161
Jeff Johnson295189b2012-06-20 16:38:30 -070011162 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
11163 {
Jeff Johnson902c9832012-12-10 14:28:09 -080011164 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE. "
11165 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -070011166 VOS_ASSERT(0);
11167 return -ENOMEM;
11168 }
11169 // WSC IE is saved to Additional IE ; it should be accumulated to handle WPS IE + P2P IE
11170 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
11171 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011172
Jeff Johnson295189b2012-06-20 16:38:30 -070011173 pWextState->roamProfile.bWPSAssociation = VOS_TRUE;
11174 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
11175 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
11176 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011177 else if (0 == memcmp(&genie[0], "\x00\x50\xf2", 3))
11178 {
Jeff Johnson295189b2012-06-20 16:38:30 -070011179 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WPA IE (len %d)",__func__, eLen + 2);
11180 memset( pWextState->WPARSNIE, 0, MAX_WPA_RSN_IE_LEN );
11181 memcpy( pWextState->WPARSNIE, genie - 2, (eLen + 2) /*ie_len*/);
11182 pWextState->roamProfile.pWPAReqIE = pWextState->WPARSNIE;
11183 pWextState->roamProfile.nWPAReqIELength = eLen + 2;//ie_len;
11184 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011185 else if ( (0 == memcmp(&genie[0], P2P_OUI_TYPE,
Kiet Lam8da98992013-11-21 15:59:07 +053011186 P2P_OUI_TYPE_SIZE)))
Jeff Johnson295189b2012-06-20 16:38:30 -070011187 {
11188 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011189 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set P2P IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -070011190 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011191
Jeff Johnson295189b2012-06-20 16:38:30 -070011192 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
11193 {
Jeff Johnson902c9832012-12-10 14:28:09 -080011194 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
11195 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -070011196 VOS_ASSERT(0);
11197 return -ENOMEM;
11198 }
11199 // P2P IE is saved to Additional IE ; it should be accumulated to handle WPS IE + P2P IE
11200 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
11201 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011202
Jeff Johnson295189b2012-06-20 16:38:30 -070011203 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
11204 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
11205 }
Jeff Johnson295189b2012-06-20 16:38:30 -070011206#ifdef WLAN_FEATURE_WFD
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011207 else if ( (0 == memcmp(&genie[0], WFD_OUI_TYPE,
11208 WFD_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -070011209 /*Consider WFD IE, only for P2P Client */
11210 && (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) )
11211 {
11212 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011213 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WFD IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -070011214 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011215
Jeff Johnson295189b2012-06-20 16:38:30 -070011216 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
11217 {
Jeff Johnson902c9832012-12-10 14:28:09 -080011218 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
11219 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -070011220 VOS_ASSERT(0);
11221 return -ENOMEM;
11222 }
11223 // WFD IE is saved to Additional IE ; it should be accumulated to handle
11224 // WPS IE + P2P IE + WFD IE
11225 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
11226 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011227
Jeff Johnson295189b2012-06-20 16:38:30 -070011228 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
11229 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
11230 }
11231#endif
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011232 /* Appending HS 2.0 Indication Element in Assiciation Request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011233 else if ( (0 == memcmp(&genie[0], HS20_OUI_TYPE,
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -070011234 HS20_OUI_TYPE_SIZE)) )
11235 {
11236 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011237 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set HS20 IE(len %d)",
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -070011238 __func__, eLen + 2);
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011239
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -070011240 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
11241 {
Jeff Johnson902c9832012-12-10 14:28:09 -080011242 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
11243 "Need bigger buffer space");
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -070011244 VOS_ASSERT(0);
11245 return -ENOMEM;
11246 }
11247 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
11248 pWextState->assocAddIE.length += eLen + 2;
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011249
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -070011250 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
11251 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
11252 }
Leela Venkata Kiran Kumar Reddy Chiralaf257bef2014-04-11 18:48:12 -070011253 /* Appending OSEN Information Element in Assiciation Request */
11254 else if ( (0 == memcmp(&genie[0], OSEN_OUI_TYPE,
11255 OSEN_OUI_TYPE_SIZE)) )
11256 {
11257 v_U16_t curAddIELen = pWextState->assocAddIE.length;
11258 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set OSEN IE(len %d)",
11259 __func__, eLen + 2);
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011260
Leela Venkata Kiran Kumar Reddy Chiralaf257bef2014-04-11 18:48:12 -070011261 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
11262 {
11263 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
11264 "Need bigger buffer space");
11265 VOS_ASSERT(0);
11266 return -ENOMEM;
11267 }
11268 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
11269 pWextState->assocAddIE.length += eLen + 2;
11270
11271 pWextState->roamProfile.bOSENAssociation = VOS_TRUE;
11272 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
11273 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
11274 }
11275
11276 break;
Praveen Kumar Sirisilla7d68b7b2013-09-22 14:01:42 -070011277 if (WLAN_HDD_IBSS == pAdapter->device_mode) {
11278
11279 /* populating as ADDIE in beacon frames */
11280 if (ccmCfgSetStr(WLAN_HDD_GET_HAL_CTX(pAdapter),
11281 WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA, genie - 2, eLen + 2,
11282 NULL, eANI_BOOLEAN_FALSE)== eHAL_STATUS_SUCCESS)
11283 {
11284 if (ccmCfgSetInt(WLAN_HDD_GET_HAL_CTX(pAdapter),
11285 WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG, 1,NULL,
11286 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
11287 {
11288 hddLog(LOGE,
11289 "Coldn't pass "
11290 "WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG to CCM");
11291 }
11292 }/* ccmCfgSetStr(,WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA, , )*/
11293 else
11294 hddLog(LOGE,
11295 "Could not pass on "
11296 "WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA to CCM");
11297
11298 /* IBSS mode doesn't contain params->proberesp_ies still
11299 beaconIE's need to be populated in probe response frames */
11300 if ( (NULL != (genie - 2)) && (0 != eLen + 2) )
11301 {
11302 u16 rem_probe_resp_ie_len = eLen + 2;
11303 u8 probe_rsp_ie_len[3] = {0};
11304 u8 counter = 0;
11305
11306 /* Check Probe Resp Length if it is greater then 255 then
11307 Store Probe Rsp IEs into WNI_CFG_PROBE_RSP_ADDNIE_DATA1
11308 & WNI_CFG_PROBE_RSP_ADDNIE_DATA2 CFG Variable As We are
11309 not able Store More then 255 bytes into One Variable */
11310
11311 while ((rem_probe_resp_ie_len > 0) && (counter < 3))
11312 {
11313 if (rem_probe_resp_ie_len > MAX_CFG_STRING_LEN)
11314 {
11315 probe_rsp_ie_len[counter++] = MAX_CFG_STRING_LEN;
11316 rem_probe_resp_ie_len -= MAX_CFG_STRING_LEN;
11317 }
11318 else
11319 {
11320 probe_rsp_ie_len[counter++] = rem_probe_resp_ie_len;
11321 rem_probe_resp_ie_len = 0;
11322 }
11323 }
11324
11325 rem_probe_resp_ie_len = 0;
11326
11327 if (probe_rsp_ie_len[0] > 0)
11328 {
11329 if (ccmCfgSetStr(WLAN_HDD_GET_HAL_CTX(pAdapter),
11330 WNI_CFG_PROBE_RSP_ADDNIE_DATA1,
11331 (tANI_U8*)(genie - 2),
11332 probe_rsp_ie_len[0], NULL,
11333 eANI_BOOLEAN_FALSE)
11334 == eHAL_STATUS_FAILURE)
11335 {
11336 hddLog(LOGE,
11337 "Could not pass"
11338 "on WNI_CFG_PROBE_RSP_ADDNIE_DATA1 to CCM");
11339 }
11340 rem_probe_resp_ie_len += probe_rsp_ie_len[0];
11341 }
11342
11343 if (probe_rsp_ie_len[1] > 0)
11344 {
11345 if (ccmCfgSetStr(WLAN_HDD_GET_HAL_CTX(pAdapter),
11346 WNI_CFG_PROBE_RSP_ADDNIE_DATA2,
11347 (tANI_U8*)(genie - (2 + rem_probe_resp_ie_len)),
11348 probe_rsp_ie_len[1], NULL,
11349 eANI_BOOLEAN_FALSE)
11350 == eHAL_STATUS_FAILURE)
11351 {
11352 hddLog(LOGE,
11353 "Could not pass"
11354 "on WNI_CFG_PROBE_RSP_ADDNIE_DATA2 to CCM");
11355 }
11356 rem_probe_resp_ie_len += probe_rsp_ie_len[1];
11357 }
11358
11359 if (probe_rsp_ie_len[2] > 0)
11360 {
11361 if (ccmCfgSetStr(WLAN_HDD_GET_HAL_CTX(pAdapter),
11362 WNI_CFG_PROBE_RSP_ADDNIE_DATA3,
11363 (tANI_U8*)(genie - (2 + rem_probe_resp_ie_len)),
11364 probe_rsp_ie_len[2], NULL,
11365 eANI_BOOLEAN_FALSE)
11366 == eHAL_STATUS_FAILURE)
11367 {
11368 hddLog(LOGE,
11369 "Could not pass"
11370 "on WNI_CFG_PROBE_RSP_ADDNIE_DATA3 to CCM");
11371 }
11372 rem_probe_resp_ie_len += probe_rsp_ie_len[2];
11373 }
11374
11375 if (ccmCfgSetInt(WLAN_HDD_GET_HAL_CTX(pAdapter),
11376 WNI_CFG_PROBE_RSP_ADDNIE_FLAG, 1,NULL,
11377 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
11378 {
11379 hddLog(LOGE,
11380 "Could not pass"
11381 "on WNI_CFG_PROBE_RSP_ADDNIE_FLAG to CCM");
11382 }
11383 }
11384 else
11385 {
11386 // Reset WNI_CFG_PROBE_RSP Flags
11387 wlan_hdd_reset_prob_rspies(pAdapter);
11388
11389 hddLog(VOS_TRACE_LEVEL_INFO,
11390 "%s: No Probe Response IE received in set beacon",
11391 __func__);
11392 }
11393 } /* end of if (WLAN_HDD_IBSS == pAdapter->device_mode) */
Jeff Johnson295189b2012-06-20 16:38:30 -070011394 break;
11395 case DOT11F_EID_RSN:
11396 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set RSN IE(len %d)",__func__, eLen + 2);
11397 memset( pWextState->WPARSNIE, 0, MAX_WPA_RSN_IE_LEN );
11398 memcpy( pWextState->WPARSNIE, genie - 2, (eLen + 2)/*ie_len*/);
11399 pWextState->roamProfile.pRSNReqIE = pWextState->WPARSNIE;
11400 pWextState->roamProfile.nRSNReqIELength = eLen + 2; //ie_len;
11401 break;
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011402 /* Appending Extended Capabilities with Interworking bit set in Assoc Req */
11403 case DOT11F_EID_EXTCAP:
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011404 {
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011405 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011406 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set Extended CAPS IE(len %d)",
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011407 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011408
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011409 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
11410 {
Jeff Johnson902c9832012-12-10 14:28:09 -080011411 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
11412 "Need bigger buffer space");
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011413 VOS_ASSERT(0);
11414 return -ENOMEM;
11415 }
11416 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
11417 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011418
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011419 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
11420 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
11421 break;
11422 }
Jeff Johnson295189b2012-06-20 16:38:30 -070011423#ifdef FEATURE_WLAN_WAPI
11424 case WLAN_EID_WAPI:
11425 pAdapter->wapi_info.nWapiMode = 1; //Setting WAPI Mode to ON=1
Jeff Johnson0299d0a2013-10-30 12:37:43 -070011426 hddLog(VOS_TRACE_LEVEL_INFO, "WAPI MODE IS %u",
Jeff Johnson295189b2012-06-20 16:38:30 -070011427 pAdapter->wapi_info.nWapiMode);
11428 tmp = (u16 *)ie;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011429 tmp = tmp + 2; // Skip element Id and Len, Version
Jeff Johnson295189b2012-06-20 16:38:30 -070011430 akmsuiteCount = WPA_GET_LE16(tmp);
11431 tmp = tmp + 1;
11432 akmlist = (int *)(tmp);
11433 if(akmsuiteCount <= MAX_NUM_AKM_SUITES)
11434 {
11435 memcpy(akmsuite, akmlist, (4*akmsuiteCount));
11436 }
11437 else
11438 {
Arif Hussain6d2a3322013-11-17 19:50:10 -080011439 hddLog(VOS_TRACE_LEVEL_FATAL, "Invalid akmSuite count");
Jeff Johnson295189b2012-06-20 16:38:30 -070011440 VOS_ASSERT(0);
11441 return -EINVAL;
11442 }
11443
11444 if (WAPI_PSK_AKM_SUITE == akmsuite[0])
11445 {
11446 hddLog(VOS_TRACE_LEVEL_INFO, "%s: WAPI AUTH MODE SET TO PSK",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -070011447 __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070011448 pAdapter->wapi_info.wapiAuthMode = WAPI_AUTH_MODE_PSK;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011449 }
Jeff Johnson295189b2012-06-20 16:38:30 -070011450 if (WAPI_CERT_AKM_SUITE == akmsuite[0])
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011451 {
Jeff Johnson295189b2012-06-20 16:38:30 -070011452 hddLog(VOS_TRACE_LEVEL_INFO, "%s: WAPI AUTH MODE SET TO CERTIFICATE",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -070011453 __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070011454 pAdapter->wapi_info.wapiAuthMode = WAPI_AUTH_MODE_CERT;
11455 }
11456 break;
11457#endif
11458 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011459 hddLog (VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070011460 "%s Set UNKNOWN IE %X", __func__, elementId);
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -070011461 /* when Unknown IE is received we should break and continue
11462 * to the next IE in the buffer instead we were returning
11463 * so changing this to break */
11464 break;
Jeff Johnson295189b2012-06-20 16:38:30 -070011465 }
11466 genie += eLen;
11467 remLen -= eLen;
11468 }
11469 EXIT();
11470 return 0;
11471}
11472
11473/*
Gopichand Nakkala18f0c262013-05-07 23:25:08 +053011474 * FUNCTION: hdd_isWPAIEPresent
11475 * Parse the received IE to find the WPA IE
11476 *
11477 */
11478static bool hdd_isWPAIEPresent(u8 *ie, u8 ie_len)
11479{
11480 v_U8_t eLen = 0;
11481 v_U16_t remLen = ie_len;
11482 v_U8_t elementId = 0;
11483
11484 while (remLen >= 2)
11485 {
11486 elementId = *ie++;
11487 eLen = *ie++;
11488 remLen -= 2;
11489 if (eLen > remLen)
11490 {
11491 hddLog(VOS_TRACE_LEVEL_ERROR,
11492 "%s: IE length is wrong %d", __func__, eLen);
11493 return FALSE;
11494 }
11495 if ((elementId == DOT11F_EID_WPA) && (remLen > 5))
11496 {
11497 /* OUI - 0x00 0X50 0XF2
11498 WPA Information Element - 0x01
11499 WPA version - 0x01*/
11500 if (0 == memcmp(&ie[0], "\x00\x50\xf2\x01\x01", 5))
11501 return TRUE;
11502 }
11503 ie += eLen;
11504 remLen -= eLen;
11505 }
11506 return FALSE;
11507}
11508
11509/*
Jeff Johnson295189b2012-06-20 16:38:30 -070011510 * FUNCTION: wlan_hdd_cfg80211_set_privacy
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011511 * This function is used to initialize the security
Jeff Johnson295189b2012-06-20 16:38:30 -070011512 * parameters during connect operation.
11513 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011514int wlan_hdd_cfg80211_set_privacy( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -070011515 struct cfg80211_connect_params *req
11516 )
11517{
11518 int status = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011519 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -070011520 ENTER();
11521
11522 /*set wpa version*/
11523 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_DISABLED;
11524
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011525 if (req->crypto.wpa_versions)
Jeff Johnson295189b2012-06-20 16:38:30 -070011526 {
Gopichand Nakkala781ded42013-06-28 12:10:45 +053011527 if (NL80211_WPA_VERSION_1 == req->crypto.wpa_versions)
Jeff Johnson295189b2012-06-20 16:38:30 -070011528 {
11529 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA;
11530 }
11531 else if (NL80211_WPA_VERSION_2 == req->crypto.wpa_versions)
11532 {
11533 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA2;
11534 }
11535 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011536
11537 hddLog(VOS_TRACE_LEVEL_INFO, "%s: set wpa version to %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -070011538 pWextState->wpaVersion);
11539
11540 /*set authentication type*/
11541 status = wlan_hdd_cfg80211_set_auth_type(pAdapter, req->auth_type);
11542
11543 if (0 > status)
11544 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011545 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070011546 "%s: failed to set authentication type ", __func__);
11547 return status;
11548 }
11549
11550 /*set key mgmt type*/
11551 if (req->crypto.n_akm_suites)
11552 {
11553 status = wlan_hdd_set_akm_suite(pAdapter, req->crypto.akm_suites[0]);
11554 if (0 > status)
11555 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011556 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set akm suite",
Jeff Johnson295189b2012-06-20 16:38:30 -070011557 __func__);
11558 return status;
11559 }
11560 }
11561
11562 /*set pairwise cipher type*/
11563 if (req->crypto.n_ciphers_pairwise)
11564 {
11565 status = wlan_hdd_cfg80211_set_cipher(pAdapter,
11566 req->crypto.ciphers_pairwise[0], true);
11567 if (0 > status)
11568 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011569 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070011570 "%s: failed to set unicast cipher type", __func__);
11571 return status;
11572 }
11573 }
11574 else
11575 {
11576 /*Reset previous cipher suite to none*/
11577 status = wlan_hdd_cfg80211_set_cipher(pAdapter, 0, true);
11578 if (0 > status)
11579 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011580 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070011581 "%s: failed to set unicast cipher type", __func__);
11582 return status;
11583 }
11584 }
11585
11586 /*set group cipher type*/
11587 status = wlan_hdd_cfg80211_set_cipher(pAdapter, req->crypto.cipher_group,
11588 false);
11589
11590 if (0 > status)
11591 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011592 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set mcast cipher type",
Jeff Johnson295189b2012-06-20 16:38:30 -070011593 __func__);
11594 return status;
11595 }
11596
Chet Lanctot186b5732013-03-18 10:26:30 -070011597#ifdef WLAN_FEATURE_11W
11598 pWextState->roamProfile.MFPEnabled = (req->mfp == NL80211_MFP_REQUIRED);
11599#endif
11600
Jeff Johnson295189b2012-06-20 16:38:30 -070011601 /*parse WPA/RSN IE, and set the correspoing fileds in Roam profile*/
11602 if (req->ie_len)
11603 {
11604 status = wlan_hdd_cfg80211_set_ie(pAdapter, req->ie, req->ie_len);
11605 if ( 0 > status)
11606 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011607 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to parse the WPA/RSN IE",
Jeff Johnson295189b2012-06-20 16:38:30 -070011608 __func__);
11609 return status;
11610 }
11611 }
11612
11613 /*incase of WEP set default key information*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011614 if (req->key && req->key_len)
Jeff Johnson295189b2012-06-20 16:38:30 -070011615 {
11616 if ( (WLAN_CIPHER_SUITE_WEP40 == req->crypto.ciphers_pairwise[0])
11617 || (WLAN_CIPHER_SUITE_WEP104 == req->crypto.ciphers_pairwise[0])
11618 )
11619 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011620 if ( IW_AUTH_KEY_MGMT_802_1X
Jeff Johnson295189b2012-06-20 16:38:30 -070011621 == (pWextState->authKeyMgmt & IW_AUTH_KEY_MGMT_802_1X ))
11622 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011623 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Dynamic WEP not supported",
Jeff Johnson295189b2012-06-20 16:38:30 -070011624 __func__);
11625 return -EOPNOTSUPP;
11626 }
11627 else
11628 {
11629 u8 key_len = req->key_len;
11630 u8 key_idx = req->key_idx;
11631
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011632 if ((eCSR_SECURITY_WEP_KEYSIZE_MAX_BYTES >= key_len)
Jeff Johnson295189b2012-06-20 16:38:30 -070011633 && (CSR_MAX_NUM_KEY > key_idx)
11634 )
11635 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011636 hddLog(VOS_TRACE_LEVEL_INFO,
11637 "%s: setting default wep key, key_idx = %hu key_len %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070011638 __func__, key_idx, key_len);
11639 vos_mem_copy(
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011640 &pWextState->roamProfile.Keys.KeyMaterial[key_idx][0],
Jeff Johnson295189b2012-06-20 16:38:30 -070011641 req->key, key_len);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011642 pWextState->roamProfile.Keys.KeyLength[key_idx] =
Jeff Johnson295189b2012-06-20 16:38:30 -070011643 (u8)key_len;
11644 pWextState->roamProfile.Keys.defaultIndex = (u8)key_idx;
11645 }
11646 }
11647 }
11648 }
11649
11650 return status;
11651}
11652
11653/*
Vinay Krishna Eranna21042322014-01-08 19:21:39 +053011654 * FUNCTION: wlan_hdd_try_disconnect
11655 * This function is used to disconnect from previous
11656 * connection
11657 */
11658static int wlan_hdd_try_disconnect( hdd_adapter_t *pAdapter )
11659{
11660 long ret = 0;
11661 hdd_station_ctx_t *pHddStaCtx;
11662 eMib_dot11DesiredBssType connectedBssType;
11663
11664 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
11665
11666 hdd_connGetConnectedBssType(pHddStaCtx,&connectedBssType );
11667
11668 if((eMib_dot11DesiredBssType_independent == connectedBssType) ||
11669 (eConnectionState_Associated == pHddStaCtx->conn_info.connState) ||
11670 (eConnectionState_IbssConnected == pHddStaCtx->conn_info.connState))
11671 {
11672 /* Issue disconnect to CSR */
11673 INIT_COMPLETION(pAdapter->disconnect_comp_var);
11674 if( eHAL_STATUS_SUCCESS ==
11675 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
11676 pAdapter->sessionId,
11677 eCSR_DISCONNECT_REASON_UNSPECIFIED ) )
11678 {
11679 ret = wait_for_completion_interruptible_timeout(
11680 &pAdapter->disconnect_comp_var,
11681 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
11682 if (0 >= ret)
11683 {
11684 hddLog(LOGE, FL("Failed to receive disconnect event"));
11685 return -EALREADY;
11686 }
11687 }
11688 }
11689 else if(eConnectionState_Disconnecting == pHddStaCtx->conn_info.connState)
11690 {
11691 ret = wait_for_completion_interruptible_timeout(
11692 &pAdapter->disconnect_comp_var,
11693 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
11694 if (0 >= ret)
11695 {
11696 hddLog(LOGE, FL("Failed to receive disconnect event"));
11697 return -EALREADY;
11698 }
11699 }
11700
11701 return 0;
11702}
11703
11704/*
Agarwal Ashish51325b52014-06-16 16:50:49 +053011705 * FUNCTION: __wlan_hdd_cfg80211_connect
11706 * This function is used to start the association process
Jeff Johnson295189b2012-06-20 16:38:30 -070011707 */
Mahesh A Saptasagarfafb7fe2014-05-16 13:19:37 +053011708static int __wlan_hdd_cfg80211_connect( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -070011709 struct net_device *ndev,
11710 struct cfg80211_connect_params *req
11711 )
11712{
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011713 int status;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011714 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Jeff Johnson295189b2012-06-20 16:38:30 -070011715 VOS_STATUS exitbmpsStatus = VOS_STATUS_E_INVAL;
Sushant Kaushikba6764e2014-06-30 19:52:09 +053011716 hdd_context_t *pHddCtx = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -070011717
11718 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053011719
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053011720 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
11721 TRACE_CODE_HDD_CFG80211_CONNECT,
11722 pAdapter->sessionId, pAdapter->device_mode));
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011723 hddLog(VOS_TRACE_LEVEL_INFO,
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053011724 "%s: device_mode = %s (%d)", __func__,
11725 hdd_device_modetoString(pAdapter->device_mode),
11726 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -070011727
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011728 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Rajesh Chauhana0516c62014-01-30 16:11:18 -080011729 if (!pHddCtx)
11730 {
11731 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
11732 "%s: HDD context is null", __func__);
Agarwal Ashish51325b52014-06-16 16:50:49 +053011733 return -EINVAL;
Rajesh Chauhana0516c62014-01-30 16:11:18 -080011734 }
11735
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011736 status = wlan_hdd_validate_context(pHddCtx);
11737
11738 if (0 != status)
Jeff Johnson295189b2012-06-20 16:38:30 -070011739 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011740 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
11741 "%s: HDD context is not valid", __func__);
11742 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -070011743 }
11744
Agarwal Ashish51325b52014-06-16 16:50:49 +053011745 if (vos_max_concurrent_connections_reached()) {
11746 hddLog(VOS_TRACE_LEVEL_INFO, FL("Reached max concurrent connections"));
11747 return -ECONNREFUSED;
11748 }
11749
Jeff Johnson295189b2012-06-20 16:38:30 -070011750#ifdef WLAN_BTAMP_FEATURE
11751 //Infra connect not supported when AMP traffic is on.
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011752 if( VOS_TRUE == WLANBAP_AmpSessionOn() )
Jeff Johnson295189b2012-06-20 16:38:30 -070011753 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011754 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070011755 "%s: No connection when AMP is on", __func__);
Madan Mohan Koyyalamudicae253a2012-11-06 19:10:35 -080011756 return -ECONNREFUSED;
Jeff Johnson295189b2012-06-20 16:38:30 -070011757 }
11758#endif
Vinay Krishna Eranna21042322014-01-08 19:21:39 +053011759
11760 //If Device Mode is Station Concurrent Sessions Exit BMps
11761 //P2P Mode will be taken care in Open/close adapter
11762 if((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) &&
Agarwal Ashish51325b52014-06-16 16:50:49 +053011763 (vos_concurrent_open_sessions_running())) {
11764 exitbmpsStatus = hdd_disable_bmps_imps(pHddCtx,
11765 WLAN_HDD_INFRA_STATION);
Vinay Krishna Eranna21042322014-01-08 19:21:39 +053011766 }
11767
11768 /*Try disconnecting if already in connected state*/
11769 status = wlan_hdd_try_disconnect(pAdapter);
11770 if ( 0 > status)
11771 {
11772 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Failed to disconnect the existing"
11773 " connection"));
11774 return -EALREADY;
11775 }
11776
Jeff Johnson295189b2012-06-20 16:38:30 -070011777 /*initialise security parameters*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011778 status = wlan_hdd_cfg80211_set_privacy(pAdapter, req);
Jeff Johnson295189b2012-06-20 16:38:30 -070011779
11780 if ( 0 > status)
11781 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011782 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set security params",
Jeff Johnson295189b2012-06-20 16:38:30 -070011783 __func__);
11784 return status;
11785 }
Mohit Khanna765234a2012-09-11 15:08:35 -070011786 if ( req->channel )
11787 {
11788 status = wlan_hdd_cfg80211_connect_start(pAdapter, req->ssid,
11789 req->ssid_len, req->bssid,
11790 req->channel->hw_value);
11791 }
11792 else
11793 {
11794 status = wlan_hdd_cfg80211_connect_start(pAdapter, req->ssid,
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011795 req->ssid_len, req->bssid, 0);
Mohit Khanna765234a2012-09-11 15:08:35 -070011796 }
Jeff Johnson295189b2012-06-20 16:38:30 -070011797
11798 if (0 > status)
11799 {
11800 //ReEnable BMPS if disabled
11801 if((VOS_STATUS_SUCCESS == exitbmpsStatus) &&
11802 (NULL != pHddCtx))
11803 {
Gopichand Nakkalaa2fe5b02013-06-06 16:32:28 +053011804 if (pHddCtx->hdd_wlan_suspended)
11805 {
11806 hdd_set_pwrparams(pHddCtx);
11807 }
Jeff Johnson295189b2012-06-20 16:38:30 -070011808 //ReEnable Bmps and Imps back
11809 hdd_enable_bmps_imps(pHddCtx);
11810 }
Agarwal Ashish51325b52014-06-16 16:50:49 +053011811 hddLog(VOS_TRACE_LEVEL_ERROR, FL("connect failed"));
Jeff Johnson295189b2012-06-20 16:38:30 -070011812 return status;
11813 }
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011814 pHddCtx->isAmpAllowed = VOS_FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -070011815 EXIT();
11816 return status;
11817}
11818
Mahesh A Saptasagarfafb7fe2014-05-16 13:19:37 +053011819static int wlan_hdd_cfg80211_connect( struct wiphy *wiphy,
11820 struct net_device *ndev,
11821 struct cfg80211_connect_params *req)
11822{
11823 int ret;
11824 vos_ssr_protect(__func__);
11825 ret = __wlan_hdd_cfg80211_connect(wiphy, ndev, req);
11826 vos_ssr_unprotect(__func__);
11827
11828 return ret;
11829}
Jeff Johnson295189b2012-06-20 16:38:30 -070011830
11831/*
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011832 * FUNCTION: wlan_hdd_disconnect
11833 * This function is used to issue a disconnect request to SME
11834 */
11835int wlan_hdd_disconnect( hdd_adapter_t *pAdapter, u16 reason )
11836{
Abhishek Singh6ab864d2014-11-27 12:10:10 +053011837 int status, result = 0;
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011838 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011839 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Abhishek Singhdc2bfd42014-06-19 17:59:05 +053011840 long ret;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011841
11842 status = wlan_hdd_validate_context(pHddCtx);
11843
11844 if (0 != status)
11845 {
11846 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
11847 "%s: HDD context is not valid", __func__);
11848 return status;
11849 }
11850
11851 pHddCtx->isAmpAllowed = VOS_TRUE;
Agarwal Ashishc65b5ca2014-07-28 21:02:57 +053011852
Agarwal Ashish47d18112014-08-04 19:55:07 +053011853 /* Need to apply spin lock before decreasing active sessions
11854 * as there can be chance for double decrement if context switch
11855 * Calls hdd_DisConnectHandler.
11856 */
11857
11858 spin_lock_bh(&pAdapter->lock_for_active_session);
Agarwal Ashishc65b5ca2014-07-28 21:02:57 +053011859 if (eConnectionState_Associated == pHddStaCtx->conn_info.connState)
11860 {
Agarwal Ashishc65b5ca2014-07-28 21:02:57 +053011861 wlan_hdd_decr_active_session(pHddCtx, pAdapter->device_mode);
11862 }
Agarwal Ashish47d18112014-08-04 19:55:07 +053011863 hdd_connSetConnectionState( pHddStaCtx, eConnectionState_Disconnecting );
11864 spin_unlock_bh(&pAdapter->lock_for_active_session);
Agarwal Ashishc65b5ca2014-07-28 21:02:57 +053011865
Abhishek Singhf4669da2014-05-26 15:07:49 +053011866 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Agarwal Ashish47d18112014-08-04 19:55:07 +053011867 FL( "Set HDD connState to eConnectionState_Disconnecting" ));
11868
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011869 INIT_COMPLETION(pAdapter->disconnect_comp_var);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011870
Mihir Shete182a0b22014-08-18 16:08:48 +053011871 /*
11872 * stop tx queues before deleting STA/BSS context from the firmware.
11873 * tx has to be disabled because the firmware can get busy dropping
11874 * the tx frames after BSS/STA has been deleted and will not send
11875 * back a response resulting in WDI timeout
11876 */
Padma, Santhosh Kumar9dacb5c2014-12-17 19:22:56 +053011877 hddLog(VOS_TRACE_LEVEL_INFO, FL("Disabling queues"));
Mihir Shete182a0b22014-08-18 16:08:48 +053011878 netif_tx_disable(pAdapter->dev);
11879 netif_carrier_off(pAdapter->dev);
Arun Kumar Khandavalli94a2bb02013-12-28 19:17:25 +053011880
Mihir Shete182a0b22014-08-18 16:08:48 +053011881 /*issue disconnect*/
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011882 status = sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
11883 pAdapter->sessionId, reason);
Abhishek Singhdc2bfd42014-06-19 17:59:05 +053011884 if(eHAL_STATUS_CMD_NOT_QUEUED == status)
11885 {
11886 hddLog(VOS_TRACE_LEVEL_INFO,
11887 FL("status = %d, already disconnected"),
11888 (int)status );
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011889
Abhishek Singhdc2bfd42014-06-19 17:59:05 +053011890 }
11891 else if ( 0 != status )
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011892 {
11893 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -080011894 "%s csrRoamDisconnect failure, returned %d",
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011895 __func__, (int)status );
Abhishek Singh6ab864d2014-11-27 12:10:10 +053011896 result = -EINVAL;
11897 goto disconnected;
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011898 }
Abhishek Singhdc2bfd42014-06-19 17:59:05 +053011899 ret = wait_for_completion_interruptible_timeout(
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011900 &pAdapter->disconnect_comp_var,
11901 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
Abhishek Singhdc2bfd42014-06-19 17:59:05 +053011902 if (!ret && ( eHAL_STATUS_CMD_NOT_QUEUED != status ))
c_hpothu6ff1c3c2013-10-01 19:01:57 +053011903 {
11904 hddLog(VOS_TRACE_LEVEL_ERROR,
Mahesh A Saptasagar05a357e2014-02-26 16:28:06 +053011905 "%s: Failed to disconnect, timed out", __func__);
Abhishek Singh6ab864d2014-11-27 12:10:10 +053011906 result = -ETIMEDOUT;
Mahesh A Saptasagar05a357e2014-02-26 16:28:06 +053011907 }
Abhishek Singhdc2bfd42014-06-19 17:59:05 +053011908 else if (ret == -ERESTARTSYS)
Mahesh A Saptasagar05a357e2014-02-26 16:28:06 +053011909 {
11910 hddLog(VOS_TRACE_LEVEL_ERROR,
11911 "%s: Failed to disconnect, wait interrupted", __func__);
Abhishek Singh6ab864d2014-11-27 12:10:10 +053011912 result = -ERESTARTSYS;
c_hpothu6ff1c3c2013-10-01 19:01:57 +053011913 }
Abhishek Singh6ab864d2014-11-27 12:10:10 +053011914disconnected:
Abhishek Singhdc2bfd42014-06-19 17:59:05 +053011915 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
11916 FL("Set HDD connState to eConnectionState_NotConnected"));
11917 pHddStaCtx->conn_info.connState = eConnectionState_NotConnected;
11918
Abhishek Singh6ab864d2014-11-27 12:10:10 +053011919 return result;
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053011920}
11921
11922
11923/*
Mahesh A Saptasagarfafb7fe2014-05-16 13:19:37 +053011924 * FUNCTION: __wlan_hdd_cfg80211_disconnect
Jeff Johnson295189b2012-06-20 16:38:30 -070011925 * This function is used to issue a disconnect request to SME
11926 */
Mahesh A Saptasagarfafb7fe2014-05-16 13:19:37 +053011927static int __wlan_hdd_cfg80211_disconnect( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -070011928 struct net_device *dev,
11929 u16 reason
11930 )
11931{
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011932 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053011933 tCsrRoamProfile *pRoamProfile =
11934 &(WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter))->roamProfile;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011935 int status;
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053011936 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
11937 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalaaa353782013-05-17 20:36:22 +053011938#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -080011939 tANI_U8 staIdx;
11940#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011941
Jeff Johnson295189b2012-06-20 16:38:30 -070011942 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053011943
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053011944 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
11945 TRACE_CODE_HDD_CFG80211_DISCONNECT,
11946 pAdapter->sessionId, reason));
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053011947 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s(%d)",
11948 __func__, hdd_device_modetoString(pAdapter->device_mode),
11949 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -070011950
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011951 hddLog(VOS_TRACE_LEVEL_INFO, "%s: Disconnect called with reason code %d",
11952 __func__, reason);
Jeff Johnson295189b2012-06-20 16:38:30 -070011953
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011954 status = wlan_hdd_validate_context(pHddCtx);
11955
11956 if (0 != status)
Jeff Johnson295189b2012-06-20 16:38:30 -070011957 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011958 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
11959 "%s: HDD context is not valid", __func__);
11960 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -070011961 }
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053011962
Jeff Johnson295189b2012-06-20 16:38:30 -070011963 if (NULL != pRoamProfile)
11964 {
11965 /*issue disconnect request to SME, if station is in connected state*/
Mahesh A Saptasagar280fd5a2013-12-05 15:38:31 +053011966 if ((pHddStaCtx->conn_info.connState == eConnectionState_Associated) ||
11967 (pHddStaCtx->conn_info.connState == eConnectionState_Connecting))
Jeff Johnson295189b2012-06-20 16:38:30 -070011968 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053011969 eCsrRoamDisconnectReason reasonCode =
Jeff Johnson295189b2012-06-20 16:38:30 -070011970 eCSR_DISCONNECT_REASON_UNSPECIFIED;
Gopichand Nakkalaaa353782013-05-17 20:36:22 +053011971 hdd_scaninfo_t *pScanInfo;
Jeff Johnson295189b2012-06-20 16:38:30 -070011972 switch(reason)
11973 {
11974 case WLAN_REASON_MIC_FAILURE:
11975 reasonCode = eCSR_DISCONNECT_REASON_MIC_ERROR;
11976 break;
11977
11978 case WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY:
11979 case WLAN_REASON_DISASSOC_AP_BUSY:
11980 case WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA:
11981 reasonCode = eCSR_DISCONNECT_REASON_DISASSOC;
11982 break;
11983
11984 case WLAN_REASON_PREV_AUTH_NOT_VALID:
11985 case WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA:
Abhishek Singhc3269a52014-05-21 17:22:24 +053011986 case WLAN_REASON_DEAUTH_LEAVING:
Jeff Johnson295189b2012-06-20 16:38:30 -070011987 reasonCode = eCSR_DISCONNECT_REASON_DEAUTH;
11988 break;
11989
Jeff Johnson295189b2012-06-20 16:38:30 -070011990 default:
11991 reasonCode = eCSR_DISCONNECT_REASON_UNSPECIFIED;
11992 break;
11993 }
Gopichand Nakkalaaa353782013-05-17 20:36:22 +053011994 pScanInfo = &pHddCtx->scan_info;
11995 if (pScanInfo->mScanPending)
11996 {
Srinivas, Dasari138af4f2014-02-07 11:13:45 +053011997 hddLog(VOS_TRACE_LEVEL_INFO, "Disconnect is in progress, "
Gopichand Nakkalaaa353782013-05-17 20:36:22 +053011998 "Aborting Scan");
Kaushik, Sushant4975a572014-10-21 16:07:48 +053011999 hdd_abort_mac_scan(pHddCtx, pScanInfo->sessionId,
Srinivas, Dasari138af4f2014-02-07 11:13:45 +053012000 eCSR_SCAN_ABORT_DEFAULT);
Gopichand Nakkalaaa353782013-05-17 20:36:22 +053012001 }
Jeff Johnson295189b2012-06-20 16:38:30 -070012002
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -080012003#ifdef FEATURE_WLAN_TDLS
12004 /* First clean up the tdls peers if any */
Gopichand Nakkala4327a152013-03-04 23:22:42 -080012005 for (staIdx = 0 ; staIdx < HDD_MAX_NUM_TDLS_STA; staIdx++)
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -080012006 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -080012007 if ((pHddCtx->tdlsConnInfo[staIdx].sessionId == pAdapter->sessionId) &&
12008 (pHddCtx->tdlsConnInfo[staIdx].staId))
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -080012009 {
Hoonki Lee11f7dda2013-02-14 16:55:44 -080012010 uint8 *mac;
Gopichand Nakkala4327a152013-03-04 23:22:42 -080012011 mac = pHddCtx->tdlsConnInfo[staIdx].peerMac.bytes;
Hoonki Lee11f7dda2013-02-14 16:55:44 -080012012 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070012013 "%s: call sme_DeleteTdlsPeerSta staId %d sessionId %d " MAC_ADDRESS_STR,
Gopichand Nakkala4327a152013-03-04 23:22:42 -080012014 __func__, pHddCtx->tdlsConnInfo[staIdx].staId, pAdapter->sessionId,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070012015 MAC_ADDR_ARRAY(mac));
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -080012016 sme_DeleteTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
Gopichand Nakkala4327a152013-03-04 23:22:42 -080012017 pAdapter->sessionId,
12018 mac);
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -080012019 }
12020 }
12021#endif
Arun Kumar Khandavalli94a2bb02013-12-28 19:17:25 +053012022 hddLog(LOG1, FL("Disconnecting with reasoncode:%u"), reasonCode);
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053012023 status = wlan_hdd_disconnect(pAdapter, reasonCode);
12024 if ( 0 != status )
Jeff Johnson295189b2012-06-20 16:38:30 -070012025 {
12026 hddLog(VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -080012027 "%s wlan_hdd_disconnect failure, returned %d",
Jeff Johnson295189b2012-06-20 16:38:30 -070012028 __func__, (int)status );
12029 return -EINVAL;
12030 }
Jeff Johnson295189b2012-06-20 16:38:30 -070012031 }
Mahesh A Saptasagar280fd5a2013-12-05 15:38:31 +053012032 else
12033 {
12034 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: unexpected cfg disconnect API"
12035 "called while in %d state", __func__,
12036 pHddStaCtx->conn_info.connState);
12037 }
Jeff Johnson295189b2012-06-20 16:38:30 -070012038 }
12039 else
12040 {
12041 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid roam profile", __func__);
12042 }
12043
12044 return status;
12045}
12046
Mahesh A Saptasagarfafb7fe2014-05-16 13:19:37 +053012047static int wlan_hdd_cfg80211_disconnect( struct wiphy *wiphy,
12048 struct net_device *dev,
12049 u16 reason
12050 )
12051{
12052 int ret;
12053 vos_ssr_protect(__func__);
12054 ret = __wlan_hdd_cfg80211_disconnect(wiphy, dev, reason);
12055 vos_ssr_unprotect(__func__);
12056
12057 return ret;
12058}
Gopichand Nakkala78a6c812013-05-13 16:39:49 +053012059
Jeff Johnson295189b2012-06-20 16:38:30 -070012060/*
12061 * FUNCTION: wlan_hdd_cfg80211_set_privacy_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012062 * This function is used to initialize the security
Jeff Johnson295189b2012-06-20 16:38:30 -070012063 * settings in IBSS mode.
12064 */
12065static int wlan_hdd_cfg80211_set_privacy_ibss(
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012066 hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -070012067 struct cfg80211_ibss_params *params
12068 )
12069{
12070 int status = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012071 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -070012072 eCsrEncryptionType encryptionType = eCSR_ENCRYPT_TYPE_NONE;
12073 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012074
Jeff Johnson295189b2012-06-20 16:38:30 -070012075 ENTER();
12076
12077 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_DISABLED;
Ravi Joshib58ca0d2013-10-29 09:50:23 -070012078 vos_mem_zero(&pHddStaCtx->ibss_enc_key, sizeof(tCsrRoamSetKey));
Jeff Johnson295189b2012-06-20 16:38:30 -070012079
12080 if (params->ie_len && ( NULL != params->ie) )
12081 {
Shailender Karmuchi67edd312013-06-18 16:30:48 -070012082 if (wlan_hdd_cfg80211_get_ie_ptr (params->ie,
12083 params->ie_len, WLAN_EID_RSN ))
Jeff Johnson295189b2012-06-20 16:38:30 -070012084 {
12085 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA2;
12086 encryptionType = eCSR_ENCRYPT_TYPE_AES;
12087 }
Shailender Karmuchi67edd312013-06-18 16:30:48 -070012088 else if ( hdd_isWPAIEPresent (params->ie, params->ie_len ))
Jeff Johnson295189b2012-06-20 16:38:30 -070012089 {
Shailender Karmuchi642e9812013-05-30 14:34:49 -070012090 tDot11fIEWPA dot11WPAIE;
12091 tHalHandle halHandle = WLAN_HDD_GET_HAL_CTX(pAdapter);
Shailender Karmuchi67edd312013-06-18 16:30:48 -070012092 u8 *ie;
Shailender Karmuchi642e9812013-05-30 14:34:49 -070012093
Wilson Yang00256342013-10-10 23:13:38 -070012094 memset(&dot11WPAIE, 0, sizeof(dot11WPAIE));
Shailender Karmuchi67edd312013-06-18 16:30:48 -070012095 ie = wlan_hdd_cfg80211_get_ie_ptr (params->ie,
12096 params->ie_len, DOT11F_EID_WPA);
12097 if ( NULL != ie )
12098 {
12099 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA;
12100 // Unpack the WPA IE
12101 //Skip past the EID byte and length byte - and four byte WiFi OUI
12102 dot11fUnpackIeWPA((tpAniSirGlobal) halHandle,
12103 &ie[2+4],
12104 ie[1] - 4,
12105 &dot11WPAIE);
12106 /*Extract the multicast cipher, the encType for unicast
12107 cipher for wpa-none is none*/
12108 encryptionType =
12109 hdd_TranslateWPAToCsrEncryptionType(dot11WPAIE.multicast_cipher);
12110 }
Jeff Johnson295189b2012-06-20 16:38:30 -070012111 }
Shailender Karmuchi67edd312013-06-18 16:30:48 -070012112
Jeff Johnson295189b2012-06-20 16:38:30 -070012113 status = wlan_hdd_cfg80211_set_ie(pAdapter, params->ie, params->ie_len);
12114
12115 if (0 > status)
12116 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012117 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to parse WPA/RSN IE",
Jeff Johnson295189b2012-06-20 16:38:30 -070012118 __func__);
12119 return status;
12120 }
12121 }
12122
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012123 pWextState->roamProfile.AuthType.authType[0] =
12124 pHddStaCtx->conn_info.authType =
Jeff Johnson295189b2012-06-20 16:38:30 -070012125 eCSR_AUTH_TYPE_OPEN_SYSTEM;
12126
12127 if (params->privacy)
12128 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012129 /* Security enabled IBSS, At this time there is no information available
12130 * about the security paramters, so initialise the encryption type to
Jeff Johnson295189b2012-06-20 16:38:30 -070012131 * eCSR_ENCRYPT_TYPE_WEP40_STATICKEY.
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012132 * The correct security parameters will be updated later in
Jeff Johnson295189b2012-06-20 16:38:30 -070012133 * wlan_hdd_cfg80211_add_key */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012134 /* Hal expects encryption type to be set inorder
Jeff Johnson295189b2012-06-20 16:38:30 -070012135 *enable privacy bit in beacons */
12136
12137 encryptionType = eCSR_ENCRYPT_TYPE_WEP40_STATICKEY;
12138 }
Shailender Karmuchi642e9812013-05-30 14:34:49 -070012139 VOS_TRACE (VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO_HIGH,
12140 "encryptionType=%d", encryptionType);
Jeff Johnson295189b2012-06-20 16:38:30 -070012141 pHddStaCtx->conn_info.ucEncryptionType = encryptionType;
12142 pWextState->roamProfile.EncryptionType.numEntries = 1;
12143 pWextState->roamProfile.EncryptionType.encryptionType[0] = encryptionType;
Jeff Johnson295189b2012-06-20 16:38:30 -070012144 return status;
12145}
12146
12147/*
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053012148 * FUNCTION: __wlan_hdd_cfg80211_join_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012149 * This function is used to create/join an IBSS
Jeff Johnson295189b2012-06-20 16:38:30 -070012150 */
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053012151static int __wlan_hdd_cfg80211_join_ibss( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -070012152 struct net_device *dev,
12153 struct cfg80211_ibss_params *params
12154 )
12155{
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012156 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Jeff Johnson295189b2012-06-20 16:38:30 -070012157 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
12158 tCsrRoamProfile *pRoamProfile;
12159 int status;
krunal sonie9002db2013-11-25 14:24:17 -080012160 bool alloc_bssid = VOS_FALSE;
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053012161 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
12162 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -070012163
12164 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053012165
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053012166 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
12167 TRACE_CODE_HDD_CFG80211_JOIN_IBSS,
12168 pAdapter->sessionId, pAdapter->device_mode));
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012169 hddLog(VOS_TRACE_LEVEL_INFO,
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053012170 "%s: device_mode = %s (%d)", __func__,
12171 hdd_device_modetoString(pAdapter->device_mode),
12172 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -070012173
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012174 status = wlan_hdd_validate_context(pHddCtx);
12175
12176 if (0 != status)
Jeff Johnson295189b2012-06-20 16:38:30 -070012177 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012178 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
12179 "%s: HDD context is not valid", __func__);
12180 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -070012181 }
12182
12183 if (NULL == pWextState)
12184 {
Arif Hussain6d2a3322013-11-17 19:50:10 -080012185 hddLog (VOS_TRACE_LEVEL_ERROR, "%s ERROR: Data Storage Corruption",
Jeff Johnson295189b2012-06-20 16:38:30 -070012186 __func__);
12187 return -EIO;
12188 }
12189
Agarwal Ashish51325b52014-06-16 16:50:49 +053012190 if (vos_max_concurrent_connections_reached()) {
12191 hddLog(VOS_TRACE_LEVEL_INFO, FL("Reached max concurrent connections"));
12192 return -ECONNREFUSED;
12193 }
12194
Vinay Krishna Eranna21042322014-01-08 19:21:39 +053012195 /*Try disconnecting if already in connected state*/
12196 status = wlan_hdd_try_disconnect(pAdapter);
12197 if ( 0 > status)
12198 {
12199 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Failed to disconnect the existing"
12200 " IBSS connection"));
12201 return -EALREADY;
12202 }
12203
Jeff Johnson295189b2012-06-20 16:38:30 -070012204 pRoamProfile = &pWextState->roamProfile;
12205
12206 if ( eCSR_BSS_TYPE_START_IBSS != pRoamProfile->BSSType )
12207 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012208 hddLog (VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -080012209 "%s Interface type is not set to IBSS", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070012210 return -EINVAL;
12211 }
12212
Praveen Kumar Sirisillad123d142013-09-24 16:50:13 -070012213 /* BSSID is provided by upper layers hence no need to AUTO generate */
12214 if (NULL != params->bssid) {
12215 if (ccmCfgSetInt(pHddCtx->hHal, WNI_CFG_IBSS_AUTO_BSSID, 0,
12216 NULL, eANI_BOOLEAN_FALSE)==eHAL_STATUS_FAILURE) {
12217 hddLog (VOS_TRACE_LEVEL_ERROR,
12218 "%s:ccmCfgStInt faild for WNI_CFG_IBSS_AUTO_BSSID", __func__);
12219 return -EIO;
12220 }
12221 }
krunal sonie9002db2013-11-25 14:24:17 -080012222 else if(pHddCtx->cfg_ini->isCoalesingInIBSSAllowed == 0)
12223 {
12224 if (ccmCfgSetInt(pHddCtx->hHal, WNI_CFG_IBSS_AUTO_BSSID, 0,
12225 NULL, eANI_BOOLEAN_FALSE)==eHAL_STATUS_FAILURE)
12226 {
12227 hddLog (VOS_TRACE_LEVEL_ERROR,
12228 "%s:ccmCfgStInt faild for WNI_CFG_IBSS_AUTO_BSSID", __func__);
12229 return -EIO;
12230 }
12231 params->bssid = vos_mem_malloc(sizeof(VOS_MAC_ADDR_SIZE));
12232 if (!params->bssid)
12233 {
12234 hddLog (VOS_TRACE_LEVEL_ERROR,
12235 "%s:Failed memory allocation", __func__);
12236 return -EIO;
12237 }
12238 vos_mem_copy((v_U8_t *)params->bssid,
12239 (v_U8_t *)&pHddCtx->cfg_ini->IbssBssid.bytes[0],
12240 VOS_MAC_ADDR_SIZE);
12241 alloc_bssid = VOS_TRUE;
12242 }
Praveen Kumar Sirisillad123d142013-09-24 16:50:13 -070012243
Jeff Johnson295189b2012-06-20 16:38:30 -070012244 /* Set Channel */
Yue Maf49ba872013-08-19 12:04:25 -070012245 if (NULL !=
12246#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
12247 params->chandef.chan)
12248#else
12249 params->channel)
12250#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070012251 {
12252 u8 channelNum;
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070012253 v_U32_t numChans = WNI_CFG_VALID_CHANNEL_LIST_LEN;
12254 v_U8_t validChan[WNI_CFG_VALID_CHANNEL_LIST_LEN];
12255 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
12256 int indx;
Jeff Johnson295189b2012-06-20 16:38:30 -070012257
12258 /* Get channel number */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012259 channelNum =
Yue Maf49ba872013-08-19 12:04:25 -070012260 ieee80211_frequency_to_channel(
12261#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
12262 params->chandef.chan->center_freq);
12263#else
12264 params->channel->center_freq);
12265#endif
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070012266
12267 if (0 != ccmCfgGetStr(hHal, WNI_CFG_VALID_CHANNEL_LIST,
12268 validChan, &numChans))
Jeff Johnson295189b2012-06-20 16:38:30 -070012269 {
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070012270 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid channel list",
12271 __func__);
12272 return -EOPNOTSUPP;
Jeff Johnson295189b2012-06-20 16:38:30 -070012273 }
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070012274
12275 for (indx = 0; indx < numChans; indx++)
Jeff Johnson295189b2012-06-20 16:38:30 -070012276 {
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070012277 if (channelNum == validChan[indx])
12278 {
12279 break;
12280 }
12281 }
12282 if (indx >= numChans)
12283 {
12284 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Not valid Channel %d",
Jeff Johnson295189b2012-06-20 16:38:30 -070012285 __func__, channelNum);
12286 return -EINVAL;
12287 }
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070012288 /* Set the Operational Channel */
12289 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: set channel %d", __func__,
12290 channelNum);
12291 pRoamProfile->ChannelInfo.numOfChannels = 1;
12292 pHddStaCtx->conn_info.operationChannel = channelNum;
12293 pRoamProfile->ChannelInfo.ChannelList =
12294 &pHddStaCtx->conn_info.operationChannel;
Jeff Johnson295189b2012-06-20 16:38:30 -070012295 }
12296
12297 /* Initialize security parameters */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012298 status = wlan_hdd_cfg80211_set_privacy_ibss(pAdapter, params);
Jeff Johnson295189b2012-06-20 16:38:30 -070012299 if (status < 0)
12300 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012301 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set security parameters",
Jeff Johnson295189b2012-06-20 16:38:30 -070012302 __func__);
12303 return status;
12304 }
12305
12306 /* Issue connect start */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012307 status = wlan_hdd_cfg80211_connect_start(pAdapter, params->ssid,
Shailender Karmuchi15cd0672013-05-15 19:50:04 -070012308 params->ssid_len, params->bssid,
12309 pHddStaCtx->conn_info.operationChannel);
Jeff Johnson295189b2012-06-20 16:38:30 -070012310
12311 if (0 > status)
12312 {
12313 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: connect failed", __func__);
12314 return status;
12315 }
12316
krunal sonie9002db2013-11-25 14:24:17 -080012317 if (NULL != params->bssid &&
12318 pHddCtx->cfg_ini->isCoalesingInIBSSAllowed == 0 &&
12319 alloc_bssid == VOS_TRUE)
12320 {
12321 vos_mem_free(params->bssid);
12322 }
Jeff Johnson295189b2012-06-20 16:38:30 -070012323 return 0;
12324}
12325
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053012326static int wlan_hdd_cfg80211_join_ibss( struct wiphy *wiphy,
12327 struct net_device *dev,
12328 struct cfg80211_ibss_params *params
12329 )
12330{
12331 int ret = 0;
12332
12333 vos_ssr_protect(__func__);
12334 ret = __wlan_hdd_cfg80211_join_ibss(wiphy, dev, params);
12335 vos_ssr_unprotect(__func__);
12336
12337 return ret;
12338}
12339
Jeff Johnson295189b2012-06-20 16:38:30 -070012340/*
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053012341 * FUNCTION: __wlan_hdd_cfg80211_leave_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012342 * This function is used to leave an IBSS
Jeff Johnson295189b2012-06-20 16:38:30 -070012343 */
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053012344static int __wlan_hdd_cfg80211_leave_ibss( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -070012345 struct net_device *dev
12346 )
12347{
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012348 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053012349 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
12350 tCsrRoamProfile *pRoamProfile;
12351 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012352 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -070012353
12354 ENTER();
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053012355
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053012356 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
12357 TRACE_CODE_HDD_CFG80211_LEAVE_IBSS,
12358 pAdapter->sessionId, eCSR_DISCONNECT_REASON_IBSS_LEAVE));
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012359 status = wlan_hdd_validate_context(pHddCtx);
12360
12361 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070012362 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012363 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
12364 "%s: HDD context is not valid", __func__);
12365 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070012366 }
12367
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053012368 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %s (%d)", __func__,
12369 hdd_device_modetoString(pAdapter->device_mode),
12370 pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -070012371 if (NULL == pWextState)
12372 {
Arif Hussain6d2a3322013-11-17 19:50:10 -080012373 hddLog (VOS_TRACE_LEVEL_ERROR, "%s ERROR: Data Storage Corruption",
Jeff Johnson295189b2012-06-20 16:38:30 -070012374 __func__);
12375 return -EIO;
12376 }
12377
12378 pRoamProfile = &pWextState->roamProfile;
12379
12380 /* Issue disconnect only if interface type is set to IBSS */
12381 if (eCSR_BSS_TYPE_START_IBSS != pRoamProfile->BSSType)
12382 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012383 hddLog (VOS_TRACE_LEVEL_ERROR, "%s: BSS Type is not set to IBSS",
Jeff Johnson295189b2012-06-20 16:38:30 -070012384 __func__);
12385 return -EINVAL;
12386 }
12387
12388 /* Issue Disconnect request */
12389 INIT_COMPLETION(pAdapter->disconnect_comp_var);
12390 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
12391 eCSR_DISCONNECT_REASON_IBSS_LEAVE);
12392
12393 return 0;
12394}
12395
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053012396static int wlan_hdd_cfg80211_leave_ibss( struct wiphy *wiphy,
12397 struct net_device *dev
12398 )
12399{
12400 int ret = 0;
12401
12402 vos_ssr_protect(__func__);
12403 ret = __wlan_hdd_cfg80211_leave_ibss(wiphy, dev);
12404 vos_ssr_unprotect(__func__);
12405
12406 return ret;
12407}
12408
Jeff Johnson295189b2012-06-20 16:38:30 -070012409/*
Mahesh A Saptasagar179d2252014-06-02 21:32:21 +053012410 * FUNCTION: __wlan_hdd_cfg80211_set_wiphy_params
Jeff Johnson295189b2012-06-20 16:38:30 -070012411 * This function is used to set the phy parameters
12412 * (RTS Threshold/FRAG Threshold/Retry Count etc ...)
12413 */
Mahesh A Saptasagar179d2252014-06-02 21:32:21 +053012414static int __wlan_hdd_cfg80211_set_wiphy_params(struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -070012415 u32 changed)
12416{
12417 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
12418 tHalHandle hHal = pHddCtx->hHal;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012419 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -070012420
12421 ENTER();
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053012422 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
12423 TRACE_CODE_HDD_CFG80211_SET_WIPHY_PARAMS,
12424 NO_SESSION, wiphy->rts_threshold));
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012425 status = wlan_hdd_validate_context(pHddCtx);
12426
12427 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070012428 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012429 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
12430 "%s: HDD context is not valid", __func__);
12431 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070012432 }
12433
Jeff Johnson295189b2012-06-20 16:38:30 -070012434 if (changed & WIPHY_PARAM_RTS_THRESHOLD)
12435 {
12436 u16 rts_threshold = (wiphy->rts_threshold == -1) ?
12437 WNI_CFG_RTS_THRESHOLD_STAMAX :
12438 wiphy->rts_threshold;
12439
12440 if ((WNI_CFG_RTS_THRESHOLD_STAMIN > rts_threshold) ||
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012441 (WNI_CFG_RTS_THRESHOLD_STAMAX < rts_threshold))
Jeff Johnson295189b2012-06-20 16:38:30 -070012442 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012443 hddLog(VOS_TRACE_LEVEL_ERROR,
12444 "%s: Invalid RTS Threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070012445 __func__, rts_threshold);
12446 return -EINVAL;
12447 }
12448
12449 if (0 != ccmCfgSetInt(hHal, WNI_CFG_RTS_THRESHOLD,
12450 rts_threshold, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012451 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -070012452 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012453 hddLog(VOS_TRACE_LEVEL_ERROR,
12454 "%s: ccmCfgSetInt failed for rts_threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070012455 __func__, rts_threshold);
12456 return -EIO;
12457 }
12458
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012459 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set rts threshold %hu", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -070012460 rts_threshold);
12461 }
12462
12463 if (changed & WIPHY_PARAM_FRAG_THRESHOLD)
12464 {
12465 u16 frag_threshold = (wiphy->frag_threshold == -1) ?
12466 WNI_CFG_FRAGMENTATION_THRESHOLD_STAMAX :
12467 wiphy->frag_threshold;
12468
12469 if ((WNI_CFG_FRAGMENTATION_THRESHOLD_STAMIN > frag_threshold)||
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012470 (WNI_CFG_FRAGMENTATION_THRESHOLD_STAMAX < frag_threshold) )
Jeff Johnson295189b2012-06-20 16:38:30 -070012471 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012472 hddLog(VOS_TRACE_LEVEL_ERROR,
12473 "%s: Invalid frag_threshold value %hu", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -070012474 frag_threshold);
12475 return -EINVAL;
12476 }
12477
12478 if (0 != ccmCfgSetInt(hHal, WNI_CFG_FRAGMENTATION_THRESHOLD,
12479 frag_threshold, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012480 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -070012481 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012482 hddLog(VOS_TRACE_LEVEL_ERROR,
12483 "%s: ccmCfgSetInt failed for frag_threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070012484 __func__, frag_threshold);
12485 return -EIO;
12486 }
12487
12488 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set frag threshold %hu", __func__,
12489 frag_threshold);
12490 }
12491
12492 if ((changed & WIPHY_PARAM_RETRY_SHORT)
12493 || (changed & WIPHY_PARAM_RETRY_LONG))
12494 {
12495 u8 retry_value = (changed & WIPHY_PARAM_RETRY_SHORT) ?
12496 wiphy->retry_short :
12497 wiphy->retry_long;
12498
12499 if ((WNI_CFG_LONG_RETRY_LIMIT_STAMIN > retry_value) ||
12500 (WNI_CFG_LONG_RETRY_LIMIT_STAMAX < retry_value))
12501 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012502 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070012503 __func__, retry_value);
12504 return -EINVAL;
12505 }
12506
12507 if (changed & WIPHY_PARAM_RETRY_SHORT)
12508 {
12509 if (0 != ccmCfgSetInt(hHal, WNI_CFG_LONG_RETRY_LIMIT,
12510 retry_value, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012511 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -070012512 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012513 hddLog(VOS_TRACE_LEVEL_ERROR,
12514 "%s: ccmCfgSetInt failed for long retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070012515 __func__, retry_value);
12516 return -EIO;
12517 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012518 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set long retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070012519 __func__, retry_value);
12520 }
12521 else if (changed & WIPHY_PARAM_RETRY_SHORT)
12522 {
12523 if (0 != ccmCfgSetInt(hHal, WNI_CFG_SHORT_RETRY_LIMIT,
12524 retry_value, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012525 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -070012526 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012527 hddLog(VOS_TRACE_LEVEL_ERROR,
12528 "%s: ccmCfgSetInt failed for short retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070012529 __func__, retry_value);
12530 return -EIO;
12531 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012532 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set short retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -070012533 __func__, retry_value);
12534 }
12535 }
12536
12537 return 0;
12538}
12539
Mahesh A Saptasagar179d2252014-06-02 21:32:21 +053012540static int wlan_hdd_cfg80211_set_wiphy_params(struct wiphy *wiphy,
12541 u32 changed)
12542{
12543 int ret;
12544
12545 vos_ssr_protect(__func__);
12546 ret = __wlan_hdd_cfg80211_set_wiphy_params(wiphy, changed);
12547 vos_ssr_unprotect(__func__);
12548
12549 return ret;
12550}
12551
Jeff Johnson295189b2012-06-20 16:38:30 -070012552/*
Mahesh A Saptasagar179d2252014-06-02 21:32:21 +053012553 * FUNCTION: __wlan_hdd_cfg80211_set_txpower
Jeff Johnson295189b2012-06-20 16:38:30 -070012554 * This function is used to set the txpower
12555 */
Mahesh A Saptasagar179d2252014-06-02 21:32:21 +053012556static int __wlan_hdd_cfg80211_set_txpower(struct wiphy *wiphy,
Yue Maf49ba872013-08-19 12:04:25 -070012557#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
12558 struct wireless_dev *wdev,
12559#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070012560#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,35)
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012561 enum tx_power_setting type,
Jeff Johnson295189b2012-06-20 16:38:30 -070012562#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012563 enum nl80211_tx_power_setting type,
Jeff Johnson295189b2012-06-20 16:38:30 -070012564#endif
12565 int dbm)
12566{
12567 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012568 tHalHandle hHal = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -070012569 tSirMacAddr bssid = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
12570 tSirMacAddr selfMac = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012571 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -070012572
12573 ENTER();
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053012574 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
12575 TRACE_CODE_HDD_CFG80211_SET_TXPOWER,
12576 NO_SESSION, type ));
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012577 status = wlan_hdd_validate_context(pHddCtx);
12578
12579 if (0 != status)
12580 {
12581 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
12582 "%s: HDD context is not valid", __func__);
12583 return status;
12584 }
12585
12586 hHal = pHddCtx->hHal;
12587
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012588 if (0 != ccmCfgSetInt(hHal, WNI_CFG_CURRENT_TX_POWER_LEVEL,
12589 dbm, ccmCfgSetCallback,
12590 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -070012591 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012592 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -070012593 "%s: ccmCfgSetInt failed for tx power %hu", __func__, dbm);
12594 return -EIO;
12595 }
12596
12597 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set tx power level %d dbm", __func__,
12598 dbm);
12599
12600 switch(type)
12601 {
12602 case NL80211_TX_POWER_AUTOMATIC: /*automatically determine transmit power*/
12603 /* Fall through */
12604 case NL80211_TX_POWER_LIMITED: /*limit TX power by the mBm parameter*/
12605 if( sme_SetMaxTxPower(hHal, bssid, selfMac, dbm) != eHAL_STATUS_SUCCESS )
12606 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012607 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Setting maximum tx power failed",
12608 __func__);
12609 return -EIO;
Jeff Johnson295189b2012-06-20 16:38:30 -070012610 }
12611 break;
12612 case NL80211_TX_POWER_FIXED: /*fix TX power to the mBm parameter*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012613 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: NL80211_TX_POWER_FIXED not supported",
Jeff Johnson295189b2012-06-20 16:38:30 -070012614 __func__);
12615 return -EOPNOTSUPP;
12616 break;
12617 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +053012618 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid power setting type %d",
12619 __func__, type);
Jeff Johnson295189b2012-06-20 16:38:30 -070012620 return -EIO;
12621 }
12622
12623 return 0;
12624}
12625
Mahesh A Saptasagar179d2252014-06-02 21:32:21 +053012626static int wlan_hdd_cfg80211_set_txpower(struct wiphy *wiphy,
12627#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
12628 struct wireless_dev *wdev,
12629#endif
12630#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,35)
12631 enum tx_power_setting type,
12632#else
12633 enum nl80211_tx_power_setting type,
12634#endif
12635 int dbm)
12636{
12637 int ret;
12638 vos_ssr_protect(__func__);
12639 ret = __wlan_hdd_cfg80211_set_txpower(wiphy,
12640#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
12641 wdev,
12642#endif
12643#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,35)
12644 type,
12645#else
12646 type,
12647#endif
12648 dbm);
12649 vos_ssr_unprotect(__func__);
12650
12651 return ret;
12652}
12653
Jeff Johnson295189b2012-06-20 16:38:30 -070012654/*
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053012655 * FUNCTION: __wlan_hdd_cfg80211_get_txpower
Jeff Johnson295189b2012-06-20 16:38:30 -070012656 * This function is used to read the txpower
12657 */
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053012658static int __wlan_hdd_cfg80211_get_txpower(struct wiphy *wiphy,
Yue Maf49ba872013-08-19 12:04:25 -070012659#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
12660 struct wireless_dev *wdev,
12661#endif
12662 int *dbm)
Jeff Johnson295189b2012-06-20 16:38:30 -070012663{
12664
12665 hdd_adapter_t *pAdapter;
12666 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012667 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -070012668
Jeff Johnsone7245742012-09-05 17:12:55 -070012669 ENTER();
12670
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012671 status = wlan_hdd_validate_context(pHddCtx);
Jeff Johnson295189b2012-06-20 16:38:30 -070012672
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012673 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070012674 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012675 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
12676 "%s: HDD context is not valid", __func__);
12677 *dbm = 0;
12678 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070012679 }
12680
Jeff Johnson295189b2012-06-20 16:38:30 -070012681 pAdapter = hdd_get_adapter(pHddCtx, WLAN_HDD_INFRA_STATION);
12682 if (NULL == pAdapter)
12683 {
12684 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Not in station context " ,__func__);
12685 return -ENOENT;
12686 }
12687
12688 wlan_hdd_get_classAstats(pAdapter);
12689 *dbm = pAdapter->hdd_stats.ClassA_stat.max_pwr;
12690
Jeff Johnsone7245742012-09-05 17:12:55 -070012691 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -070012692 return 0;
12693}
12694
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053012695static int wlan_hdd_cfg80211_get_txpower(struct wiphy *wiphy,
12696#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
12697 struct wireless_dev *wdev,
12698#endif
12699 int *dbm)
12700{
12701 int ret;
12702
12703 vos_ssr_protect(__func__);
12704 ret = __wlan_hdd_cfg80211_get_txpower(wiphy,
12705#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
12706 wdev,
12707#endif
12708 dbm);
12709 vos_ssr_unprotect(__func__);
12710
12711 return ret;
12712}
12713
12714
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053012715static int __wlan_hdd_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
Jeff Johnson295189b2012-06-20 16:38:30 -070012716 u8* mac, struct station_info *sinfo)
12717{
12718 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
12719 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
12720 int ssidlen = pHddStaCtx->conn_info.SSID.SSID.length;
c_hpothu44ff4e02014-05-08 00:13:57 +053012721 tANI_U32 rate_flags;
Jeff Johnson295189b2012-06-20 16:38:30 -070012722
12723 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
12724 hdd_config_t *pCfg = pHddCtx->cfg_ini;
Jeff Johnson295189b2012-06-20 16:38:30 -070012725
12726 tANI_U8 OperationalRates[CSR_DOT11_SUPPORTED_RATES_MAX];
12727 tANI_U32 ORLeng = CSR_DOT11_SUPPORTED_RATES_MAX;
12728 tANI_U8 ExtendedRates[CSR_DOT11_EXTENDED_SUPPORTED_RATES_MAX];
12729 tANI_U32 ERLeng = CSR_DOT11_EXTENDED_SUPPORTED_RATES_MAX;
12730 tANI_U8 MCSRates[SIZE_OF_BASIC_MCS_SET];
12731 tANI_U32 MCSLeng = SIZE_OF_BASIC_MCS_SET;
12732 tANI_U16 maxRate = 0;
12733 tANI_U16 myRate;
12734 tANI_U16 currentRate = 0;
12735 tANI_U8 maxSpeedMCS = 0;
12736 tANI_U8 maxMCSIdx = 0;
12737 tANI_U8 rateFlag = 1;
c_hpothu79aab322014-07-14 21:11:01 +053012738 tANI_U8 i, j, rssidx, mode=0;
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -070012739 tANI_U16 temp;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012740 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -070012741
Leo Chang6f8870f2013-03-26 18:11:36 -070012742#ifdef WLAN_FEATURE_11AC
12743 tANI_U32 vht_mcs_map;
12744 eDataRate11ACMaxMcs vhtMaxMcs;
12745#endif /* WLAN_FEATURE_11AC */
12746
Jeff Johnsone7245742012-09-05 17:12:55 -070012747 ENTER();
12748
Jeff Johnson295189b2012-06-20 16:38:30 -070012749 if ((eConnectionState_Associated != pHddStaCtx->conn_info.connState) ||
12750 (0 == ssidlen))
12751 {
12752 hddLog(VOS_TRACE_LEVEL_INFO, "%s: Not associated or"
12753 " Invalid ssidlen, %d", __func__, ssidlen);
12754 /*To keep GUI happy*/
12755 return 0;
12756 }
12757
Mukul Sharma811205f2014-07-09 21:07:30 +053012758 if (VOS_TRUE == pHddStaCtx->hdd_ReassocScenario)
12759 {
12760 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
12761 "%s: Roaming in progress, so unable to proceed this request", __func__);
12762 return 0;
12763 }
12764
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012765 status = wlan_hdd_validate_context(pHddCtx);
12766
12767 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070012768 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053012769 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
12770 "%s: HDD context is not valid", __func__);
12771 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070012772 }
12773
Jeff Johnson295189b2012-06-20 16:38:30 -070012774
Kiet Lam3b17fc82013-09-27 05:24:08 +053012775 wlan_hdd_get_rssi(pAdapter, &sinfo->signal);
12776 sinfo->filled |= STATION_INFO_SIGNAL;
12777
c_hpothu09f19542014-05-30 21:53:31 +053012778 wlan_hdd_get_station_stats(pAdapter);
12779 rate_flags = pAdapter->hdd_stats.ClassA_stat.tx_rate_flags;
12780
12781 /*overwrite rate_flags if MAX link-speed need to be reported*/
c_hpothu44ff4e02014-05-08 00:13:57 +053012782 if ((eHDD_LINK_SPEED_REPORT_MAX == pCfg->reportMaxLinkSpeed) ||
12783 (eHDD_LINK_SPEED_REPORT_MAX_SCALED == pCfg->reportMaxLinkSpeed &&
c_hpothu79aab322014-07-14 21:11:01 +053012784 sinfo->signal >= pCfg->linkSpeedRssiLow))
c_hpothu44ff4e02014-05-08 00:13:57 +053012785 {
12786 rate_flags = pAdapter->maxRateFlags;
12787 }
c_hpothu44ff4e02014-05-08 00:13:57 +053012788
Jeff Johnson295189b2012-06-20 16:38:30 -070012789 //convert to the UI units of 100kbps
12790 myRate = pAdapter->hdd_stats.ClassA_stat.tx_rate * 5;
12791
12792#ifdef LINKSPEED_DEBUG_ENABLED
Leo Chang6f8870f2013-03-26 18:11:36 -070012793 pr_info("RSSI %d, RLMS %u, rate %d, rssi high %d, rssi mid %d, rssi low %d, rate_flags 0x%x, MCS %d\n",
Jeff Johnson295189b2012-06-20 16:38:30 -070012794 sinfo->signal,
12795 pCfg->reportMaxLinkSpeed,
12796 myRate,
12797 (int) pCfg->linkSpeedRssiHigh,
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -070012798 (int) pCfg->linkSpeedRssiMid,
12799 (int) pCfg->linkSpeedRssiLow,
Leo Chang6f8870f2013-03-26 18:11:36 -070012800 (int) rate_flags,
12801 (int) pAdapter->hdd_stats.ClassA_stat.mcs_index);
Jeff Johnson295189b2012-06-20 16:38:30 -070012802#endif //LINKSPEED_DEBUG_ENABLED
12803
12804 if (eHDD_LINK_SPEED_REPORT_ACTUAL != pCfg->reportMaxLinkSpeed)
12805 {
12806 // we do not want to necessarily report the current speed
12807 if (eHDD_LINK_SPEED_REPORT_MAX == pCfg->reportMaxLinkSpeed)
12808 {
12809 // report the max possible speed
12810 rssidx = 0;
12811 }
12812 else if (eHDD_LINK_SPEED_REPORT_MAX_SCALED == pCfg->reportMaxLinkSpeed)
12813 {
12814 // report the max possible speed with RSSI scaling
12815 if (sinfo->signal >= pCfg->linkSpeedRssiHigh)
12816 {
12817 // report the max possible speed
12818 rssidx = 0;
12819 }
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -070012820 else if (sinfo->signal >= pCfg->linkSpeedRssiMid)
Jeff Johnson295189b2012-06-20 16:38:30 -070012821 {
12822 // report middle speed
12823 rssidx = 1;
12824 }
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -070012825 else if (sinfo->signal >= pCfg->linkSpeedRssiLow)
12826 {
12827 // report middle speed
12828 rssidx = 2;
12829 }
Jeff Johnson295189b2012-06-20 16:38:30 -070012830 else
12831 {
12832 // report actual speed
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -070012833 rssidx = 3;
Jeff Johnson295189b2012-06-20 16:38:30 -070012834 }
12835 }
12836 else
12837 {
12838 // unknown, treat as eHDD_LINK_SPEED_REPORT_MAX
12839 hddLog(VOS_TRACE_LEVEL_ERROR,
12840 "%s: Invalid value for reportMaxLinkSpeed: %u",
12841 __func__, pCfg->reportMaxLinkSpeed);
12842 rssidx = 0;
12843 }
12844
12845 maxRate = 0;
12846
12847 /* Get Basic Rate Set */
Gopichand Nakkala05ab1322013-02-15 11:28:38 +053012848 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_OPERATIONAL_RATE_SET,
12849 OperationalRates, &ORLeng))
12850 {
12851 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
12852 /*To keep GUI happy*/
12853 return 0;
12854 }
12855
Jeff Johnson295189b2012-06-20 16:38:30 -070012856 for (i = 0; i < ORLeng; i++)
12857 {
Jeff Johnsone7245742012-09-05 17:12:55 -070012858 for (j = 0; j < (sizeof(supported_data_rate) / sizeof(supported_data_rate[0])); j ++)
Jeff Johnson295189b2012-06-20 16:38:30 -070012859 {
12860 /* Validate Rate Set */
12861 if (supported_data_rate[j].beacon_rate_index == (OperationalRates[i] & 0x7F))
12862 {
12863 currentRate = supported_data_rate[j].supported_rate[rssidx];
12864 break;
12865 }
12866 }
12867 /* Update MAX rate */
12868 maxRate = (currentRate > maxRate)?currentRate:maxRate;
12869 }
12870
12871 /* Get Extended Rate Set */
Gopichand Nakkala05ab1322013-02-15 11:28:38 +053012872 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_EXTENDED_OPERATIONAL_RATE_SET,
12873 ExtendedRates, &ERLeng))
12874 {
12875 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
12876 /*To keep GUI happy*/
12877 return 0;
12878 }
12879
Jeff Johnson295189b2012-06-20 16:38:30 -070012880 for (i = 0; i < ERLeng; i++)
12881 {
Jeff Johnsone7245742012-09-05 17:12:55 -070012882 for (j = 0; j < (sizeof(supported_data_rate) / sizeof(supported_data_rate[0])); j ++)
Jeff Johnson295189b2012-06-20 16:38:30 -070012883 {
12884 if (supported_data_rate[j].beacon_rate_index == (ExtendedRates[i] & 0x7F))
12885 {
12886 currentRate = supported_data_rate[j].supported_rate[rssidx];
12887 break;
12888 }
12889 }
12890 /* Update MAX rate */
12891 maxRate = (currentRate > maxRate)?currentRate:maxRate;
12892 }
c_hpothu79aab322014-07-14 21:11:01 +053012893
Kiet Lamb69f8dc2013-11-15 15:34:27 +053012894 /* Get MCS Rate Set --
Kaushik, Sushantdc304d82014-01-22 10:58:37 +053012895 Only if we are always reporting max speed (or)
Kiet Lamb69f8dc2013-11-15 15:34:27 +053012896 if we have good rssi */
c_hpothu79aab322014-07-14 21:11:01 +053012897 if ((3 != rssidx) && !(rate_flags & eHAL_TX_RATE_LEGACY))
Jeff Johnson295189b2012-06-20 16:38:30 -070012898 {
c_hpothu79aab322014-07-14 21:11:01 +053012899 if (rate_flags & eHAL_TX_RATE_VHT80)
12900 mode = 2;
12901 else if (rate_flags & (eHAL_TX_RATE_VHT40 | eHAL_TX_RATE_HT40))
12902 mode = 1;
12903 else
12904 mode = 0;
12905
Gopichand Nakkala05ab1322013-02-15 11:28:38 +053012906 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_CURRENT_MCS_SET,
12907 MCSRates, &MCSLeng))
12908 {
12909 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
12910 /*To keep GUI happy*/
12911 return 0;
12912 }
Jeff Johnson295189b2012-06-20 16:38:30 -070012913 rateFlag = 0;
Leo Chang6f8870f2013-03-26 18:11:36 -070012914#ifdef WLAN_FEATURE_11AC
12915 /* VHT80 rate has seperate rate table */
Gopichand Nakkala4c705372013-04-24 13:20:33 +053012916 if (rate_flags & (eHAL_TX_RATE_VHT20|eHAL_TX_RATE_VHT40|eHAL_TX_RATE_VHT80))
Jeff Johnson295189b2012-06-20 16:38:30 -070012917 {
Leo Chang6f8870f2013-03-26 18:11:36 -070012918 ccmCfgGetInt(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_VHT_TX_MCS_MAP, &vht_mcs_map);
Gopichand Nakkala4c705372013-04-24 13:20:33 +053012919 vhtMaxMcs = (eDataRate11ACMaxMcs)(vht_mcs_map & DATA_RATE_11AC_MCS_MASK );
Leo Chang6f8870f2013-03-26 18:11:36 -070012920 if (rate_flags & eHAL_TX_RATE_SGI)
Jeff Johnson295189b2012-06-20 16:38:30 -070012921 {
Leo Chang6f8870f2013-03-26 18:11:36 -070012922 rateFlag |= 1;
Jeff Johnson295189b2012-06-20 16:38:30 -070012923 }
Leo Chang6f8870f2013-03-26 18:11:36 -070012924 if (DATA_RATE_11AC_MAX_MCS_7 == vhtMaxMcs)
Jeff Johnson295189b2012-06-20 16:38:30 -070012925 {
Leo Chang6f8870f2013-03-26 18:11:36 -070012926 maxMCSIdx = 7;
12927 }
12928 else if (DATA_RATE_11AC_MAX_MCS_8 == vhtMaxMcs)
12929 {
12930 maxMCSIdx = 8;
12931 }
12932 else if (DATA_RATE_11AC_MAX_MCS_9 == vhtMaxMcs)
12933 {
Gopichand Nakkala4c705372013-04-24 13:20:33 +053012934 //VHT20 is supporting 0~8
12935 if (rate_flags & eHAL_TX_RATE_VHT20)
12936 maxMCSIdx = 8;
12937 else
12938 maxMCSIdx = 9;
Leo Chang6f8870f2013-03-26 18:11:36 -070012939 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +053012940
c_hpothu79aab322014-07-14 21:11:01 +053012941 if (0 != rssidx)/*check for scaled */
12942 {
12943 //get middle rate MCS index if rssi=1/2
12944 for (i=0; i <= maxMCSIdx; i++)
12945 {
12946 if (sinfo->signal <= rssiMcsTbl[mode][i])
12947 {
12948 maxMCSIdx = i;
12949 break;
12950 }
12951 }
12952 }
12953
Gopichand Nakkala4c705372013-04-24 13:20:33 +053012954 if (rate_flags & eHAL_TX_RATE_VHT80)
12955 {
12956 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT80_rate[rateFlag];
12957 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT80_rate[rateFlag];
12958 }
12959 else if (rate_flags & eHAL_TX_RATE_VHT40)
12960 {
12961 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT40_rate[rateFlag];
12962 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT40_rate[rateFlag];
12963 }
12964 else if (rate_flags & eHAL_TX_RATE_VHT20)
12965 {
12966 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT20_rate[rateFlag];
12967 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT20_rate[rateFlag];
12968 }
12969
Leo Chang6f8870f2013-03-26 18:11:36 -070012970 maxSpeedMCS = 1;
12971 if (currentRate > maxRate)
12972 {
12973 maxRate = currentRate;
12974 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +053012975
Leo Chang6f8870f2013-03-26 18:11:36 -070012976 }
12977 else
12978#endif /* WLAN_FEATURE_11AC */
12979 {
12980 if (rate_flags & eHAL_TX_RATE_HT40)
12981 {
12982 rateFlag |= 1;
12983 }
12984 if (rate_flags & eHAL_TX_RATE_SGI)
12985 {
12986 rateFlag |= 2;
12987 }
12988
Girish Gowli01abcee2014-07-31 20:18:55 +053012989 temp = sizeof(supported_mcs_rate) / sizeof(supported_mcs_rate[0]);
c_hpothu79aab322014-07-14 21:11:01 +053012990 if (rssidx == 1 || rssidx == 2)
12991 {
12992 //get middle rate MCS index if rssi=1/2
12993 for (i=0; i <= 7; i++)
12994 {
12995 if (sinfo->signal <= rssiMcsTbl[mode][i])
12996 {
12997 temp = i+1;
12998 break;
12999 }
13000 }
13001 }
c_hpothu79aab322014-07-14 21:11:01 +053013002
13003 for (i = 0; i < MCSLeng; i++)
13004 {
Leo Chang6f8870f2013-03-26 18:11:36 -070013005 for (j = 0; j < temp; j++)
13006 {
13007 if (supported_mcs_rate[j].beacon_rate_index == MCSRates[i])
13008 {
13009 currentRate = supported_mcs_rate[j].supported_rate[rateFlag];
13010 break;
13011 }
13012 }
13013 if ((j < temp) && (currentRate > maxRate))
13014 {
13015 maxRate = currentRate;
13016 maxSpeedMCS = 1;
13017 maxMCSIdx = supported_mcs_rate[j].beacon_rate_index;
13018 }
Jeff Johnson295189b2012-06-20 16:38:30 -070013019 }
13020 }
13021 }
13022
Gopichand Nakkala4c705372013-04-24 13:20:33 +053013023 else if (!(rate_flags & eHAL_TX_RATE_LEGACY))
13024 {
13025 maxRate = myRate;
13026 maxSpeedMCS = 1;
13027 maxMCSIdx = pAdapter->hdd_stats.ClassA_stat.mcs_index;
13028 }
Jeff Johnson295189b2012-06-20 16:38:30 -070013029 // make sure we report a value at least as big as our current rate
c_hpothu79aab322014-07-14 21:11:01 +053013030 if ((maxRate < myRate) || (0 == maxRate))
Jeff Johnson295189b2012-06-20 16:38:30 -070013031 {
13032 maxRate = myRate;
13033 if (rate_flags & eHAL_TX_RATE_LEGACY)
13034 {
13035 maxSpeedMCS = 0;
13036 }
13037 else
13038 {
13039 maxSpeedMCS = 1;
13040 maxMCSIdx = pAdapter->hdd_stats.ClassA_stat.mcs_index;
13041 }
13042 }
13043
Gopichand Nakkala4c705372013-04-24 13:20:33 +053013044 if (rate_flags & eHAL_TX_RATE_LEGACY)
Jeff Johnson295189b2012-06-20 16:38:30 -070013045 {
13046 sinfo->txrate.legacy = maxRate;
13047#ifdef LINKSPEED_DEBUG_ENABLED
13048 pr_info("Reporting legacy rate %d\n", sinfo->txrate.legacy);
13049#endif //LINKSPEED_DEBUG_ENABLED
13050 }
13051 else
13052 {
13053 sinfo->txrate.mcs = maxMCSIdx;
Leo Chang6f8870f2013-03-26 18:11:36 -070013054#ifdef WLAN_FEATURE_11AC
13055 sinfo->txrate.nss = 1;
13056 if (rate_flags & eHAL_TX_RATE_VHT80)
13057 {
13058 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
Gopichand Nakkala4c705372013-04-24 13:20:33 +053013059 sinfo->txrate.flags |= RATE_INFO_FLAGS_80_MHZ_WIDTH;
Leo Chang6f8870f2013-03-26 18:11:36 -070013060 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +053013061 else if (rate_flags & eHAL_TX_RATE_VHT40)
Leo Chang6f8870f2013-03-26 18:11:36 -070013062 {
Gopichand Nakkala4c705372013-04-24 13:20:33 +053013063 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
13064 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
13065 }
13066 else if (rate_flags & eHAL_TX_RATE_VHT20)
13067 {
13068 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
13069 }
13070#endif /* WLAN_FEATURE_11AC */
13071 if (rate_flags & (eHAL_TX_RATE_HT20 | eHAL_TX_RATE_HT40))
13072 {
13073 sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS;
13074 if (rate_flags & eHAL_TX_RATE_HT40)
13075 {
13076 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
13077 }
Leo Chang6f8870f2013-03-26 18:11:36 -070013078 }
Jeff Johnson295189b2012-06-20 16:38:30 -070013079 if (rate_flags & eHAL_TX_RATE_SGI)
13080 {
13081 sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
13082 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +053013083
Jeff Johnson295189b2012-06-20 16:38:30 -070013084#ifdef LINKSPEED_DEBUG_ENABLED
13085 pr_info("Reporting MCS rate %d flags %x\n",
13086 sinfo->txrate.mcs,
13087 sinfo->txrate.flags );
13088#endif //LINKSPEED_DEBUG_ENABLED
13089 }
13090 }
13091 else
13092 {
13093 // report current rate instead of max rate
13094
13095 if (rate_flags & eHAL_TX_RATE_LEGACY)
13096 {
13097 //provide to the UI in units of 100kbps
13098 sinfo->txrate.legacy = myRate;
13099#ifdef LINKSPEED_DEBUG_ENABLED
13100 pr_info("Reporting actual legacy rate %d\n", sinfo->txrate.legacy);
13101#endif //LINKSPEED_DEBUG_ENABLED
13102 }
13103 else
13104 {
13105 //must be MCS
13106 sinfo->txrate.mcs = pAdapter->hdd_stats.ClassA_stat.mcs_index;
Leo Chang6f8870f2013-03-26 18:11:36 -070013107#ifdef WLAN_FEATURE_11AC
13108 sinfo->txrate.nss = 1;
13109 if (rate_flags & eHAL_TX_RATE_VHT80)
13110 {
13111 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
13112 }
13113 else
13114#endif /* WLAN_FEATURE_11AC */
13115 {
13116 sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS;
13117 }
Jeff Johnson295189b2012-06-20 16:38:30 -070013118 if (rate_flags & eHAL_TX_RATE_SGI)
13119 {
13120 sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
13121 }
13122 if (rate_flags & eHAL_TX_RATE_HT40)
13123 {
13124 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
13125 }
Leo Chang6f8870f2013-03-26 18:11:36 -070013126#ifdef WLAN_FEATURE_11AC
13127 else if (rate_flags & eHAL_TX_RATE_VHT80)
13128 {
13129 sinfo->txrate.flags |= RATE_INFO_FLAGS_80_MHZ_WIDTH;
13130 }
13131#endif /* WLAN_FEATURE_11AC */
Jeff Johnson295189b2012-06-20 16:38:30 -070013132#ifdef LINKSPEED_DEBUG_ENABLED
13133 pr_info("Reporting actual MCS rate %d flags %x\n",
13134 sinfo->txrate.mcs,
13135 sinfo->txrate.flags );
13136#endif //LINKSPEED_DEBUG_ENABLED
13137 }
13138 }
13139 sinfo->filled |= STATION_INFO_TX_BITRATE;
13140
Madan Mohan Koyyalamudi4d4d2812012-09-24 14:08:29 -070013141 sinfo->tx_packets =
13142 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[0] +
13143 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[1] +
13144 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[2] +
13145 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[3];
13146
13147 sinfo->tx_retries =
13148 pAdapter->hdd_stats.summary_stat.retry_cnt[0] +
13149 pAdapter->hdd_stats.summary_stat.retry_cnt[1] +
13150 pAdapter->hdd_stats.summary_stat.retry_cnt[2] +
13151 pAdapter->hdd_stats.summary_stat.retry_cnt[3];
13152
13153 sinfo->tx_failed =
13154 pAdapter->hdd_stats.summary_stat.fail_cnt[0] +
13155 pAdapter->hdd_stats.summary_stat.fail_cnt[1] +
13156 pAdapter->hdd_stats.summary_stat.fail_cnt[2] +
13157 pAdapter->hdd_stats.summary_stat.fail_cnt[3];
13158
13159 sinfo->filled |=
13160 STATION_INFO_TX_PACKETS |
13161 STATION_INFO_TX_RETRIES |
13162 STATION_INFO_TX_FAILED;
13163
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053013164 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
13165 TRACE_CODE_HDD_CFG80211_GET_STA,
13166 pAdapter->sessionId, maxRate));
Madan Mohan Koyyalamudi4d4d2812012-09-24 14:08:29 -070013167 EXIT();
13168 return 0;
Jeff Johnson295189b2012-06-20 16:38:30 -070013169}
13170
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013171static int wlan_hdd_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
13172 u8* mac, struct station_info *sinfo)
13173{
13174 int ret;
13175
13176 vos_ssr_protect(__func__);
13177 ret = __wlan_hdd_cfg80211_get_station(wiphy, dev, mac, sinfo);
13178 vos_ssr_unprotect(__func__);
13179
13180 return ret;
13181}
13182
13183static int __wlan_hdd_cfg80211_set_power_mgmt(struct wiphy *wiphy,
Sameer Thalappilc9f26e92013-06-07 10:11:06 -070013184 struct net_device *dev, bool mode, int timeout)
Jeff Johnson295189b2012-06-20 16:38:30 -070013185{
13186 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkala20c4c042013-04-19 22:08:55 +053013187 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -070013188 VOS_STATUS vos_status;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013189 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -070013190
Jeff Johnsone7245742012-09-05 17:12:55 -070013191 ENTER();
13192
Jeff Johnson295189b2012-06-20 16:38:30 -070013193 if (NULL == pAdapter)
13194 {
Arif Hussain6d2a3322013-11-17 19:50:10 -080013195 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Adapter is NULL", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070013196 return -ENODEV;
13197 }
13198
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053013199 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
13200 TRACE_CODE_HDD_CFG80211_SET_POWER_MGMT,
13201 pAdapter->sessionId, timeout));
13202
Gopichand Nakkala20c4c042013-04-19 22:08:55 +053013203 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013204 status = wlan_hdd_validate_context(pHddCtx);
Gopichand Nakkala20c4c042013-04-19 22:08:55 +053013205
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013206 if (0 != status)
Gopichand Nakkala747461f2013-04-24 19:24:45 +053013207 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013208 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13209 "%s: HDD context is not valid", __func__);
13210 return status;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053013211 }
13212
Gopichand Nakkala20c4c042013-04-19 22:08:55 +053013213 if ((DRIVER_POWER_MODE_AUTO == !mode) &&
13214 (TRUE == pHddCtx->hdd_wlan_suspended) &&
13215 (pHddCtx->cfg_ini->fhostArpOffload) &&
13216 (eConnectionState_Associated ==
13217 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.connState))
13218 {
Amar Singhald53568e2013-09-26 11:03:45 -070013219
13220 hddLog(VOS_TRACE_LEVEL_INFO,
13221 "offload: in cfg80211_set_power_mgmt, calling arp offload");
Gopichand Nakkalab03e8082013-05-30 18:09:25 +053013222 vos_status = hdd_conf_arp_offload(pAdapter, TRUE);
Gopichand Nakkala20c4c042013-04-19 22:08:55 +053013223 if (!VOS_IS_STATUS_SUCCESS(vos_status))
13224 {
13225 hddLog(VOS_TRACE_LEVEL_INFO,
Arif Hussain6d2a3322013-11-17 19:50:10 -080013226 "%s:Failed to enable ARPOFFLOAD Feature %d",
Gopichand Nakkala20c4c042013-04-19 22:08:55 +053013227 __func__, vos_status);
13228 }
13229 }
13230
Jeff Johnson295189b2012-06-20 16:38:30 -070013231 /**The get power cmd from the supplicant gets updated by the nl only
13232 *on successful execution of the function call
13233 *we are oppositely mapped w.r.t mode in the driver
13234 **/
13235 vos_status = wlan_hdd_enter_bmps(pAdapter, !mode);
13236
Jeff Johnsone7245742012-09-05 17:12:55 -070013237 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -070013238 if (VOS_STATUS_E_FAILURE == vos_status)
13239 {
c_hpothu6ff1c3c2013-10-01 19:01:57 +053013240 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13241 "%s: failed to enter bmps mode", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070013242 return -EINVAL;
13243 }
13244 return 0;
13245}
13246
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013247static int wlan_hdd_cfg80211_set_power_mgmt(struct wiphy *wiphy,
13248 struct net_device *dev, bool mode, int timeout)
13249{
13250 int ret;
Jeff Johnson295189b2012-06-20 16:38:30 -070013251
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013252 vos_ssr_protect(__func__);
13253 ret = __wlan_hdd_cfg80211_set_power_mgmt(wiphy, dev, mode, timeout);
13254 vos_ssr_unprotect(__func__);
13255
13256 return ret;
13257}
Jeff Johnson295189b2012-06-20 16:38:30 -070013258#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053013259static int __wlan_hdd_set_default_mgmt_key(struct wiphy *wiphy,
13260 struct net_device *netdev,
13261 u8 key_index)
13262{
13263 ENTER();
13264 return 0;
13265}
13266
Jeff Johnson295189b2012-06-20 16:38:30 -070013267static int wlan_hdd_set_default_mgmt_key(struct wiphy *wiphy,
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053013268 struct net_device *netdev,
13269 u8 key_index)
13270{
13271 int ret;
13272 vos_ssr_protect(__func__);
13273 ret = __wlan_hdd_set_default_mgmt_key(wiphy, netdev, key_index);
13274 vos_ssr_unprotect(__func__);
13275 return ret;
13276}
13277#endif //LINUX_VERSION_CODE
13278
13279#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
13280static int __wlan_hdd_set_txq_params(struct wiphy *wiphy,
13281 struct net_device *dev,
13282 struct ieee80211_txq_params *params)
13283{
13284 ENTER();
13285 return 0;
13286}
13287#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
13288static int __wlan_hdd_set_txq_params(struct wiphy *wiphy,
13289 struct ieee80211_txq_params *params)
Jeff Johnson295189b2012-06-20 16:38:30 -070013290{
Jeff Johnsone7245742012-09-05 17:12:55 -070013291 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -070013292 return 0;
13293}
Gopichand Nakkala747461f2013-04-24 19:24:45 +053013294#endif //LINUX_VERSION_CODE
Jeff Johnson295189b2012-06-20 16:38:30 -070013295
13296#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
13297static int wlan_hdd_set_txq_params(struct wiphy *wiphy,
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053013298 struct net_device *dev,
13299 struct ieee80211_txq_params *params)
Jeff Johnson295189b2012-06-20 16:38:30 -070013300{
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053013301 int ret;
13302
13303 vos_ssr_protect(__func__);
13304 ret = __wlan_hdd_set_txq_params(wiphy, dev, params);
13305 vos_ssr_unprotect(__func__);
13306 return ret;
Jeff Johnson295189b2012-06-20 16:38:30 -070013307}
13308#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
13309static int wlan_hdd_set_txq_params(struct wiphy *wiphy,
13310 struct ieee80211_txq_params *params)
13311{
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053013312 int ret;
13313
13314 vos_ssr_protect(__func__);
13315 ret = __wlan_hdd_set_txq_params(wiphy, params);
13316 vos_ssr_unprotect(__func__);
13317 return ret;
Jeff Johnson295189b2012-06-20 16:38:30 -070013318}
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053013319#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070013320
Naresh Jayaram69e3f282014-10-14 12:29:12 +053013321static int __wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013322 struct net_device *dev,
13323 struct tagCsrDelStaParams *pDelStaParams)
Jeff Johnson295189b2012-06-20 16:38:30 -070013324{
13325 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013326 hdd_context_t *pHddCtx;
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013327 VOS_STATUS vos_status;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013328 int status;
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013329 v_U8_t staId;
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053013330 v_CONTEXT_t pVosContext = NULL;
13331 ptSapContext pSapCtx = NULL;
Jeff Johnsone7245742012-09-05 17:12:55 -070013332 ENTER();
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053013333
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013334 if ( NULL == pAdapter )
Jeff Johnson295189b2012-06-20 16:38:30 -070013335 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013336 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Adapter" ,__func__);
Jeff Johnson295189b2012-06-20 16:38:30 -070013337 return -EINVAL;
13338 }
13339
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053013340 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
13341 TRACE_CODE_HDD_CFG80211_DEL_STA,
13342 pAdapter->sessionId, pAdapter->device_mode));
13343
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013344 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13345 status = wlan_hdd_validate_context(pHddCtx);
Jeff Johnson295189b2012-06-20 16:38:30 -070013346
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013347 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013348 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013349 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13350 "%s: HDD context is not valid", __func__);
13351 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013352 }
13353
Jeff Johnson295189b2012-06-20 16:38:30 -070013354 if ( (WLAN_HDD_SOFTAP == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -070013355 || (WLAN_HDD_P2P_GO == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -070013356 )
13357 {
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053013358 pVosContext = ( WLAN_HDD_GET_CTX(pAdapter))->pvosContext;
13359 pSapCtx = VOS_GET_SAP_CB(pVosContext);
13360 if(pSapCtx == NULL){
13361 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13362 FL("psapCtx is NULL"));
13363 return -ENOENT;
13364 }
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013365 if (vos_is_macaddr_broadcast((v_MACADDR_t *)pDelStaParams->peerMacAddr))
Jeff Johnson295189b2012-06-20 16:38:30 -070013366 {
13367 v_U16_t i;
13368 for(i = 0; i < WLAN_MAX_STA_COUNT; i++)
13369 {
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053013370 if ((pSapCtx->aStaInfo[i].isUsed) &&
13371 (!pSapCtx->aStaInfo[i].isDeauthInProgress))
Jeff Johnson295189b2012-06-20 16:38:30 -070013372 {
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013373 vos_mem_copy(pDelStaParams->peerMacAddr,
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053013374 pSapCtx->aStaInfo[i].macAddrSTA.bytes,
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013375 ETHER_ADDR_LEN);
13376
Jeff Johnson295189b2012-06-20 16:38:30 -070013377 hddLog(VOS_TRACE_LEVEL_INFO,
Arif Hussain24bafea2013-11-15 15:10:03 -080013378 "%s: Delete STA with MAC::"
13379 MAC_ADDRESS_STR,
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013380 __func__,
13381 MAC_ADDR_ARRAY(pDelStaParams->peerMacAddr));
13382 vos_status = hdd_softap_sta_deauth(pAdapter, pDelStaParams);
Rajesh Chauhan18488fc2013-08-22 10:15:03 -070013383 if (VOS_IS_STATUS_SUCCESS(vos_status))
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053013384 pSapCtx->aStaInfo[i].isDeauthInProgress = TRUE;
Jeff Johnson295189b2012-06-20 16:38:30 -070013385 }
13386 }
13387 }
13388 else
13389 {
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013390
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013391 vos_status = hdd_softap_GetStaId(pAdapter,
13392 (v_MACADDR_t *)pDelStaParams->peerMacAddr, &staId);
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013393 if (!VOS_IS_STATUS_SUCCESS(vos_status))
13394 {
13395 hddLog(VOS_TRACE_LEVEL_INFO,
Arif Hussain24bafea2013-11-15 15:10:03 -080013396 "%s: Skip this DEL STA as this is not used::"
13397 MAC_ADDRESS_STR,
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013398 __func__, MAC_ADDR_ARRAY(pDelStaParams->peerMacAddr));
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013399 return -ENOENT;
13400 }
13401
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053013402 if( pSapCtx->aStaInfo[staId].isDeauthInProgress == TRUE)
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013403 {
13404 hddLog(VOS_TRACE_LEVEL_INFO,
Arif Hussain24bafea2013-11-15 15:10:03 -080013405 "%s: Skip this DEL STA as deauth is in progress::"
13406 MAC_ADDRESS_STR,
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013407 __func__, MAC_ADDR_ARRAY(pDelStaParams->peerMacAddr));
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013408 return -ENOENT;
13409 }
13410
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053013411 pSapCtx->aStaInfo[staId].isDeauthInProgress = TRUE;
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013412
Jeff Johnson295189b2012-06-20 16:38:30 -070013413 hddLog(VOS_TRACE_LEVEL_INFO,
13414 "%s: Delete STA with MAC::"
Arif Hussain24bafea2013-11-15 15:10:03 -080013415 MAC_ADDRESS_STR,
Jeff Johnson295189b2012-06-20 16:38:30 -070013416 __func__,
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013417 MAC_ADDR_ARRAY(pDelStaParams->peerMacAddr));
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013418
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013419 vos_status = hdd_softap_sta_deauth(pAdapter, pDelStaParams);
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013420 if (!VOS_IS_STATUS_SUCCESS(vos_status))
13421 {
Sachin Ahujabcb0b7e2014-11-07 13:01:24 +053013422 pSapCtx->aStaInfo[staId].isDeauthInProgress = FALSE;
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013423 hddLog(VOS_TRACE_LEVEL_INFO,
13424 "%s: STA removal failed for ::"
Arif Hussain24bafea2013-11-15 15:10:03 -080013425 MAC_ADDRESS_STR,
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013426 __func__,
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013427 MAC_ADDR_ARRAY(pDelStaParams->peerMacAddr));
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -080013428 return -ENOENT;
13429 }
13430
Jeff Johnson295189b2012-06-20 16:38:30 -070013431 }
13432 }
13433
13434 EXIT();
13435
13436 return 0;
13437}
Naresh Jayaram69e3f282014-10-14 12:29:12 +053013438
13439#ifdef CFG80211_DEL_STA_V2
13440static int wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
13441 struct net_device *dev,
13442 struct station_del_parameters *param)
13443#else
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013444static int wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
13445 struct net_device *dev, u8 *mac)
Naresh Jayaram69e3f282014-10-14 12:29:12 +053013446#endif
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013447{
13448 int ret;
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013449 struct tagCsrDelStaParams delStaParams;
Jeff Johnson295189b2012-06-20 16:38:30 -070013450
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013451 vos_ssr_protect(__func__);
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013452
Naresh Jayaram69e3f282014-10-14 12:29:12 +053013453#ifdef CFG80211_DEL_STA_V2
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013454 if (NULL == param) {
13455 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid argumet passed", __func__);
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053013456 vos_ssr_unprotect(__func__);
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013457 return -EINVAL;
13458 }
13459
13460 WLANSAP_PopulateDelStaParams(param->mac, param->reason_code,
13461 param->subtype, &delStaParams);
13462
Naresh Jayaram69e3f282014-10-14 12:29:12 +053013463#else
Sushant Kaushik4cd28f62014-12-26 14:23:50 +053013464 WLANSAP_PopulateDelStaParams(mac, eSIR_MAC_DEAUTH_LEAVING_BSS_REASON,
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013465 (SIR_MAC_MGMT_DEAUTH >> 4), &delStaParams);
Naresh Jayaram69e3f282014-10-14 12:29:12 +053013466#endif
Hanumantha Reddy Pothulabfd06f72014-10-31 14:03:37 +053013467 ret = __wlan_hdd_cfg80211_del_station(wiphy, dev, &delStaParams);
13468
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013469 vos_ssr_unprotect(__func__);
13470
13471 return ret;
13472}
13473
13474static int __wlan_hdd_cfg80211_add_station(struct wiphy *wiphy,
Hoonki Lee11f7dda2013-02-14 16:55:44 -080013475 struct net_device *dev, u8 *mac, struct station_parameters *params)
13476{
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053013477 hdd_adapter_t *pAdapter;
13478 hdd_context_t *pHddCtx;
Gopichand Nakkalab977a972013-02-18 19:15:09 -080013479 int status = -EPERM;
Hoonki Lee11f7dda2013-02-14 16:55:44 -080013480#ifdef FEATURE_WLAN_TDLS
13481 u32 mask, set;
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053013482
Hoonki Lee11f7dda2013-02-14 16:55:44 -080013483 ENTER();
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053013484 pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
13485 if (NULL == pAdapter)
13486 {
13487 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13488 "%s: Adapter is NULL",__func__);
13489 return -EINVAL;
13490 }
13491 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13492 status = wlan_hdd_validate_context(pHddCtx);
13493 if (0 != status)
13494 {
13495 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13496 "%s: HDD context is not valid",__func__);
13497 return status;
13498 }
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053013499
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053013500 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
13501 TRACE_CODE_HDD_CFG80211_ADD_STA,
13502 pAdapter->sessionId, params->listen_interval));
Mohit Khanna698ba2a2012-12-04 15:08:18 -080013503 mask = params->sta_flags_mask;
13504
13505 set = params->sta_flags_set;
13506
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070013507#ifdef WLAN_FEATURE_TDLS_DEBUG
13508 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13509 "%s: mask 0x%x set 0x%x " MAC_ADDRESS_STR,
13510 __func__, mask, set, MAC_ADDR_ARRAY(mac));
13511#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -080013512
13513 if (mask & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
13514 if (set & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
Gopichand Nakkala681989c2013-03-06 22:27:48 -080013515 status = wlan_hdd_tdls_add_station(wiphy, dev, mac, 0, NULL);
Mohit Khanna698ba2a2012-12-04 15:08:18 -080013516 }
13517 }
13518#endif
Gopichand Nakkalab977a972013-02-18 19:15:09 -080013519 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -070013520}
13521
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013522static int wlan_hdd_cfg80211_add_station(struct wiphy *wiphy,
13523 struct net_device *dev, u8 *mac, struct station_parameters *params)
13524{
13525 int ret;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013526
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013527 vos_ssr_protect(__func__);
13528 ret = __wlan_hdd_cfg80211_add_station(wiphy, dev, mac, params);
13529 vos_ssr_unprotect(__func__);
13530
13531 return ret;
13532}
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013533#ifdef FEATURE_WLAN_LFR
Wilson Yang6507c4e2013-10-01 20:11:19 -070013534
Mahesh A Saptasagarf7418d72014-06-02 14:48:54 +053013535static int __wlan_hdd_cfg80211_set_pmksa(struct wiphy *wiphy, struct net_device *dev,
Jeff Johnsond13512a2012-07-17 11:42:19 -070013536 struct cfg80211_pmksa *pmksa)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013537{
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013538 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
13539 tHalHandle halHandle;
Gopichand Nakkala747461f2013-04-24 19:24:45 +053013540 eHalStatus result;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013541 int status;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013542 hdd_context_t *pHddCtx;
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013543 tPmkidCacheInfo pmk_id;
Jeff Johnsone7245742012-09-05 17:12:55 -070013544
Gopichand Nakkala747461f2013-04-24 19:24:45 +053013545 // Validate pAdapter
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013546 if ( NULL == pAdapter )
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013547 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013548 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Adapter" ,__func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013549 return -EINVAL;
13550 }
13551
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013552 if (!pmksa) {
13553 hddLog(LOGE, FL("pmksa is NULL"));
13554 return -EINVAL;
13555 }
13556
13557 if (!pmksa->bssid || !pmksa->pmkid) {
13558 hddLog(LOGE, FL("pmksa->bssid(%p) or pmksa->pmkid(%p) is NULL"),
13559 pmksa->bssid, pmksa->pmkid);
13560 return -EINVAL;
13561 }
13562
13563 hddLog(VOS_TRACE_LEVEL_DEBUG, "%s: set PMKSA for " MAC_ADDRESS_STR,
13564 __func__, MAC_ADDR_ARRAY(pmksa->bssid));
13565
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013566 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13567 status = wlan_hdd_validate_context(pHddCtx);
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013568
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013569 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013570 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053013571 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13572 "%s: HDD context is not valid", __func__);
13573 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013574 }
13575
Gopichand Nakkala747461f2013-04-24 19:24:45 +053013576 // Retrieve halHandle
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013577 halHandle = WLAN_HDD_GET_HAL_CTX(pAdapter);
13578
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013579 vos_mem_copy(pmk_id.BSSID, pmksa->bssid, ETHER_ADDR_LEN);
13580 vos_mem_copy(pmk_id.PMKID, pmksa->pmkid, CSR_RSN_PMKID_SIZE);
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013581
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013582 /* Add to the PMKSA ID Cache in CSR */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053013583 result = sme_RoamSetPMKIDCache(halHandle,pAdapter->sessionId,
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013584 &pmk_id, 1, FALSE);
13585
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053013586 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
13587 TRACE_CODE_HDD_CFG80211_SET_PMKSA,
13588 pAdapter->sessionId, result));
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013589
13590 return HAL_STATUS_SUCCESS(result) ? 0 : -EINVAL;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013591}
13592
Mahesh A Saptasagarf7418d72014-06-02 14:48:54 +053013593static int wlan_hdd_cfg80211_set_pmksa(struct wiphy *wiphy, struct net_device *dev,
13594 struct cfg80211_pmksa *pmksa)
13595{
13596 int ret;
13597
13598 vos_ssr_protect(__func__);
13599 ret = __wlan_hdd_cfg80211_set_pmksa(wiphy, dev, pmksa);
13600 vos_ssr_unprotect(__func__);
13601
13602 return ret;
13603}
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013604
Wilson Yang6507c4e2013-10-01 20:11:19 -070013605
Mahesh A Saptasagarf7418d72014-06-02 14:48:54 +053013606static int __wlan_hdd_cfg80211_del_pmksa(struct wiphy *wiphy, struct net_device *dev,
Wilson Yang6507c4e2013-10-01 20:11:19 -070013607 struct cfg80211_pmksa *pmksa)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013608{
Wilson Yang6507c4e2013-10-01 20:11:19 -070013609 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
13610 tHalHandle halHandle;
Wilson Yang6507c4e2013-10-01 20:11:19 -070013611 hdd_context_t *pHddCtx;
Wilson Yangef657d32014-01-15 19:19:23 -080013612 int status = 0;
Wilson Yang6507c4e2013-10-01 20:11:19 -070013613
Wilson Yang6507c4e2013-10-01 20:11:19 -070013614 /* Validate pAdapter */
13615 if (NULL == pAdapter)
13616 {
13617 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Adapter" ,__func__);
13618 return -EINVAL;
13619 }
13620
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013621 if (!pmksa) {
13622 hddLog(LOGE, FL("pmksa is NULL"));
13623 return -EINVAL;
13624 }
13625
13626 if (!pmksa->bssid) {
13627 hddLog(LOGE, FL("pmksa->bssid is NULL"));
13628 return -EINVAL;
13629 }
13630
Kiet Lam98c46a12014-10-31 15:34:57 -070013631 hddLog(VOS_TRACE_LEVEL_DEBUG, "%s: deleting PMKSA for " MAC_ADDRESS_STR,
13632 __func__, MAC_ADDR_ARRAY(pmksa->bssid));
13633
Wilson Yang6507c4e2013-10-01 20:11:19 -070013634 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13635 status = wlan_hdd_validate_context(pHddCtx);
13636
13637 if (0 != status)
13638 {
13639 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13640 "%s: HDD context is not valid", __func__);
13641 return status;
13642 }
13643
13644 /*Retrieve halHandle*/
13645 halHandle = WLAN_HDD_GET_HAL_CTX(pAdapter);
13646
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013647 /* Delete the PMKID CSR cache */
13648 if (eHAL_STATUS_SUCCESS !=
13649 sme_RoamDelPMKIDfromCache(halHandle,
13650 pAdapter->sessionId, pmksa->bssid, FALSE)) {
13651 hddLog(LOGE, FL("Failed to delete PMKSA for "MAC_ADDRESS_STR),
13652 MAC_ADDR_ARRAY(pmksa->bssid));
13653 status = -EINVAL;
Wilson Yang6507c4e2013-10-01 20:11:19 -070013654 }
13655
Wilson Yangef657d32014-01-15 19:19:23 -080013656 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013657}
13658
Wilson Yang6507c4e2013-10-01 20:11:19 -070013659
Mahesh A Saptasagarf7418d72014-06-02 14:48:54 +053013660static int wlan_hdd_cfg80211_del_pmksa(struct wiphy *wiphy, struct net_device *dev,
13661 struct cfg80211_pmksa *pmksa)
13662{
13663 int ret;
Wilson Yang6507c4e2013-10-01 20:11:19 -070013664
Mahesh A Saptasagarf7418d72014-06-02 14:48:54 +053013665 vos_ssr_protect(__func__);
13666 ret = __wlan_hdd_cfg80211_del_pmksa(wiphy, dev, pmksa);
13667 vos_ssr_unprotect(__func__);
13668
13669 return ret;
13670
13671}
13672
13673static int __wlan_hdd_cfg80211_flush_pmksa(struct wiphy *wiphy, struct net_device *dev)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013674{
Wilson Yang6507c4e2013-10-01 20:11:19 -070013675 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
13676 tHalHandle halHandle;
13677 hdd_context_t *pHddCtx;
Wilson Yangef657d32014-01-15 19:19:23 -080013678 int status = 0;
Wilson Yang6507c4e2013-10-01 20:11:19 -070013679
13680 hddLog(VOS_TRACE_LEVEL_DEBUG, "%s: flushing PMKSA ",__func__);
13681
13682 /* Validate pAdapter */
13683 if (NULL == pAdapter)
13684 {
13685 hddLog(VOS_TRACE_LEVEL_ERROR,
13686 "%s: Invalid Adapter" ,__func__);
13687 return -EINVAL;
13688 }
13689
13690 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13691 status = wlan_hdd_validate_context(pHddCtx);
13692
13693 if (0 != status)
13694 {
13695 hddLog(VOS_TRACE_LEVEL_ERROR,
13696 "%s: HDD context is not valid", __func__);
13697 return status;
13698 }
13699
13700 /*Retrieve halHandle*/
13701 halHandle = WLAN_HDD_GET_HAL_CTX(pAdapter);
13702
Kanchanapally, Vidyullatha2633ace2014-09-25 15:16:50 +053013703 /* Flush the PMKID cache in CSR */
13704 if (eHAL_STATUS_SUCCESS !=
13705 sme_RoamDelPMKIDfromCache(halHandle, pAdapter->sessionId, NULL, TRUE)) {
13706 hddLog(VOS_TRACE_LEVEL_ERROR, FL("Cannot flush PMKIDCache"));
13707 status = -EINVAL;
Wilson Yang6507c4e2013-10-01 20:11:19 -070013708 }
13709
Wilson Yangef657d32014-01-15 19:19:23 -080013710 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013711}
Mahesh A Saptasagarf7418d72014-06-02 14:48:54 +053013712
13713static int wlan_hdd_cfg80211_flush_pmksa(struct wiphy *wiphy, struct net_device *dev)
13714{
13715 int ret;
13716
13717 vos_ssr_protect(__func__);
13718 ret = __wlan_hdd_cfg80211_flush_pmksa(wiphy, dev);
13719 vos_ssr_unprotect(__func__);
13720
13721 return ret;
13722}
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013723#endif
13724
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013725#if defined(WLAN_FEATURE_VOWIFI_11R) && defined(KERNEL_SUPPORT_11R_CFG80211)
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013726static int __wlan_hdd_cfg80211_update_ft_ies(struct wiphy *wiphy,
13727 struct net_device *dev,
13728 struct cfg80211_update_ft_ies_params *ftie)
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013729{
13730 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
13731 hdd_station_ctx_t *pHddStaCtx;
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +053013732 hdd_context_t *pHddCtx;
13733 int ret = 0;
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013734
13735 if (NULL == pAdapter)
13736 {
Arif Hussain6d2a3322013-11-17 19:50:10 -080013737 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Adapter is NULL", __func__);
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013738 return -ENODEV;
13739 }
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +053013740 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13741 ret = wlan_hdd_validate_context(pHddCtx);
13742 if (0 != ret)
13743 {
13744 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13745 "%s: HDD context is not valid", __func__);
13746 return ret;
13747 }
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013748 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053013749 if (NULL == pHddStaCtx)
13750 {
13751 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: STA Context is NULL", __func__);
13752 return -EINVAL;
13753 }
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013754
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053013755 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
13756 TRACE_CODE_HDD_CFG80211_UPDATE_FT_IES,
13757 pAdapter->sessionId, pHddStaCtx->conn_info.connState));
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013758 // Added for debug on reception of Re-assoc Req.
13759 if (eConnectionState_Associated != pHddStaCtx->conn_info.connState)
13760 {
Arif Hussain6d2a3322013-11-17 19:50:10 -080013761 hddLog(LOGE, FL("Called with Ie of length = %zu when not associated"),
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013762 ftie->ie_len);
Arif Hussain6d2a3322013-11-17 19:50:10 -080013763 hddLog(LOGE, FL("Should be Re-assoc Req IEs"));
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013764 }
13765
13766#ifdef WLAN_FEATURE_VOWIFI_11R_DEBUG
Arif Hussain6d2a3322013-11-17 19:50:10 -080013767 hddLog(LOGE, FL("%s called with Ie of length = %zu"), __func__,
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013768 ftie->ie_len);
13769#endif
13770
13771 // Pass the received FT IEs to SME
Gopichand Nakkala356fb102013-03-06 12:34:04 +053013772 sme_SetFTIEs( WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
13773 (const u8 *)ftie->ie,
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013774 ftie->ie_len);
13775 return 0;
13776}
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053013777
13778static int wlan_hdd_cfg80211_update_ft_ies(struct wiphy *wiphy,
13779 struct net_device *dev,
13780 struct cfg80211_update_ft_ies_params *ftie)
13781{
13782 int ret;
13783
13784 vos_ssr_protect(__func__);
13785 ret = __wlan_hdd_cfg80211_update_ft_ies(wiphy, dev, ftie);
13786 vos_ssr_unprotect(__func__);
13787
13788 return ret;
13789}
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070013790#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -070013791
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013792#ifdef FEATURE_WLAN_SCAN_PNO
13793
13794void hdd_cfg80211_sched_scan_done_callback(void *callbackContext,
13795 tSirPrefNetworkFoundInd *pPrefNetworkFoundInd)
13796{
13797 int ret;
13798 hdd_adapter_t* pAdapter = (hdd_adapter_t*)callbackContext;
13799 hdd_context_t *pHddCtx;
13800
Nirav Shah80830bf2013-12-31 16:35:12 +053013801 ENTER();
13802
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013803 if (NULL == pAdapter)
13804 {
Agarwal Ashish971c2882013-10-30 20:11:12 +053013805 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013806 "%s: HDD adapter is Null", __func__);
13807 return ;
13808 }
13809
13810 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13811 if (NULL == pHddCtx)
13812 {
13813 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13814 "%s: HDD context is Null!!!", __func__);
13815 return ;
13816 }
13817
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053013818 spin_lock(&pHddCtx->schedScan_lock);
13819 if (TRUE == pHddCtx->isWiphySuspended)
13820 {
13821 pHddCtx->isSchedScanUpdatePending = TRUE;
13822 spin_unlock(&pHddCtx->schedScan_lock);
13823 hddLog(VOS_TRACE_LEVEL_INFO,
13824 "%s: Update cfg80211 scan database after it resume", __func__);
13825 return ;
13826 }
13827 spin_unlock(&pHddCtx->schedScan_lock);
13828
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013829 ret = wlan_hdd_cfg80211_update_bss(pHddCtx->wiphy, pAdapter);
13830
13831 if (0 > ret)
13832 hddLog(VOS_TRACE_LEVEL_INFO, "%s: NO SCAN result", __func__);
13833
13834 cfg80211_sched_scan_results(pHddCtx->wiphy);
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053013835 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
13836 "%s: cfg80211 scan result database updated", __func__);
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013837}
13838
13839/*
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013840 * FUNCTION: wlan_hdd_is_pno_allowed
Vinay Krishna Erannacbf75f42014-02-26 17:35:20 +053013841 * Disallow pno if any session is active
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013842 */
13843static eHalStatus wlan_hdd_is_pno_allowed(hdd_adapter_t *pAdapter)
13844{
13845 hdd_adapter_list_node_t *pAdapterNode = NULL, *pNext = NULL;
13846 hdd_adapter_t *pTempAdapter = NULL;
Vinay Krishna Eranna23ffd182013-12-26 19:16:55 +053013847 hdd_station_ctx_t *pStaCtx;
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013848 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13849 int status = 0;
13850 status = hdd_get_front_adapter(pHddCtx, &pAdapterNode);
13851
Vinay Krishna Erannacbf75f42014-02-26 17:35:20 +053013852 /* The current firmware design does not allow PNO during any
13853 * active sessions. Hence, determine the active sessions
13854 * and return a failure.
13855 */
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013856 while ((NULL != pAdapterNode) && (VOS_STATUS_SUCCESS == status))
13857 {
13858 pTempAdapter = pAdapterNode->pAdapter;
Vinay Krishna Eranna23ffd182013-12-26 19:16:55 +053013859 pStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pTempAdapter);
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013860
Vinay Krishna Eranna23ffd182013-12-26 19:16:55 +053013861 if (((WLAN_HDD_INFRA_STATION == pTempAdapter->device_mode)
13862 && (eConnectionState_NotConnected != pStaCtx->conn_info.connState))
13863 || (WLAN_HDD_P2P_CLIENT == pTempAdapter->device_mode)
13864 || (WLAN_HDD_P2P_GO == pTempAdapter->device_mode)
13865 || (WLAN_HDD_SOFTAP == pTempAdapter->device_mode)
Siddharth Bhal63a19a72014-11-07 14:31:56 +053013866 || (WLAN_HDD_TM_LEVEL_4 == pHddCtx->tmInfo.currentTmLevel)
Vinay Krishna Eranna23ffd182013-12-26 19:16:55 +053013867 )
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013868 {
Vinay Krishna Eranna23ffd182013-12-26 19:16:55 +053013869 return eHAL_STATUS_FAILURE;
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013870 }
13871 status = hdd_get_next_adapter ( pHddCtx, pAdapterNode, &pNext );
13872 pAdapterNode = pNext;
13873 }
Vinay Krishna Eranna23ffd182013-12-26 19:16:55 +053013874 return eHAL_STATUS_SUCCESS;
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013875}
13876
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053013877void hdd_cfg80211_sched_scan_start_status_cb(void *callbackContext, VOS_STATUS status)
13878{
13879 hdd_adapter_t *pAdapter = callbackContext;
13880 hdd_context_t *pHddCtx;
13881
13882 if ((NULL == pAdapter) || (WLAN_HDD_ADAPTER_MAGIC != pAdapter->magic))
13883 {
13884 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13885 FL("Invalid adapter or adapter has invalid magic"));
13886 return;
13887 }
13888
13889 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
13890 if (0 != wlan_hdd_validate_context(pHddCtx))
13891 {
13892 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13893 FL("HDD context is not valid"));
13894 return;
13895 }
13896
c_hpothub53c45d2014-08-18 16:53:14 +053013897 if (VOS_STATUS_SUCCESS != status)
13898 {
13899 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053013900 FL("PNO enable response status = %d"), status);
c_hpothub53c45d2014-08-18 16:53:14 +053013901 pHddCtx->isPnoEnable = FALSE;
13902 }
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053013903
13904 pAdapter->pno_req_status = (status == VOS_STATUS_SUCCESS) ? 0 : -EBUSY;
13905 complete(&pAdapter->pno_comp_var);
13906}
13907
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013908/*
Mahesh A Saptasagar6cc38562014-05-23 21:22:17 +053013909 * FUNCTION: __wlan_hdd_cfg80211_sched_scan_start
13910 * Function to enable PNO
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013911 */
Mahesh A Saptasagar6cc38562014-05-23 21:22:17 +053013912static int __wlan_hdd_cfg80211_sched_scan_start(struct wiphy *wiphy,
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013913 struct net_device *dev, struct cfg80211_sched_scan_request *request)
13914{
13915 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053013916 tSirPNOScanReq pnoRequest = {0};
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013917 hdd_context_t *pHddCtx;
13918 tHalHandle hHal;
Mahesh A Saptasagar7bd6ad42014-07-21 18:56:33 +053013919 v_U32_t i, indx, num_ch, tempInterval, j;
Sushant Kaushikd62d9782014-02-19 15:39:40 +053013920 u8 valid_ch[WNI_CFG_VALID_CHANNEL_LIST_LEN] = {0};
13921 u8 channels_allowed[WNI_CFG_VALID_CHANNEL_LIST_LEN] = {0};
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013922 v_U32_t num_channels_allowed = WNI_CFG_VALID_CHANNEL_LIST_LEN;
13923 eHalStatus status = eHAL_STATUS_FAILURE;
Kamath Vinayakba5313f2013-08-22 15:52:39 +053013924 int ret = 0;
Sachin Ahuja697ba3f2014-11-12 18:57:11 +053013925 hdd_config_t *pConfig = NULL;
13926 v_U32_t num_ignore_dfs_ch = 0;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013927
13928 if (NULL == pAdapter)
13929 {
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053013930 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013931 "%s: HDD adapter is Null", __func__);
13932 return -ENODEV;
13933 }
13934
13935 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053013936 ret = wlan_hdd_validate_context(pHddCtx);
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013937
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053013938 if (0 != ret)
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013939 {
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +053013940 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13941 "%s: HDD context is not valid", __func__);
Kamath Vinayakba5313f2013-08-22 15:52:39 +053013942 return -EINVAL;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013943 }
13944
Sachin Ahuja697ba3f2014-11-12 18:57:11 +053013945 pConfig = pHddCtx->cfg_ini;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013946 hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
13947 if (NULL == hHal)
13948 {
13949 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13950 "%s: HAL context is Null!!!", __func__);
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053013951 return -EINVAL;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013952 }
Sushant Kaushik2fe89932014-09-03 10:58:09 +053013953 sme_ScanFlushResult(hHal, pAdapter->sessionId);
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +053013954 ret = wlan_hdd_scan_abort(pAdapter);
Girish Gowli4bf7a632014-06-12 13:42:11 +053013955 if (ret < 0)
Mahesh A Saptasagar2395ee62014-05-21 19:12:21 +053013956 {
13957 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13958 "%s: aborting the existing scan is unsuccessfull", __func__);
13959 return -EBUSY;
13960 }
13961
Vinay Krishna Eranna23ffd182013-12-26 19:16:55 +053013962 if (eHAL_STATUS_SUCCESS != wlan_hdd_is_pno_allowed(pAdapter))
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013963 {
Vinay Krishna Erannacbf75f42014-02-26 17:35:20 +053013964 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_WARN,
Vinay Krishna Eranna23ffd182013-12-26 19:16:55 +053013965 FL("Cannot handle sched_scan"));
Mahesh A Saptasagar0f7b0372013-11-28 23:23:07 +053013966 return -EBUSY;
13967 }
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013968
c_hpothu37f21312014-04-09 21:49:54 +053013969 if (TRUE == pHddCtx->isPnoEnable)
13970 {
13971 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_WARN,
13972 FL("already PNO is enabled"));
13973 return -EBUSY;
13974 }
c_hpothu225aa7c2014-10-22 17:45:13 +053013975
13976 if (VOS_STATUS_SUCCESS != wlan_hdd_cancel_remain_on_channel(pHddCtx))
13977 {
13978 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
13979 "%s: abort ROC failed ", __func__);
13980 return -EBUSY;
13981 }
13982
c_hpothu37f21312014-04-09 21:49:54 +053013983 pHddCtx->isPnoEnable = TRUE;
13984
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053013985 pnoRequest.enable = 1; /*Enable PNO */
13986 pnoRequest.ucNetworksCount = request->n_match_sets;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013987
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053013988 if (( !pnoRequest.ucNetworksCount ) ||
13989 ( pnoRequest.ucNetworksCount > SIR_PNO_MAX_SUPP_NETWORKS ))
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013990 {
13991 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Sushant Kaushik1e406c32014-05-09 15:57:52 +053013992 "%s: Network input is not correct %d Max Network supported is %d",
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053013993 __func__, pnoRequest.ucNetworksCount,
Sushant Kaushik1e406c32014-05-09 15:57:52 +053013994 SIR_PNO_MAX_SUPP_NETWORKS);
Kamath Vinayakba5313f2013-08-22 15:52:39 +053013995 ret = -EINVAL;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053013996 goto error;
13997 }
13998
13999 if ( SIR_PNO_MAX_NETW_CHANNELS_EX < request->n_channels )
14000 {
14001 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Nirav Shah80830bf2013-12-31 16:35:12 +053014002 "%s: Incorrect number of channels %d",
14003 __func__, request->n_channels);
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014004 ret = -EINVAL;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014005 goto error;
14006 }
14007
14008 /* Framework provides one set of channels(all)
14009 * common for all saved profile */
14010 if (0 != ccmCfgGetStr(hHal, WNI_CFG_VALID_CHANNEL_LIST,
14011 channels_allowed, &num_channels_allowed))
14012 {
14013 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14014 "%s: failed to get valid channel list", __func__);
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014015 ret = -EINVAL;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014016 goto error;
14017 }
14018 /* Checking each channel against allowed channel list */
14019 num_ch = 0;
Nirav Shah80830bf2013-12-31 16:35:12 +053014020 if (request->n_channels)
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014021 {
Nirav Shah80830bf2013-12-31 16:35:12 +053014022 char chList [(request->n_channels*5)+1];
14023 int len;
14024 for (i = 0, len = 0; i < request->n_channels; i++)
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014025 {
Nirav Shah80830bf2013-12-31 16:35:12 +053014026 for (indx = 0; indx < num_channels_allowed; indx++)
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014027 {
Nirav Shah80830bf2013-12-31 16:35:12 +053014028 if (request->channels[i]->hw_value == channels_allowed[indx])
14029 {
Sachin Ahuja697ba3f2014-11-12 18:57:11 +053014030 if ((!pConfig->enableDFSPnoChnlScan) &&
14031 (NV_CHANNEL_DFS == vos_nv_getChannelEnabledState(channels_allowed[indx])))
14032 {
14033 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14034 "%s : Dropping DFS channel : %d",
14035 __func__,channels_allowed[indx]);
14036 num_ignore_dfs_ch++;
14037 break;
14038 }
14039
Nirav Shah80830bf2013-12-31 16:35:12 +053014040 valid_ch[num_ch++] = request->channels[i]->hw_value;
14041 len += snprintf(chList+len, 5, "%d ",
14042 request->channels[i]->hw_value);
14043 break ;
14044 }
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014045 }
14046 }
Nirav Shah80830bf2013-12-31 16:35:12 +053014047 hddLog(VOS_TRACE_LEVEL_INFO,"Channel-List: %s ", chList);
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014048
Sachin Ahuja697ba3f2014-11-12 18:57:11 +053014049 /*If all channels are DFS and dropped, then ignore the PNO request*/
14050 if (num_ignore_dfs_ch == request->n_channels)
14051 {
14052 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14053 "%s : All requested channels are DFS channels", __func__);
14054 ret = -EINVAL;
14055 goto error;
14056 }
14057 }
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014058
14059 pnoRequest.aNetworks =
14060 vos_mem_malloc(sizeof(tSirNetworkType)*pnoRequest.ucNetworksCount);
14061 if (pnoRequest.aNetworks == NULL)
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014062 {
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014063 VOS_TRACE(VOS_MODULE_ID_SME, VOS_TRACE_LEVEL_ERROR,
14064 FL("failed to allocate memory aNetworks %u"),
14065 (uint32)sizeof(tSirNetworkType)*pnoRequest.ucNetworksCount);
14066 goto error;
14067 }
14068 vos_mem_zero(pnoRequest.aNetworks,
14069 sizeof(tSirNetworkType)*pnoRequest.ucNetworksCount);
14070
14071 /* Filling per profile params */
14072 for (i = 0; i < pnoRequest.ucNetworksCount; i++)
14073 {
14074 pnoRequest.aNetworks[i].ssId.length =
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014075 request->match_sets[i].ssid.ssid_len;
14076
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014077 if (( 0 == pnoRequest.aNetworks[i].ssId.length ) ||
14078 ( pnoRequest.aNetworks[i].ssId.length > 32 ) )
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014079 {
14080 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Nirav Shah80830bf2013-12-31 16:35:12 +053014081 "%s: SSID Len %d is not correct for network %d",
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014082 __func__, pnoRequest.aNetworks[i].ssId.length, i);
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014083 ret = -EINVAL;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014084 goto error;
14085 }
14086
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014087 memcpy(pnoRequest.aNetworks[i].ssId.ssId,
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014088 request->match_sets[i].ssid.ssid,
14089 request->match_sets[i].ssid.ssid_len);
Sushant Kaushik1e406c32014-05-09 15:57:52 +053014090 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14091 "%s: SSID of network %d is %s ", __func__,
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014092 i, pnoRequest.aNetworks[i].ssId.ssId);
14093 pnoRequest.aNetworks[i].authentication = 0; /*eAUTH_TYPE_ANY*/
14094 pnoRequest.aNetworks[i].encryption = 0; /*eED_ANY*/
14095 pnoRequest.aNetworks[i].bcastNetwType = 0; /*eBCAST_UNKNOWN*/
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014096
14097 /*Copying list of valid channel into request */
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014098 memcpy(pnoRequest.aNetworks[i].aChannels, valid_ch, num_ch);
14099 pnoRequest.aNetworks[i].ucChannelCount = num_ch;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014100
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014101 pnoRequest.aNetworks[i].rssiThreshold = 0; //Default value
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014102 }
14103
Mahesh A Saptasagar7bd6ad42014-07-21 18:56:33 +053014104 for (i = 0; i < request->n_ssids; i++)
14105 {
14106 j = 0;
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014107 while (j < pnoRequest.ucNetworksCount)
Mahesh A Saptasagar7bd6ad42014-07-21 18:56:33 +053014108 {
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014109 if ((pnoRequest.aNetworks[j].ssId.length ==
Mahesh A Saptasagar7bd6ad42014-07-21 18:56:33 +053014110 request->ssids[i].ssid_len) &&
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014111 (0 == memcmp(pnoRequest.aNetworks[j].ssId.ssId,
Mahesh A Saptasagar7bd6ad42014-07-21 18:56:33 +053014112 request->ssids[i].ssid,
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014113 pnoRequest.aNetworks[j].ssId.length)))
Mahesh A Saptasagar7bd6ad42014-07-21 18:56:33 +053014114 {
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014115 pnoRequest.aNetworks[j].bcastNetwType = eBCAST_HIDDEN;
Mahesh A Saptasagar7bd6ad42014-07-21 18:56:33 +053014116 break;
14117 }
14118 j++;
14119 }
14120 }
14121 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14122 "Number of hidden networks being Configured = %d",
14123 request->n_ssids);
Madan Mohan Koyyalamudia7765d52013-09-18 16:49:56 +053014124 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Jeff Johnson59a121e2013-11-30 09:46:08 -080014125 "request->ie_len = %zu", request->ie_len);
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014126
14127 pnoRequest.p24GProbeTemplate = vos_mem_malloc(SIR_PNO_MAX_PB_REQ_SIZE);
14128 if (pnoRequest.p24GProbeTemplate == NULL)
14129 {
14130 VOS_TRACE(VOS_MODULE_ID_SME, VOS_TRACE_LEVEL_ERROR,
14131 FL("failed to allocate memory p24GProbeTemplate %u"),
14132 SIR_PNO_MAX_PB_REQ_SIZE);
14133 goto error;
14134 }
14135
14136 pnoRequest.p5GProbeTemplate = vos_mem_malloc(SIR_PNO_MAX_PB_REQ_SIZE);
14137 if (pnoRequest.p5GProbeTemplate == NULL)
14138 {
14139 VOS_TRACE(VOS_MODULE_ID_SME, VOS_TRACE_LEVEL_ERROR,
14140 FL("failed to allocate memory p5GProbeTemplate %u"),
14141 SIR_PNO_MAX_PB_REQ_SIZE);
14142 goto error;
14143 }
14144
14145 vos_mem_zero(pnoRequest.p24GProbeTemplate, SIR_PNO_MAX_PB_REQ_SIZE);
14146 vos_mem_zero(pnoRequest.p5GProbeTemplate, SIR_PNO_MAX_PB_REQ_SIZE);
14147
Hanumantha Reddy Pothula06e87b22015-03-02 18:02:23 +053014148 if ((0 < request->ie_len) && (request->ie_len <= SIR_PNO_MAX_PB_REQ_SIZE) &&
14149 (NULL != request->ie))
Madan Mohan Koyyalamudia7765d52013-09-18 16:49:56 +053014150 {
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014151 pnoRequest.us24GProbeTemplateLen = request->ie_len;
14152 memcpy(pnoRequest.p24GProbeTemplate, request->ie,
14153 pnoRequest.us24GProbeTemplateLen);
Madan Mohan Koyyalamudia7765d52013-09-18 16:49:56 +053014154
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014155 pnoRequest.us5GProbeTemplateLen = request->ie_len;
14156 memcpy(pnoRequest.p5GProbeTemplate, request->ie,
14157 pnoRequest.us5GProbeTemplateLen);
Madan Mohan Koyyalamudia7765d52013-09-18 16:49:56 +053014158 }
14159
Madan Mohan Koyyalamudi1d16f462013-08-27 16:25:34 +053014160 /* Driver gets only one time interval which is hardcoded in
14161 * supplicant for 10000ms. Taking power consumption into account 6 timers
14162 * will be used, Timervalue is increased exponentially i.e 10,20,40,
14163 * 80,160,320 secs. And number of scan cycle for each timer
14164 * is configurable through INI param gPNOScanTimerRepeatValue.
14165 * If it is set to 0 only one timer will be used and PNO scan cycle
14166 * will be repeated after each interval specified by supplicant
14167 * till PNO is disabled.
14168 */
14169 if (0 == pHddCtx->cfg_ini->configPNOScanTimerRepeatValue)
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014170 pnoRequest.scanTimers.ucScanTimersCount = HDD_PNO_SCAN_TIMERS_SET_ONE;
Madan Mohan Koyyalamudi1d16f462013-08-27 16:25:34 +053014171 else
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014172 pnoRequest.scanTimers.ucScanTimersCount =
Madan Mohan Koyyalamudi1d16f462013-08-27 16:25:34 +053014173 HDD_PNO_SCAN_TIMERS_SET_MULTIPLE;
14174
14175 tempInterval = (request->interval)/1000;
14176 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14177 "Base scan interval = %d PNOScanTimerRepeatValue = %d",
14178 tempInterval, pHddCtx->cfg_ini->configPNOScanTimerRepeatValue);
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014179 for ( i = 0; i < pnoRequest.scanTimers.ucScanTimersCount; i++)
Madan Mohan Koyyalamudi1d16f462013-08-27 16:25:34 +053014180 {
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014181 pnoRequest.scanTimers.aTimerValues[i].uTimerRepeat =
Madan Mohan Koyyalamudi1d16f462013-08-27 16:25:34 +053014182 pHddCtx->cfg_ini->configPNOScanTimerRepeatValue;
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014183 pnoRequest.scanTimers.aTimerValues[i].uTimerValue = tempInterval;
Madan Mohan Koyyalamudi1d16f462013-08-27 16:25:34 +053014184 tempInterval *= 2;
14185 }
14186 //Repeat last timer until pno disabled.
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014187 pnoRequest.scanTimers.aTimerValues[i-1].uTimerRepeat = 0;
Madan Mohan Koyyalamudi1d16f462013-08-27 16:25:34 +053014188
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014189 pnoRequest.modePNO = SIR_PNO_MODE_IMMEDIATE;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014190
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053014191 INIT_COMPLETION(pAdapter->pno_comp_var);
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014192 pnoRequest.statusCallback = hdd_cfg80211_sched_scan_start_status_cb;
14193 pnoRequest.callbackContext = pAdapter;
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053014194 pAdapter->pno_req_status = 0;
14195
Nirav Shah80830bf2013-12-31 16:35:12 +053014196 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14197 "SessionId %d, enable %d, modePNO %d, ucScanTimersCount %d",
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014198 pAdapter->sessionId, pnoRequest.enable, pnoRequest.modePNO,
14199 pnoRequest.scanTimers.ucScanTimersCount);
Nirav Shah80830bf2013-12-31 16:35:12 +053014200
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014201 status = sme_SetPreferredNetworkList(WLAN_HDD_GET_HAL_CTX(pAdapter),
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014202 &pnoRequest, pAdapter->sessionId,
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014203 hdd_cfg80211_sched_scan_done_callback, pAdapter);
14204 if (eHAL_STATUS_SUCCESS != status)
14205 {
14206 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Nirav Shah80830bf2013-12-31 16:35:12 +053014207 "%s: Failed to enable PNO", __func__);
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014208 ret = -EINVAL;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014209 goto error;
14210 }
14211
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053014212 ret = wait_for_completion_timeout(
14213 &pAdapter->pno_comp_var,
14214 msecs_to_jiffies(WLAN_WAIT_TIME_PNO));
14215 if (0 >= ret)
14216 {
14217 // Did not receive the response for PNO enable in time.
14218 // Assuming the PNO enable was success.
14219 // Returning error from here, because we timeout, results
14220 // in side effect of Wifi (Wifi Setting) not to work.
14221 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14222 FL("Timed out waiting for PNO to be Enabled"));
14223 ret = 0;
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053014224 }
14225
14226 ret = pAdapter->pno_req_status;
c_hpothu37f21312014-04-09 21:49:54 +053014227 return ret;
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053014228
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014229error:
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053014230 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14231 FL("PNO scanRequest offloaded ret = %d"), ret);
c_hpothu37f21312014-04-09 21:49:54 +053014232 pHddCtx->isPnoEnable = FALSE;
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014233 if (pnoRequest.aNetworks)
14234 vos_mem_free(pnoRequest.aNetworks);
14235 if (pnoRequest.p24GProbeTemplate)
14236 vos_mem_free(pnoRequest.p24GProbeTemplate);
14237 if (pnoRequest.p5GProbeTemplate)
14238 vos_mem_free(pnoRequest.p5GProbeTemplate);
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014239 return ret;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014240}
14241
14242/*
Mahesh A Saptasagar6cc38562014-05-23 21:22:17 +053014243 * FUNCTION: wlan_hdd_cfg80211_sched_scan_start
14244 * NL interface to enable PNO
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014245 */
Mahesh A Saptasagar6cc38562014-05-23 21:22:17 +053014246static int wlan_hdd_cfg80211_sched_scan_start(struct wiphy *wiphy,
14247 struct net_device *dev, struct cfg80211_sched_scan_request *request)
14248{
14249 int ret;
14250
14251 vos_ssr_protect(__func__);
14252 ret = __wlan_hdd_cfg80211_sched_scan_start(wiphy, dev, request);
14253 vos_ssr_unprotect(__func__);
14254
14255 return ret;
14256}
14257
14258/*
14259 * FUNCTION: __wlan_hdd_cfg80211_sched_scan_stop
14260 * Function to disable PNO
14261 */
14262static int __wlan_hdd_cfg80211_sched_scan_stop(struct wiphy *wiphy,
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014263 struct net_device *dev)
14264{
14265 eHalStatus status = eHAL_STATUS_FAILURE;
14266 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
14267 hdd_context_t *pHddCtx;
14268 tHalHandle hHal;
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014269 tSirPNOScanReq pnoRequest = {0};
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014270 int ret = 0;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014271
14272 ENTER();
14273
14274 if (NULL == pAdapter)
14275 {
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053014276 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014277 "%s: HDD adapter is Null", __func__);
14278 return -ENODEV;
14279 }
14280
14281 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014282
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014283 if (NULL == pHddCtx)
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014284 {
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +053014285 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014286 "%s: HDD context is Null", __func__);
14287 return -ENODEV;
14288 }
14289
14290 /* The return 0 is intentional when isLogpInProgress and
14291 * isLoadUnloadInProgress. We did observe a crash due to a return of
14292 * failure in sched_scan_stop , especially for a case where the unload
14293 * of the happens at the same time. The function __cfg80211_stop_sched_scan
14294 * was clearing rdev->sched_scan_req only when the sched_scan_stop returns
14295 * success. If it returns a failure , then its next invocation due to the
14296 * clean up of the second interface will have the dev pointer corresponding
14297 * to the first one leading to a crash.
14298 */
14299 if (pHddCtx->isLogpInProgress)
14300 {
14301 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14302 "%s: LOGP in Progress. Ignore!!!", __func__);
14303 return ret;
14304 }
14305
Mihir Shete18156292014-03-11 15:38:30 +053014306 if (WLAN_HDD_IS_LOAD_UNLOAD_IN_PROGRESS(pHddCtx))
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014307 {
14308 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14309 "%s: Unloading/Loading in Progress. Ignore!!!", __func__);
14310 return ret;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014311 }
14312
14313 hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
14314 if (NULL == hHal)
14315 {
14316 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14317 "%s: HAL context is Null!!!", __func__);
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053014318 return -EINVAL;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014319 }
14320
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014321 pnoRequest.enable = 0; /* Disable PNO */
14322 pnoRequest.ucNetworksCount = 0;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014323
Hanumantha Reddy Pothulad769f3e2015-02-19 17:00:02 +053014324 status = sme_SetPreferredNetworkList(hHal, &pnoRequest,
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014325 pAdapter->sessionId,
14326 NULL, pAdapter);
14327 if (eHAL_STATUS_SUCCESS != status)
14328 {
14329 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14330 "Failed to disabled PNO");
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014331 ret = -EINVAL;
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053014332 goto error;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014333 }
c_hpothu37f21312014-04-09 21:49:54 +053014334 pHddCtx->isPnoEnable = FALSE;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014335
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053014336error:
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053014337 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Vinay Krishna Erannaf0e523b2014-03-01 21:00:16 +053014338 FL("PNO scan disabled ret = %d"), ret);
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014339
14340 EXIT();
Kamath Vinayakba5313f2013-08-22 15:52:39 +053014341 return ret;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014342}
14343
Mahesh A Saptasagar6cc38562014-05-23 21:22:17 +053014344/*
14345 * FUNCTION: wlan_hdd_cfg80211_sched_scan_stop
14346 * NL interface to disable PNO
14347 */
14348static int wlan_hdd_cfg80211_sched_scan_stop(struct wiphy *wiphy,
14349 struct net_device *dev)
14350{
14351 int ret;
14352
14353 vos_ssr_protect(__func__);
14354 ret = __wlan_hdd_cfg80211_sched_scan_stop(wiphy, dev);
14355 vos_ssr_unprotect(__func__);
14356
14357 return ret;
14358}
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053014359#endif /*FEATURE_WLAN_SCAN_PNO*/
14360
14361
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014362#ifdef FEATURE_WLAN_TDLS
Sunil Dutt Undekarieacac6f2014-03-21 14:08:53 +053014363#if TDLS_MGMT_VERSION2
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053014364static int __wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev,
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014365 u8 *peer, u8 action_code, u8 dialog_token,
Sunil Dutt Undekarieacac6f2014-03-21 14:08:53 +053014366 u16 status_code, u32 peer_capability, const u8 *buf, size_t len)
14367#else
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053014368static int __wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev,
Sunil Dutt Undekarieacac6f2014-03-21 14:08:53 +053014369 u8 *peer, u8 action_code, u8 dialog_token,
14370 u16 status_code, const u8 *buf, size_t len)
14371#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014372{
14373
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053014374 hdd_adapter_t *pAdapter;
14375 hdd_context_t *pHddCtx;
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014376 u8 peerMac[6];
14377 VOS_STATUS status;
Gopichand Nakkala05922802013-03-14 12:23:19 -070014378 int max_sta_failed = 0;
Hoonki Leea34dd892013-02-05 22:56:02 -080014379 int responder;
Hoonki Leed37cbb32013-04-20 00:31:14 -070014380 long rc;
Ganesh Kondabattini862aec92015-01-22 20:58:46 +053014381 int ret;
Sunil Dutt Undekarieacac6f2014-03-21 14:08:53 +053014382#if !(TDLS_MGMT_VERSION2)
14383 u32 peer_capability = 0;
14384#endif
Rajesh Chauhana34c6e62014-03-25 16:37:58 +053014385 tANI_U16 numCurrTdlsPeers;
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053014386
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053014387 pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
14388 if (NULL == pAdapter)
14389 {
14390 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14391 "%s: Adapter is NULL",__func__);
14392 return -EINVAL;
14393 }
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053014394 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
14395 TRACE_CODE_HDD_CFG80211_TDLS_MGMT,
14396 pAdapter->sessionId, action_code));
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053014397 pHddCtx = wiphy_priv(wiphy);
Hoonki Lee11f7dda2013-02-14 16:55:44 -080014398 if (NULL == pHddCtx || NULL == pHddCtx->cfg_ini)
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014399 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +053014400 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014401 "Invalid arguments");
14402 return -EINVAL;
14403 }
Sameer Thalappil75ea31a2013-02-21 19:38:16 -080014404 if (pHddCtx->isLogpInProgress)
14405 {
14406 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14407 "%s:LOGP in Progress. Ignore!!!", __func__);
Atul Mittal115287b2014-07-08 13:26:33 +053014408 wlan_hdd_tdls_set_link_status(pAdapter,
14409 peer,
14410 eTDLS_LINK_IDLE,
14411 eTDLS_LINK_UNSPECIFIED);
Sameer Thalappil75ea31a2013-02-21 19:38:16 -080014412 return -EBUSY;
14413 }
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053014414 if (WLAN_HDD_IS_LOAD_UNLOAD_IN_PROGRESS(pHddCtx))
14415 {
14416 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14417 "%s: Unloading/Loading in Progress. Ignore!!!", __func__);
14418 return -EAGAIN;
14419 }
Hoonki Lee27511902013-03-14 18:19:06 -070014420 if (eTDLS_SUPPORT_NOT_ENABLED == pHddCtx->tdls_mode)
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014421 {
Hoonki Lee27511902013-03-14 18:19:06 -070014422 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
14423 "%s: TDLS mode is disabled OR not enabled in FW."
14424 MAC_ADDRESS_STR " action %d declined.",
14425 __func__, MAC_ADDR_ARRAY(peer), action_code);
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014426 return -ENOTSUPP;
14427 }
Lee Hoonkic1262f22013-01-24 21:59:00 -080014428
Hoonki Lee27511902013-03-14 18:19:06 -070014429 /* other than teardown frame, other mgmt frames are not sent if disabled */
14430 if (SIR_MAC_TDLS_TEARDOWN != action_code)
14431 {
14432 /* if tdls_mode is disabled to respond to peer's request */
14433 if (eTDLS_SUPPORT_DISABLED == pHddCtx->tdls_mode)
14434 {
14435 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
14436 "%s: " MAC_ADDRESS_STR
Gopichand Nakkala34d1b062013-03-19 15:28:33 -070014437 " TDLS mode is disabled. action %d declined.",
14438 __func__, MAC_ADDR_ARRAY(peer), action_code);
Hoonki Lee27511902013-03-14 18:19:06 -070014439
14440 return -ENOTSUPP;
14441 }
Agarwal Ashish4b87f922014-06-18 03:03:21 +053014442
14443 if (vos_max_concurrent_connections_reached())
14444 {
14445 hddLog(VOS_TRACE_LEVEL_INFO, FL("Reached max concurrent connections"));
14446 return -EINVAL;
14447 }
Hoonki Lee27511902013-03-14 18:19:06 -070014448 }
14449
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014450 if (WLAN_IS_TDLS_SETUP_ACTION(action_code))
14451 {
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +053014452 if (NULL != wlan_hdd_tdls_is_progress(pHddCtx, peer, TRUE))
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014453 {
14454 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070014455 "%s: " MAC_ADDRESS_STR
Gopichand Nakkala34d1b062013-03-19 15:28:33 -070014456 " TDLS setup is ongoing. action %d declined.",
14457 __func__, MAC_ADDR_ARRAY(peer), action_code);
14458 return -EPERM;
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014459 }
14460 }
14461
Hoonki Lee11f7dda2013-02-14 16:55:44 -080014462 if (SIR_MAC_TDLS_SETUP_REQ == action_code ||
14463 SIR_MAC_TDLS_SETUP_RSP == action_code )
Lee Hoonkic1262f22013-01-24 21:59:00 -080014464 {
Rajesh Chauhana34c6e62014-03-25 16:37:58 +053014465 numCurrTdlsPeers = wlan_hdd_tdlsConnectedPeers(pAdapter);
14466 if (HDD_MAX_NUM_TDLS_STA <= numCurrTdlsPeers)
Lee Hoonkic1262f22013-01-24 21:59:00 -080014467 {
14468 /* supplicant still sends tdls_mgmt(SETUP_REQ) even after
14469 we return error code at 'add_station()'. Hence we have this
14470 check again in addtion to add_station().
14471 Anyway, there is no hard to double-check. */
Hoonki Lee11f7dda2013-02-14 16:55:44 -080014472 if (SIR_MAC_TDLS_SETUP_REQ == action_code)
Lee Hoonkic1262f22013-01-24 21:59:00 -080014473 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070014474 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14475 "%s: " MAC_ADDRESS_STR
Rajesh Chauhana34c6e62014-03-25 16:37:58 +053014476 " TDLS Max peer already connected. action (%d) declined. Num of peers (%d), Max allowed (%d).",
14477 __func__, MAC_ADDR_ARRAY(peer), action_code,
14478 numCurrTdlsPeers, HDD_MAX_NUM_TDLS_STA);
Sunil Dutt388ac8f2013-11-28 18:06:52 +053014479 return -EINVAL;
Lee Hoonkic1262f22013-01-24 21:59:00 -080014480 }
14481 else
14482 {
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014483 /* maximum reached. tweak to send error code to peer and return
14484 error code to supplicant */
Lee Hoonkic1262f22013-01-24 21:59:00 -080014485 status_code = eSIR_MAC_UNSPEC_FAILURE_STATUS;
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070014486 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14487 "%s: " MAC_ADDRESS_STR
Rajesh Chauhana34c6e62014-03-25 16:37:58 +053014488 " TDLS Max peer already connected, send response status (%d). Num of peers (%d), Max allowed (%d).",
14489 __func__, MAC_ADDR_ARRAY(peer), status_code,
14490 numCurrTdlsPeers, HDD_MAX_NUM_TDLS_STA);
Gopichand Nakkala05922802013-03-14 12:23:19 -070014491 max_sta_failed = -EPERM;
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014492 /* fall through to send setup resp with failure status
14493 code */
Lee Hoonkic1262f22013-01-24 21:59:00 -080014494 }
14495 }
Hoonki Lee11f7dda2013-02-14 16:55:44 -080014496 else
14497 {
14498 hddTdlsPeer_t *pTdlsPeer;
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +053014499 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peer, TRUE);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -070014500 if (pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
Hoonki Lee11f7dda2013-02-14 16:55:44 -080014501 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070014502 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala34d1b062013-03-19 15:28:33 -070014503 "%s:" MAC_ADDRESS_STR " already connected. action %d declined.",
14504 __func__, MAC_ADDR_ARRAY(peer), action_code);
Hoonki Lee11f7dda2013-02-14 16:55:44 -080014505 return -EPERM;
14506 }
14507 }
Lee Hoonkic1262f22013-01-24 21:59:00 -080014508 }
Hoonki Lee11f7dda2013-02-14 16:55:44 -080014509 vos_mem_copy(peerMac, peer, 6);
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014510
Hoonki Lee1090c6a2013-01-16 17:40:54 -080014511#ifdef WLAN_FEATURE_TDLS_DEBUG
14512 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Arun Kumar Khandavalli9fb625e2014-03-17 16:07:40 +053014513 "%s: " MAC_ADDRESS_STR " action %d, dialog_token %d status %d, len = %zu",
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070014514 "tdls_mgmt", MAC_ADDR_ARRAY(peer),
14515 action_code, dialog_token, status_code, len);
Hoonki Lee1090c6a2013-01-16 17:40:54 -080014516#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014517
Hoonki Leea34dd892013-02-05 22:56:02 -080014518 /*Except teardown responder will not be used so just make 0*/
14519 responder = 0;
Hoonki Lee11f7dda2013-02-14 16:55:44 -080014520 if (SIR_MAC_TDLS_TEARDOWN == action_code)
Hoonki Leea34dd892013-02-05 22:56:02 -080014521 {
Gopichand Nakkala97a65fd2013-04-16 16:59:38 -070014522
14523 hddTdlsPeer_t *pTdlsPeer;
Madan Mohan Koyyalamudi96797442013-10-08 16:04:42 +053014524 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peerMac, TRUE);
Gopichand Nakkala97a65fd2013-04-16 16:59:38 -070014525
14526 if(pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
14527 responder = pTdlsPeer->is_responder;
14528 else
Hoonki Leea34dd892013-02-05 22:56:02 -080014529 {
Gopichand Nakkala97a65fd2013-04-16 16:59:38 -070014530 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Arun Kumar Khandavalli9fb625e2014-03-17 16:07:40 +053014531 "%s: " MAC_ADDRESS_STR " peer doesn't exist or not connected %d dialog_token %d status %d, len = %zu",
Gopichand Nakkala97a65fd2013-04-16 16:59:38 -070014532 __func__, MAC_ADDR_ARRAY(peer), (NULL == pTdlsPeer) ? -1 : pTdlsPeer->link_status,
14533 dialog_token, status_code, len);
14534 return -EPERM;
Hoonki Leea34dd892013-02-05 22:56:02 -080014535 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014536 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014537
Gopichand Nakkala2f1ff152013-07-01 11:27:43 +053014538 /* For explicit trigger of DIS_REQ come out of BMPS for
14539 successfully receiving DIS_RSP from peer. */
Hoonki Lee14621352013-04-16 17:51:19 -070014540 if ((SIR_MAC_TDLS_SETUP_RSP == action_code) ||
Gopichand Nakkala2f1ff152013-07-01 11:27:43 +053014541 (SIR_MAC_TDLS_DIS_RSP == action_code) ||
14542 (SIR_MAC_TDLS_DIS_REQ == action_code))
Hoonki Lee14621352013-04-16 17:51:19 -070014543 {
14544 if (TRUE == sme_IsPmcBmps(WLAN_HDD_GET_HAL_CTX(pAdapter)))
14545 {
14546 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Gopichand Nakkala2f1ff152013-07-01 11:27:43 +053014547 "%s: Sending frame action_code %u.Disable BMPS", __func__, action_code);
Hoonki Lee14621352013-04-16 17:51:19 -070014548 hdd_disable_bmps_imps(pHddCtx, WLAN_HDD_INFRA_STATION);
14549 }
Gopichand Nakkala2f1ff152013-07-01 11:27:43 +053014550 if (SIR_MAC_TDLS_DIS_REQ != action_code)
14551 wlan_hdd_tdls_set_cap(pAdapter, peerMac, eTDLS_CAP_SUPPORTED);
Hoonki Lee14621352013-04-16 17:51:19 -070014552 }
14553
Hoonki Lee5305c3a2013-04-29 23:28:59 -070014554 /* make sure doesn't call send_mgmt() while it is pending */
14555 if (TDLS_CTX_MAGIC == pAdapter->mgmtTxCompletionStatus)
14556 {
14557 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Arif Hussain6d2a3322013-11-17 19:50:10 -080014558 "%s: " MAC_ADDRESS_STR " action %d couldn't sent, as one is pending. return EBUSY",
Hoonki Lee5305c3a2013-04-29 23:28:59 -070014559 __func__, MAC_ADDR_ARRAY(peer), action_code);
Ganesh Kondabattini862aec92015-01-22 20:58:46 +053014560 ret = -EBUSY;
14561 goto tx_failed;
Hoonki Lee5305c3a2013-04-29 23:28:59 -070014562 }
14563
14564 pAdapter->mgmtTxCompletionStatus = TDLS_CTX_MAGIC;
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014565 INIT_COMPLETION(pAdapter->tdls_mgmt_comp);
14566
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014567 status = sme_SendTdlsMgmtFrame(WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
Pradeep Reddy POTTETIca171f82014-03-21 14:17:35 +053014568 peerMac, action_code, dialog_token, status_code, peer_capability, (tANI_U8 *)buf, len, responder);
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014569
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014570 if (VOS_STATUS_SUCCESS != status)
14571 {
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014572 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14573 "%s: sme_SendTdlsMgmtFrame failed!", __func__);
Hoonki Lee5305c3a2013-04-29 23:28:59 -070014574 pAdapter->mgmtTxCompletionStatus = FALSE;
Ganesh Kondabattini862aec92015-01-22 20:58:46 +053014575 ret = -EINVAL;
14576 goto tx_failed;
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014577 }
14578
Hoonki Leed37cbb32013-04-20 00:31:14 -070014579 rc = wait_for_completion_interruptible_timeout(&pAdapter->tdls_mgmt_comp,
14580 msecs_to_jiffies(WAIT_TIME_TDLS_MGMT));
14581
14582 if ((rc <= 0) || (TRUE != pAdapter->mgmtTxCompletionStatus))
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014583 {
Hoonki Leed37cbb32013-04-20 00:31:14 -070014584 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Jeff Johnson0299d0a2013-10-30 12:37:43 -070014585 "%s: Mgmt Tx Completion failed status %ld TxCompletion %u",
Hoonki Leed37cbb32013-04-20 00:31:14 -070014586 __func__, rc, pAdapter->mgmtTxCompletionStatus);
Hoonki Lee5305c3a2013-04-29 23:28:59 -070014587 pAdapter->mgmtTxCompletionStatus = FALSE;
Yue Ma4f55ef32014-01-23 16:45:33 -080014588
14589 if (pHddCtx->isLogpInProgress)
14590 {
14591 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14592 "%s: LOGP in Progress. Ignore!!!", __func__);
14593 return -EAGAIN;
14594 }
14595
Ganesh Kondabattini862aec92015-01-22 20:58:46 +053014596 ret = -EINVAL;
14597 goto tx_failed;
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014598 }
14599
Gopichand Nakkala05922802013-03-14 12:23:19 -070014600 if (max_sta_failed)
Hoonki Lee14621352013-04-16 17:51:19 -070014601 {
Ganesh Kondabattini862aec92015-01-22 20:58:46 +053014602 ret = max_sta_failed;
14603 goto tx_failed;
Hoonki Lee14621352013-04-16 17:51:19 -070014604 }
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014605
Hoonki Leea34dd892013-02-05 22:56:02 -080014606 if (SIR_MAC_TDLS_SETUP_RSP == action_code)
14607 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -080014608 wlan_hdd_tdls_set_responder(pAdapter, peerMac, TRUE);
Hoonki Leea34dd892013-02-05 22:56:02 -080014609 }
14610 else if (SIR_MAC_TDLS_SETUP_CNF == action_code)
14611 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -080014612 wlan_hdd_tdls_set_responder(pAdapter, peerMac, FALSE);
Hoonki Leea34dd892013-02-05 22:56:02 -080014613 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014614
14615 return 0;
Ganesh Kondabattini862aec92015-01-22 20:58:46 +053014616
14617tx_failed:
14618 /* add_station will be called before sending TDLS_SETUP_REQ and
14619 * TDLS_SETUP_RSP and as part of add_station driver will enable
14620 * BMPS. NL80211_TDLS_DISABLE_LINK will be called if the tx of
14621 * TDLS_SETUP_REQ or TDLS_SETUP_RSP fails. BMPS will be enabled
14622 * as part of processing NL80211_TDLS_DISABLE_LINK. So need to
14623 * enable BMPS for TDLS_SETUP_REQ and TDLS_SETUP_RSP if tx fails.
14624 */
14625
14626 if ((SIR_MAC_TDLS_SETUP_REQ == action_code) ||
14627 (SIR_MAC_TDLS_SETUP_RSP == action_code))
14628 wlan_hdd_tdls_check_bmps(pAdapter);
14629 return ret;
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014630}
14631
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053014632#if TDLS_MGMT_VERSION2
14633static int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev,
14634 u8 *peer, u8 action_code, u8 dialog_token,
14635 u16 status_code, u32 peer_capability,
14636 const u8 *buf, size_t len)
14637#else
14638static int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev,
14639 u8 *peer, u8 action_code, u8 dialog_token,
14640 u16 status_code, const u8 *buf, size_t len)
14641#endif
14642{
14643 int ret;
14644
14645 vos_ssr_protect(__func__);
14646#if TDLS_MGMT_VERSION2
14647 ret = __wlan_hdd_cfg80211_tdls_mgmt(wiphy, dev, peer, action_code, dialog_token,
14648 status_code, peer_capability, buf, len);
14649#else
14650 ret = __wlan_hdd_cfg80211_tdls_mgmt(wiphy, dev, peer, action_code, dialog_token,
14651 status_code, buf, len);
14652#endif
14653 vos_ssr_unprotect(__func__);
14654
14655 return ret;
14656}
Atul Mittal115287b2014-07-08 13:26:33 +053014657
14658int wlan_hdd_tdls_extctrl_config_peer(hdd_adapter_t *pAdapter,
14659 u8 *peer,
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014660 tdls_req_params_t *tdls_peer_params,
Atul Mittal115287b2014-07-08 13:26:33 +053014661 cfg80211_exttdls_callback callback)
14662{
14663
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014664 hddTdlsPeer_t *pTdlsPeer = NULL;
Atul Mittal115287b2014-07-08 13:26:33 +053014665 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Pradeep Reddy POTTETIe30ed252015-02-18 14:27:55 +053014666 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Atul Mittal115287b2014-07-08 13:26:33 +053014667 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14668 " %s : NL80211_TDLS_SETUP for " MAC_ADDRESS_STR,
14669 __func__, MAC_ADDR_ARRAY(peer));
14670
14671 if ( (FALSE == pHddCtx->cfg_ini->fTDLSExternalControl) ||
14672 (FALSE == pHddCtx->cfg_ini->fEnableTDLSImplicitTrigger) ) {
14673
14674 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14675 " %s TDLS External control and Implicit Trigger not enabled ",
14676 __func__);
14677 return -ENOTSUPP;
14678 }
14679
14680 /* To cater the requirement of establishing the TDLS link
14681 * irrespective of the data traffic , get an entry of TDLS peer.
14682 */
14683 pTdlsPeer = wlan_hdd_tdls_get_peer(pAdapter, peer);
14684 if (pTdlsPeer == NULL) {
14685 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14686 "%s: peer " MAC_ADDRESS_STR " not existing",
14687 __func__, MAC_ADDR_ARRAY(peer));
14688 return -EINVAL;
14689 }
14690
Pradeep Reddy POTTETI60ad2402015-02-26 16:48:21 +053014691 /* check FW TDLS Off Channel capability */
14692 if ((TRUE == sme_IsFeatureSupportedByFW(TDLS_OFF_CHANNEL)) &&
14693 (NULL != tdls_peer_params))
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014694 {
14695 pTdlsPeer->peerParams.channel = tdls_peer_params->channel;
14696 pTdlsPeer->peerParams.global_operating_class =
14697 tdls_peer_params->global_operating_class;
14698 pTdlsPeer->peerParams.max_latency_ms = tdls_peer_params->max_latency_ms;
14699 pTdlsPeer->peerParams.min_bandwidth_kbps =
14700 tdls_peer_params->min_bandwidth_kbps;
Pradeep Reddy POTTETIe30ed252015-02-18 14:27:55 +053014701 /* check configured channel is valid, non dfs and
14702 * not current operating channel */
14703 if ((sme_IsTdlsOffChannelValid(WLAN_HDD_GET_HAL_CTX(pAdapter),
14704 tdls_peer_params->channel)) &&
14705 (pHddStaCtx) &&
14706 (tdls_peer_params->channel !=
14707 pHddStaCtx->conn_info.operationChannel))
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014708 {
14709 pTdlsPeer->isOffChannelConfigured = TRUE;
14710 }
14711 else
14712 {
14713 pTdlsPeer->isOffChannelConfigured = FALSE;
14714 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14715 "%s: Configured Tdls Off Channel is not valid", __func__);
14716
14717 }
14718 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Pradeep Reddy POTTETIe30ed252015-02-18 14:27:55 +053014719 "%s: tdls_off_channel %d isOffChannelConfigured %d "
14720 "current operating channel %d",
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014721 __func__, pTdlsPeer->peerParams.channel,
Pradeep Reddy POTTETIe30ed252015-02-18 14:27:55 +053014722 pTdlsPeer->isOffChannelConfigured,
14723 (pHddStaCtx ? pHddStaCtx->conn_info.operationChannel : 0));
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014724 }
14725 else
14726 {
14727 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Pradeep Reddy POTTETI60ad2402015-02-26 16:48:21 +053014728 "%s: TDLS off channel FW capability %d or "
14729 "Invalid TDLS Peer Params", __func__,
14730 sme_IsFeatureSupportedByFW(TDLS_OFF_CHANNEL));
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014731 }
14732
Atul Mittal115287b2014-07-08 13:26:33 +053014733 if ( 0 != wlan_hdd_tdls_set_force_peer(pAdapter, peer, TRUE) ) {
14734
14735 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14736 " %s TDLS Add Force Peer Failed",
14737 __func__);
14738 return -EINVAL;
14739 }
14740 /*EXT TDLS*/
14741
14742 if ( 0 != wlan_hdd_set_callback(pTdlsPeer, callback) ) {
14743 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14744 " %s TDLS set callback Failed",
14745 __func__);
14746 return -EINVAL;
14747 }
14748
14749 return(0);
14750
14751}
14752
14753int wlan_hdd_tdls_extctrl_deconfig_peer(hdd_adapter_t *pAdapter, u8 *peer)
14754{
14755
14756 hddTdlsPeer_t *pTdlsPeer;
14757 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
14758 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14759 " %s : NL80211_TDLS_TEARDOWN for " MAC_ADDRESS_STR,
14760 __func__, MAC_ADDR_ARRAY(peer));
14761
14762 if ( (FALSE == pHddCtx->cfg_ini->fTDLSExternalControl) ||
14763 (FALSE == pHddCtx->cfg_ini->fEnableTDLSImplicitTrigger) ) {
14764
14765 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14766 " %s TDLS External control and Implicit Trigger not enabled ",
14767 __func__);
14768 return -ENOTSUPP;
14769 }
14770
14771
14772 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peer, TRUE);
14773
14774 if ( NULL == pTdlsPeer ) {
14775 hddLog(VOS_TRACE_LEVEL_INFO, "%s: " MAC_ADDRESS_STR
14776 " peer not exsting",
14777 __func__, MAC_ADDR_ARRAY(peer));
14778 return -EINVAL;
14779 }
14780 else {
14781 wlan_hdd_tdls_indicate_teardown(pAdapter, pTdlsPeer,
14782 eSIR_MAC_TDLS_TEARDOWN_UNSPEC_REASON);
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014783 /* if channel switch is configured, reset
14784 the channel for this peer */
14785 if (TRUE == pTdlsPeer->isOffChannelConfigured)
14786 {
14787 pTdlsPeer->peerParams.channel = 0;
14788 pTdlsPeer->isOffChannelConfigured = FALSE;
14789 }
Atul Mittal115287b2014-07-08 13:26:33 +053014790 }
14791
14792 if ( 0 != wlan_hdd_tdls_set_force_peer(pAdapter, peer, FALSE) )
14793 return -EINVAL;
14794
14795 /*EXT TDLS*/
14796
14797 if ( 0 != wlan_hdd_set_callback(pTdlsPeer, NULL )) {
14798
14799 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14800 " %s TDLS set callback Failed",
14801 __func__);
14802 return -EINVAL;
14803 }
14804 return(0);
14805
14806}
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053014807static int __wlan_hdd_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev,
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014808 u8 *peer, enum nl80211_tdls_operation oper)
14809{
14810 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
14811 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053014812 int status;
Hoonki Lee5305c3a2013-04-29 23:28:59 -070014813 hddTdlsPeer_t *pTdlsPeer;
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053014814
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053014815 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
14816 TRACE_CODE_HDD_CFG80211_TDLS_OPER,
14817 pAdapter->sessionId, oper));
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053014818 if ( NULL == peer )
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014819 {
Gopichand Nakkalab977a972013-02-18 19:15:09 -080014820 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Chilam Ngc4244af2013-04-01 15:37:32 -070014821 "%s: Invalid arguments", __func__);
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014822 return -EINVAL;
14823 }
Hoonki Lee1090c6a2013-01-16 17:40:54 -080014824
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053014825 status = wlan_hdd_validate_context(pHddCtx);
14826
14827 if (0 != status)
Sameer Thalappil75ea31a2013-02-21 19:38:16 -080014828 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053014829 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14830 "%s: HDD context is not valid", __func__);
14831 return status;
Sameer Thalappil75ea31a2013-02-21 19:38:16 -080014832 }
14833
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014834
14835 if( FALSE == pHddCtx->cfg_ini->fEnableTDLSSupport ||
Hoonki Lee1090c6a2013-01-16 17:40:54 -080014836 FALSE == sme_IsFeatureSupportedByFW(TDLS))
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014837 {
Hoonki Lee1090c6a2013-01-16 17:40:54 -080014838 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Chilam Ngc4244af2013-04-01 15:37:32 -070014839 "TDLS Disabled in INI OR not enabled in FW. "
14840 "Cannot process TDLS commands");
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014841 return -ENOTSUPP;
14842 }
14843
14844 switch (oper) {
14845 case NL80211_TDLS_ENABLE_LINK:
14846 {
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014847 VOS_STATUS status;
c_hpothu6ff1c3c2013-10-01 19:01:57 +053014848 long ret;
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +053014849 tCsrTdlsLinkEstablishParams tdlsLinkEstablishParams;
Agarwal Ashish16020c42014-12-29 22:01:11 +053014850 WLAN_STADescType staDesc;
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014851 tANI_U16 numCurrTdlsPeers = 0;
14852 hddTdlsPeer_t *connPeer = NULL;
Mohit Khanna698ba2a2012-12-04 15:08:18 -080014853
Sunil Dutt41de4e22013-11-14 18:09:02 +053014854 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peer, TRUE);
Agarwal Ashish16020c42014-12-29 22:01:11 +053014855 memset(&staDesc, 0, sizeof(staDesc));
Sunil Dutt41de4e22013-11-14 18:09:02 +053014856 if ( NULL == pTdlsPeer ) {
14857 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: " MAC_ADDRESS_STR
14858 " (oper %d) not exsting. ignored",
14859 __func__, MAC_ADDR_ARRAY(peer), (int)oper);
14860 return -EINVAL;
14861 }
14862
14863 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14864 "%s: " MAC_ADDRESS_STR " link_status %d (%s) ", "tdls_oper",
14865 MAC_ADDR_ARRAY(peer), pTdlsPeer->link_status,
14866 "NL80211_TDLS_ENABLE_LINK");
14867
Gopichand Nakkala2f4a2822013-04-17 11:22:01 -070014868 if (!TDLS_STA_INDEX_VALID(pTdlsPeer->staId))
14869 {
14870 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Staion Index %u "
14871 MAC_ADDRESS_STR " failed",
14872 __func__, pTdlsPeer->staId, MAC_ADDR_ARRAY(peer));
14873 return -EINVAL;
14874 }
14875
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014876 /* TDLS Off Channel, Disable tdls channel switch,
14877 when there are more than one tdls link */
14878 numCurrTdlsPeers = wlan_hdd_tdlsConnectedPeers(pAdapter);
14879 if (numCurrTdlsPeers == 1)
14880 {
14881 /* get connected peer and send disable tdls off chan */
14882 connPeer = wlan_hdd_tdls_get_connected_peer(pAdapter);
14883 if (connPeer && (connPeer->isOffChannelConfigured == TRUE))
14884 {
14885 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14886 "%s: More then one peer connected, Disable "
14887 "TDLS channel switch", __func__);
14888
14889 sme_SendTdlsChanSwitchReq(WLAN_HDD_GET_HAL_CTX(pAdapter),
14890 pAdapter->sessionId,
14891 connPeer->peerMac,
14892 connPeer->peerParams.channel,
14893 TDLS_OFF_CHANNEL_BW_OFFSET,
14894 TDLS_CHANNEL_SWITCH_DISABLE);
14895 }
14896 else
14897 {
14898 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14899 "%s: No TDLS Connected Peer or "
14900 "isOffChannelConfigured %d",
14901 __func__,
14902 (connPeer ? connPeer->isOffChannelConfigured : -1));
14903 }
14904 }
14905
Hoonki Lee5305c3a2013-04-29 23:28:59 -070014906 if (eTDLS_LINK_CONNECTED != pTdlsPeer->link_status)
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070014907 {
Madan Mohan Koyyalamudice419872013-09-13 19:36:52 +053014908 if (IS_ADVANCE_TDLS_ENABLE) {
Gopichand Nakkala24be5312013-07-02 16:47:12 +053014909
Madan Mohan Koyyalamudice419872013-09-13 19:36:52 +053014910 if (0 != wlan_hdd_tdls_get_link_establish_params(
14911 pAdapter, peer,&tdlsLinkEstablishParams)) {
14912 return -EINVAL;
14913 }
14914 INIT_COMPLETION(pAdapter->tdls_link_establish_req_comp);
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +053014915
Madan Mohan Koyyalamudice419872013-09-13 19:36:52 +053014916 sme_SendTdlsLinkEstablishParams(WLAN_HDD_GET_HAL_CTX(pAdapter),
14917 pAdapter->sessionId, peer, &tdlsLinkEstablishParams);
14918 /* Send TDLS peer UAPSD capabilities to the firmware and
14919 * register with the TL on after the response for this operation
14920 * is received .
14921 */
14922 ret = wait_for_completion_interruptible_timeout(
14923 &pAdapter->tdls_link_establish_req_comp,
14924 msecs_to_jiffies(WAIT_TIME_TDLS_LINK_ESTABLISH_REQ));
14925 if (ret <= 0)
14926 {
14927 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14928 "%s: Link Establish Request Faled Status %ld",
14929 __func__, ret);
14930 return -EINVAL;
14931 }
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +053014932 }
Atul Mittal115287b2014-07-08 13:26:33 +053014933 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer,
14934 eTDLS_LINK_CONNECTED,
14935 eTDLS_LINK_SUCCESS);
Agarwal Ashish16020c42014-12-29 22:01:11 +053014936 staDesc.ucSTAId = pTdlsPeer->staId;
14937 staDesc.ucQosEnabled = tdlsLinkEstablishParams.qos;
14938 WLANTL_UpdateTdlsSTAClient(pHddCtx->pvosContext,
14939 &staDesc);
14940
14941
Gopichand Nakkala471708b2013-06-04 20:03:01 +053014942 /* Mark TDLS client Authenticated .*/
14943 status = WLANTL_ChangeSTAState( pHddCtx->pvosContext,
14944 pTdlsPeer->staId,
14945 WLANTL_STA_AUTHENTICATED);
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -070014946 if (VOS_STATUS_SUCCESS == status)
14947 {
Hoonki Lee14621352013-04-16 17:51:19 -070014948 if (pTdlsPeer->is_responder == 0)
14949 {
14950 v_U8_t staId = (v_U8_t)pTdlsPeer->staId;
14951
14952 wlan_hdd_tdls_timer_restart(pAdapter,
14953 &pTdlsPeer->initiatorWaitTimeoutTimer,
14954 WAIT_TIME_TDLS_INITIATOR);
14955 /* suspend initiator TX until it receives direct packet from the
14956 reponder or WAIT_TIME_TDLS_INITIATOR timer expires */
14957 WLANTL_SuspendDataTx( (WLAN_HDD_GET_CTX(pAdapter))->pvosContext,
14958 &staId, NULL);
14959 }
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -070014960 wlan_hdd_tdls_increment_peer_count(pAdapter);
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053014961
14962 /* TDLS Off Channel, Enable tdls channel switch,
14963 when their is only one tdls link and it supports */
14964 numCurrTdlsPeers = wlan_hdd_tdlsConnectedPeers(pAdapter);
14965 if ((numCurrTdlsPeers == 1) &&
14966 (TRUE == pTdlsPeer->isOffChannelSupported) &&
14967 (TRUE == pTdlsPeer->isOffChannelConfigured))
14968 {
14969 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
14970 "%s: Send TDLS channel switch request for channel %d",
14971 __func__, pTdlsPeer->peerParams.channel);
14972 ret = sme_SendTdlsChanSwitchReq(WLAN_HDD_GET_HAL_CTX(pAdapter),
14973 pAdapter->sessionId,
14974 pTdlsPeer->peerMac,
14975 pTdlsPeer->peerParams.channel,
14976 TDLS_OFF_CHANNEL_BW_OFFSET,
14977 TDLS_CHANNEL_SWITCH_ENABLE);
14978 }
14979 else
14980 {
14981 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
14982 "%s: TDLS channel switch request not sent"
14983 " numCurrTdlsPeers %d "
14984 "isOffChannelSupported %d "
14985 "isOffChannelConfigured %d",
14986 __func__, numCurrTdlsPeers,
14987 pTdlsPeer->isOffChannelSupported,
14988 pTdlsPeer->isOffChannelConfigured);
14989 }
14990
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -070014991 }
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070014992 wlan_hdd_tdls_check_bmps(pAdapter);
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +053014993
14994 /* Update TL about the UAPSD masks , to route the packets to firmware */
Gopichand Nakkala574f6d12013-06-27 19:38:43 +053014995 if ((TRUE == pHddCtx->cfg_ini->fEnableTDLSBufferSta)
14996 || pHddCtx->cfg_ini->fTDLSUapsdMask )
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +053014997 {
Gopichand Nakkala574f6d12013-06-27 19:38:43 +053014998 int ac;
14999 uint8 ucAc[4] = { WLANTL_AC_VO,
15000 WLANTL_AC_VI,
15001 WLANTL_AC_BK,
15002 WLANTL_AC_BE };
15003 uint8 tlTid[4] = { 7, 5, 2, 3 } ;
15004 for(ac=0; ac < 4; ac++)
15005 {
15006 status = WLANTL_EnableUAPSDForAC( (WLAN_HDD_GET_CTX(pAdapter))->pvosContext,
15007 pTdlsPeer->staId, ucAc[ac],
15008 tlTid[ac], tlTid[ac], 0, 0,
15009 WLANTL_BI_DIR );
15010 }
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +053015011 }
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070015012 }
15013
Mohit Khanna698ba2a2012-12-04 15:08:18 -080015014 }
15015 break;
15016 case NL80211_TDLS_DISABLE_LINK:
Lee Hoonkic1262f22013-01-24 21:59:00 -080015017 {
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053015018 tANI_U16 numCurrTdlsPeers = 0;
15019 hddTdlsPeer_t *connPeer = NULL;
15020
Sunil Dutt41de4e22013-11-14 18:09:02 +053015021 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peer, TRUE);
15022
15023 if ( NULL == pTdlsPeer ) {
15024 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: " MAC_ADDRESS_STR
15025 " (oper %d) not exsting. ignored",
15026 __func__, MAC_ADDR_ARRAY(peer), (int)oper);
15027 return -EINVAL;
15028 }
15029
15030 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15031 "%s: " MAC_ADDRESS_STR " link_status %d (%s) ", "tdls_oper",
15032 MAC_ADDR_ARRAY(peer), pTdlsPeer->link_status,
15033 "NL80211_TDLS_DISABLE_LINK");
15034
Hoonki Lee5305c3a2013-04-29 23:28:59 -070015035 if(TDLS_STA_INDEX_VALID(pTdlsPeer->staId))
Lee Hoonkic1262f22013-01-24 21:59:00 -080015036 {
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -070015037 long status;
15038
Atul Mittal271a7652014-09-12 13:18:22 +053015039
15040 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer,
15041 eTDLS_LINK_TEARING,
15042 (pTdlsPeer->link_status == eTDLS_LINK_TEARING)?
15043 eTDLS_LINK_UNSPECIFIED:
15044 eTDLS_LINK_DROPPED_BY_REMOTE);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -070015045 INIT_COMPLETION(pAdapter->tdls_del_station_comp);
15046
Lee Hoonkic1262f22013-01-24 21:59:00 -080015047 sme_DeleteTdlsPeerSta( WLAN_HDD_GET_HAL_CTX(pAdapter),
15048 pAdapter->sessionId, peer );
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -070015049
15050 status = wait_for_completion_interruptible_timeout(&pAdapter->tdls_del_station_comp,
15051 msecs_to_jiffies(WAIT_TIME_TDLS_DEL_STA));
Atul Mittal271a7652014-09-12 13:18:22 +053015052 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer,
Atul Mittal454664b2014-10-10 11:03:46 +053015053 eTDLS_LINK_IDLE,
15054 eTDLS_LINK_UNSPECIFIED);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -070015055 if (status <= 0)
15056 {
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -070015057 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15058 "%s: Del station failed status %ld",
15059 __func__, status);
15060 return -EPERM;
15061 }
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053015062
15063 /* TDLS Off Channel, Enable tdls channel switch,
15064 when their is only one tdls link and it supports */
15065 numCurrTdlsPeers = wlan_hdd_tdlsConnectedPeers(pAdapter);
15066 if (numCurrTdlsPeers == 1)
15067 {
15068 connPeer = wlan_hdd_tdls_get_connected_peer(pAdapter);
15069 if ((connPeer) &&
15070 (connPeer->isOffChannelSupported == TRUE) &&
15071 (connPeer->isOffChannelConfigured == TRUE))
15072 {
15073 sme_SendTdlsChanSwitchReq(WLAN_HDD_GET_HAL_CTX(pAdapter),
15074 pAdapter->sessionId,
15075 connPeer->peerMac,
15076 connPeer->peerParams.channel,
15077 TDLS_OFF_CHANNEL_BW_OFFSET,
15078 TDLS_CHANNEL_SWITCH_ENABLE);
15079 }
15080 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
15081 "%s: TDLS channel switch "
15082 "isOffChannelSupported %d "
15083 "isOffChannelConfigured %d",
15084 __func__,
15085 (connPeer ? connPeer->isOffChannelSupported : -1),
15086 (connPeer ? connPeer->isOffChannelConfigured : -1));
15087 }
15088 else
15089 {
15090 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15091 "%s: TDLS channel switch request not sent "
15092 "numCurrTdlsPeers %d ",
15093 __func__, numCurrTdlsPeers);
15094 }
Lee Hoonkic1262f22013-01-24 21:59:00 -080015095 }
15096 else
15097 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070015098 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15099 "%s: TDLS Peer Station doesn't exist.", __func__);
Lee Hoonkic1262f22013-01-24 21:59:00 -080015100 }
Lee Hoonkic1262f22013-01-24 21:59:00 -080015101 }
Gopichand Nakkalac87400e2013-03-13 18:51:00 -070015102 break;
Mohit Khanna698ba2a2012-12-04 15:08:18 -080015103 case NL80211_TDLS_TEARDOWN:
Sunil Dutt41de4e22013-11-14 18:09:02 +053015104 {
Atul Mittal115287b2014-07-08 13:26:33 +053015105 status = wlan_hdd_tdls_extctrl_deconfig_peer(pAdapter, peer);
Sunil Dutt41de4e22013-11-14 18:09:02 +053015106
Atul Mittal115287b2014-07-08 13:26:33 +053015107 if (0 != status)
15108 {
15109 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15110 "%s: Error in TDLS Teardown", __func__);
15111 return status;
Sunil Dutt41de4e22013-11-14 18:09:02 +053015112 }
Sunil Dutt41de4e22013-11-14 18:09:02 +053015113 break;
15114 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -080015115 case NL80211_TDLS_SETUP:
Sunil Dutt41de4e22013-11-14 18:09:02 +053015116 {
Atul Mittal115287b2014-07-08 13:26:33 +053015117 status = wlan_hdd_tdls_extctrl_config_peer(pAdapter,
15118 peer,
Pradeep Reddy POTTETIe309c152015-02-06 13:21:07 +053015119 NULL,
Atul Mittal115287b2014-07-08 13:26:33 +053015120 NULL);
Sunil Dutt41de4e22013-11-14 18:09:02 +053015121
Atul Mittal115287b2014-07-08 13:26:33 +053015122 if (0 != status)
15123 {
15124 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15125 "%s: Error in TDLS Setup", __func__);
15126 return status;
Naresh Jayaram937abdf2013-11-26 19:50:25 +053015127 }
Naresh Jayaramdb4514b2013-11-25 18:08:10 +053015128 break;
Sunil Dutt41de4e22013-11-14 18:09:02 +053015129 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -080015130 case NL80211_TDLS_DISCOVERY_REQ:
15131 /* We don't support in-driver setup/teardown/discovery */
c_hpothu6ff1c3c2013-10-01 19:01:57 +053015132 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_WARN,
15133 "%s: We don't support in-driver setup/teardown/discovery "
15134 ,__func__);
Mohit Khanna698ba2a2012-12-04 15:08:18 -080015135 return -ENOTSUPP;
15136 default:
c_hpothu6ff1c3c2013-10-01 19:01:57 +053015137 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15138 "%s: unsupported event",__func__);
Mohit Khanna698ba2a2012-12-04 15:08:18 -080015139 return -ENOTSUPP;
15140 }
15141 return 0;
15142}
Chilam NG571c65a2013-01-19 12:27:36 +053015143
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053015144static int wlan_hdd_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev,
15145 u8 *peer, enum nl80211_tdls_operation oper)
15146{
15147 int ret;
15148
15149 vos_ssr_protect(__func__);
15150 ret = __wlan_hdd_cfg80211_tdls_oper(wiphy, dev, peer, oper);
15151 vos_ssr_unprotect(__func__);
15152
15153 return ret;
15154}
15155
Chilam NG571c65a2013-01-19 12:27:36 +053015156int wlan_hdd_cfg80211_send_tdls_discover_req(struct wiphy *wiphy,
15157 struct net_device *dev, u8 *peer)
15158{
Arif Hussaina7c8e412013-11-20 11:06:42 -080015159 hddLog(VOS_TRACE_LEVEL_INFO,
15160 "tdls send discover req: "MAC_ADDRESS_STR,
15161 MAC_ADDR_ARRAY(peer));
Chilam NG571c65a2013-01-19 12:27:36 +053015162
Sunil Dutt Undekarieacac6f2014-03-21 14:08:53 +053015163#if TDLS_MGMT_VERSION2
15164 return wlan_hdd_cfg80211_tdls_mgmt(wiphy, dev, peer,
15165 WLAN_TDLS_DISCOVERY_REQUEST, 1, 0, 0, NULL, 0);
15166#else
Chilam NG571c65a2013-01-19 12:27:36 +053015167 return wlan_hdd_cfg80211_tdls_mgmt(wiphy, dev, peer,
15168 WLAN_TDLS_DISCOVERY_REQUEST, 1, 0, NULL, 0);
Sunil Dutt Undekarieacac6f2014-03-21 14:08:53 +053015169#endif
Chilam NG571c65a2013-01-19 12:27:36 +053015170}
Mohit Khanna698ba2a2012-12-04 15:08:18 -080015171#endif
15172
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015173#ifdef WLAN_FEATURE_GTK_OFFLOAD
15174/*
15175 * FUNCTION: wlan_hdd_cfg80211_update_replayCounterCallback
15176 * Callback rountine called upon receiving response for
15177 * get offload info
15178 */
15179void wlan_hdd_cfg80211_update_replayCounterCallback(void *callbackContext,
15180 tpSirGtkOffloadGetInfoRspParams pGtkOffloadGetInfoRsp)
15181{
15182
15183 hdd_adapter_t *pAdapter = (hdd_adapter_t *)callbackContext;
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015184 tANI_U8 tempReplayCounter[8];
15185 hdd_station_ctx_t *pHddStaCtx;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015186
15187 ENTER();
15188
15189 if (NULL == pAdapter)
15190 {
Agarwal Ashish971c2882013-10-30 20:11:12 +053015191 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015192 "%s: HDD adapter is Null", __func__);
15193 return ;
15194 }
15195
15196 if (NULL == pGtkOffloadGetInfoRsp)
15197 {
15198 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15199 "%s: pGtkOffloadGetInfoRsp is Null", __func__);
15200 return ;
15201 }
15202
15203 if (VOS_STATUS_SUCCESS != pGtkOffloadGetInfoRsp->ulStatus)
15204 {
15205 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15206 "%s: wlan Failed to get replay counter value",
15207 __func__);
15208 return ;
15209 }
15210
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015211 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
15212 /* Update replay counter */
15213 pHddStaCtx->gtkOffloadReqParams.ullKeyReplayCounter =
15214 pGtkOffloadGetInfoRsp->ullKeyReplayCounter;
15215
15216 {
15217 /* changing from little to big endian since supplicant
15218 * works on big endian format
15219 */
15220 int i;
15221 tANI_U8 *p = (tANI_U8 *)&pGtkOffloadGetInfoRsp->ullKeyReplayCounter;
15222
15223 for (i = 0; i < 8; i++)
15224 {
15225 tempReplayCounter[7-i] = (tANI_U8)p[i];
15226 }
15227 }
15228
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015229 /* Update replay counter to NL */
15230 cfg80211_gtk_rekey_notify(pAdapter->dev, pGtkOffloadGetInfoRsp->bssId,
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015231 tempReplayCounter, GFP_KERNEL);
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015232}
15233
15234/*
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053015235 * FUNCTION: __wlan_hdd_cfg80211_set_rekey_data
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015236 * This function is used to offload GTK rekeying job to the firmware.
15237 */
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053015238int __wlan_hdd_cfg80211_set_rekey_data(struct wiphy *wiphy, struct net_device *dev,
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015239 struct cfg80211_gtk_rekey_data *data)
15240{
15241 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
15242 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
15243 hdd_station_ctx_t *pHddStaCtx;
15244 tHalHandle hHal;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053015245 int result;
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015246 tSirGtkOffloadParams hddGtkOffloadReqParams;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015247 eHalStatus status = eHAL_STATUS_FAILURE;
15248
15249 ENTER();
15250
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053015251
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015252 if (NULL == pAdapter)
15253 {
Kaushik, Sushantb1ed0f42014-07-01 18:26:31 +053015254 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015255 "%s: HDD adapter is Null", __func__);
15256 return -ENODEV;
15257 }
15258
Sushant Kaushik4b7cb302014-01-06 17:45:01 +053015259 MTRACE(vos_trace(VOS_MODULE_ID_HDD,
15260 TRACE_CODE_HDD_CFG80211_SET_REKEY_DATA,
15261 pAdapter->sessionId, pAdapter->device_mode));
15262
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053015263 result = wlan_hdd_validate_context(pHddCtx);
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015264
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053015265 if (0 != result)
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015266 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +053015267 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15268 "%s: HDD context is not valid", __func__);
15269 return result;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015270 }
15271
15272 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
15273 hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
15274 if (NULL == hHal)
15275 {
15276 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15277 "%s: HAL context is Null!!!", __func__);
15278 return -EAGAIN;
15279 }
15280
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015281 pHddStaCtx->gtkOffloadReqParams.ulFlags = GTK_OFFLOAD_ENABLE;
15282 memcpy(pHddStaCtx->gtkOffloadReqParams.aKCK, data->kck, NL80211_KCK_LEN);
15283 memcpy(pHddStaCtx->gtkOffloadReqParams.aKEK, data->kek, NL80211_KEK_LEN);
15284 memcpy(pHddStaCtx->gtkOffloadReqParams.bssId, &pHddStaCtx->conn_info.bssId,
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015285 WNI_CFG_BSSID_LEN);
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015286 {
15287 /* changing from big to little endian since driver
15288 * works on little endian format
15289 */
15290 tANI_U8 *p =
15291 (tANI_U8 *)&pHddStaCtx->gtkOffloadReqParams.ullKeyReplayCounter;
15292 int i;
15293
15294 for (i = 0; i < 8; i++)
15295 {
15296 p[7-i] = data->replay_ctr[i];
15297 }
15298 }
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015299
15300 if (TRUE == pHddCtx->hdd_wlan_suspended)
15301 {
15302 /* if wlan is suspended, enable GTK offload directly from here */
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015303 memcpy(&hddGtkOffloadReqParams, &pHddStaCtx->gtkOffloadReqParams,
15304 sizeof (tSirGtkOffloadParams));
15305 status = sme_SetGTKOffload(hHal, &hddGtkOffloadReqParams,
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015306 pAdapter->sessionId);
15307
15308 if (eHAL_STATUS_SUCCESS != status)
15309 {
15310 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15311 "%s: sme_SetGTKOffload failed, returned %d",
15312 __func__, status);
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +053015313
15314 /* Need to clear any trace of key value in the memory.
15315 * Thus zero out the memory even though it is local
15316 * variable.
15317 */
15318 vos_mem_zero(&hddGtkOffloadReqParams,
15319 sizeof(hddGtkOffloadReqParams));
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015320 return status;
15321 }
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015322 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
15323 "%s: sme_SetGTKOffload successfull", __func__);
15324 }
15325 else
15326 {
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015327 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
15328 "%s: wlan not suspended GTKOffload request is stored",
15329 __func__);
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015330 }
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015331
Vinay Krishna Eranna6f22c1f2014-10-13 16:03:06 +053015332 /* Need to clear any trace of key value in the memory.
15333 * Thus zero out the memory even though it is local
15334 * variable.
15335 */
15336 vos_mem_zero(&hddGtkOffloadReqParams,
15337 sizeof(hddGtkOffloadReqParams));
15338
Gopichand Nakkalad36ee622013-05-07 14:13:27 +053015339 return eHAL_STATUS_SUCCESS;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015340}
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015341
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053015342int wlan_hdd_cfg80211_set_rekey_data(struct wiphy *wiphy, struct net_device *dev,
15343 struct cfg80211_gtk_rekey_data *data)
15344{
15345 int ret;
15346
15347 vos_ssr_protect(__func__);
15348 ret = __wlan_hdd_cfg80211_set_rekey_data(wiphy, dev, data);
15349 vos_ssr_unprotect(__func__);
15350
15351 return ret;
15352}
15353#endif /*WLAN_FEATURE_GTK_OFFLOAD*/
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +053015354/*
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053015355 * FUNCTION: __wlan_hdd_cfg80211_set_mac_acl
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +053015356 * This function is used to set access control policy
15357 */
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053015358static int __wlan_hdd_cfg80211_set_mac_acl(struct wiphy *wiphy,
15359 struct net_device *dev,
15360 const struct cfg80211_acl_data *params)
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +053015361{
15362 int i;
15363 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
15364 hdd_hostapd_state_t *pHostapdState;
15365 tsap_Config_t *pConfig;
15366 v_CONTEXT_t pVosContext = NULL;
15367 hdd_context_t *pHddCtx;
15368 int status;
15369
15370 ENTER();
15371
15372 if (NULL == pAdapter)
15373 {
15374 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
15375 "%s: HDD adapter is Null", __func__);
15376 return -ENODEV;
15377 }
15378
15379 if (NULL == params)
15380 {
15381 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
15382 "%s: params is Null", __func__);
15383 return -EINVAL;
15384 }
15385
15386 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
15387 status = wlan_hdd_validate_context(pHddCtx);
15388
15389 if (0 != status)
15390 {
15391 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15392 "%s: HDD context is not valid", __func__);
15393 return status;
15394 }
15395
15396 pVosContext = pHddCtx->pvosContext;
15397 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
15398
15399 if (NULL == pHostapdState)
15400 {
15401 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
15402 "%s: pHostapdState is Null", __func__);
15403 return -EINVAL;
15404 }
15405
15406 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,"acl policy: = %d"
15407 "no acl entries = %d", params->acl_policy, params->n_acl_entries);
15408
15409 if (WLAN_HDD_SOFTAP == pAdapter->device_mode)
15410 {
15411 pConfig = &pAdapter->sessionCtx.ap.sapConfig;
15412
15413 /* default value */
15414 pConfig->num_accept_mac = 0;
15415 pConfig->num_deny_mac = 0;
15416
15417 /**
15418 * access control policy
15419 * @NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED: Deny stations which are
15420 * listed in hostapd.deny file.
15421 * @NL80211_ACL_POLICY_DENY_UNLESS_LISTED: Allow stations which are
15422 * listed in hostapd.accept file.
15423 */
15424 if (NL80211_ACL_POLICY_DENY_UNLESS_LISTED == params->acl_policy)
15425 {
15426 pConfig->SapMacaddr_acl = eSAP_DENY_UNLESS_ACCEPTED;
15427 }
15428 else if (NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED == params->acl_policy)
15429 {
15430 pConfig->SapMacaddr_acl = eSAP_ACCEPT_UNLESS_DENIED;
15431 }
15432 else
15433 {
15434 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15435 "%s:Acl Policy : %d is not supported",
15436 __func__, params->acl_policy);
15437 return -ENOTSUPP;
15438 }
15439
15440 if (eSAP_DENY_UNLESS_ACCEPTED == pConfig->SapMacaddr_acl)
15441 {
15442 pConfig->num_accept_mac = params->n_acl_entries;
15443 for (i = 0; i < params->n_acl_entries; i++)
15444 {
15445 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
15446 "** Add ACL MAC entry %i in WhiletList :"
15447 MAC_ADDRESS_STR, i,
15448 MAC_ADDR_ARRAY(params->mac_addrs[i].addr));
15449
15450 vos_mem_copy(&pConfig->accept_mac[i], params->mac_addrs[i].addr,
15451 sizeof(qcmacaddr));
15452 }
15453 }
15454 else if (eSAP_ACCEPT_UNLESS_DENIED == pConfig->SapMacaddr_acl)
15455 {
15456 pConfig->num_deny_mac = params->n_acl_entries;
15457 for (i = 0; i < params->n_acl_entries; i++)
15458 {
15459 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
15460 "** Add ACL MAC entry %i in BlackList :"
15461 MAC_ADDRESS_STR, i,
15462 MAC_ADDR_ARRAY(params->mac_addrs[i].addr));
15463
15464 vos_mem_copy(&pConfig->deny_mac[i], params->mac_addrs[i].addr,
15465 sizeof(qcmacaddr));
15466 }
15467 }
15468
15469 if (VOS_STATUS_SUCCESS != WLANSAP_SetMacACL(pVosContext, pConfig))
15470 {
15471 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15472 "%s: SAP Set Mac Acl fail", __func__);
15473 return -EINVAL;
15474 }
15475 }
15476 else
15477 {
15478 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Sushant Kaushik8bc7df22014-04-09 17:55:29 +053015479 "%s: Invalid device_mode = %s (%d)",
15480 __func__, hdd_device_modetoString(pAdapter->device_mode),
15481 pAdapter->device_mode);
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +053015482 return -EINVAL;
15483 }
15484
15485 return 0;
15486}
15487
Mahesh A Saptasagard68eb282014-12-17 14:20:19 +053015488static int wlan_hdd_cfg80211_set_mac_acl(struct wiphy *wiphy,
15489 struct net_device *dev,
15490 const struct cfg80211_acl_data *params)
15491{
15492 int ret;
15493 vos_ssr_protect(__func__);
15494 ret = __wlan_hdd_cfg80211_set_mac_acl(wiphy, dev, params);
15495 vos_ssr_unprotect(__func__);
15496
15497 return ret;
15498}
15499
Leo Chang9056f462013-08-01 19:21:11 -070015500#ifdef WLAN_NL80211_TESTMODE
15501#ifdef FEATURE_WLAN_LPHB
Leo Changd9df8aa2013-09-26 13:32:26 -070015502void wlan_hdd_cfg80211_lphb_ind_handler
Leo Chang9056f462013-08-01 19:21:11 -070015503(
15504 void *pAdapter,
15505 void *indCont
15506)
15507{
Leo Changd9df8aa2013-09-26 13:32:26 -070015508 tSirLPHBInd *lphbInd;
15509 struct sk_buff *skb;
c_hpothu73f35e62014-04-18 13:40:08 +053015510 hdd_context_t *pHddCtxt;
Leo Chang9056f462013-08-01 19:21:11 -070015511
15512 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Leo Changd9df8aa2013-09-26 13:32:26 -070015513 "LPHB indication arrived");
Leo Chang9056f462013-08-01 19:21:11 -070015514
c_hpothu73f35e62014-04-18 13:40:08 +053015515 if (pAdapter == NULL)
15516 {
15517 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15518 "%s: pAdapter is NULL\n",__func__);
15519 return;
15520 }
15521
Leo Chang9056f462013-08-01 19:21:11 -070015522 if (NULL == indCont)
15523 {
15524 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Leo Changd9df8aa2013-09-26 13:32:26 -070015525 "LPHB IND, invalid argument");
Leo Chang9056f462013-08-01 19:21:11 -070015526 return;
15527 }
15528
c_hpothu73f35e62014-04-18 13:40:08 +053015529 pHddCtxt = (hdd_context_t *)pAdapter;
Leo Changd9df8aa2013-09-26 13:32:26 -070015530 lphbInd = (tSirLPHBInd *)indCont;
Leo Chang9056f462013-08-01 19:21:11 -070015531 skb = cfg80211_testmode_alloc_event_skb(
c_hpothu73f35e62014-04-18 13:40:08 +053015532 pHddCtxt->wiphy,
Leo Changd9df8aa2013-09-26 13:32:26 -070015533 sizeof(tSirLPHBInd),
Leo Chang9056f462013-08-01 19:21:11 -070015534 GFP_ATOMIC);
15535 if (!skb)
15536 {
15537 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15538 "LPHB timeout, NL buffer alloc fail");
15539 return;
15540 }
15541
Leo Changac3ba772013-10-07 09:47:04 -070015542 if(nla_put_u32(skb, WLAN_HDD_TM_ATTR_CMD, WLAN_HDD_TM_CMD_WLAN_HB))
Leo Changd9df8aa2013-09-26 13:32:26 -070015543 {
15544 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15545 "WLAN_HDD_TM_ATTR_CMD put fail");
15546 goto nla_put_failure;
15547 }
Leo Changac3ba772013-10-07 09:47:04 -070015548 if(nla_put_u32(skb, WLAN_HDD_TM_ATTR_TYPE, lphbInd->protocolType))
Leo Changd9df8aa2013-09-26 13:32:26 -070015549 {
15550 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15551 "WLAN_HDD_TM_ATTR_TYPE put fail");
15552 goto nla_put_failure;
15553 }
Leo Changac3ba772013-10-07 09:47:04 -070015554 if(nla_put(skb, WLAN_HDD_TM_ATTR_DATA,
Leo Changd9df8aa2013-09-26 13:32:26 -070015555 sizeof(tSirLPHBInd), lphbInd))
15556 {
15557 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15558 "WLAN_HDD_TM_ATTR_DATA put fail");
15559 goto nla_put_failure;
15560 }
Leo Chang9056f462013-08-01 19:21:11 -070015561 cfg80211_testmode_event(skb, GFP_ATOMIC);
15562 return;
15563
15564nla_put_failure:
15565 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15566 "NLA Put fail");
15567 kfree_skb(skb);
15568
15569 return;
15570}
15571#endif /* FEATURE_WLAN_LPHB */
15572
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053015573static int __wlan_hdd_cfg80211_testmode(struct wiphy *wiphy, void *data, int len)
Leo Chang9056f462013-08-01 19:21:11 -070015574{
15575 struct nlattr *tb[WLAN_HDD_TM_ATTR_MAX + 1];
15576 int err = 0;
15577#ifdef FEATURE_WLAN_LPHB
15578 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
Leo Changd9df8aa2013-09-26 13:32:26 -070015579 eHalStatus smeStatus;
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +053015580 err = wlan_hdd_validate_context(pHddCtx);
15581 if (0 != err)
15582 {
15583 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15584 "%s: HDD context is not valid", __func__);
15585 return err;
15586 }
Leo Chang9056f462013-08-01 19:21:11 -070015587#endif /* FEATURE_WLAN_LPHB */
15588
15589 err = nla_parse(tb, WLAN_HDD_TM_ATTR_MAX, data, len, wlan_hdd_tm_policy);
15590 if (err)
15591 {
15592 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15593 "%s Testmode INV ATTR", __func__);
15594 return err;
15595 }
15596
15597 if (!tb[WLAN_HDD_TM_ATTR_CMD])
15598 {
15599 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15600 "%s Testmode INV CMD", __func__);
15601 return -EINVAL;
15602 }
15603
15604 switch (nla_get_u32(tb[WLAN_HDD_TM_ATTR_CMD]))
15605 {
15606#ifdef FEATURE_WLAN_LPHB
15607 /* Low Power Heartbeat configuration request */
15608 case WLAN_HDD_TM_CMD_WLAN_HB:
15609 {
15610 int buf_len;
15611 void *buf;
15612 tSirLPHBReq *hb_params = NULL;
Amar Singhal05852702014-02-04 14:40:00 -080015613 tSirLPHBReq *hb_params_temp = NULL;
Leo Chang9056f462013-08-01 19:21:11 -070015614
15615 if (!tb[WLAN_HDD_TM_ATTR_DATA])
15616 {
15617 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15618 "%s Testmode INV DATA", __func__);
15619 return -EINVAL;
15620 }
15621
15622 buf = nla_data(tb[WLAN_HDD_TM_ATTR_DATA]);
15623 buf_len = nla_len(tb[WLAN_HDD_TM_ATTR_DATA]);
Amar Singhal05852702014-02-04 14:40:00 -080015624
15625 hb_params_temp =(tSirLPHBReq *)buf;
15626 if ((hb_params_temp->cmd == LPHB_SET_TCP_PARAMS_INDID) &&
15627 (hb_params_temp->params.lphbTcpParamReq.timePeriodSec == 0))
15628 return -EINVAL;
15629
Leo Chang9056f462013-08-01 19:21:11 -070015630 hb_params = (tSirLPHBReq *)vos_mem_malloc(sizeof(tSirLPHBReq));
15631 if (NULL == hb_params)
15632 {
15633 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15634 "%s Request Buffer Alloc Fail", __func__);
15635 return -EINVAL;
15636 }
15637
15638 vos_mem_copy(hb_params, buf, buf_len);
Leo Changd9df8aa2013-09-26 13:32:26 -070015639 smeStatus = sme_LPHBConfigReq((tHalHandle)(pHddCtx->hHal),
15640 hb_params,
15641 wlan_hdd_cfg80211_lphb_ind_handler);
15642 if (eHAL_STATUS_SUCCESS != smeStatus)
Leo Chang9056f462013-08-01 19:21:11 -070015643 {
Leo Changd9df8aa2013-09-26 13:32:26 -070015644 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15645 "LPHB Config Fail, disable");
Leo Chang9056f462013-08-01 19:21:11 -070015646 vos_mem_free(hb_params);
15647 }
Leo Chang9056f462013-08-01 19:21:11 -070015648 return 0;
15649 }
15650#endif /* FEATURE_WLAN_LPHB */
15651 default:
c_hpothu6ff1c3c2013-10-01 19:01:57 +053015652 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15653 "%s: unsupported event",__func__);
Leo Chang9056f462013-08-01 19:21:11 -070015654 return -EOPNOTSUPP;
15655 }
15656
15657 return err;
15658}
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053015659
15660static int wlan_hdd_cfg80211_testmode(struct wiphy *wiphy, void *data, int len)
15661{
15662 int ret;
15663
15664 vos_ssr_protect(__func__);
15665 ret = __wlan_hdd_cfg80211_testmode(wiphy, data, len);
15666 vos_ssr_unprotect(__func__);
15667
15668 return ret;
15669}
Leo Chang9056f462013-08-01 19:21:11 -070015670#endif /* CONFIG_NL80211_TESTMODE */
15671
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053015672static int __wlan_hdd_cfg80211_dump_survey(struct wiphy *wiphy,
Madan Mohan Koyyalamudid9383fd2013-08-13 09:27:30 +053015673 struct net_device *dev,
15674 int idx, struct survey_info *survey)
15675{
15676 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
15677 hdd_context_t *pHddCtx;
Mihir Sheted9072e02013-08-21 17:02:29 +053015678 hdd_station_ctx_t *pHddStaCtx;
Madan Mohan Koyyalamudid9383fd2013-08-13 09:27:30 +053015679 tHalHandle halHandle;
Mihir Sheted9072e02013-08-21 17:02:29 +053015680 v_U32_t channel = 0, freq = 0; /* Initialization Required */
Madan Mohan Koyyalamudid9383fd2013-08-13 09:27:30 +053015681 v_S7_t snr,rssi;
15682 int status, i, j, filled = 0;
15683
15684 ENTER();
15685
Madan Mohan Koyyalamudid9383fd2013-08-13 09:27:30 +053015686 if (NULL == pAdapter)
15687 {
15688 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
15689 "%s: HDD adapter is Null", __func__);
15690 return -ENODEV;
15691 }
15692
15693 if (NULL == wiphy)
15694 {
15695 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
15696 "%s: wiphy is Null", __func__);
15697 return -ENODEV;
15698 }
15699
15700 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
15701 status = wlan_hdd_validate_context(pHddCtx);
15702
15703 if (0 != status)
15704 {
15705 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15706 "%s: HDD context is not valid", __func__);
15707 return status;
15708 }
15709
Mihir Sheted9072e02013-08-21 17:02:29 +053015710 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
15711
Madan Mohan Koyyalamudid9383fd2013-08-13 09:27:30 +053015712 if (0 == pHddCtx->cfg_ini->fEnableSNRMonitoring ||
Mihir Sheted9072e02013-08-21 17:02:29 +053015713 0 != pAdapter->survey_idx ||
15714 eConnectionState_Associated != pHddStaCtx->conn_info.connState)
Madan Mohan Koyyalamudid9383fd2013-08-13 09:27:30 +053015715 {
15716 /* The survey dump ops when implemented completely is expected to
15717 * return a survey of all channels and the ops is called by the
15718 * kernel with incremental values of the argument 'idx' till it
15719 * returns -ENONET. But we can only support the survey for the
15720 * operating channel for now. survey_idx is used to track
15721 * that the ops is called only once and then return -ENONET for
15722 * the next iteration
15723 */
15724 pAdapter->survey_idx = 0;
15725 return -ENONET;
15726 }
15727
15728 halHandle = WLAN_HDD_GET_HAL_CTX(pAdapter);
15729
15730 wlan_hdd_get_snr(pAdapter, &snr);
15731 wlan_hdd_get_rssi(pAdapter, &rssi);
15732
15733 sme_GetOperationChannel(halHandle, &channel, pAdapter->sessionId);
15734 hdd_wlan_get_freq(channel, &freq);
15735
15736
15737 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
15738 {
15739 if (NULL == wiphy->bands[i])
15740 {
15741 VOS_TRACE(VOS_MODULE_ID_VOSS, VOS_TRACE_LEVEL_INFO,
15742 "%s: wiphy->bands[i] is NULL, i = %d", __func__, i);
15743 continue;
15744 }
15745
15746 for (j = 0; j < wiphy->bands[i]->n_channels; j++)
15747 {
15748 struct ieee80211_supported_band *band = wiphy->bands[i];
15749
15750 if (band->channels[j].center_freq == (v_U16_t)freq)
15751 {
15752 survey->channel = &band->channels[j];
15753 /* The Rx BDs contain SNR values in dB for the received frames
15754 * while the supplicant expects noise. So we calculate and
15755 * return the value of noise (dBm)
15756 * SNR (dB) = RSSI (dBm) - NOISE (dBm)
15757 */
15758 survey->noise = rssi - snr;
15759 survey->filled = SURVEY_INFO_NOISE_DBM;
15760 filled = 1;
15761 }
15762 }
15763 }
15764
15765 if (filled)
15766 pAdapter->survey_idx = 1;
15767 else
15768 {
15769 pAdapter->survey_idx = 0;
15770 return -ENONET;
15771 }
15772
15773 return 0;
15774}
15775
Mahesh A Saptasagar27574072014-06-17 13:39:04 +053015776static int wlan_hdd_cfg80211_dump_survey(struct wiphy *wiphy,
15777 struct net_device *dev,
15778 int idx, struct survey_info *survey)
15779{
15780 int ret;
15781
15782 vos_ssr_protect(__func__);
15783 ret = __wlan_hdd_cfg80211_dump_survey(wiphy, dev, idx, survey);
15784 vos_ssr_unprotect(__func__);
15785
15786 return ret;
15787}
15788
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015789/*
Mahesh A Saptasagarbcc5b662014-06-02 21:46:23 +053015790 * FUNCTION: __wlan_hdd_cfg80211_resume_wlan
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015791 * this is called when cfg80211 driver resume
15792 * driver updates latest sched_scan scan result(if any) to cfg80211 database
15793 */
Mahesh A Saptasagarbcc5b662014-06-02 21:46:23 +053015794int __wlan_hdd_cfg80211_resume_wlan(struct wiphy *wiphy)
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015795{
15796 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
15797 hdd_adapter_t *pAdapter;
15798 hdd_adapter_list_node_t *pAdapterNode, *pNext;
15799 VOS_STATUS status = VOS_STATUS_SUCCESS;
15800
15801 ENTER();
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053015802 if (0 != wlan_hdd_validate_context(pHddCtx))
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015803 {
15804 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Mahesh A Saptasagar74088392015-02-05 17:22:09 +053015805 "%s: Hdd Context is invalid", __func__);
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015806 return 0;
15807 }
15808
15809 spin_lock(&pHddCtx->schedScan_lock);
15810 pHddCtx->isWiphySuspended = FALSE;
15811 if (TRUE != pHddCtx->isSchedScanUpdatePending)
15812 {
15813 spin_unlock(&pHddCtx->schedScan_lock);
15814 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
15815 "%s: Return resume is not due to PNO indication", __func__);
15816 return 0;
15817 }
15818 // Reset flag to avoid updatating cfg80211 data old results again
15819 pHddCtx->isSchedScanUpdatePending = FALSE;
15820 spin_unlock(&pHddCtx->schedScan_lock);
15821
Mahesh A Saptasagarb9c50402014-01-16 15:49:22 +053015822
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015823 status = hdd_get_front_adapter ( pHddCtx, &pAdapterNode );
15824
15825 while ( NULL != pAdapterNode && VOS_STATUS_SUCCESS == status )
15826 {
15827 pAdapter = pAdapterNode->pAdapter;
15828 if ( (NULL != pAdapter) &&
15829 (WLAN_HDD_INFRA_STATION == pAdapter->device_mode) )
15830 {
15831 if (0 != wlan_hdd_cfg80211_update_bss(pHddCtx->wiphy, pAdapter))
Mahesh A Saptasagarb9c50402014-01-16 15:49:22 +053015832 {
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015833 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_WARN,
15834 "%s: NO SCAN result", __func__);
Mahesh A Saptasagarb9c50402014-01-16 15:49:22 +053015835 }
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015836 else
Mahesh A Saptasagarb9c50402014-01-16 15:49:22 +053015837 {
15838 /* Acquire wakelock to handle the case where APP's tries to
15839 * suspend immediately after updating the scan results. Whis
15840 * results in app's is in suspended state and not able to
15841 * process the connect request to AP
15842 */
15843 hdd_prevent_suspend_timeout(2000);
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015844 cfg80211_sched_scan_results(pHddCtx->wiphy);
Mahesh A Saptasagarb9c50402014-01-16 15:49:22 +053015845 }
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015846
15847 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
15848 "%s : cfg80211 scan result database updated", __func__);
15849
15850 return 0;
15851
15852 }
15853 status = hdd_get_next_adapter ( pHddCtx, pAdapterNode, &pNext );
15854 pAdapterNode = pNext;
15855 }
15856
15857 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
15858 "%s: Failed to find Adapter", __func__);
15859 return 0;
15860}
15861
Mahesh A Saptasagarbcc5b662014-06-02 21:46:23 +053015862int wlan_hdd_cfg80211_resume_wlan(struct wiphy *wiphy)
15863{
15864 int ret;
15865
15866 vos_ssr_protect(__func__);
15867 ret = __wlan_hdd_cfg80211_resume_wlan(wiphy);
15868 vos_ssr_unprotect(__func__);
15869
15870 return ret;
15871}
15872
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015873/*
Mahesh A Saptasagarbcc5b662014-06-02 21:46:23 +053015874 * FUNCTION: __wlan_hdd_cfg80211_suspend_wlan
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015875 * this is called when cfg80211 driver suspends
15876 */
Mahesh A Saptasagarbcc5b662014-06-02 21:46:23 +053015877int __wlan_hdd_cfg80211_suspend_wlan(struct wiphy *wiphy,
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015878 struct cfg80211_wowlan *wow)
15879{
15880 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +053015881 int ret = 0;
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015882
15883 ENTER();
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +053015884 ret = wlan_hdd_validate_context(pHddCtx);
15885 if (0 != ret)
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015886 {
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +053015887 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
15888 "%s: HDD context is not valid", __func__);
15889 return ret;
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015890 }
15891
Masti, Narayanraddic80e2bf2015-01-27 16:39:00 +053015892
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015893 pHddCtx->isWiphySuspended = TRUE;
15894
15895 EXIT();
15896
15897 return 0;
15898}
15899
Mahesh A Saptasagarbcc5b662014-06-02 21:46:23 +053015900int wlan_hdd_cfg80211_suspend_wlan(struct wiphy *wiphy,
15901 struct cfg80211_wowlan *wow)
15902{
15903 int ret;
15904
15905 vos_ssr_protect(__func__);
15906 ret = __wlan_hdd_cfg80211_suspend_wlan(wiphy, wow);
15907 vos_ssr_unprotect(__func__);
15908
15909 return ret;
15910}
Jeff Johnson295189b2012-06-20 16:38:30 -070015911/* cfg80211_ops */
Gopichand Nakkala747461f2013-04-24 19:24:45 +053015912static struct cfg80211_ops wlan_hdd_cfg80211_ops =
Jeff Johnson295189b2012-06-20 16:38:30 -070015913{
15914 .add_virtual_intf = wlan_hdd_add_virtual_intf,
15915 .del_virtual_intf = wlan_hdd_del_virtual_intf,
15916 .change_virtual_intf = wlan_hdd_cfg80211_change_iface,
15917 .change_station = wlan_hdd_change_station,
15918#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
15919 .add_beacon = wlan_hdd_cfg80211_add_beacon,
15920 .del_beacon = wlan_hdd_cfg80211_del_beacon,
15921 .set_beacon = wlan_hdd_cfg80211_set_beacon,
Jeff Johnson04dd8a82012-06-29 20:41:40 -070015922#else
15923 .start_ap = wlan_hdd_cfg80211_start_ap,
15924 .change_beacon = wlan_hdd_cfg80211_change_beacon,
15925 .stop_ap = wlan_hdd_cfg80211_stop_ap,
Jeff Johnson295189b2012-06-20 16:38:30 -070015926#endif
15927 .change_bss = wlan_hdd_cfg80211_change_bss,
15928 .add_key = wlan_hdd_cfg80211_add_key,
15929 .get_key = wlan_hdd_cfg80211_get_key,
15930 .del_key = wlan_hdd_cfg80211_del_key,
15931 .set_default_key = wlan_hdd_cfg80211_set_default_key,
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -080015932#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
Jeff Johnson295189b2012-06-20 16:38:30 -070015933 .set_channel = wlan_hdd_cfg80211_set_channel,
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -080015934#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070015935 .scan = wlan_hdd_cfg80211_scan,
15936 .connect = wlan_hdd_cfg80211_connect,
15937 .disconnect = wlan_hdd_cfg80211_disconnect,
15938 .join_ibss = wlan_hdd_cfg80211_join_ibss,
15939 .leave_ibss = wlan_hdd_cfg80211_leave_ibss,
15940 .set_wiphy_params = wlan_hdd_cfg80211_set_wiphy_params,
15941 .set_tx_power = wlan_hdd_cfg80211_set_txpower,
15942 .get_tx_power = wlan_hdd_cfg80211_get_txpower,
Jeff Johnson295189b2012-06-20 16:38:30 -070015943 .remain_on_channel = wlan_hdd_cfg80211_remain_on_channel,
15944 .cancel_remain_on_channel = wlan_hdd_cfg80211_cancel_remain_on_channel,
DARAM SUDHA39eede62014-02-12 11:16:40 +053015945 .mgmt_tx = wlan_hdd_mgmt_tx,
Jeff Johnson295189b2012-06-20 16:38:30 -070015946#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
15947 .mgmt_tx_cancel_wait = wlan_hdd_cfg80211_mgmt_tx_cancel_wait,
15948 .set_default_mgmt_key = wlan_hdd_set_default_mgmt_key,
15949 .set_txq_params = wlan_hdd_set_txq_params,
15950#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070015951 .get_station = wlan_hdd_cfg80211_get_station,
15952 .set_power_mgmt = wlan_hdd_cfg80211_set_power_mgmt,
15953 .del_station = wlan_hdd_cfg80211_del_station,
Jeff Johnson04dd8a82012-06-29 20:41:40 -070015954 .add_station = wlan_hdd_cfg80211_add_station,
15955#ifdef FEATURE_WLAN_LFR
15956 .set_pmksa = wlan_hdd_cfg80211_set_pmksa,
15957 .del_pmksa = wlan_hdd_cfg80211_del_pmksa,
15958 .flush_pmksa = wlan_hdd_cfg80211_flush_pmksa,
15959#endif
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -070015960#if defined(WLAN_FEATURE_VOWIFI_11R) && defined(KERNEL_SUPPORT_11R_CFG80211)
15961 .update_ft_ies = wlan_hdd_cfg80211_update_ft_ies,
15962#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -080015963#ifdef FEATURE_WLAN_TDLS
15964 .tdls_mgmt = wlan_hdd_cfg80211_tdls_mgmt,
15965 .tdls_oper = wlan_hdd_cfg80211_tdls_oper,
15966#endif
Gopichand Nakkala870cbae2013-03-15 21:16:09 +053015967#ifdef WLAN_FEATURE_GTK_OFFLOAD
15968 .set_rekey_data = wlan_hdd_cfg80211_set_rekey_data,
15969#endif /* WLAN_FEATURE_GTK_OFFLOAD */
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +053015970#ifdef FEATURE_WLAN_SCAN_PNO
15971 .sched_scan_start = wlan_hdd_cfg80211_sched_scan_start,
15972 .sched_scan_stop = wlan_hdd_cfg80211_sched_scan_stop,
15973#endif /*FEATURE_WLAN_SCAN_PNO */
Kamath Vinayak4000c9a2013-08-23 14:24:27 +053015974 .resume = wlan_hdd_cfg80211_resume_wlan,
15975 .suspend = wlan_hdd_cfg80211_suspend_wlan,
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +053015976 .set_mac_acl = wlan_hdd_cfg80211_set_mac_acl,
Leo Chang9056f462013-08-01 19:21:11 -070015977#ifdef WLAN_NL80211_TESTMODE
15978 .testmode_cmd = wlan_hdd_cfg80211_testmode,
15979#endif
Madan Mohan Koyyalamudid9383fd2013-08-13 09:27:30 +053015980 .dump_survey = wlan_hdd_cfg80211_dump_survey,
Jeff Johnson295189b2012-06-20 16:38:30 -070015981};
15982