blob: ac83b0a033f63cf8995b59c0bc79d49a6df4e233 [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
3 *
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*/
Jeff Johnson295189b2012-06-20 16:38:30 -070021
22/**========================================================================
23
24 \file wlan_hdd_cfg80211.c
25
26 \brief WLAN Host Device Driver implementation
27
Gopichand Nakkala747461f2013-04-24 19:24:45 +053028 Copyright 2008 (c) Qualcomm Technologies, Inc. All Rights Reserved.
Jeff Johnson295189b2012-06-20 16:38:30 -070029
Gopichand Nakkala747461f2013-04-24 19:24:45 +053030 Qualcomm Technologies Confidential and Proprietary.
Jeff Johnson295189b2012-06-20 16:38:30 -070031
32 ========================================================================*/
33
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070034/**=========================================================================
Jeff Johnson295189b2012-06-20 16:38:30 -070035
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070036 EDIT HISTORY FOR FILE
Jeff Johnson295189b2012-06-20 16:38:30 -070037
38
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070039 This section contains comments describing changes made to the module.
40 Notice that changes are listed in reverse chronological order.
Jeff Johnson295189b2012-06-20 16:38:30 -070041
42
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070043 $Header:$ $DateTime: $ $Author: $
Jeff Johnson295189b2012-06-20 16:38:30 -070044
45
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070046 when who what, where, why
Jeff Johnson295189b2012-06-20 16:38:30 -070047 -------- --- --------------------------------------------------------
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070048 21/12/09 Ashwani Created module.
Jeff Johnson295189b2012-06-20 16:38:30 -070049
50 07/06/10 Kumar Deepak Implemented cfg80211 callbacks for ANDROID
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -070051 Ganesh K
Jeff Johnson295189b2012-06-20 16:38:30 -070052 ==========================================================================*/
53
Jeff Johnson295189b2012-06-20 16:38:30 -070054
55#include <linux/version.h>
56#include <linux/module.h>
57#include <linux/kernel.h>
58#include <linux/init.h>
59#include <linux/wireless.h>
60#include <wlan_hdd_includes.h>
61#include <net/arp.h>
62#include <net/cfg80211.h>
63#include <linux/wireless.h>
64#include <wlan_hdd_wowl.h>
65#include <aniGlobal.h>
66#include "ccmApi.h"
67#include "sirParams.h"
68#include "dot11f.h"
69#include "wlan_hdd_assoc.h"
70#include "wlan_hdd_wext.h"
71#include "sme_Api.h"
72#include "wlan_hdd_p2p.h"
73#include "wlan_hdd_cfg80211.h"
74#include "wlan_hdd_hostapd.h"
75#include "sapInternal.h"
76#include "wlan_hdd_softap_tx_rx.h"
77#include "wlan_hdd_main.h"
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +053078#include "wlan_hdd_assoc.h"
Gopichand Nakkala20c4c042013-04-19 22:08:55 +053079#include "wlan_hdd_power.h"
Jeff Johnson295189b2012-06-20 16:38:30 -070080#ifdef WLAN_BTAMP_FEATURE
81#include "bap_hdd_misc.h"
82#endif
83#include <qc_sap_ioctl.h>
Mohit Khanna698ba2a2012-12-04 15:08:18 -080084#ifdef FEATURE_WLAN_TDLS
85#include "wlan_hdd_tdls.h"
86#endif
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +053087#include "wlan_nv.h"
Jeff Johnson295189b2012-06-20 16:38:30 -070088
89#define g_mode_rates_size (12)
90#define a_mode_rates_size (8)
91#define FREQ_BASE_80211G (2407)
92#define FREQ_BAND_DIFF_80211G (5)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070093#define MAX_SCAN_SSID 9
Jeff Johnson295189b2012-06-20 16:38:30 -070094#define GET_IE_LEN_IN_BSS_DESC(lenInBss) ( lenInBss + sizeof(lenInBss) - \
95 ((int) OFFSET_OF( tSirBssDescription, ieFields)))
96
97#define HDD2GHZCHAN(freq, chan, flag) { \
98 .band = IEEE80211_BAND_2GHZ, \
99 .center_freq = (freq), \
100 .hw_value = (chan),\
101 .flags = (flag), \
102 .max_antenna_gain = 0 ,\
103 .max_power = 30, \
104}
105
106#define HDD5GHZCHAN(freq, chan, flag) { \
107 .band = IEEE80211_BAND_5GHZ, \
108 .center_freq = (freq), \
109 .hw_value = (chan),\
110 .flags = (flag), \
111 .max_antenna_gain = 0 ,\
112 .max_power = 30, \
113}
114
115#define HDD_G_MODE_RATETAB(rate, rate_id, flag)\
116{\
117 .bitrate = rate, \
118 .hw_value = rate_id, \
119 .flags = flag, \
120}
121
Lee Hoonkic1262f22013-01-24 21:59:00 -0800122#ifndef WLAN_FEATURE_TDLS_DEBUG
123#define TDLS_LOG_LEVEL VOS_TRACE_LEVEL_INFO
124#else
125#define TDLS_LOG_LEVEL VOS_TRACE_LEVEL_ERROR
126#endif
127
Gopichand Nakkala356fb102013-03-06 12:34:04 +0530128#ifdef WLAN_FEATURE_VOWIFI_11R
129#define WLAN_AKM_SUITE_FT_8021X 0x000FAC03
130#define WLAN_AKM_SUITE_FT_PSK 0x000FAC04
131#endif
132
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530133static const u32 hdd_cipher_suites[] =
Jeff Johnson295189b2012-06-20 16:38:30 -0700134{
135 WLAN_CIPHER_SUITE_WEP40,
136 WLAN_CIPHER_SUITE_WEP104,
137 WLAN_CIPHER_SUITE_TKIP,
138#ifdef FEATURE_WLAN_CCX
139#define WLAN_CIPHER_SUITE_KRK 0x004096ff /* use for KRK */
140 WLAN_CIPHER_SUITE_KRK,
141 WLAN_CIPHER_SUITE_CCMP,
142#else
143 WLAN_CIPHER_SUITE_CCMP,
144#endif
145#ifdef FEATURE_WLAN_WAPI
146 WLAN_CIPHER_SUITE_SMS4,
147#endif
Chet Lanctot186b5732013-03-18 10:26:30 -0700148#ifdef WLAN_FEATURE_11W
149 WLAN_CIPHER_SUITE_AES_CMAC,
150#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700151};
152
153static inline int is_broadcast_ether_addr(const u8 *addr)
154{
155 return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) &&
156 (addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff));
157}
158
159static struct ieee80211_channel hdd_channels_2_4_GHZ[] =
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530160{
Jeff Johnson295189b2012-06-20 16:38:30 -0700161 HDD2GHZCHAN(2412, 1, 0) ,
162 HDD2GHZCHAN(2417, 2, 0) ,
163 HDD2GHZCHAN(2422, 3, 0) ,
164 HDD2GHZCHAN(2427, 4, 0) ,
165 HDD2GHZCHAN(2432, 5, 0) ,
166 HDD2GHZCHAN(2437, 6, 0) ,
167 HDD2GHZCHAN(2442, 7, 0) ,
168 HDD2GHZCHAN(2447, 8, 0) ,
169 HDD2GHZCHAN(2452, 9, 0) ,
170 HDD2GHZCHAN(2457, 10, 0) ,
171 HDD2GHZCHAN(2462, 11, 0) ,
172 HDD2GHZCHAN(2467, 12, 0) ,
173 HDD2GHZCHAN(2472, 13, 0) ,
174 HDD2GHZCHAN(2484, 14, 0) ,
175};
176
Jeff Johnson295189b2012-06-20 16:38:30 -0700177static struct ieee80211_channel hdd_social_channels_2_4_GHZ[] =
178{
179 HDD2GHZCHAN(2412, 1, 0) ,
180 HDD2GHZCHAN(2437, 6, 0) ,
181 HDD2GHZCHAN(2462, 11, 0) ,
182};
Jeff Johnson295189b2012-06-20 16:38:30 -0700183
184static struct ieee80211_channel hdd_channels_5_GHZ[] =
185{
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700186 HDD5GHZCHAN(4920, 240, 0) ,
187 HDD5GHZCHAN(4940, 244, 0) ,
188 HDD5GHZCHAN(4960, 248, 0) ,
189 HDD5GHZCHAN(4980, 252, 0) ,
190 HDD5GHZCHAN(5040, 208, 0) ,
191 HDD5GHZCHAN(5060, 212, 0) ,
192 HDD5GHZCHAN(5080, 216, 0) ,
Jeff Johnson295189b2012-06-20 16:38:30 -0700193 HDD5GHZCHAN(5180, 36, 0) ,
194 HDD5GHZCHAN(5200, 40, 0) ,
195 HDD5GHZCHAN(5220, 44, 0) ,
196 HDD5GHZCHAN(5240, 48, 0) ,
197 HDD5GHZCHAN(5260, 52, 0) ,
198 HDD5GHZCHAN(5280, 56, 0) ,
199 HDD5GHZCHAN(5300, 60, 0) ,
200 HDD5GHZCHAN(5320, 64, 0) ,
201 HDD5GHZCHAN(5500,100, 0) ,
202 HDD5GHZCHAN(5520,104, 0) ,
203 HDD5GHZCHAN(5540,108, 0) ,
204 HDD5GHZCHAN(5560,112, 0) ,
205 HDD5GHZCHAN(5580,116, 0) ,
206 HDD5GHZCHAN(5600,120, 0) ,
207 HDD5GHZCHAN(5620,124, 0) ,
208 HDD5GHZCHAN(5640,128, 0) ,
209 HDD5GHZCHAN(5660,132, 0) ,
210 HDD5GHZCHAN(5680,136, 0) ,
211 HDD5GHZCHAN(5700,140, 0) ,
212 HDD5GHZCHAN(5745,149, 0) ,
213 HDD5GHZCHAN(5765,153, 0) ,
214 HDD5GHZCHAN(5785,157, 0) ,
215 HDD5GHZCHAN(5805,161, 0) ,
216 HDD5GHZCHAN(5825,165, 0) ,
217};
218
219static struct ieee80211_rate g_mode_rates[] =
220{
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530221 HDD_G_MODE_RATETAB(10, 0x1, 0),
222 HDD_G_MODE_RATETAB(20, 0x2, 0),
223 HDD_G_MODE_RATETAB(55, 0x4, 0),
224 HDD_G_MODE_RATETAB(110, 0x8, 0),
225 HDD_G_MODE_RATETAB(60, 0x10, 0),
226 HDD_G_MODE_RATETAB(90, 0x20, 0),
227 HDD_G_MODE_RATETAB(120, 0x40, 0),
228 HDD_G_MODE_RATETAB(180, 0x80, 0),
229 HDD_G_MODE_RATETAB(240, 0x100, 0),
230 HDD_G_MODE_RATETAB(360, 0x200, 0),
231 HDD_G_MODE_RATETAB(480, 0x400, 0),
Jeff Johnson295189b2012-06-20 16:38:30 -0700232 HDD_G_MODE_RATETAB(540, 0x800, 0),
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530233};
Jeff Johnson295189b2012-06-20 16:38:30 -0700234
235static struct ieee80211_rate a_mode_rates[] =
236{
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530237 HDD_G_MODE_RATETAB(60, 0x10, 0),
238 HDD_G_MODE_RATETAB(90, 0x20, 0),
239 HDD_G_MODE_RATETAB(120, 0x40, 0),
240 HDD_G_MODE_RATETAB(180, 0x80, 0),
241 HDD_G_MODE_RATETAB(240, 0x100, 0),
242 HDD_G_MODE_RATETAB(360, 0x200, 0),
243 HDD_G_MODE_RATETAB(480, 0x400, 0),
Jeff Johnson295189b2012-06-20 16:38:30 -0700244 HDD_G_MODE_RATETAB(540, 0x800, 0),
245};
246
247static struct ieee80211_supported_band wlan_hdd_band_2_4_GHZ =
248{
249 .channels = hdd_channels_2_4_GHZ,
250 .n_channels = ARRAY_SIZE(hdd_channels_2_4_GHZ),
251 .band = IEEE80211_BAND_2GHZ,
252 .bitrates = g_mode_rates,
253 .n_bitrates = g_mode_rates_size,
254 .ht_cap.ht_supported = 1,
255 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
256 | IEEE80211_HT_CAP_GRN_FLD
257 | IEEE80211_HT_CAP_DSSSCCK40
258 | IEEE80211_HT_CAP_LSIG_TXOP_PROT,
259 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
260 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
261 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
262 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
263 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
264};
265
Jeff Johnson295189b2012-06-20 16:38:30 -0700266static struct ieee80211_supported_band wlan_hdd_band_p2p_2_4_GHZ =
267{
268 .channels = hdd_social_channels_2_4_GHZ,
269 .n_channels = ARRAY_SIZE(hdd_social_channels_2_4_GHZ),
270 .band = IEEE80211_BAND_2GHZ,
271 .bitrates = g_mode_rates,
272 .n_bitrates = g_mode_rates_size,
273 .ht_cap.ht_supported = 1,
274 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
275 | IEEE80211_HT_CAP_GRN_FLD
276 | IEEE80211_HT_CAP_DSSSCCK40
277 | IEEE80211_HT_CAP_LSIG_TXOP_PROT,
278 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
279 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
280 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
281 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
282 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
283};
Jeff Johnson295189b2012-06-20 16:38:30 -0700284
285static struct ieee80211_supported_band wlan_hdd_band_5_GHZ =
286{
287 .channels = hdd_channels_5_GHZ,
288 .n_channels = ARRAY_SIZE(hdd_channels_5_GHZ),
289 .band = IEEE80211_BAND_5GHZ,
290 .bitrates = a_mode_rates,
291 .n_bitrates = a_mode_rates_size,
292 .ht_cap.ht_supported = 1,
293 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
294 | IEEE80211_HT_CAP_GRN_FLD
295 | IEEE80211_HT_CAP_DSSSCCK40
296 | IEEE80211_HT_CAP_LSIG_TXOP_PROT
297 | IEEE80211_HT_CAP_SGI_40
298 | IEEE80211_HT_CAP_SUP_WIDTH_20_40,
299 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
300 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
301 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
302 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
303 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
304};
305
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530306/* This structure contain information what kind of frame are expected in
Jeff Johnson295189b2012-06-20 16:38:30 -0700307 TX/RX direction for each kind of interface */
308static const struct ieee80211_txrx_stypes
309wlan_hdd_txrx_stypes[NUM_NL80211_IFTYPES] = {
310 [NL80211_IFTYPE_STATION] = {
311 .tx = 0xffff,
312 .rx = BIT(SIR_MAC_MGMT_ACTION) |
313 BIT(SIR_MAC_MGMT_PROBE_REQ),
314 },
315 [NL80211_IFTYPE_AP] = {
316 .tx = 0xffff,
317 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
318 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
319 BIT(SIR_MAC_MGMT_PROBE_REQ) |
320 BIT(SIR_MAC_MGMT_DISASSOC) |
321 BIT(SIR_MAC_MGMT_AUTH) |
322 BIT(SIR_MAC_MGMT_DEAUTH) |
323 BIT(SIR_MAC_MGMT_ACTION),
324 },
Jeff Johnsonbc006202013-04-29 14:05:30 -0700325 [NL80211_IFTYPE_ADHOC] = {
326 .tx = 0xffff,
327 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
328 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
329 BIT(SIR_MAC_MGMT_PROBE_REQ) |
330 BIT(SIR_MAC_MGMT_DISASSOC) |
331 BIT(SIR_MAC_MGMT_AUTH) |
332 BIT(SIR_MAC_MGMT_DEAUTH) |
333 BIT(SIR_MAC_MGMT_ACTION),
334 },
Jeff Johnson295189b2012-06-20 16:38:30 -0700335 [NL80211_IFTYPE_P2P_CLIENT] = {
336 .tx = 0xffff,
337 .rx = BIT(SIR_MAC_MGMT_ACTION) |
338 BIT(SIR_MAC_MGMT_PROBE_REQ),
339 },
340 [NL80211_IFTYPE_P2P_GO] = {
341 /* This is also same as for SoftAP */
342 .tx = 0xffff,
343 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
344 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
345 BIT(SIR_MAC_MGMT_PROBE_REQ) |
346 BIT(SIR_MAC_MGMT_DISASSOC) |
347 BIT(SIR_MAC_MGMT_AUTH) |
348 BIT(SIR_MAC_MGMT_DEAUTH) |
349 BIT(SIR_MAC_MGMT_ACTION),
350 },
Jeff Johnson295189b2012-06-20 16:38:30 -0700351};
352
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800353#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800354static const struct ieee80211_iface_limit
355wlan_hdd_iface_limit[] = {
356 {
Sunil Ravia72c3992013-01-31 06:12:22 -0800357 /* max = 3 ; Our driver create two interfaces during driver init
358 * wlan0 and p2p0 interfaces. p2p0 is considered as station
359 * interface until a group is formed. In JB architecture, once the
360 * group is formed, interface type of p2p0 is changed to P2P GO or
361 * Client.
362 * When supplicant remove the group, it first issue a set interface
363 * cmd to change the mode back to Station. In JB this works fine as
364 * we advertize two station type interface during driver init.
365 * Some vendors create separate interface for P2P GO/Client,
366 * after group formation(Third one). But while group remove
367 * supplicant first tries to change the mode(3rd interface) to STATION
368 * But as we advertized only two sta type interfaces nl80211 was
369 * returning error for the third one which was leading to failure in
370 * delete interface. Ideally while removing the group, supplicant
371 * should not try to change the 3rd interface mode to Station type.
372 * Till we get a fix in wpa_supplicant, we advertize max STA
373 * interface type to 3
374 */
375 .max = 3,
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800376 .types = BIT(NL80211_IFTYPE_STATION),
377 },
378 {
379 .max = 1,
Jeff Johnsonbc006202013-04-29 14:05:30 -0700380 .types = BIT(NL80211_IFTYPE_ADHOC) | BIT(NL80211_IFTYPE_AP),
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800381 },
382 {
383 .max = 1,
384 .types = BIT(NL80211_IFTYPE_P2P_GO) |
385 BIT(NL80211_IFTYPE_P2P_CLIENT),
386 },
387};
388
389/* By default, only single channel concurrency is allowed */
390static struct ieee80211_iface_combination
391wlan_hdd_iface_combination = {
392 .limits = wlan_hdd_iface_limit,
393 .num_different_channels = 1,
Sunil Ravia72c3992013-01-31 06:12:22 -0800394 /*
395 * max = WLAN_MAX_INTERFACES ; JellyBean architecture creates wlan0
396 * and p2p0 interfaces during driver init
397 * Some vendors create separate interface for P2P operations.
398 * wlan0: STA interface
399 * p2p0: P2P Device interface, action frames goes
400 * through this interface.
401 * p2p-xx: P2P interface, After GO negotiation this interface is
402 * created for p2p operations(GO/CLIENT interface).
403 */
404 .max_interfaces = WLAN_MAX_INTERFACES,
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800405 .n_limits = ARRAY_SIZE(wlan_hdd_iface_limit),
406 .beacon_int_infra_match = false,
407};
408#endif
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800409
Jeff Johnson295189b2012-06-20 16:38:30 -0700410static struct cfg80211_ops wlan_hdd_cfg80211_ops;
411
412/* Data rate 100KBPS based on IE Index */
413struct index_data_rate_type
414{
415 v_U8_t beacon_rate_index;
416 v_U16_t supported_rate[4];
417};
418
419/* 11B, 11G Rate table include Basic rate and Extended rate
420 The IDX field is the rate index
421 The HI field is the rate when RSSI is strong or being ignored
422 (in this case we report actual rate)
423 The MID field is the rate when RSSI is moderate
424 (in this case we cap 11b rates at 5.5 and 11g rates at 24)
425 The LO field is the rate when RSSI is low
426 (in this case we don't report rates, actual current rate used)
427 */
428static const struct
429{
430 v_U8_t beacon_rate_index;
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -0700431 v_U16_t supported_rate[4];
Jeff Johnson295189b2012-06-20 16:38:30 -0700432} supported_data_rate[] =
433{
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -0700434/* IDX HI HM LM LO (RSSI-based index */
435 {2, { 10, 10, 10, 0}},
436 {4, { 20, 20, 10, 0}},
437 {11, { 55, 20, 10, 0}},
438 {12, { 60, 55, 20, 0}},
439 {18, { 90, 55, 20, 0}},
440 {22, {110, 55, 20, 0}},
441 {24, {120, 90, 60, 0}},
442 {36, {180, 120, 60, 0}},
443 {44, {220, 180, 60, 0}},
444 {48, {240, 180, 90, 0}},
445 {66, {330, 180, 90, 0}},
446 {72, {360, 240, 90, 0}},
447 {96, {480, 240, 120, 0}},
448 {108, {540, 240, 120, 0}}
Jeff Johnson295189b2012-06-20 16:38:30 -0700449};
450
451/* MCS Based rate table */
452static struct index_data_rate_type supported_mcs_rate[] =
453{
454/* MCS L20 L40 S20 S40 */
455 {0, {65, 135, 72, 150}},
456 {1, {130, 270, 144, 300}},
457 {2, {195, 405, 217, 450}},
458 {3, {260, 540, 289, 600}},
459 {4, {390, 810, 433, 900}},
460 {5, {520, 1080, 578, 1200}},
461 {6, {585, 1215, 650, 1350}},
462 {7, {650, 1350, 722, 1500}}
463};
464
Leo Chang6f8870f2013-03-26 18:11:36 -0700465#ifdef WLAN_FEATURE_11AC
466
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530467#define DATA_RATE_11AC_MCS_MASK 0x03
Leo Chang6f8870f2013-03-26 18:11:36 -0700468
469struct index_vht_data_rate_type
470{
471 v_U8_t beacon_rate_index;
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530472 v_U16_t supported_VHT80_rate[2];
473 v_U16_t supported_VHT40_rate[2];
474 v_U16_t supported_VHT20_rate[2];
Leo Chang6f8870f2013-03-26 18:11:36 -0700475};
476
477typedef enum
478{
479 DATA_RATE_11AC_MAX_MCS_7,
480 DATA_RATE_11AC_MAX_MCS_8,
481 DATA_RATE_11AC_MAX_MCS_9,
482 DATA_RATE_11AC_MAX_MCS_NA
483} eDataRate11ACMaxMcs;
484
485/* MCS Based VHT rate table */
486static struct index_vht_data_rate_type supported_vht_mcs_rate[] =
487{
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530488/* MCS L80 S80 L40 S40 L20 S40*/
489 {0, {293, 325}, {135, 150}, {65, 72}},
490 {1, {585, 650}, {270, 300}, {130, 144}},
491 {2, {878, 975}, {405, 450}, {195, 217}},
492 {3, {1170, 1300}, {540, 600}, {260, 289}},
493 {4, {1755, 1950}, {810, 900}, {390, 433}},
494 {5, {2340, 2600}, {1080, 1200}, {520, 578}},
495 {6, {2633, 2925}, {1215, 1350}, {585, 650}},
496 {7, {2925, 3250}, {1350, 1500}, {650, 722}},
497 {8, {3510, 3900}, {1620, 1800}, {780, 867}},
498 {9, {3900, 4333}, {1800, 2000}, {780, 867}}
Leo Chang6f8870f2013-03-26 18:11:36 -0700499};
500#endif /* WLAN_FEATURE_11AC */
501
Jeff Johnson295189b2012-06-20 16:38:30 -0700502extern struct net_device_ops net_ops_struct;
503
504/*
505 * FUNCTION: wlan_hdd_cfg80211_init
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530506 * This function is called by hdd_wlan_startup()
507 * during initialization.
Jeff Johnson295189b2012-06-20 16:38:30 -0700508 * This function is used to initialize and register wiphy structure.
509 */
510struct wiphy *wlan_hdd_cfg80211_init(int priv_size)
511{
512 struct wiphy *wiphy;
513 ENTER();
514
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530515 /*
516 * Create wiphy device
Jeff Johnson295189b2012-06-20 16:38:30 -0700517 */
518 wiphy = wiphy_new(&wlan_hdd_cfg80211_ops, priv_size);
519
520 if (!wiphy)
521 {
522 /* Print error and jump into err label and free the memory */
523 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: wiphy init failed", __func__);
524 return NULL;
525 }
526
527 return wiphy;
528}
529
530/*
531 * FUNCTION: wlan_hdd_cfg80211_update_band
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530532 * This function is called from the supplicant through a
Jeff Johnson295189b2012-06-20 16:38:30 -0700533 * private ioctl to change the band value
534 */
535int wlan_hdd_cfg80211_update_band(struct wiphy *wiphy, eCsrBand eBand)
536{
Jeff Johnsone7245742012-09-05 17:12:55 -0700537 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -0700538 switch(eBand)
539 {
540 case eCSR_BAND_24:
541 wiphy->bands[IEEE80211_BAND_2GHZ] = &wlan_hdd_band_2_4_GHZ;
542 wiphy->bands[IEEE80211_BAND_5GHZ] = NULL;
543 break;
544 case eCSR_BAND_5G:
Madan Mohan Koyyalamudi6f6390c2012-09-24 13:57:46 -0700545 wiphy->bands[IEEE80211_BAND_2GHZ] = &wlan_hdd_band_p2p_2_4_GHZ;
Jeff Johnson295189b2012-06-20 16:38:30 -0700546 wiphy->bands[IEEE80211_BAND_5GHZ] = &wlan_hdd_band_5_GHZ;
547 break;
548 case eCSR_BAND_ALL:
549 default:
550 wiphy->bands[IEEE80211_BAND_2GHZ] = &wlan_hdd_band_2_4_GHZ;
551 wiphy->bands[IEEE80211_BAND_5GHZ] = &wlan_hdd_band_5_GHZ;
552 }
553 return 0;
554}
555/*
556 * FUNCTION: wlan_hdd_cfg80211_init
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530557 * This function is called by hdd_wlan_startup()
558 * during initialization.
Jeff Johnson295189b2012-06-20 16:38:30 -0700559 * This function is used to initialize and register wiphy structure.
560 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530561int wlan_hdd_cfg80211_register(struct device *dev,
Jeff Johnson295189b2012-06-20 16:38:30 -0700562 struct wiphy *wiphy,
563 hdd_config_t *pCfg
564 )
565{
Jeff Johnsone7245742012-09-05 17:12:55 -0700566 ENTER();
567
Jeff Johnson295189b2012-06-20 16:38:30 -0700568 /* Now bind the underlying wlan device with wiphy */
569 set_wiphy_dev(wiphy, dev);
570
571 wiphy->mgmt_stypes = wlan_hdd_txrx_stypes;
572
Madan Mohan Koyyalamudi1b4afb02012-10-22 15:25:16 -0700573 wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY;
Jeff Johnson295189b2012-06-20 16:38:30 -0700574
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700575#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Madan Mohan Koyyalamudi1b4afb02012-10-22 15:25:16 -0700576 wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME
577 | WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD
578 | WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL
Jeff Johnsone7245742012-09-05 17:12:55 -0700579 | WIPHY_FLAG_OFFCHAN_TX;
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700580#endif
Srinivas Girigowda640728a2013-03-28 12:21:54 -0700581#if defined (WLAN_FEATURE_VOWIFI_11R) || defined (FEATURE_WLAN_CCX) || defined(FEATURE_WLAN_LFR)
582 if (pCfg->isFastTransitionEnabled
James Zmuda77fb5ae2013-01-29 08:00:17 -0800583#ifdef FEATURE_WLAN_LFR
Srinivas Girigowda640728a2013-03-28 12:21:54 -0700584 || pCfg->isFastRoamIniFeatureEnabled
585#endif
586#ifdef FEATURE_WLAN_CCX
587 || pCfg->isCcxIniFeatureEnabled
588#endif
589 )
590 {
591 wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM;
592 }
James Zmuda77fb5ae2013-01-29 08:00:17 -0800593#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -0800594#ifdef FEATURE_WLAN_TDLS
595 wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS
596 | WIPHY_FLAG_TDLS_EXTERNAL_SETUP;
597#endif
598
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700599 /* even with WIPHY_FLAG_CUSTOM_REGULATORY,
600 driver can still register regulatory callback and
601 it will get CRDA setting in wiphy->band[], but
602 driver need to determine what to do with both
603 regulatory settings */
604 wiphy->reg_notifier = wlan_hdd_crda_reg_notifier;
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700605
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530606 wiphy->max_scan_ssids = MAX_SCAN_SSID;
607
Jeff Johnson295189b2012-06-20 16:38:30 -0700608 wiphy->max_scan_ie_len = 200 ; //TODO: define a macro
609
610 /* Supports STATION & AD-HOC modes right now */
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530611 wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -0700612 | BIT(NL80211_IFTYPE_ADHOC)
Jeff Johnson295189b2012-06-20 16:38:30 -0700613 | BIT(NL80211_IFTYPE_P2P_CLIENT)
614 | BIT(NL80211_IFTYPE_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -0700615 | BIT(NL80211_IFTYPE_AP);
616
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800617#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800618 if( pCfg->enableMCC )
619 {
620 /* Currently, supports up to two channels */
621 wlan_hdd_iface_combination.num_different_channels = 2;
622
623 if( !pCfg->allowMCCGODiffBI )
624 wlan_hdd_iface_combination.beacon_int_infra_match = true;
625
626 }
627 wiphy->iface_combinations = &wlan_hdd_iface_combination;
628 wiphy->n_iface_combinations = 1;
629#endif
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800630
Jeff Johnson295189b2012-06-20 16:38:30 -0700631 /* Before registering we need to update the ht capabilitied based
632 * on ini values*/
633 if( !pCfg->ShortGI20MhzEnable )
634 {
635 wlan_hdd_band_2_4_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
636 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
637 wlan_hdd_band_p2p_2_4_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
638 }
639
640 if( !pCfg->ShortGI40MhzEnable )
641 {
642 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_40;
643 }
644
645 if( !pCfg->nChannelBondingMode5GHz )
646 {
647 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SUP_WIDTH_20_40;
648 }
649
650 /*Initialize band capability*/
651 switch(pCfg->nBandCapability)
652 {
653 case eCSR_BAND_24:
654 wiphy->bands[IEEE80211_BAND_2GHZ] = &wlan_hdd_band_2_4_GHZ;
655 break;
656 case eCSR_BAND_5G:
Jeff Johnson295189b2012-06-20 16:38:30 -0700657 wiphy->bands[IEEE80211_BAND_2GHZ] = &wlan_hdd_band_p2p_2_4_GHZ;
Jeff Johnson295189b2012-06-20 16:38:30 -0700658 wiphy->bands[IEEE80211_BAND_5GHZ] = &wlan_hdd_band_5_GHZ;
659 break;
660 case eCSR_BAND_ALL:
661 default:
662 wiphy->bands[IEEE80211_BAND_2GHZ] = &wlan_hdd_band_2_4_GHZ;
663 wiphy->bands[IEEE80211_BAND_5GHZ] = &wlan_hdd_band_5_GHZ;
664 }
665 /*Initialise the supported cipher suite details*/
666 wiphy->cipher_suites = hdd_cipher_suites;
667 wiphy->n_cipher_suites = ARRAY_SIZE(hdd_cipher_suites);
668
669 /*signal strength in mBm (100*dBm) */
670 wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM;
671
672#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Jeff Johnson295189b2012-06-20 16:38:30 -0700673 wiphy->max_remain_on_channel_duration = 1000;
674#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700675
676 /* Register our wiphy dev with cfg80211 */
677 if (0 > wiphy_register(wiphy))
678 {
679 /* print eror */
680 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: wiphy register failed", __func__);
681 return -EIO;
682 }
683
684 EXIT();
685 return 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530686}
Jeff Johnson295189b2012-06-20 16:38:30 -0700687
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700688/* In this function we will try to get default country code from crda.
689 If the gCrdaDefaultCountryCode is configured in ini file,
690 we will try to call user space crda to get the regulatory settings for
691 that country. We will timeout if we can't get it from crda.
692 It's called by hdd_wlan_startup() after wlan_hdd_cfg80211_register.
693*/
694int wlan_hdd_get_crda_regd_entry(struct wiphy *wiphy, hdd_config_t *pCfg)
695{
696 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
697 if (memcmp(pCfg->crdaDefaultCountryCode,
698 CFG_CRDA_DEFAULT_COUNTRY_CODE_DEFAULT , 2) != 0)
699 {
700 init_completion(&pHddCtx->driver_crda_req);
701 regulatory_hint(wiphy, pCfg->crdaDefaultCountryCode);
702 wait_for_completion_interruptible_timeout(&pHddCtx->driver_crda_req,
703 CRDA_WAIT_TIME);
Yunsen Wange3ba1fb2013-04-05 15:04:43 -0700704 /* if the country is not found from current regulatory.bin,
705 fall back to world domain */
706 if (is_crda_regulatory_entry_valid() == VOS_FALSE)
707 crda_regulatory_entry_default(pCfg->crdaDefaultCountryCode, NUM_REG_DOMAINS-1);
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700708 }
709 return 0;
710}
711
Jeff Johnson295189b2012-06-20 16:38:30 -0700712/* In this function we will do all post VOS start initialization.
713 In this function we will register for all frame in which supplicant
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530714 is interested.
Jeff Johnson295189b2012-06-20 16:38:30 -0700715*/
716void wlan_hdd_cfg80211_post_voss_start(hdd_adapter_t* pAdapter)
717{
Jeff Johnson295189b2012-06-20 16:38:30 -0700718 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
719 /* Register for all P2P action, public action etc frames */
720 v_U16_t type = (SIR_MAC_MGMT_FRAME << 2) | ( SIR_MAC_MGMT_ACTION << 4);
721
Jeff Johnsone7245742012-09-05 17:12:55 -0700722 ENTER();
723
Jeff Johnson295189b2012-06-20 16:38:30 -0700724 /* Right now we are registering these frame when driver is getting
725 initialized. Once we will move to 2.6.37 kernel, in which we have
726 frame register ops, we will move this code as a part of that */
727 /* GAS Initial Request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530728 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
Jeff Johnson295189b2012-06-20 16:38:30 -0700729 (v_U8_t*)GAS_INITIAL_REQ, GAS_INITIAL_REQ_SIZE );
730
731 /* GAS Initial Response */
732 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
733 (v_U8_t*)GAS_INITIAL_RSP, GAS_INITIAL_RSP_SIZE );
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530734
Jeff Johnson295189b2012-06-20 16:38:30 -0700735 /* GAS Comeback Request */
736 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
737 (v_U8_t*)GAS_COMEBACK_REQ, GAS_COMEBACK_REQ_SIZE );
738
739 /* GAS Comeback Response */
740 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
741 (v_U8_t*)GAS_COMEBACK_RSP, GAS_COMEBACK_RSP_SIZE );
742
743 /* P2P Public Action */
744 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530745 (v_U8_t*)P2P_PUBLIC_ACTION_FRAME,
Jeff Johnson295189b2012-06-20 16:38:30 -0700746 P2P_PUBLIC_ACTION_FRAME_SIZE );
747
748 /* P2P Action */
749 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
750 (v_U8_t*)P2P_ACTION_FRAME,
751 P2P_ACTION_FRAME_SIZE );
Chet Lanctot186b5732013-03-18 10:26:30 -0700752
Gopichand Nakkalae3d56e72013-04-21 23:33:32 +0530753 /* WNM BSS Transition Request frame */
754 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
755 (v_U8_t*)WNM_BSS_ACTION_FRAME,
756 WNM_BSS_ACTION_FRAME_SIZE );
757
Chet Lanctot186b5732013-03-18 10:26:30 -0700758#ifdef WLAN_FEATURE_11W
759 /* SA Query Response Action Frame */
760 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
761 (v_U8_t*)SA_QUERY_FRAME_RSP,
762 SA_QUERY_FRAME_RSP_SIZE );
763#endif /* WLAN_FEATURE_11W */
Jeff Johnson295189b2012-06-20 16:38:30 -0700764}
765
766void wlan_hdd_cfg80211_pre_voss_stop(hdd_adapter_t* pAdapter)
767{
Jeff Johnson295189b2012-06-20 16:38:30 -0700768 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
769 /* Register for all P2P action, public action etc frames */
770 v_U16_t type = (SIR_MAC_MGMT_FRAME << 2) | ( SIR_MAC_MGMT_ACTION << 4);
771
Jeff Johnsone7245742012-09-05 17:12:55 -0700772 ENTER();
773
Jeff Johnson295189b2012-06-20 16:38:30 -0700774 /* Right now we are registering these frame when driver is getting
775 initialized. Once we will move to 2.6.37 kernel, in which we have
776 frame register ops, we will move this code as a part of that */
777 /* GAS Initial Request */
778
779 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
780 (v_U8_t*)GAS_INITIAL_REQ, GAS_INITIAL_REQ_SIZE );
781
782 /* GAS Initial Response */
783 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
784 (v_U8_t*)GAS_INITIAL_RSP, GAS_INITIAL_RSP_SIZE );
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530785
Jeff Johnson295189b2012-06-20 16:38:30 -0700786 /* GAS Comeback Request */
787 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
788 (v_U8_t*)GAS_COMEBACK_REQ, GAS_COMEBACK_REQ_SIZE );
789
790 /* GAS Comeback Response */
791 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
792 (v_U8_t*)GAS_COMEBACK_RSP, GAS_COMEBACK_RSP_SIZE );
793
794 /* P2P Public Action */
795 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530796 (v_U8_t*)P2P_PUBLIC_ACTION_FRAME,
Jeff Johnson295189b2012-06-20 16:38:30 -0700797 P2P_PUBLIC_ACTION_FRAME_SIZE );
798
799 /* P2P Action */
800 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
801 (v_U8_t*)P2P_ACTION_FRAME,
802 P2P_ACTION_FRAME_SIZE );
Chet Lanctot186b5732013-03-18 10:26:30 -0700803
804#ifdef WLAN_FEATURE_11W
805 /* SA Query Response Action Frame */
806 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
807 (v_U8_t*)SA_QUERY_FRAME_RSP,
808 SA_QUERY_FRAME_RSP_SIZE );
809#endif /* WLAN_FEATURE_11W */
Jeff Johnson295189b2012-06-20 16:38:30 -0700810}
811
812#ifdef FEATURE_WLAN_WAPI
813void wlan_hdd_cfg80211_set_key_wapi(hdd_adapter_t* pAdapter, u8 key_index,
814 const u8 *mac_addr, u8 *key , int key_Len)
815{
816 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
817 tCsrRoamSetKey setKey;
818 v_BOOL_t isConnected = TRUE;
819 int status = 0;
820 v_U32_t roamId= 0xFF;
821 tANI_U8 *pKeyPtr = NULL;
822 int n = 0;
823
824 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
825 __func__,pAdapter->device_mode);
826
Gopichand Nakkalae7480202013-02-11 15:24:22 +0530827 vos_mem_zero(&setKey, sizeof(tCsrRoamSetKey));
Jeff Johnson295189b2012-06-20 16:38:30 -0700828 setKey.keyId = key_index; // Store Key ID
829 setKey.encType = eCSR_ENCRYPT_TYPE_WPI; // SET WAPI Encryption
830 setKey.keyDirection = eSIR_TX_RX; // Key Directionn both TX and RX
831 setKey.paeRole = 0 ; // the PAE role
832 if (!mac_addr || is_broadcast_ether_addr(mac_addr))
833 {
834 vos_set_macaddr_broadcast( (v_MACADDR_t *)setKey.peerMac );
835 }
836 else
837 {
838 isConnected = hdd_connIsConnected(pHddStaCtx);
839 vos_mem_copy(setKey.peerMac,&pHddStaCtx->conn_info.bssId,WNI_CFG_BSSID_LEN);
840 }
841 setKey.keyLength = key_Len;
842 pKeyPtr = setKey.Key;
843 memcpy( pKeyPtr, key, key_Len);
844
845 hddLog(VOS_TRACE_LEVEL_INFO,"\n%s: WAPI KEY LENGTH:0x%04x",
846 __func__, key_Len);
847 for (n = 0 ; n < key_Len; n++)
848 hddLog(VOS_TRACE_LEVEL_INFO, "%s WAPI KEY Data[%d]:%02x ",
849 __func__,n,setKey.Key[n]);
850
851 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
852 if ( isConnected )
853 {
854 status= sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
855 pAdapter->sessionId, &setKey, &roamId );
856 }
857 if ( status != 0 )
858 {
859 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
860 "[%4d] sme_RoamSetKey returned ERROR status= %d",
861 __LINE__, status );
862 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
863 }
864}
865#endif /* FEATURE_WLAN_WAPI*/
866
867#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530868int wlan_hdd_cfg80211_alloc_new_beacon(hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -0700869 beacon_data_t **ppBeacon,
870 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700871#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530872int wlan_hdd_cfg80211_alloc_new_beacon(hdd_adapter_t *pAdapter,
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700873 beacon_data_t **ppBeacon,
874 struct cfg80211_beacon_data *params,
875 int dtim_period)
876#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530877{
Jeff Johnson295189b2012-06-20 16:38:30 -0700878 int size;
879 beacon_data_t *beacon = NULL;
880 beacon_data_t *old = NULL;
881 int head_len,tail_len;
882
Jeff Johnsone7245742012-09-05 17:12:55 -0700883 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -0700884 if (params->head && !params->head_len)
885 return -EINVAL;
886
887 old = pAdapter->sessionCtx.ap.beacon;
888
889 if (!params->head && !old)
890 return -EINVAL;
891
892 if (params->tail && !params->tail_len)
893 return -EINVAL;
894
895#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,38))
896 /* Kernel 3.0 is not updating dtim_period for set beacon */
897 if (!params->dtim_period)
898 return -EINVAL;
899#endif
900
901 if(params->head)
902 head_len = params->head_len;
903 else
904 head_len = old->head_len;
905
906 if(params->tail || !old)
907 tail_len = params->tail_len;
908 else
909 tail_len = old->tail_len;
910
911 size = sizeof(beacon_data_t) + head_len + tail_len;
912
913 beacon = kzalloc(size, GFP_KERNEL);
914
915 if( beacon == NULL )
916 return -ENOMEM;
917
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700918#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -0700919 if(params->dtim_period || !old )
920 beacon->dtim_period = params->dtim_period;
921 else
922 beacon->dtim_period = old->dtim_period;
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700923#else
924 if(dtim_period || !old )
925 beacon->dtim_period = dtim_period;
926 else
927 beacon->dtim_period = old->dtim_period;
928#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530929
Jeff Johnson295189b2012-06-20 16:38:30 -0700930 beacon->head = ((u8 *) beacon) + sizeof(beacon_data_t);
931 beacon->tail = beacon->head + head_len;
932 beacon->head_len = head_len;
933 beacon->tail_len = tail_len;
934
935 if(params->head) {
936 memcpy (beacon->head,params->head,beacon->head_len);
937 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530938 else {
Jeff Johnson295189b2012-06-20 16:38:30 -0700939 if(old)
940 memcpy (beacon->head,old->head,beacon->head_len);
941 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530942
Jeff Johnson295189b2012-06-20 16:38:30 -0700943 if(params->tail) {
944 memcpy (beacon->tail,params->tail,beacon->tail_len);
945 }
946 else {
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530947 if(old)
Jeff Johnson295189b2012-06-20 16:38:30 -0700948 memcpy (beacon->tail,old->tail,beacon->tail_len);
949 }
950
951 *ppBeacon = beacon;
952
953 kfree(old);
954
955 return 0;
956
957}
Jeff Johnson295189b2012-06-20 16:38:30 -0700958
959v_U8_t* wlan_hdd_cfg80211_get_ie_ptr(v_U8_t *pIes, int length, v_U8_t eid)
960{
961 int left = length;
962 v_U8_t *ptr = pIes;
963 v_U8_t elem_id,elem_len;
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530964
Jeff Johnson295189b2012-06-20 16:38:30 -0700965 while(left >= 2)
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530966 {
Jeff Johnson295189b2012-06-20 16:38:30 -0700967 elem_id = ptr[0];
968 elem_len = ptr[1];
969 left -= 2;
970 if(elem_len > left)
971 {
972 hddLog(VOS_TRACE_LEVEL_FATAL,
Madan Mohan Koyyalamudi8bdd3112012-09-24 13:55:14 -0700973 FL("****Invalid IEs eid = %d elem_len=%d left=%d*****"),
Jeff Johnson295189b2012-06-20 16:38:30 -0700974 eid,elem_len,left);
975 return NULL;
976 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530977 if (elem_id == eid)
Jeff Johnson295189b2012-06-20 16:38:30 -0700978 {
979 return ptr;
980 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530981
Jeff Johnson295189b2012-06-20 16:38:30 -0700982 left -= elem_len;
983 ptr += (elem_len + 2);
984 }
985 return NULL;
986}
987
Jeff Johnson295189b2012-06-20 16:38:30 -0700988/* Check if rate is 11g rate or not */
989static int wlan_hdd_rate_is_11g(u8 rate)
990{
991 u8 gRateArray[8] = {12, 18, 24, 36, 48, 72, 96, 104}; /* actual rate * 2 */
992 u8 i;
993 for (i = 0; i < 8; i++)
994 {
995 if(rate == gRateArray[i])
996 return TRUE;
997 }
998 return FALSE;
999}
1000
1001/* Check for 11g rate and set proper 11g only mode */
1002static void wlan_hdd_check_11gmode(u8 *pIe, u8* require_ht,
1003 u8* pCheckRatesfor11g, eSapPhyMode* pSapHw_mode)
1004{
1005 u8 i, num_rates = pIe[0];
1006
1007 pIe += 1;
1008 for ( i = 0; i < num_rates; i++)
1009 {
1010 if( *pCheckRatesfor11g && (TRUE == wlan_hdd_rate_is_11g(pIe[i] & RATE_MASK)))
1011 {
1012 /* If rate set have 11g rate than change the mode to 11G */
1013 *pSapHw_mode = eSAP_DOT11_MODE_11g;
1014 if (pIe[i] & BASIC_RATE_MASK)
1015 {
1016 /* If we have 11g rate as basic rate, it means mode
1017 is 11g only mode.
1018 */
1019 *pSapHw_mode = eSAP_DOT11_MODE_11g_ONLY;
1020 *pCheckRatesfor11g = FALSE;
1021 }
1022 }
1023 else if((BASIC_RATE_MASK | WLAN_BSS_MEMBERSHIP_SELECTOR_HT_PHY) == pIe[i])
1024 {
1025 *require_ht = TRUE;
1026 }
1027 }
1028 return;
1029}
1030
1031static void wlan_hdd_set_sapHwmode(hdd_adapter_t *pHostapdAdapter)
1032{
1033 tsap_Config_t *pConfig = &pHostapdAdapter->sessionCtx.ap.sapConfig;
1034 beacon_data_t *pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
1035 struct ieee80211_mgmt *pMgmt_frame = (struct ieee80211_mgmt*)pBeacon->head;
1036 u8 checkRatesfor11g = TRUE;
1037 u8 require_ht = FALSE;
1038 u8 *pIe=NULL;
1039
1040 pConfig->SapHw_mode= eSAP_DOT11_MODE_11b;
1041
1042 pIe = wlan_hdd_cfg80211_get_ie_ptr(&pMgmt_frame->u.beacon.variable[0],
1043 pBeacon->head_len, WLAN_EID_SUPP_RATES);
1044 if (pIe != NULL)
1045 {
1046 pIe += 1;
1047 wlan_hdd_check_11gmode(pIe, &require_ht, &checkRatesfor11g,
1048 &pConfig->SapHw_mode);
1049 }
1050
1051 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
1052 WLAN_EID_EXT_SUPP_RATES);
1053 if (pIe != NULL)
1054 {
1055
1056 pIe += 1;
1057 wlan_hdd_check_11gmode(pIe, &require_ht, &checkRatesfor11g,
1058 &pConfig->SapHw_mode);
1059 }
1060
1061 if( pConfig->channel > 14 )
1062 {
1063 pConfig->SapHw_mode= eSAP_DOT11_MODE_11a;
1064 }
1065
1066 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
1067 WLAN_EID_HT_CAPABILITY);
1068
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301069 if(pIe)
Jeff Johnson295189b2012-06-20 16:38:30 -07001070 {
1071 pConfig->SapHw_mode= eSAP_DOT11_MODE_11n;
1072 if(require_ht)
1073 pConfig->SapHw_mode= eSAP_DOT11_MODE_11n_ONLY;
1074 }
1075}
1076
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301077static int wlan_hdd_add_ie(hdd_adapter_t* pHostapdAdapter, v_U8_t *genie,
1078 v_U8_t *total_ielen, v_U8_t *oui, v_U8_t oui_size)
1079{
1080 v_U8_t ielen = 0;
1081 v_U8_t *pIe = NULL;
1082 beacon_data_t *pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
1083
1084 pIe = wlan_hdd_get_vendor_oui_ie_ptr(oui, oui_size,
1085 pBeacon->tail, pBeacon->tail_len);
1086
1087 if (pIe)
1088 {
1089 ielen = pIe[1] + 2;
1090 if ((*total_ielen + ielen) <= MAX_GENIE_LEN)
1091 {
1092 vos_mem_copy(&genie[*total_ielen], pIe, ielen);
1093 }
1094 else
1095 {
1096 hddLog( VOS_TRACE_LEVEL_ERROR, "**Ie Length is too big***");
1097 return -EINVAL;
1098 }
1099 *total_ielen += ielen;
1100 }
1101 return 0;
1102}
1103
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001104#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07001105static int wlan_hdd_cfg80211_update_apies(hdd_adapter_t* pHostapdAdapter,
1106 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001107#else
1108static int wlan_hdd_cfg80211_update_apies(hdd_adapter_t* pHostapdAdapter,
1109 struct cfg80211_beacon_data *params)
1110#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07001111{
1112 v_U8_t *genie;
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301113 v_U8_t total_ielen = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07001114 v_U8_t addIE[1] = {0};
Jeff Johnsone7245742012-09-05 17:12:55 -07001115 int ret = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07001116
1117 genie = vos_mem_malloc(MAX_GENIE_LEN);
1118
1119 if(genie == NULL) {
1120
1121 return -ENOMEM;
1122 }
1123
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301124 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
1125 &total_ielen, WPS_OUI_TYPE, WPS_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07001126 {
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301127 ret = -EINVAL;
1128 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001129 }
1130
1131#ifdef WLAN_FEATURE_WFD
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301132 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
1133 &total_ielen, WFD_OUI_TYPE, WFD_OUI_TYPE_SIZE))
1134 {
1135 ret = -EINVAL;
1136 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001137 }
1138#endif
1139
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301140 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
1141 &total_ielen, P2P_OUI_TYPE, P2P_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07001142 {
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301143 ret = -EINVAL;
1144 goto done;
1145 }
1146
1147 if (WLAN_HDD_SOFTAP == pHostapdAdapter->device_mode)
1148 {
1149 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
1150 &total_ielen, SS_OUI_TYPE, SS_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07001151 {
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301152 ret = -EINVAL;
1153 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001154 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001155 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001156
1157 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1158 WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA, genie, total_ielen, NULL,
1159 eANI_BOOLEAN_FALSE)==eHAL_STATUS_FAILURE)
1160 {
1161 hddLog(LOGE,
1162 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001163 ret = -EINVAL;
1164 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001165 }
1166
1167 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1168 WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG, 1,NULL,
1169 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
1170 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
1171 ==eHAL_STATUS_FAILURE)
1172 {
1173 hddLog(LOGE,
1174 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001175 ret = -EINVAL;
1176 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001177 }
1178
1179 // Added for ProResp IE
1180 if ( (params->proberesp_ies != NULL) && (params->proberesp_ies_len != 0) )
1181 {
1182 u16 rem_probe_resp_ie_len = params->proberesp_ies_len;
1183 u8 probe_rsp_ie_len[3] = {0};
1184 u8 counter = 0;
1185 /* Check Probe Resp Length if it is greater then 255 then Store
1186 Probe Resp IEs into WNI_CFG_PROBE_RSP_ADDNIE_DATA1 &
1187 WNI_CFG_PROBE_RSP_ADDNIE_DATA2 CFG Variable As We are not able
1188 Store More then 255 bytes into One Variable.
1189 */
1190 while ((rem_probe_resp_ie_len > 0) && (counter < 3))
1191 {
1192 if (rem_probe_resp_ie_len > MAX_CFG_STRING_LEN)
1193 {
1194 probe_rsp_ie_len[counter++] = MAX_CFG_STRING_LEN;
1195 rem_probe_resp_ie_len -= MAX_CFG_STRING_LEN;
1196 }
1197 else
1198 {
1199 probe_rsp_ie_len[counter++] = rem_probe_resp_ie_len;
1200 rem_probe_resp_ie_len = 0;
1201 }
1202 }
1203
1204 rem_probe_resp_ie_len = 0;
1205
1206 if (probe_rsp_ie_len[0] > 0)
1207 {
1208 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1209 WNI_CFG_PROBE_RSP_ADDNIE_DATA1,
1210 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
1211 probe_rsp_ie_len[0], NULL,
1212 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
1213 {
1214 hddLog(LOGE,
1215 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA1 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001216 ret = -EINVAL;
1217 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001218 }
1219 rem_probe_resp_ie_len += probe_rsp_ie_len[0];
1220 }
1221
1222 if (probe_rsp_ie_len[1] > 0)
1223 {
1224 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1225 WNI_CFG_PROBE_RSP_ADDNIE_DATA2,
1226 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
1227 probe_rsp_ie_len[1], NULL,
1228 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
1229 {
1230 hddLog(LOGE,
1231 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA2 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001232 ret = -EINVAL;
1233 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001234 }
1235 rem_probe_resp_ie_len += probe_rsp_ie_len[1];
1236 }
1237
1238 if (probe_rsp_ie_len[2] > 0)
1239 {
1240 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1241 WNI_CFG_PROBE_RSP_ADDNIE_DATA3,
1242 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
1243 probe_rsp_ie_len[2], NULL,
1244 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
1245 {
1246 hddLog(LOGE,
1247 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA3 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001248 ret = -EINVAL;
1249 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001250 }
1251 rem_probe_resp_ie_len += probe_rsp_ie_len[2];
1252 }
1253
1254 if (probe_rsp_ie_len[1] == 0 )
1255 {
1256 if ( eHAL_STATUS_FAILURE == ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1257 WNI_CFG_PROBE_RSP_ADDNIE_DATA2, (tANI_U8*)addIE, 0, NULL,
1258 eANI_BOOLEAN_FALSE) )
1259 {
1260 hddLog(LOGE,
1261 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA2 to CCM\n");
1262 }
1263 }
1264
1265 if (probe_rsp_ie_len[2] == 0 )
1266 {
1267 if ( eHAL_STATUS_FAILURE == ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1268 WNI_CFG_PROBE_RSP_ADDNIE_DATA3, (tANI_U8*)addIE, 0, NULL,
1269 eANI_BOOLEAN_FALSE) )
1270 {
1271 hddLog(LOGE,
1272 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA3 to CCM\n");
1273 }
1274 }
1275
1276 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1277 WNI_CFG_PROBE_RSP_ADDNIE_FLAG, 1,NULL,
1278 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
1279 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
1280 == eHAL_STATUS_FAILURE)
1281 {
1282 hddLog(LOGE,
1283 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001284 ret = -EINVAL;
1285 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001286 }
1287 }
1288 else
1289 {
1290 // Reset WNI_CFG_PROBE_RSP Flags
1291 wlan_hdd_reset_prob_rspies(pHostapdAdapter);
1292
1293 hddLog(VOS_TRACE_LEVEL_INFO,
1294 "%s: No Probe Response IE received in set beacon",
1295 __func__);
1296 }
1297
1298 // Added for AssocResp IE
1299 if ( (params->assocresp_ies != NULL) && (params->assocresp_ies_len != 0) )
1300 {
1301 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1302 WNI_CFG_ASSOC_RSP_ADDNIE_DATA, (tANI_U8*)params->assocresp_ies,
1303 params->assocresp_ies_len, NULL,
1304 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
1305 {
1306 hddLog(LOGE,
1307 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_DATA to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001308 ret = -EINVAL;
1309 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001310 }
1311
1312 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1313 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 1, NULL,
1314 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
1315 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
1316 == eHAL_STATUS_FAILURE)
1317 {
1318 hddLog(LOGE,
1319 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001320 ret = -EINVAL;
1321 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001322 }
1323 }
1324 else
1325 {
1326 hddLog(VOS_TRACE_LEVEL_INFO,
1327 "%s: No Assoc Response IE received in set beacon",
1328 __func__);
1329
1330 if ( eHAL_STATUS_FAILURE == ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1331 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 0, NULL,
1332 eANI_BOOLEAN_FALSE) )
1333 {
1334 hddLog(LOGE,
1335 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM\n");
1336 }
1337 }
1338
Jeff Johnsone7245742012-09-05 17:12:55 -07001339done:
Jeff Johnson295189b2012-06-20 16:38:30 -07001340 vos_mem_free(genie);
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301341 return ret;
Jeff Johnson295189b2012-06-20 16:38:30 -07001342}
Jeff Johnson295189b2012-06-20 16:38:30 -07001343
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301344/*
Jeff Johnson295189b2012-06-20 16:38:30 -07001345 * FUNCTION: wlan_hdd_validate_operation_channel
1346 * called by wlan_hdd_cfg80211_start_bss() and
1347 * wlan_hdd_cfg80211_set_channel()
1348 * This function validates whether given channel is part of valid
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301349 * channel list.
1350 */
Jeff Johnson295189b2012-06-20 16:38:30 -07001351static VOS_STATUS wlan_hdd_validate_operation_channel(hdd_adapter_t *pAdapter,int channel)
1352{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301353
Jeff Johnson295189b2012-06-20 16:38:30 -07001354 v_U32_t num_ch = 0;
1355 u8 valid_ch[WNI_CFG_VALID_CHANNEL_LIST_LEN];
1356 u32 indx = 0;
1357 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301358 v_U8_t fValidChannel = FALSE, count = 0;
1359 hdd_config_t *hdd_pConfig_ini= (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301360
Jeff Johnson295189b2012-06-20 16:38:30 -07001361 num_ch = WNI_CFG_VALID_CHANNEL_LIST_LEN;
1362
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301363 if ( hdd_pConfig_ini->sapAllowAllChannel)
Jeff Johnson295189b2012-06-20 16:38:30 -07001364 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301365 /* Validate the channel */
1366 for (count = RF_CHAN_1 ; count <= RF_CHAN_165 ; count++)
Jeff Johnson295189b2012-06-20 16:38:30 -07001367 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301368 if ( channel == rfChannels[count].channelNum )
1369 {
1370 fValidChannel = TRUE;
1371 break;
1372 }
1373 }
1374 if (fValidChannel != TRUE)
1375 {
1376 hddLog(VOS_TRACE_LEVEL_ERROR,
1377 "%s: Invalid Channel [%d]", __func__, channel);
1378 return VOS_STATUS_E_FAILURE;
Jeff Johnson295189b2012-06-20 16:38:30 -07001379 }
1380 }
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301381 else
Jeff Johnson295189b2012-06-20 16:38:30 -07001382 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301383 if (0 != ccmCfgGetStr(hHal, WNI_CFG_VALID_CHANNEL_LIST,
1384 valid_ch, &num_ch))
1385 {
1386 hddLog(VOS_TRACE_LEVEL_ERROR,
1387 "%s: failed to get valid channel list", __func__);
1388 return VOS_STATUS_E_FAILURE;
1389 }
1390 for (indx = 0; indx < num_ch; indx++)
1391 {
1392 if (channel == valid_ch[indx])
1393 {
1394 break;
1395 }
1396 }
1397
1398 if (indx >= num_ch)
1399 {
1400 hddLog(VOS_TRACE_LEVEL_ERROR,
1401 "%s: Invalid Channel [%d]", __func__, channel);
1402 return VOS_STATUS_E_FAILURE;
1403 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001404 }
1405 return VOS_STATUS_SUCCESS;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301406
Jeff Johnson295189b2012-06-20 16:38:30 -07001407}
1408
Viral Modi3a32cc52013-02-08 11:14:52 -08001409/**
1410 * FUNCTION: wlan_hdd_cfg80211_set_channel
1411 * This function is used to set the channel number
1412 */
1413static int wlan_hdd_cfg80211_set_channel( struct wiphy *wiphy, struct net_device *dev,
1414 struct ieee80211_channel *chan,
1415 enum nl80211_channel_type channel_type
1416 )
1417{
1418 v_U32_t num_ch = 0;
Jeff Johnson4416a782013-03-25 14:17:50 -07001419 int channel = 0;
Viral Modi3a32cc52013-02-08 11:14:52 -08001420 hdd_adapter_t *pAdapter = NULL;
1421 int freq = chan->center_freq; /* freq is in MHZ */
1422
1423 ENTER();
1424
1425 if( NULL == dev )
1426 {
1427 hddLog(VOS_TRACE_LEVEL_ERROR,
1428 "%s: Called with dev = NULL.\n", __func__);
1429 return -ENODEV;
1430 }
1431 pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
1432
1433 hddLog(VOS_TRACE_LEVEL_INFO,
1434 "%s: device_mode = %d freq = %d \n",__func__,
1435 pAdapter->device_mode, chan->center_freq);
1436 if ((WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress)
1437 {
1438 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, "%s:LOGP in Progress. Ignore!!!",__func__);
1439 return -EAGAIN;
1440 }
1441
1442 /*
1443 * Do freq to chan conversion
1444 * TODO: for 11a
1445 */
1446
1447 channel = ieee80211_frequency_to_channel(freq);
1448
1449 /* Check freq range */
1450 if ((WNI_CFG_CURRENT_CHANNEL_STAMIN > channel) ||
1451 (WNI_CFG_CURRENT_CHANNEL_STAMAX < channel))
1452 {
1453 hddLog(VOS_TRACE_LEVEL_ERROR,
1454 "%s: Channel [%d] is outside valid range from %d to %d\n",
1455 __func__, channel, WNI_CFG_CURRENT_CHANNEL_STAMIN,
1456 WNI_CFG_CURRENT_CHANNEL_STAMAX);
1457 return -EINVAL;
1458 }
1459
1460 num_ch = WNI_CFG_VALID_CHANNEL_LIST_LEN;
1461
Gopichand Nakkala6ab19562013-03-07 13:59:42 +05301462 if ((WLAN_HDD_SOFTAP != pAdapter->device_mode) &&
1463 (WLAN_HDD_P2P_GO != pAdapter->device_mode))
Viral Modi3a32cc52013-02-08 11:14:52 -08001464 {
1465 if(VOS_STATUS_SUCCESS != wlan_hdd_validate_operation_channel(pAdapter,channel))
1466 {
1467 hddLog(VOS_TRACE_LEVEL_ERROR,
1468 "%s: Invalid Channel [%d] \n", __func__, channel);
1469 return -EINVAL;
1470 }
1471 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
1472 "%s: set channel to [%d] for device mode =%d",
1473 __func__, channel,pAdapter->device_mode);
1474 }
1475 if( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Viral Modi3a32cc52013-02-08 11:14:52 -08001476 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Viral Modi3a32cc52013-02-08 11:14:52 -08001477 )
1478 {
1479 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
1480 tCsrRoamProfile * pRoamProfile = &pWextState->roamProfile;
1481 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
1482
1483 if (eConnectionState_IbssConnected == pHddStaCtx->conn_info.connState)
1484 {
1485 /* Link is up then return cant set channel*/
1486 hddLog( VOS_TRACE_LEVEL_ERROR,
1487 "%s: IBSS Associated, can't set the channel\n", __func__);
1488 return -EINVAL;
1489 }
1490
1491 num_ch = pRoamProfile->ChannelInfo.numOfChannels = 1;
1492 pHddStaCtx->conn_info.operationChannel = channel;
1493 pRoamProfile->ChannelInfo.ChannelList =
1494 &pHddStaCtx->conn_info.operationChannel;
1495 }
1496 else if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Viral Modi3a32cc52013-02-08 11:14:52 -08001497 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Viral Modi3a32cc52013-02-08 11:14:52 -08001498 )
1499 {
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05301500 if (WLAN_HDD_P2P_GO == pAdapter->device_mode)
1501 {
1502 if(VOS_STATUS_SUCCESS !=
1503 wlan_hdd_validate_operation_channel(pAdapter,channel))
1504 {
1505 hddLog(VOS_TRACE_LEVEL_ERROR,
1506 "%s: Invalid Channel [%d] \n", __func__, channel);
1507 return -EINVAL;
1508 }
1509 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel = channel;
1510 }
1511 else if ( WLAN_HDD_SOFTAP == pAdapter->device_mode )
Viral Modi3a32cc52013-02-08 11:14:52 -08001512 {
1513 hdd_config_t *cfg_param = (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini;
1514
1515 /* If auto channel selection is configured as enable/ 1 then ignore
1516 channel set by supplicant
1517 */
1518 if ( cfg_param->apAutoChannelSelection )
1519 {
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05301520 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel =
1521 AUTO_CHANNEL_SELECT;
Viral Modi3a32cc52013-02-08 11:14:52 -08001522 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
1523 "%s: set channel to auto channel (0) for device mode =%d",
1524 __func__, pAdapter->device_mode);
1525 }
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05301526 else
1527 {
1528 if(VOS_STATUS_SUCCESS !=
1529 wlan_hdd_validate_operation_channel(pAdapter,channel))
1530 {
1531 hddLog(VOS_TRACE_LEVEL_ERROR,
1532 "%s: Invalid Channel [%d] \n", __func__, channel);
1533 return -EINVAL;
1534 }
1535 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel = channel;
1536 }
Viral Modi3a32cc52013-02-08 11:14:52 -08001537 }
1538 }
1539 else
1540 {
1541 hddLog(VOS_TRACE_LEVEL_FATAL,
1542 "%s: Invalid device mode failed to set valid channel", __func__);
1543 return -EINVAL;
1544 }
1545 EXIT();
1546 return 0;
1547}
1548
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301549/*
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301550 * FUNCTION: wlan_hdd_select_cbmode
1551 * called by wlan_hdd_cfg80211_start_bss() and
1552 * This function selects the cbmode based on primary channel
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301553 */
Madan Mohan Koyyalamudi527935a2012-12-04 16:41:16 -08001554VOS_STATUS wlan_sap_select_cbmode(void *pAdapter,eSapPhyMode SapHw_mode, v_U8_t channel)
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301555{
1556 tSmeConfigParams smeConfig;
Madan Mohan Koyyalamudi527935a2012-12-04 16:41:16 -08001557 hdd_context_t *pHddCtx = ( hdd_context_t *) pAdapter;
1558 hdd_config_t *pConfigIni = ((hdd_context_t *)(pAdapter))->cfg_ini;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301559
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301560 if(
1561#ifdef WLAN_FEATURE_11AC
Madan Mohan Koyyalamudi527935a2012-12-04 16:41:16 -08001562 SapHw_mode != eSAP_DOT11_MODE_11ac &&
1563 SapHw_mode != eSAP_DOT11_MODE_11ac_ONLY &&
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301564#endif
Madan Mohan Koyyalamudi527935a2012-12-04 16:41:16 -08001565 SapHw_mode != eSAP_DOT11_MODE_11n &&
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301566 SapHw_mode != eSAP_DOT11_MODE_11n_ONLY
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301567 )
1568 {
1569 return VOS_STATUS_SUCCESS;
1570 }
1571
1572 if (!pConfigIni->nChannelBondingMode5GHz) {
1573 return VOS_STATUS_SUCCESS;
1574 }
1575
Madan Mohan Koyyalamudi527935a2012-12-04 16:41:16 -08001576 //channel = pSapConfig->channel;
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301577 vos_mem_zero(&smeConfig, sizeof (tSmeConfigParams));
1578
1579 sme_GetConfigParam(pHddCtx->hHal, &smeConfig);
1580
1581#ifdef WLAN_FEATURE_11AC
1582
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301583 if ( SapHw_mode == eSAP_DOT11_MODE_11ac ||
Madan Mohan Koyyalamudi527935a2012-12-04 16:41:16 -08001584 SapHw_mode == eSAP_DOT11_MODE_11ac_ONLY )
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301585 {
1586 if ( channel== 36 || channel == 52 || channel == 100 ||
1587 channel == 116 || channel == 149 )
1588 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301589 smeConfig.csrConfig.channelBondingMode5GHz =
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301590 PHY_QUADRUPLE_CHANNEL_20MHZ_LOW_40MHZ_LOW - 1;
1591 }
1592 else if ( channel == 40 || channel == 56 || channel == 104 ||
1593 channel == 120 || channel == 153 )
1594 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301595 smeConfig.csrConfig.channelBondingMode5GHz =
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301596 PHY_QUADRUPLE_CHANNEL_20MHZ_HIGH_40MHZ_LOW - 1;
1597 }
1598 else if ( channel == 44 || channel == 60 || channel == 108 ||
1599 channel == 124 || channel == 157 )
1600 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301601 smeConfig.csrConfig.channelBondingMode5GHz =
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301602 PHY_QUADRUPLE_CHANNEL_20MHZ_LOW_40MHZ_HIGH -1;
1603 }
1604 else if ( channel == 48 || channel == 64 || channel == 112 ||
1605 channel == 128 || channel == 161 )
1606 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301607 smeConfig.csrConfig.channelBondingMode5GHz =
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301608 PHY_QUADRUPLE_CHANNEL_20MHZ_HIGH_40MHZ_HIGH - 1;
1609 }
Shailender Karmuchi84f11f02013-02-12 17:11:45 -08001610 else if ( channel == 165 )
1611 {
1612 smeConfig.csrConfig.channelBondingMode5GHz = 0;
1613 }
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301614 }
1615#endif
Madan Mohan Koyyalamudi527935a2012-12-04 16:41:16 -08001616 if ( SapHw_mode == eSAP_DOT11_MODE_11n ||
1617 SapHw_mode == eSAP_DOT11_MODE_11n_ONLY )
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301618 {
1619 if ( channel== 40 || channel == 48 || channel == 56 ||
1620 channel == 64 || channel == 104 || channel == 112 ||
1621 channel == 120 || channel == 128 || channel == 136 ||
1622 channel == 144 || channel == 153 || channel == 161 )
1623 {
1624 smeConfig.csrConfig.channelBondingMode5GHz = 1;
1625 }
1626 else if ( channel== 36 || channel == 44 || channel == 52 ||
1627 channel == 60 || channel == 100 || channel == 108 ||
1628 channel == 116 || channel == 124 || channel == 132 ||
1629 channel == 140 || channel == 149 || channel == 157 )
1630 {
1631 smeConfig.csrConfig.channelBondingMode5GHz = 2;
1632 }
Shailender Karmuchi84f11f02013-02-12 17:11:45 -08001633 else if ( channel == 165 )
1634 {
1635 smeConfig.csrConfig.channelBondingMode5GHz = 0;
1636 }
Madan Mohan Koyyalamudi59381622012-11-28 01:56:47 +05301637 }
1638 pr_info ("cbmode selected=%ld\n",smeConfig.csrConfig.channelBondingMode5GHz);
1639
1640 sme_UpdateConfig (pHddCtx->hHal,&smeConfig);
1641 return VOS_STATUS_SUCCESS;
1642}
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001643
Jeff Johnson295189b2012-06-20 16:38:30 -07001644#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
1645static int wlan_hdd_cfg80211_start_bss(hdd_adapter_t *pHostapdAdapter,
1646 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001647#else
1648static int wlan_hdd_cfg80211_start_bss(hdd_adapter_t *pHostapdAdapter,
1649 struct cfg80211_beacon_data *params,
1650 const u8 *ssid, size_t ssid_len,
1651 enum nl80211_hidden_ssid hidden_ssid)
1652#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07001653{
1654 tsap_Config_t *pConfig;
1655 beacon_data_t *pBeacon = NULL;
1656 struct ieee80211_mgmt *pMgmt_frame;
1657 v_U8_t *pIe=NULL;
1658 v_U16_t capab_info;
1659 eCsrAuthType RSNAuthType;
1660 eCsrEncryptionType RSNEncryptType;
1661 eCsrEncryptionType mcRSNEncryptType;
1662 int status = VOS_STATUS_SUCCESS;
1663 tpWLAN_SAPEventCB pSapEventCallback;
1664 hdd_hostapd_state_t *pHostapdState;
1665 v_U8_t wpaRsnIEdata[(SIR_MAC_MAX_IE_LENGTH * 2)+4]; //Max ie length 255 * 2(WPA+RSN) + 2 bytes (vendor specific ID) * 2
1666 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pHostapdAdapter))->pvosContext;
Madan Mohan Koyylamudia16d0202013-02-01 11:05:57 +05301667 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pHostapdAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07001668 struct qc_mac_acl_entry *acl_entry = NULL;
1669 v_SINT_t i;
Madan Mohan Koyyalamudi543172b2012-12-05 16:40:18 -08001670 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pHostapdAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07001671
1672 ENTER();
1673
1674 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pHostapdAdapter);
1675
1676 pConfig = &pHostapdAdapter->sessionCtx.ap.sapConfig;
1677
1678 pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
1679
1680 pMgmt_frame = (struct ieee80211_mgmt*)pBeacon->head;
1681
1682 pConfig->beacon_int = pMgmt_frame->u.beacon.beacon_int;
1683
1684 //channel is already set in the set_channel Call back
1685 //pConfig->channel = pCommitConfig->channel;
1686
1687 /*Protection parameter to enable or disable*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301688 pConfig->protEnabled =
Jeff Johnson295189b2012-06-20 16:38:30 -07001689 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apProtEnabled;
1690
1691 pConfig->dtim_period = pBeacon->dtim_period;
1692
1693 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,"****pConfig->dtim_period=%d***\n",
1694 pConfig->dtim_period);
1695
1696
Madan Mohan Koyyalamudie0ca11f2012-11-27 15:57:52 -08001697 if (pHostapdAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson32d95a32012-09-10 13:15:23 -07001698 {
1699 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
Jeff Johnson295189b2012-06-20 16:38:30 -07001700 WLAN_EID_COUNTRY);
Jeff Johnson32d95a32012-09-10 13:15:23 -07001701 if(pIe)
Jeff Johnson295189b2012-06-20 16:38:30 -07001702 {
Jeff Johnson32d95a32012-09-10 13:15:23 -07001703 tANI_BOOLEAN restartNeeded;
Jeff Johnson32d95a32012-09-10 13:15:23 -07001704 pConfig->ieee80211d = 1;
1705 vos_mem_copy(pConfig->countryCode, &pIe[2], 3);
1706 sme_setRegInfo(hHal, pConfig->countryCode);
1707 sme_ResetCountryCodeInformation(hHal, &restartNeeded);
Jeff Johnson295189b2012-06-20 16:38:30 -07001708 }
Jeff Johnson32d95a32012-09-10 13:15:23 -07001709 else
1710 {
1711 pConfig->ieee80211d = 0;
1712 }
Madan Mohan Koyylamudia16d0202013-02-01 11:05:57 +05301713 /*
1714 * If auto channel is configured i.e. channel is 0,
1715 * so skip channel validation.
1716 */
1717 if( AUTO_CHANNEL_SELECT != pConfig->channel )
1718 {
1719 if(VOS_STATUS_SUCCESS != wlan_hdd_validate_operation_channel(pHostapdAdapter,pConfig->channel))
1720 {
1721 hddLog(VOS_TRACE_LEVEL_ERROR,
1722 "%s: Invalid Channel [%d] \n", __func__, pConfig->channel);
1723 return -EINVAL;
1724 }
1725 }
1726 else
1727 {
1728 if(1 != pHddCtx->is_dynamic_channel_range_set)
1729 {
1730 hdd_config_t *hdd_pConfig= (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini;
1731 WLANSAP_SetChannelRange(hHal, hdd_pConfig->apStartChannelNum,
1732 hdd_pConfig->apEndChannelNum,hdd_pConfig->apOperatingBand);
1733 }
1734 pHddCtx->is_dynamic_channel_range_set = 0;
1735 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001736 }
Jeff Johnson32d95a32012-09-10 13:15:23 -07001737 else
Jeff Johnson295189b2012-06-20 16:38:30 -07001738 {
1739 pConfig->ieee80211d = 0;
1740 }
1741 pConfig->authType = eSAP_AUTO_SWITCH;
1742
1743 capab_info = pMgmt_frame->u.beacon.capab_info;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301744
1745 pConfig->privacy = (pMgmt_frame->u.beacon.capab_info &
Jeff Johnson295189b2012-06-20 16:38:30 -07001746 WLAN_CAPABILITY_PRIVACY) ? VOS_TRUE : VOS_FALSE;
1747
1748 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->uPrivacy = pConfig->privacy;
1749
1750 /*Set wps station to configured*/
1751 pIe = wlan_hdd_get_wps_ie_ptr(pBeacon->tail, pBeacon->tail_len);
1752
1753 if(pIe)
1754 {
1755 if(pIe[1] < (2 + WPS_OUI_TYPE_SIZE))
1756 {
1757 hddLog( VOS_TRACE_LEVEL_ERROR, "**Wps Ie Length is too small***\n");
1758 return -EINVAL;
1759 }
1760 else if(memcmp(&pIe[2], WPS_OUI_TYPE, WPS_OUI_TYPE_SIZE) == 0)
1761 {
Madan Mohan Koyyalamudi8bdd3112012-09-24 13:55:14 -07001762 hddLog( VOS_TRACE_LEVEL_INFO, "** WPS IE(len %d) ***", (pIe[1]+2));
Jeff Johnson295189b2012-06-20 16:38:30 -07001763 /* Check 15 bit of WPS IE as it contain information for wps state
1764 * WPS state
1765 */
1766 if(SAP_WPS_ENABLED_UNCONFIGURED == pIe[15])
1767 {
1768 pConfig->wps_state = SAP_WPS_ENABLED_UNCONFIGURED;
1769 } else if(SAP_WPS_ENABLED_CONFIGURED == pIe[15])
1770 {
1771 pConfig->wps_state = SAP_WPS_ENABLED_CONFIGURED;
1772 }
1773 }
1774 }
1775 else
1776 {
1777 pConfig->wps_state = SAP_WPS_DISABLED;
1778 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301779 pConfig->fwdWPSPBCProbeReq = 1; // Forward WPS PBC probe request frame up
Jeff Johnson295189b2012-06-20 16:38:30 -07001780
1781 pConfig->RSNWPAReqIELength = 0;
1782 pConfig->pRSNWPAReqIE = NULL;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301783 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
Jeff Johnson295189b2012-06-20 16:38:30 -07001784 WLAN_EID_RSN);
1785 if(pIe && pIe[1])
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301786 {
Jeff Johnson295189b2012-06-20 16:38:30 -07001787 pConfig->RSNWPAReqIELength = pIe[1] + 2;
1788 memcpy(&wpaRsnIEdata[0], pIe, pConfig->RSNWPAReqIELength);
1789 pConfig->pRSNWPAReqIE = &wpaRsnIEdata[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301790 /* The actual processing may eventually be more extensive than
1791 * this. Right now, just consume any PMKIDs that are sent in
Jeff Johnson295189b2012-06-20 16:38:30 -07001792 * by the app.
1793 * */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301794 status = hdd_softap_unpackIE(
Jeff Johnson295189b2012-06-20 16:38:30 -07001795 vos_get_context( VOS_MODULE_ID_SME, pVosContext),
1796 &RSNEncryptType,
1797 &mcRSNEncryptType,
1798 &RSNAuthType,
1799 pConfig->pRSNWPAReqIE[1]+2,
1800 pConfig->pRSNWPAReqIE );
1801
1802 if( VOS_STATUS_SUCCESS == status )
1803 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301804 /* Now copy over all the security attributes you have
1805 * parsed out
Jeff Johnson295189b2012-06-20 16:38:30 -07001806 * */
1807 pConfig->RSNEncryptType = RSNEncryptType; // Use the cipher type in the RSN IE
1808 pConfig->mcRSNEncryptType = mcRSNEncryptType;
1809 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->ucEncryptType
1810 = RSNEncryptType;
Gopichand Nakkala66c0bd02013-04-10 11:36:29 +05301811 hddLog( LOG1, FL("CSR AuthType = %d, "
Jeff Johnson295189b2012-06-20 16:38:30 -07001812 "EncryptionType = %d mcEncryptionType = %d\n"),
1813 RSNAuthType, RSNEncryptType, mcRSNEncryptType);
1814 }
1815 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301816
Jeff Johnson295189b2012-06-20 16:38:30 -07001817 pIe = wlan_hdd_get_vendor_oui_ie_ptr(WPA_OUI_TYPE, WPA_OUI_TYPE_SIZE,
1818 pBeacon->tail, pBeacon->tail_len);
1819
1820 if(pIe && pIe[1] && (pIe[0] == DOT11F_EID_WPA))
1821 {
1822 if (pConfig->pRSNWPAReqIE)
1823 {
1824 /*Mixed mode WPA/WPA2*/
1825 memcpy((&wpaRsnIEdata[0] + pConfig->RSNWPAReqIELength), pIe, pIe[1] + 2);
1826 pConfig->RSNWPAReqIELength += pIe[1] + 2;
1827 }
1828 else
1829 {
1830 pConfig->RSNWPAReqIELength = pIe[1] + 2;
1831 memcpy(&wpaRsnIEdata[0], pIe, pConfig->RSNWPAReqIELength);
1832 pConfig->pRSNWPAReqIE = &wpaRsnIEdata[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301833 status = hdd_softap_unpackIE(
Jeff Johnson295189b2012-06-20 16:38:30 -07001834 vos_get_context( VOS_MODULE_ID_SME, pVosContext),
1835 &RSNEncryptType,
1836 &mcRSNEncryptType,
1837 &RSNAuthType,
1838 pConfig->pRSNWPAReqIE[1]+2,
1839 pConfig->pRSNWPAReqIE );
1840
1841 if( VOS_STATUS_SUCCESS == status )
1842 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301843 /* Now copy over all the security attributes you have
1844 * parsed out
Jeff Johnson295189b2012-06-20 16:38:30 -07001845 * */
1846 pConfig->RSNEncryptType = RSNEncryptType; // Use the cipher type in the RSN IE
1847 pConfig->mcRSNEncryptType = mcRSNEncryptType;
1848 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->ucEncryptType
1849 = RSNEncryptType;
Gopichand Nakkala66c0bd02013-04-10 11:36:29 +05301850 hddLog( LOG1, FL("CSR AuthType = %d, "
Jeff Johnson295189b2012-06-20 16:38:30 -07001851 "EncryptionType = %d mcEncryptionType = %d\n"),
1852 RSNAuthType, RSNEncryptType, mcRSNEncryptType);
1853 }
1854 }
1855 }
1856
Jeff Johnson4416a782013-03-25 14:17:50 -07001857 if (pConfig->RSNWPAReqIELength > sizeof wpaRsnIEdata) {
1858 hddLog( VOS_TRACE_LEVEL_ERROR, "**RSNWPAReqIELength is too large***");
1859 return -EINVAL;
1860 }
1861
Jeff Johnson295189b2012-06-20 16:38:30 -07001862 pConfig->SSIDinfo.ssidHidden = VOS_FALSE;
1863
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001864#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07001865 if (params->ssid != NULL)
1866 {
1867 memcpy(pConfig->SSIDinfo.ssid.ssId, params->ssid, params->ssid_len);
1868 pConfig->SSIDinfo.ssid.length = params->ssid_len;
1869 if (params->hidden_ssid != NL80211_HIDDEN_SSID_NOT_IN_USE)
1870 pConfig->SSIDinfo.ssidHidden = VOS_TRUE;
1871 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001872#else
1873 if (ssid != NULL)
1874 {
1875 memcpy(pConfig->SSIDinfo.ssid.ssId, ssid, ssid_len);
1876 pConfig->SSIDinfo.ssid.length = ssid_len;
1877 if (hidden_ssid != NL80211_HIDDEN_SSID_NOT_IN_USE)
1878 pConfig->SSIDinfo.ssidHidden = VOS_TRUE;
1879 }
1880#endif
1881
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301882 vos_mem_copy(pConfig->self_macaddr.bytes,
Jeff Johnson295189b2012-06-20 16:38:30 -07001883 pHostapdAdapter->macAddressCurrent.bytes, sizeof(v_MACADDR_t));
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301884
Jeff Johnson295189b2012-06-20 16:38:30 -07001885 /* default value */
1886 pConfig->SapMacaddr_acl = eSAP_ACCEPT_UNLESS_DENIED;
1887 pConfig->num_accept_mac = 0;
1888 pConfig->num_deny_mac = 0;
1889
1890 pIe = wlan_hdd_get_vendor_oui_ie_ptr(BLACKLIST_OUI_TYPE, WPA_OUI_TYPE_SIZE,
1891 pBeacon->tail, pBeacon->tail_len);
1892
1893 /* pIe for black list is following form:
1894 type : 1 byte
1895 length : 1 byte
1896 OUI : 4 bytes
1897 acl type : 1 byte
1898 no of mac addr in black list: 1 byte
1899 list of mac_acl_entries: variable, 6 bytes per mac address + sizeof(int) for vlan id
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301900 */
1901 if ((pIe != NULL) && (pIe[1] != 0))
Jeff Johnson295189b2012-06-20 16:38:30 -07001902 {
1903 pConfig->SapMacaddr_acl = pIe[6];
1904 pConfig->num_deny_mac = pIe[7];
1905 hddLog(VOS_TRACE_LEVEL_INFO,"acl type = %d no deny mac = %d\n",
1906 pIe[6], pIe[7]);
1907 if (pConfig->num_deny_mac > MAX_MAC_ADDRESS_DENIED)
1908 pConfig->num_deny_mac = MAX_MAC_ADDRESS_DENIED;
1909 acl_entry = (struct qc_mac_acl_entry *)(pIe + 8);
1910 for (i = 0; i < pConfig->num_deny_mac; i++)
1911 {
1912 vos_mem_copy(&pConfig->deny_mac[i], acl_entry->addr, sizeof(qcmacaddr));
1913 acl_entry++;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301914 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001915 }
1916 pIe = wlan_hdd_get_vendor_oui_ie_ptr(WHITELIST_OUI_TYPE, WPA_OUI_TYPE_SIZE,
1917 pBeacon->tail, pBeacon->tail_len);
1918
1919 /* pIe for white list is following form:
1920 type : 1 byte
1921 length : 1 byte
1922 OUI : 4 bytes
1923 acl type : 1 byte
1924 no of mac addr in white list: 1 byte
1925 list of mac_acl_entries: variable, 6 bytes per mac address + sizeof(int) for vlan id
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301926 */
1927 if ((pIe != NULL) && (pIe[1] != 0))
Jeff Johnson295189b2012-06-20 16:38:30 -07001928 {
1929 pConfig->SapMacaddr_acl = pIe[6];
1930 pConfig->num_accept_mac = pIe[7];
1931 hddLog(VOS_TRACE_LEVEL_INFO,"acl type = %d no accept mac = %d\n",
1932 pIe[6], pIe[7]);
1933 if (pConfig->num_accept_mac > MAX_MAC_ADDRESS_ACCEPTED)
1934 pConfig->num_accept_mac = MAX_MAC_ADDRESS_ACCEPTED;
1935 acl_entry = (struct qc_mac_acl_entry *)(pIe + 8);
1936 for (i = 0; i < pConfig->num_accept_mac; i++)
1937 {
1938 vos_mem_copy(&pConfig->accept_mac[i], acl_entry->addr, sizeof(qcmacaddr));
1939 acl_entry++;
1940 }
1941 }
1942 wlan_hdd_set_sapHwmode(pHostapdAdapter);
1943
Jeff Johnsone7245742012-09-05 17:12:55 -07001944#ifdef WLAN_FEATURE_11AC
Ravi Kumar Vaishnavbbaebbe2013-01-15 17:09:48 -08001945 /* Overwrite the hostapd setting for HW mode only for 11ac.
1946 * This is valid only if mode is set to 11n in hostapd and either AUTO or 11ac in .ini .
1947 * Otherwise, leave whatever is set in hostapd (a OR b OR g OR n mode) */
1948 if( ((pConfig->SapHw_mode == eSAP_DOT11_MODE_11n) ||
1949 (pConfig->SapHw_mode == eSAP_DOT11_MODE_11n_ONLY)) &&
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301950 (((WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->dot11Mode == eHDD_DOT11_MODE_AUTO) ||
Ravi Kumar Vaishnavbbaebbe2013-01-15 17:09:48 -08001951 ((WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->dot11Mode == eHDD_DOT11_MODE_11ac) ||
1952 ((WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->dot11Mode == eHDD_DOT11_MODE_11ac_ONLY)) )
Jeff Johnsone7245742012-09-05 17:12:55 -07001953 {
1954 pConfig->SapHw_mode = eSAP_DOT11_MODE_11ac;
1955 }
1956#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301957
Madan Mohan Koyyalamudi527935a2012-12-04 16:41:16 -08001958 if( AUTO_CHANNEL_SELECT != pConfig->channel)
1959 wlan_sap_select_cbmode((WLAN_HDD_GET_CTX(pHostapdAdapter)),pConfig->SapHw_mode,pConfig->channel);
Jeff Johnson295189b2012-06-20 16:38:30 -07001960 // ht_capab is not what the name conveys,this is used for protection bitmap
1961 pConfig->ht_capab =
1962 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apProtection;
1963
1964 if ( 0 != wlan_hdd_cfg80211_update_apies(pHostapdAdapter, params) )
1965 {
1966 hddLog(LOGE, FL("SAP Not able to set AP IEs"));
1967 return -EINVAL;
1968 }
1969
1970 //Uapsd Enabled Bit
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301971 pConfig->UapsdEnable =
Jeff Johnson295189b2012-06-20 16:38:30 -07001972 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apUapsdEnabled;
1973 //Enable OBSS protection
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301974 pConfig->obssProtEnabled =
1975 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apOBSSProtEnabled;
Jeff Johnson295189b2012-06-20 16:38:30 -07001976
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301977 hddLog(LOGW, FL("SOftAP macaddress : "MAC_ADDRESS_STR"\n"),
Jeff Johnson295189b2012-06-20 16:38:30 -07001978 MAC_ADDR_ARRAY(pHostapdAdapter->macAddressCurrent.bytes));
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301979 hddLog(LOGW,FL("ssid =%s\n"), pConfig->SSIDinfo.ssid.ssId);
Jeff Johnson295189b2012-06-20 16:38:30 -07001980 hddLog(LOGW,FL("beaconint=%d, channel=%d\n"), (int)pConfig->beacon_int,
1981 (int)pConfig->channel);
1982 hddLog(LOGW,FL("hw_mode=%x\n"), pConfig->SapHw_mode);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301983 hddLog(LOGW,FL("privacy=%d, authType=%d\n"), pConfig->privacy,
1984 pConfig->authType);
Jeff Johnson295189b2012-06-20 16:38:30 -07001985 hddLog(LOGW,FL("RSN/WPALen=%d, \n"),(int)pConfig->RSNWPAReqIELength);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301986 hddLog(LOGW,FL("Uapsd = %d\n"),pConfig->UapsdEnable);
Jeff Johnson295189b2012-06-20 16:38:30 -07001987 hddLog(LOGW,FL("ProtEnabled = %d, OBSSProtEnabled = %d\n"),
1988 pConfig->protEnabled, pConfig->obssProtEnabled);
1989
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301990 if(test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags))
Jeff Johnson295189b2012-06-20 16:38:30 -07001991 {
1992 //Bss already started. just return.
1993 //TODO Probably it should update some beacon params.
1994 hddLog( LOGE, "Bss Already started...Ignore the request");
1995 EXIT();
1996 return 0;
1997 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301998
Jeff Johnson295189b2012-06-20 16:38:30 -07001999 pConfig->persona = pHostapdAdapter->device_mode;
2000
2001 pSapEventCallback = hdd_hostapd_SAPEventCB;
2002 if(WLANSAP_StartBss(pVosContext, pSapEventCallback, pConfig,
2003 (v_PVOID_t)pHostapdAdapter->dev) != VOS_STATUS_SUCCESS)
2004 {
2005 hddLog(LOGE,FL("SAP Start Bss fail\n"));
2006 return -EINVAL;
2007 }
2008
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302009 hddLog(LOG1,
Jeff Johnson295189b2012-06-20 16:38:30 -07002010 FL("Waiting for Scan to complete(auto mode) and BSS to start"));
2011
2012 status = vos_wait_single_event(&pHostapdState->vosEvent, 10000);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302013
Jeff Johnson295189b2012-06-20 16:38:30 -07002014 if (!VOS_IS_STATUS_SUCCESS(status))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302015 {
2016 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07002017 ("ERROR: HDD vos wait for single_event failed!!\n"));
2018 VOS_ASSERT(0);
2019 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302020
Jeff Johnson295189b2012-06-20 16:38:30 -07002021 //Succesfully started Bss update the state bit.
2022 set_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags);
2023
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07002024#ifdef WLAN_FEATURE_P2P_DEBUG
2025 if (pHostapdAdapter->device_mode == WLAN_HDD_P2P_GO)
2026 {
2027 if(globalP2PConnectionStatus == P2P_GO_NEG_COMPLETED)
2028 {
2029 globalP2PConnectionStatus = P2P_GO_COMPLETED_STATE;
2030 hddLog(LOGE,"[P2P State] From Go nego completed to "
Jeff Johnson1250df42012-12-10 14:31:52 -08002031 "Non-autonomous Group started");
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07002032 }
2033 else if(globalP2PConnectionStatus == P2P_NOT_ACTIVE)
2034 {
2035 globalP2PConnectionStatus = P2P_GO_COMPLETED_STATE;
2036 hddLog(LOGE,"[P2P State] From Inactive to "
Jeff Johnson1250df42012-12-10 14:31:52 -08002037 "Autonomous Group started");
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07002038 }
2039 }
2040#endif
2041
Jeff Johnson295189b2012-06-20 16:38:30 -07002042 pHostapdState->bCommit = TRUE;
2043 EXIT();
2044
2045 return 0;
2046}
2047
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002048#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302049static int wlan_hdd_cfg80211_add_beacon(struct wiphy *wiphy,
2050 struct net_device *dev,
Jeff Johnson295189b2012-06-20 16:38:30 -07002051 struct beacon_parameters *params)
2052{
2053 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302054 int status=VOS_STATUS_SUCCESS;
Jeff Johnson295189b2012-06-20 16:38:30 -07002055
2056 ENTER();
2057
2058 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "device mode=%d\n",pAdapter->device_mode);
2059
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002060 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
2061 {
2062 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2063 "%s:LOGP in Progress. Ignore!!!", __func__);
2064 return -EAGAIN;
2065 }
2066
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302067 if ( (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002068 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07002069 )
2070 {
2071 beacon_data_t *old,*new;
2072
2073 old = pAdapter->sessionCtx.ap.beacon;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302074
Jeff Johnson295189b2012-06-20 16:38:30 -07002075 if (old)
2076 return -EALREADY;
2077
2078 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter,&new,params);
2079
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302080 if(status != VOS_STATUS_SUCCESS)
Jeff Johnson295189b2012-06-20 16:38:30 -07002081 {
2082 hddLog(VOS_TRACE_LEVEL_FATAL,
2083 "%s:Error!!! Allocating the new beacon\n",__func__);
2084 return -EINVAL;
2085 }
2086
2087 pAdapter->sessionCtx.ap.beacon = new;
2088
2089 status = wlan_hdd_cfg80211_start_bss(pAdapter, params);
2090 }
2091
2092 EXIT();
2093 return status;
2094}
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302095
2096static int wlan_hdd_cfg80211_set_beacon(struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07002097 struct net_device *dev,
2098 struct beacon_parameters *params)
2099{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302100 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnson295189b2012-06-20 16:38:30 -07002101 int status=VOS_STATUS_SUCCESS;
2102
2103 ENTER();
2104
2105 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
2106 __func__,pAdapter->device_mode);
2107
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002108 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
2109 {
2110 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2111 "%s:LOGP in Progress. Ignore!!!", __func__);
2112 return -EAGAIN;
2113 }
2114
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302115 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002116 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302117 )
Jeff Johnson295189b2012-06-20 16:38:30 -07002118 {
2119 beacon_data_t *old,*new;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302120
Jeff Johnson295189b2012-06-20 16:38:30 -07002121 old = pAdapter->sessionCtx.ap.beacon;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302122
Jeff Johnson295189b2012-06-20 16:38:30 -07002123 if (!old)
2124 return -ENOENT;
2125
2126 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter,&new,params);
2127
2128 if(status != VOS_STATUS_SUCCESS) {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302129 hddLog(VOS_TRACE_LEVEL_FATAL,
Jeff Johnson295189b2012-06-20 16:38:30 -07002130 "%s: Error!!! Allocating the new beacon\n",__func__);
2131 return -EINVAL;
2132 }
2133
2134 pAdapter->sessionCtx.ap.beacon = new;
2135
2136 status = wlan_hdd_cfg80211_start_bss(pAdapter, params);
2137 }
2138
2139 EXIT();
2140 return status;
2141}
2142
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002143#endif //(LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
2144
2145#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07002146static int wlan_hdd_cfg80211_del_beacon(struct wiphy *wiphy,
2147 struct net_device *dev)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002148#else
2149static int wlan_hdd_cfg80211_stop_ap (struct wiphy *wiphy,
2150 struct net_device *dev)
2151#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07002152{
2153 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnsone7245742012-09-05 17:12:55 -07002154 hdd_context_t *pHddCtx = NULL;
2155 hdd_scaninfo_t *pScanInfo = NULL;
2156 hdd_adapter_t *staAdapter = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07002157 VOS_STATUS status = 0;
2158
2159 ENTER();
2160
2161 if (NULL == pAdapter)
2162 {
2163 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07002164 "%s: HDD adapter context is Null", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07002165 return -ENODEV;
2166 }
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07002167
Jeff Johnson4416a782013-03-25 14:17:50 -07002168 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07002169 if (NULL == pHddCtx)
2170 {
2171 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07002172 "%s: HDD context is Null", __func__);
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07002173 return -ENODEV;
2174 }
Jeff Johnson4416a782013-03-25 14:17:50 -07002175 if (pHddCtx->isLogpInProgress)
2176 {
2177 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2178 "%s:LOGP in Progress. Ignore!!!", __func__);
2179 return -EAGAIN;
2180 }
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07002181
2182 staAdapter = hdd_get_adapter(pAdapter->pHddCtx, WLAN_HDD_INFRA_STATION);
2183 if (NULL == staAdapter)
2184 {
2185 staAdapter = hdd_get_adapter(pAdapter->pHddCtx, WLAN_HDD_P2P_CLIENT);
2186 if (NULL == staAdapter)
2187 {
2188 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07002189 "%s: HDD adapter context is Null", __func__);
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07002190 return -ENODEV;
2191 }
2192 }
2193
2194 pScanInfo = &pHddCtx->scan_info;
2195
Jeff Johnson4416a782013-03-25 14:17:50 -07002196 if (pHddCtx->isLogpInProgress)
Jeff Johnson295189b2012-06-20 16:38:30 -07002197 {
2198 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, "%s:LOGP in Progress. Ignore!!!",__func__);
2199 return -EAGAIN;
2200 }
2201
2202 pHddCtx = (hdd_context_t*)pAdapter->pHddCtx;
2203
2204 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
2205 __func__,pAdapter->device_mode);
2206
Jeff Johnsone7245742012-09-05 17:12:55 -07002207 if ((pScanInfo != NULL) && pScanInfo->mScanPending)
2208 {
Madan Mohan Koyyalamudif4e81002012-11-13 10:46:38 -08002209 INIT_COMPLETION(pScanInfo->abortscan_event_var);
Jeff Johnsone7245742012-09-05 17:12:55 -07002210 hdd_abort_mac_scan(staAdapter->pHddCtx);
2211 status = wait_for_completion_interruptible_timeout(
Madan Mohan Koyyalamudif4e81002012-11-13 10:46:38 -08002212 &pScanInfo->abortscan_event_var,
Jeff Johnsone7245742012-09-05 17:12:55 -07002213 msecs_to_jiffies(WLAN_WAIT_TIME_ABORTSCAN));
2214 if (!status)
2215 {
2216 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Jeff Johnson902c9832012-12-10 14:28:09 -08002217 "%s: Timeout occurred while waiting for abortscan" ,
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07002218 __func__);
Jeff Johnsone7245742012-09-05 17:12:55 -07002219 VOS_ASSERT(pScanInfo->mScanPending);
2220 return 0;
2221 }
2222 }
2223
Jeff Johnson295189b2012-06-20 16:38:30 -07002224 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002225 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07002226 )
2227 {
2228 beacon_data_t *old;
2229
2230 old = pAdapter->sessionCtx.ap.beacon;
2231
2232 if (!old)
2233 return -ENOENT;
2234
Jeff Johnson295189b2012-06-20 16:38:30 -07002235 hdd_cleanup_actionframe(pHddCtx, pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07002236
2237 mutex_lock(&pHddCtx->sap_lock);
2238 if(test_bit(SOFTAP_BSS_STARTED, &pAdapter->event_flags))
2239 {
Jeff Johnson4416a782013-03-25 14:17:50 -07002240 if ( VOS_STATUS_SUCCESS == (status = WLANSAP_StopBss(pHddCtx->pvosContext) ) )
Jeff Johnson295189b2012-06-20 16:38:30 -07002241 {
2242 hdd_hostapd_state_t *pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
2243
2244 status = vos_wait_single_event(&pHostapdState->vosEvent, 10000);
2245
2246 if (!VOS_IS_STATUS_SUCCESS(status))
2247 {
2248 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2249 ("ERROR: HDD vos wait for single_event failed!!\n"));
2250 VOS_ASSERT(0);
2251 }
2252 }
2253 clear_bit(SOFTAP_BSS_STARTED, &pAdapter->event_flags);
2254 }
2255 mutex_unlock(&pHddCtx->sap_lock);
2256
2257 if(status != VOS_STATUS_SUCCESS)
2258 {
2259 hddLog(VOS_TRACE_LEVEL_FATAL,
2260 "%s:Error!!! Stopping the BSS\n",__func__);
2261 return -EINVAL;
2262 }
2263
Jeff Johnson4416a782013-03-25 14:17:50 -07002264 if (ccmCfgSetInt(pHddCtx->hHal,
Jeff Johnson295189b2012-06-20 16:38:30 -07002265 WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG, 0,NULL, eANI_BOOLEAN_FALSE)
2266 ==eHAL_STATUS_FAILURE)
2267 {
2268 hddLog(LOGE,
2269 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG to CCM\n");
2270 }
2271
Jeff Johnson4416a782013-03-25 14:17:50 -07002272 if ( eHAL_STATUS_FAILURE == ccmCfgSetInt(pHddCtx->hHal,
Jeff Johnson295189b2012-06-20 16:38:30 -07002273 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 0, NULL,
2274 eANI_BOOLEAN_FALSE) )
2275 {
2276 hddLog(LOGE,
2277 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM\n");
2278 }
2279
2280 // Reset WNI_CFG_PROBE_RSP Flags
2281 wlan_hdd_reset_prob_rspies(pAdapter);
2282
2283 pAdapter->sessionCtx.ap.beacon = NULL;
2284 kfree(old);
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07002285#ifdef WLAN_FEATURE_P2P_DEBUG
2286 if((pAdapter->device_mode == WLAN_HDD_P2P_GO) &&
2287 (globalP2PConnectionStatus == P2P_GO_COMPLETED_STATE))
2288 {
2289 hddLog(LOGE,"[P2P State] From GO completed to Inactive state "
2290 "GO got removed");
2291 globalP2PConnectionStatus = P2P_NOT_ACTIVE;
2292 }
2293#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07002294 }
2295 EXIT();
2296 return status;
2297}
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002298
2299#if (LINUX_VERSION_CODE > KERNEL_VERSION(3,3,0))
2300
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302301static int wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy,
2302 struct net_device *dev,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002303 struct cfg80211_ap_settings *params)
2304{
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302305 hdd_adapter_t *pAdapter;
2306 hdd_context_t *pHddCtx;
2307 int status = 0;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002308
2309 ENTER();
2310
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302311 if (NULL == dev)
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07002312 {
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302313 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
2314 "%s: Device is Null", __func__);
2315 return -ENODEV;
2316 }
2317
2318 pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
2319 if (NULL == pAdapter)
2320 {
2321 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
2322 "%s: HDD adapter is Null", __func__);
2323 return -ENODEV;
2324 }
2325
2326 if (WLAN_HDD_ADAPTER_MAGIC != pAdapter->magic)
2327 {
2328 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
2329 "%s: HDD adapter magic is invalid", __func__);
2330 return -ENODEV;
2331 }
2332
2333 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
2334 if (NULL == pHddCtx)
2335 {
2336 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
2337 "%s: HDD context is Null", __func__);
2338 return -ENODEV;
2339 }
2340
2341 if (pHddCtx->isLogpInProgress)
2342 {
2343 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
2344 "%s: LOGP in Progress. Ignore!!!", __func__);
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07002345 return -EAGAIN;
2346 }
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302347
2348 if (pHddCtx->isLoadUnloadInProgress)
2349 {
2350 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
2351 "%s: Unloading/Loading in Progress. Ignore!!!", __func__);
2352 return -EAGAIN;
2353 }
2354
2355 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: device mode = %d",
2356 __func__, pAdapter->device_mode);
2357
2358 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002359 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002360 )
2361 {
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302362 beacon_data_t *old, *new;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002363
2364 old = pAdapter->sessionCtx.ap.beacon;
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302365
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002366 if (old)
2367 return -EALREADY;
2368
2369 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter, &new, &params->beacon, params->dtim_period);
2370
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302371 if (status != 0)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002372 {
2373 hddLog(VOS_TRACE_LEVEL_FATAL,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302374 "%s:Error!!! Allocating the new beacon", __func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002375 return -EINVAL;
2376 }
2377 pAdapter->sessionCtx.ap.beacon = new;
Viral Modi3a32cc52013-02-08 11:14:52 -08002378#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0))
2379 wlan_hdd_cfg80211_set_channel(wiphy, dev, params->channel, params->channel_type);
2380#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002381 status = wlan_hdd_cfg80211_start_bss(pAdapter, &params->beacon, params->ssid,
2382 params->ssid_len, params->hidden_ssid);
2383 }
2384
2385 EXIT();
2386 return status;
2387}
2388
2389
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302390static int wlan_hdd_cfg80211_change_beacon(struct wiphy *wiphy,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002391 struct net_device *dev,
2392 struct cfg80211_beacon_data *params)
2393{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302394 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002395 int status=VOS_STATUS_SUCCESS;
2396
2397 ENTER();
2398
2399 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
2400 __func__, pAdapter->device_mode);
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07002401 if ((WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress)
2402 {
2403 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, "%s:LOGP in Progress. Ignore!!!",__func__);
2404 return -EAGAIN;
2405 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002406
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302407 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002408 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302409 )
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002410 {
2411 beacon_data_t *old,*new;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302412
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002413 old = pAdapter->sessionCtx.ap.beacon;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302414
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002415 if (!old)
2416 return -ENOENT;
2417
2418 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter, &new, params, 0);
2419
2420 if(status != VOS_STATUS_SUCCESS) {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302421 hddLog(VOS_TRACE_LEVEL_FATAL,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002422 "%s: Error!!! Allocating the new beacon\n",__func__);
2423 return -EINVAL;
2424 }
2425
2426 pAdapter->sessionCtx.ap.beacon = new;
2427
2428 status = wlan_hdd_cfg80211_start_bss(pAdapter, params, NULL, 0, 0);
2429 }
2430
2431 EXIT();
2432 return status;
2433}
2434
2435#endif //(LINUX_VERSION_CODE > KERNEL_VERSION(3,3,0))
2436
Jeff Johnson295189b2012-06-20 16:38:30 -07002437
2438static int wlan_hdd_cfg80211_change_bss (struct wiphy *wiphy,
2439 struct net_device *dev,
2440 struct bss_parameters *params)
2441{
2442 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
2443
2444 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302445
Jeff Johnson295189b2012-06-20 16:38:30 -07002446 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
2447 __func__,pAdapter->device_mode);
2448
2449 if((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002450 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302451 )
Jeff Johnson295189b2012-06-20 16:38:30 -07002452 {
2453 /* ap_isolate == -1 means that in change bss, upper layer doesn't
2454 * want to update this parameter */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302455 if (-1 != params->ap_isolate)
Jeff Johnson295189b2012-06-20 16:38:30 -07002456 {
2457 pAdapter->sessionCtx.ap.apDisableIntraBssFwd = !!params->ap_isolate;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302458 }
Jeff Johnson295189b2012-06-20 16:38:30 -07002459 }
2460
2461 EXIT();
2462 return 0;
2463}
2464
2465/*
2466 * FUNCTION: wlan_hdd_cfg80211_change_iface
2467 * This function is used to set the interface type (INFRASTRUCTURE/ADHOC)
2468 */
2469int wlan_hdd_cfg80211_change_iface( struct wiphy *wiphy,
2470 struct net_device *ndev,
2471 enum nl80211_iftype type,
2472 u32 *flags,
2473 struct vif_params *params
2474 )
2475{
2476 struct wireless_dev *wdev;
2477 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
2478 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX( pAdapter );
Mohit Khanna0f232092012-09-11 14:46:08 -07002479 hdd_adapter_t *pP2pAdapter = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07002480 tCsrRoamProfile *pRoamProfile = NULL;
2481 eCsrRoamBssType LastBSSType;
2482 hdd_config_t *pConfig = pHddCtx->cfg_ini;
2483 eMib_dot11DesiredBssType connectedBssType;
2484 VOS_STATUS status;
2485
2486 ENTER();
2487
2488 if ((WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress)
2489 {
2490 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, "%s:LOGP in Progress. Ignore!!!",__func__);
2491 return -EAGAIN;
2492 }
2493
2494 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d",
2495 __func__, pAdapter->device_mode);
2496
2497 wdev = ndev->ieee80211_ptr;
2498
2499#ifdef WLAN_BTAMP_FEATURE
2500 if((NL80211_IFTYPE_P2P_CLIENT == type)||
2501 (NL80211_IFTYPE_ADHOC == type)||
2502 (NL80211_IFTYPE_AP == type)||
2503 (NL80211_IFTYPE_P2P_GO == type))
2504 {
2505 pHddCtx->isAmpAllowed = VOS_FALSE;
2506 // stop AMP traffic
2507 status = WLANBAP_StopAmp();
2508 if(VOS_STATUS_SUCCESS != status )
2509 {
2510 pHddCtx->isAmpAllowed = VOS_TRUE;
2511 hddLog(VOS_TRACE_LEVEL_FATAL,
2512 "%s: Failed to stop AMP", __func__);
2513 return -EINVAL;
2514 }
2515 }
2516#endif //WLAN_BTAMP_FEATURE
2517 /* Reset the current device mode bit mask*/
2518 wlan_hdd_clear_concurrency_mode(pHddCtx, pAdapter->device_mode);
2519
2520 if( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -07002521 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Jeff Johnsone7245742012-09-05 17:12:55 -07002522 || (pAdapter->device_mode == WLAN_HDD_P2P_DEVICE)
Jeff Johnson295189b2012-06-20 16:38:30 -07002523 )
2524 {
2525 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
2526 pRoamProfile = &pWextState->roamProfile;
2527 LastBSSType = pRoamProfile->BSSType;
2528
2529 switch (type)
2530 {
2531 case NL80211_IFTYPE_STATION:
Jeff Johnson295189b2012-06-20 16:38:30 -07002532 case NL80211_IFTYPE_P2P_CLIENT:
Jeff Johnson295189b2012-06-20 16:38:30 -07002533 hddLog(VOS_TRACE_LEVEL_INFO,
2534 "%s: setting interface Type to INFRASTRUCTURE", __func__);
2535 pRoamProfile->BSSType = eCSR_BSS_TYPE_INFRASTRUCTURE;
Jeff Johnsone7245742012-09-05 17:12:55 -07002536#ifdef WLAN_FEATURE_11AC
2537 if(pConfig->dot11Mode == eHDD_DOT11_MODE_AUTO)
2538 {
2539 pConfig->dot11Mode = eHDD_DOT11_MODE_11ac;
2540 }
2541#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302542 pRoamProfile->phyMode =
Jeff Johnsone7245742012-09-05 17:12:55 -07002543 hdd_cfg_xlate_to_csr_phy_mode(pConfig->dot11Mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07002544 wdev->iftype = type;
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08002545 //Check for sub-string p2p to confirm its a p2p interface
2546 if (NULL != strstr(ndev->name,"p2p"))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302547 {
Gopichand Nakkala864d3552012-12-31 16:08:51 -08002548 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
2549 WLAN_HDD_P2P_DEVICE : WLAN_HDD_P2P_CLIENT;
2550 }
2551 else
2552 {
2553 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
Jeff Johnson295189b2012-06-20 16:38:30 -07002554 WLAN_HDD_INFRA_STATION: WLAN_HDD_P2P_CLIENT;
Gopichand Nakkala864d3552012-12-31 16:08:51 -08002555 }
Jeff Johnson295189b2012-06-20 16:38:30 -07002556 break;
2557 case NL80211_IFTYPE_ADHOC:
2558 hddLog(VOS_TRACE_LEVEL_INFO,
2559 "%s: setting interface Type to ADHOC", __func__);
2560 pRoamProfile->BSSType = eCSR_BSS_TYPE_START_IBSS;
2561 pRoamProfile->phyMode =
2562 hdd_cfg_xlate_to_csr_phy_mode(pConfig->dot11Mode);
Shailender Karmuchia734f332013-04-19 14:02:48 -07002563 pAdapter->device_mode = WLAN_HDD_IBSS;
Jeff Johnson295189b2012-06-20 16:38:30 -07002564 wdev->iftype = type;
2565 break;
2566
2567 case NL80211_IFTYPE_AP:
Jeff Johnson295189b2012-06-20 16:38:30 -07002568 case NL80211_IFTYPE_P2P_GO:
Jeff Johnson295189b2012-06-20 16:38:30 -07002569 {
2570 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
2571 "%s: setting interface Type to %s", __func__,
2572 (type == NL80211_IFTYPE_AP) ? "SoftAP" : "P2pGo");
2573
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08002574 //Cancel any remain on channel for GO mode
2575 if (NL80211_IFTYPE_P2P_GO == type)
2576 {
2577 wlan_hdd_cancel_existing_remain_on_channel(pAdapter);
2578 }
Mohit Khanna0f232092012-09-11 14:46:08 -07002579 if (NL80211_IFTYPE_AP == type)
2580 {
2581 /* As Loading WLAN Driver one interface being created for p2p device
2582 * address. This will take one HW STA and the max number of clients
2583 * that can connect to softAP will be reduced by one. so while changing
2584 * the interface type to NL80211_IFTYPE_AP (SoftAP) remove p2p0
2585 * interface as it is not required in SoftAP mode.
2586 */
2587
2588 // Get P2P Adapter
2589 pP2pAdapter = hdd_get_adapter(pHddCtx, WLAN_HDD_P2P_DEVICE);
2590
2591 if (pP2pAdapter)
2592 {
2593 hdd_stop_adapter(pHddCtx, pP2pAdapter);
2594 hdd_deinit_adapter(pHddCtx, pP2pAdapter);
2595 hdd_close_adapter(pHddCtx, pP2pAdapter, VOS_TRUE);
2596 }
2597 }
2598
Jeff Johnson295189b2012-06-20 16:38:30 -07002599 //De-init the adapter.
2600 hdd_stop_adapter( pHddCtx, pAdapter );
2601 hdd_deinit_adapter( pHddCtx, pAdapter );
2602 memset(&pAdapter->sessionCtx, 0, sizeof(pAdapter->sessionCtx));
Jeff Johnson295189b2012-06-20 16:38:30 -07002603 pAdapter->device_mode = (type == NL80211_IFTYPE_AP) ?
2604 WLAN_HDD_SOFTAP : WLAN_HDD_P2P_GO;
Jeff Johnson32d95a32012-09-10 13:15:23 -07002605
2606 //Disable BMPS and IMPS if enabled
2607 //before starting Go
2608 if(WLAN_HDD_P2P_GO == pAdapter->device_mode)
2609 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302610 if(VOS_STATUS_E_FAILURE ==
Jeff Johnson32d95a32012-09-10 13:15:23 -07002611 hdd_disable_bmps_imps(pHddCtx, WLAN_HDD_P2P_GO))
2612 {
2613 //Fail to Exit BMPS
2614 VOS_ASSERT(0);
2615 }
2616 }
2617
Madan Mohan Koyyalamudi3ff2a0b2012-10-15 14:33:46 -07002618 if ((WLAN_HDD_SOFTAP == pAdapter->device_mode) &&
2619 (pConfig->apRandomBssidEnabled))
2620 {
2621 /* To meet Android requirements create a randomized
2622 MAC address of the form 02:1A:11:Fx:xx:xx */
2623 get_random_bytes(&ndev->dev_addr[3], 3);
2624 ndev->dev_addr[0] = 0x02;
2625 ndev->dev_addr[1] = 0x1A;
2626 ndev->dev_addr[2] = 0x11;
2627 ndev->dev_addr[3] |= 0xF0;
2628 memcpy(pAdapter->macAddressCurrent.bytes, ndev->dev_addr,
2629 VOS_MAC_ADDR_SIZE);
2630 pr_info("wlan: Generated HotSpot BSSID "
2631 "%02x:%02x:%02x:%02x:%02x:%02x\n",
2632 ndev->dev_addr[0],
2633 ndev->dev_addr[1],
2634 ndev->dev_addr[2],
2635 ndev->dev_addr[3],
2636 ndev->dev_addr[4],
2637 ndev->dev_addr[5]);
2638 }
2639
Jeff Johnson295189b2012-06-20 16:38:30 -07002640 hdd_set_ap_ops( pAdapter->dev );
2641
2642 status = hdd_init_ap_mode(pAdapter);
2643 if(status != VOS_STATUS_SUCCESS)
2644 {
2645 hddLog(VOS_TRACE_LEVEL_FATAL,
2646 "%s: Error initializing the ap mode", __func__);
2647 return -EINVAL;
2648 }
2649 hdd_set_conparam(1);
2650
Jeff Johnson295189b2012-06-20 16:38:30 -07002651 /*interface type changed update in wiphy structure*/
2652 if(wdev)
2653 {
2654 wdev->iftype = type;
2655 pHddCtx->change_iface = type;
2656 }
2657 else
2658 {
2659 hddLog(VOS_TRACE_LEVEL_ERROR,
2660 "%s: ERROR !!!! Wireless dev is NULL", __func__);
2661 return -EINVAL;
2662 }
2663 goto done;
2664 }
2665
2666 default:
2667 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported interface Type",
2668 __func__);
2669 return -EOPNOTSUPP;
2670 }
2671 }
2672 else if ( (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002673 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07002674 )
2675 {
2676 switch(type)
2677 {
2678 case NL80211_IFTYPE_STATION:
Jeff Johnson295189b2012-06-20 16:38:30 -07002679 case NL80211_IFTYPE_P2P_CLIENT:
Jeff Johnson295189b2012-06-20 16:38:30 -07002680 case NL80211_IFTYPE_ADHOC:
Jeff Johnson32d95a32012-09-10 13:15:23 -07002681 hdd_stop_adapter( pHddCtx, pAdapter );
2682 hdd_deinit_adapter( pHddCtx, pAdapter );
Jeff Johnson295189b2012-06-20 16:38:30 -07002683 wdev->iftype = type;
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08002684 //Check for sub-string p2p to confirm its a p2p interface
2685 if (NULL != strstr(ndev->name,"p2p"))
Gopichand Nakkala864d3552012-12-31 16:08:51 -08002686 {
2687 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
2688 WLAN_HDD_P2P_DEVICE : WLAN_HDD_P2P_CLIENT;
2689 }
2690 else
2691 {
2692 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
Jeff Johnson295189b2012-06-20 16:38:30 -07002693 WLAN_HDD_INFRA_STATION: WLAN_HDD_P2P_CLIENT;
Gopichand Nakkala864d3552012-12-31 16:08:51 -08002694 }
Jeff Johnson295189b2012-06-20 16:38:30 -07002695 hdd_set_conparam(0);
2696 pHddCtx->change_iface = type;
Jeff Johnson295189b2012-06-20 16:38:30 -07002697 memset(&pAdapter->sessionCtx, 0, sizeof(pAdapter->sessionCtx));
2698 hdd_set_station_ops( pAdapter->dev );
2699 status = hdd_init_station_mode( pAdapter );
2700 if( VOS_STATUS_SUCCESS != status )
2701 return -EOPNOTSUPP;
Jeff Johnsone7245742012-09-05 17:12:55 -07002702 /* In case of JB, for P2P-GO, only change interface will be called,
2703 * This is the right place to enable back bmps_imps()
2704 */
2705 hdd_enable_bmps_imps(pHddCtx);
Jeff Johnson295189b2012-06-20 16:38:30 -07002706 goto done;
2707 case NL80211_IFTYPE_AP:
Jeff Johnson295189b2012-06-20 16:38:30 -07002708 case NL80211_IFTYPE_P2P_GO:
Jeff Johnson295189b2012-06-20 16:38:30 -07002709 wdev->iftype = type;
Jeff Johnson295189b2012-06-20 16:38:30 -07002710 pAdapter->device_mode = (type == NL80211_IFTYPE_AP) ?
2711 WLAN_HDD_SOFTAP : WLAN_HDD_P2P_GO;
Jeff Johnson295189b2012-06-20 16:38:30 -07002712 goto done;
2713 default:
2714 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported interface Type",
2715 __func__);
2716 return -EOPNOTSUPP;
2717
2718 }
2719
2720 }
2721 else
2722 {
2723 return -EOPNOTSUPP;
2724 }
2725
2726
2727 if(pRoamProfile)
2728 {
2729 if ( LastBSSType != pRoamProfile->BSSType )
2730 {
2731 /*interface type changed update in wiphy structure*/
2732 wdev->iftype = type;
2733
2734 /*the BSS mode changed, We need to issue disconnect
2735 if connected or in IBSS disconnect state*/
2736 if ( hdd_connGetConnectedBssType(
2737 WLAN_HDD_GET_STATION_CTX_PTR(pAdapter), &connectedBssType ) ||
2738 ( eCSR_BSS_TYPE_START_IBSS == LastBSSType ) )
2739 {
2740 /*need to issue a disconnect to CSR.*/
2741 INIT_COMPLETION(pAdapter->disconnect_comp_var);
2742 if( eHAL_STATUS_SUCCESS ==
2743 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
2744 pAdapter->sessionId,
2745 eCSR_DISCONNECT_REASON_UNSPECIFIED ) )
2746 {
2747 wait_for_completion_interruptible_timeout(
2748 &pAdapter->disconnect_comp_var,
2749 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
2750 }
2751 }
2752 }
2753 }
2754
2755done:
2756 /*set bitmask based on updated value*/
2757 wlan_hdd_set_concurrency_mode(pHddCtx, pAdapter->device_mode);
2758#ifdef WLAN_BTAMP_FEATURE
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302759 if((NL80211_IFTYPE_STATION == type) && (pHddCtx->concurrency_mode <= 1) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07002760 (pHddCtx->no_of_sessions[WLAN_HDD_INFRA_STATION] <=1))
2761 {
2762 //we are ok to do AMP
2763 pHddCtx->isAmpAllowed = VOS_TRUE;
2764 }
2765#endif //WLAN_BTAMP_FEATURE
2766 EXIT();
2767 return 0;
2768}
2769
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002770#ifdef FEATURE_WLAN_TDLS
2771static int wlan_hdd_tdls_add_station(struct wiphy *wiphy,
2772 struct net_device *dev, u8 *mac, bool update, tCsrStaParams *StaParams)
2773{
2774 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
2775 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
2776 VOS_STATUS status;
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002777 hddTdlsPeer_t *pTdlsPeer;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002778
2779 ENTER();
2780
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05302781 if (NULL == pHddCtx || NULL == pHddCtx->cfg_ini)
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002782 {
2783 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2784 "Invalid arguments");
2785 return -EINVAL;
2786 }
Hoonki Lee27511902013-03-14 18:19:06 -07002787
2788 if ((eTDLS_SUPPORT_NOT_ENABLED == pHddCtx->tdls_mode) ||
2789 (eTDLS_SUPPORT_DISABLED == pHddCtx->tdls_mode))
2790 {
2791 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2792 "%s: TDLS mode is disabled OR not enabled in FW."
2793 MAC_ADDRESS_STR " Request declined.",
2794 __func__, MAC_ADDR_ARRAY(mac));
2795 return -ENOTSUPP;
2796 }
2797
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002798 if (pHddCtx->isLogpInProgress)
2799 {
2800 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2801 "%s:LOGP in Progress. Ignore!!!", __func__);
Gopichand Nakkala05922802013-03-14 12:23:19 -07002802 wlan_hdd_tdls_set_link_status(pAdapter, mac, eTDLS_LINK_IDLE);
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002803 return -EBUSY;
2804 }
2805
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002806 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, mac);
2807
2808 if ( NULL == pTdlsPeer ) {
2809 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2810 "%s: " MAC_ADDRESS_STR " (update %d) not exist. return invalid",
2811 __func__, MAC_ADDR_ARRAY(mac), update);
2812 return -EINVAL;
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07002813 }
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002814
2815 /* in add station, we accept existing valid staId if there is */
2816 if ((0 == update) &&
2817 ((pTdlsPeer->link_status >= eTDLS_LINK_CONNECTING) ||
2818 (TDLS_STA_INDEX_VALID(pTdlsPeer->staId))))
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002819 {
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002820 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002821 "%s: " MAC_ADDRESS_STR
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002822 " link_status %d. staId %d. add station ignored.",
2823 __func__, MAC_ADDR_ARRAY(mac), pTdlsPeer->link_status, pTdlsPeer->staId);
2824 return 0;
2825 }
2826 /* in change station, we accept only when staId is valid */
2827 if ((1 == update) &&
2828 ((pTdlsPeer->link_status > eTDLS_LINK_CONNECTING) ||
2829 (!TDLS_STA_INDEX_VALID(pTdlsPeer->staId))))
2830 {
2831 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2832 "%s: " MAC_ADDRESS_STR
2833 " link status %d. staId %d. change station %s.",
2834 __func__, MAC_ADDR_ARRAY(mac), pTdlsPeer->link_status, pTdlsPeer->staId,
2835 (TDLS_STA_INDEX_VALID(pTdlsPeer->staId)) ? "ignored" : "declined");
2836 return (TDLS_STA_INDEX_VALID(pTdlsPeer->staId)) ? 0 : -EPERM;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002837 }
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07002838
2839 /* when others are on-going, we want to change link_status to idle */
Hoonki Leefb8df672013-04-10 18:20:34 -07002840 if (NULL != wlan_hdd_tdls_is_progress(pHddCtx, mac, TRUE, TRUE))
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002841 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002842 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2843 "%s: " MAC_ADDRESS_STR
2844 " TDLS setup is ongoing. Request declined.",
2845 __func__, MAC_ADDR_ARRAY(mac));
Gopichand Nakkala05922802013-03-14 12:23:19 -07002846 goto error;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002847 }
2848
2849 /* first to check if we reached to maximum supported TDLS peer.
2850 TODO: for now, return -EPERM looks working fine,
2851 but need to check if any other errno fit into this category.*/
2852 if (HDD_MAX_NUM_TDLS_STA <= wlan_hdd_tdlsConnectedPeers(pAdapter))
2853 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002854 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2855 "%s: " MAC_ADDRESS_STR
2856 " TDLS Max peer already connected. Request declined.",
2857 __func__, MAC_ADDR_ARRAY(mac));
Gopichand Nakkala05922802013-03-14 12:23:19 -07002858 goto error;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002859 }
2860 else
2861 {
2862 hddTdlsPeer_t *pTdlsPeer;
2863 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, mac);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002864 if (pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002865 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002866 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2867 "%s: " MAC_ADDRESS_STR " already connected. Request declined.",
2868 __func__, MAC_ADDR_ARRAY(mac));
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002869 return -EPERM;
2870 }
2871 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002872 if (0 == update)
2873 wlan_hdd_tdls_set_link_status(pAdapter, mac, eTDLS_LINK_CONNECTING);
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002874
Jeff Johnsond75fe012013-04-06 10:53:06 -07002875 /* debug code */
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05302876 if (NULL != StaParams)
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002877 {
2878 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2879 "%s: TDLS Peer Parameters.", __func__);
Hoonki Lee66b75f32013-04-16 18:30:07 -07002880 if(StaParams->htcap_present)
2881 {
2882 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2883 "ht_capa->cap_info: %0x", StaParams->HTCap.capInfo);
2884 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2885 "ht_capa->extended_capabilities: %0x",
2886 StaParams->HTCap.extendedHtCapInfo);
2887 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002888 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2889 "params->capability: %0x",StaParams->capability);
2890 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2891 "params->ext_capab_len: %0x",StaParams->extn_capability);
Hoonki Lee66b75f32013-04-16 18:30:07 -07002892 if(StaParams->vhtcap_present)
2893 {
2894 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2895 "rxMcsMap %x rxHighest %x txMcsMap %x txHighest %x",
2896 StaParams->VHTCap.suppMcs.rxMcsMap, StaParams->VHTCap.suppMcs.rxHighest,
2897 StaParams->VHTCap.suppMcs.txMcsMap, StaParams->VHTCap.suppMcs.txHighest);
2898 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002899 {
2900 int i = 0;
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002901 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO, "Supported rates:");
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002902 for (i = 0; i < sizeof(StaParams->supported_rates); i++)
2903 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2904 "[%d]: %x ", i, StaParams->supported_rates[i]);
2905 }
Jeff Johnsond75fe012013-04-06 10:53:06 -07002906 } /* end debug code */
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05302907 else if ((1 == update) && (NULL == StaParams))
2908 {
2909 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2910 "%s : update is true, but staParams is NULL. Error!", __func__);
2911 return -EPERM;
2912 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002913
2914 INIT_COMPLETION(pAdapter->tdls_add_station_comp);
2915
2916 if (!update)
2917 {
2918 status = sme_AddTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
2919 pAdapter->sessionId, mac);
2920 }
2921 else
2922 {
2923 status = sme_ChangeTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
2924 pAdapter->sessionId, mac, StaParams);
2925 }
2926
2927 status = wait_for_completion_interruptible_timeout(&pAdapter->tdls_add_station_comp,
2928 msecs_to_jiffies(WAIT_TIME_TDLS_ADD_STA));
2929
2930 if (!status)
2931 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002932 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002933 "%s: timeout waiting for tdls add station indication",
2934 __func__);
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07002935 return -EPERM;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002936 }
2937 if ( eHAL_STATUS_SUCCESS != pAdapter->tdlsAddStaStatus)
2938 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002939 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002940 "%s: Add Station is unsucessful", __func__);
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07002941 return -EPERM;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002942 }
2943
2944 return 0;
Gopichand Nakkala05922802013-03-14 12:23:19 -07002945
2946error:
2947 wlan_hdd_tdls_set_link_status(pAdapter, mac, eTDLS_LINK_IDLE);
2948 return -EPERM;
2949
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002950}
2951#endif
2952
Jeff Johnson295189b2012-06-20 16:38:30 -07002953static int wlan_hdd_change_station(struct wiphy *wiphy,
2954 struct net_device *dev,
2955 u8 *mac,
2956 struct station_parameters *params)
2957{
2958 VOS_STATUS status = VOS_STATUS_SUCCESS;
2959 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
2960 v_MACADDR_t STAMacAddress;
Gopichand Nakkalab0856222013-03-12 22:39:05 -07002961#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002962 tCsrStaParams StaParams = {0};
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002963 tANI_U8 isBufSta = 0;
Gopichand Nakkalab0856222013-03-12 22:39:05 -07002964#endif
Jeff Johnsone7245742012-09-05 17:12:55 -07002965 ENTER();
2966
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002967 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
2968 {
2969 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2970 "%s:LOGP in Progress. Ignore!!!", __func__);
2971 return -EAGAIN;
2972 }
2973
Jeff Johnson295189b2012-06-20 16:38:30 -07002974 vos_mem_copy(STAMacAddress.bytes, mac, sizeof(v_MACADDR_t));
2975
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002976 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
2977 || (pAdapter->device_mode == WLAN_HDD_P2P_GO))
Jeff Johnson295189b2012-06-20 16:38:30 -07002978 {
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002979 if (params->sta_flags_set & BIT(NL80211_STA_FLAG_AUTHORIZED))
Jeff Johnson295189b2012-06-20 16:38:30 -07002980 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302981 status = hdd_softap_change_STA_state( pAdapter, &STAMacAddress,
Jeff Johnson295189b2012-06-20 16:38:30 -07002982 WLANTL_STA_AUTHENTICATED);
2983
2984 VOS_TRACE( VOS_MODULE_ID_HDD_SOFTAP, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002985 "%s: Station MAC address does not matching", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07002986 return -EINVAL;
2987 }
2988 }
Gopichand Nakkalab0856222013-03-12 22:39:05 -07002989#ifdef FEATURE_WLAN_TDLS
Hoonki Leea6d49be2013-04-05 09:43:25 -07002990 else if ((pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
2991 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)) {
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002992 if (params->sta_flags_set & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
2993 StaParams.capability = params->capability;
2994 StaParams.uapsd_queues = params->uapsd_queues;
2995 StaParams.max_sp = params->max_sp;
2996
2997 if (0 != params->ext_capab_len)
2998 vos_mem_copy(StaParams.extn_capability, params->ext_capab,
2999 sizeof(StaParams.extn_capability));
3000
3001 if (NULL != params->ht_capa)
Hoonki Lee66b75f32013-04-16 18:30:07 -07003002 {
3003 StaParams.htcap_present = 1;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003004 vos_mem_copy(&StaParams.HTCap, params->ht_capa, sizeof(tSirHTCap));
Hoonki Lee66b75f32013-04-16 18:30:07 -07003005 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003006
3007 StaParams.supported_rates_len = params->supported_rates_len;
3008
3009 /* Note : The Maximum sizeof supported_rates sent by the Supplicant is 32.
3010 * The supported_rates array , for all the structures propogating till Add Sta
3011 * to the firmware has to be modified , if the supplicant (ieee80211) is
3012 * modified to send more rates.
3013 */
3014
3015 /* To avoid Data Currption , set to max length to SIR_MAC_MAX_SUPP_RATES
3016 */
3017 if (StaParams.supported_rates_len > SIR_MAC_MAX_SUPP_RATES)
3018 StaParams.supported_rates_len = SIR_MAC_MAX_SUPP_RATES;
3019
3020 if (0 != StaParams.supported_rates_len) {
3021 int i = 0;
3022 vos_mem_copy(StaParams.supported_rates, params->supported_rates,
3023 StaParams.supported_rates_len);
Hoonki Lee5305c3a2013-04-29 23:28:59 -07003024 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003025 "Supported Rates with Length %d", StaParams.supported_rates_len);
3026 for (i=0; i < StaParams.supported_rates_len; i++)
Hoonki Lee5305c3a2013-04-29 23:28:59 -07003027 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003028 "[%d]: %0x", i, StaParams.supported_rates[i]);
3029 }
3030
3031 if (NULL != params->vht_capa)
Hoonki Lee66b75f32013-04-16 18:30:07 -07003032 {
3033 StaParams.vhtcap_present = 1;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003034 vos_mem_copy(&StaParams.VHTCap, params->vht_capa, sizeof(tSirVHTCap));
Hoonki Lee66b75f32013-04-16 18:30:07 -07003035 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003036
Gopichand Nakkala681989c2013-03-06 22:27:48 -08003037 if (0 != params->ext_capab_len ) {
3038 /*Define A Macro : TODO Sunil*/
3039 if ((1<<4) & StaParams.extn_capability[3]) {
3040 isBufSta = 1;
3041 }
3042 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08003043 //status = wlan_hdd_tdls_set_peer_caps( mac, params->uapsd_queues,
3044 // params->max_sp, isBufSta);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003045 //if (VOS_STATUS_SUCCESS != status) {
3046 // VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3047 // "%s: wlan_hdd_tdls_set_peer_caps failed!", __func__);
3048 // return -EINVAL;
3049 //}
Gopichand Nakkala681989c2013-03-06 22:27:48 -08003050 status = wlan_hdd_tdls_add_station(wiphy, dev, mac, 1, &StaParams);
3051
3052 if (VOS_STATUS_SUCCESS != status) {
3053 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3054 "%s: sme_ChangeTdlsPeerSta failed!", __func__);
3055 return -EINVAL;
3056 }
3057 }
3058 }
Gopichand Nakkalab0856222013-03-12 22:39:05 -07003059#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303060
Jeff Johnsone7245742012-09-05 17:12:55 -07003061 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07003062 return status;
3063}
3064
3065/*
3066 * FUNCTION: wlan_hdd_cfg80211_get_ibss_peer_staidx
3067 * This function is used to get peer station index in IBSS mode
3068 */
3069static u8 wlan_hdd_cfg80211_get_ibss_peer_staidx(hdd_adapter_t* pAdapter)
3070{
3071 u8 idx = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303072 u8 temp[VOS_MAC_ADDR_SIZE] = {0};
Jeff Johnson295189b2012-06-20 16:38:30 -07003073 ENTER();
3074 memset(temp, 0, VOS_MAC_ADDR_SIZE);
3075 for ( idx = 0; idx < HDD_MAX_NUM_IBSS_STA; idx++ )
3076 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303077 if ( (0 !=
3078 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.staId[idx])
Jeff Johnson295189b2012-06-20 16:38:30 -07003079 && memcmp((u8*)&(WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.peerMacAddress[idx],
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303080 temp, VOS_MAC_ADDR_SIZE)
Jeff Johnson295189b2012-06-20 16:38:30 -07003081 )
3082 {
3083 return idx;
3084 }
3085 }
3086 return idx;
3087}
3088
3089
3090/*
3091 * FUNCTION: wlan_hdd_cfg80211_add_key
3092 * This function is used to initialize the key information
3093 */
3094#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003095static int wlan_hdd_cfg80211_add_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003096 struct net_device *ndev,
3097 u8 key_index, bool pairwise,
3098 const u8 *mac_addr,
3099 struct key_params *params
3100 )
3101#else
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003102static int wlan_hdd_cfg80211_add_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003103 struct net_device *ndev,
3104 u8 key_index, const u8 *mac_addr,
3105 struct key_params *params
3106 )
3107#endif
3108{
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003109 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Jeff Johnson295189b2012-06-20 16:38:30 -07003110 tCsrRoamSetKey setKey;
3111 u8 groupmacaddr[WNI_CFG_BSSID_LEN] = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
3112 int status = 0;
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003113 v_U32_t roamId= 0xFF;
3114 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pAdapter))->pvosContext;
Jeff Johnson295189b2012-06-20 16:38:30 -07003115 hdd_hostapd_state_t *pHostapdState;
3116 VOS_STATUS vos_status;
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003117 eHalStatus halStatus;
Jeff Johnson295189b2012-06-20 16:38:30 -07003118
3119 ENTER();
3120
Jeff Johnson04dd8a82012-06-29 20:41:40 -07003121 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
3122 {
3123 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3124 "%s:LOGP in Progress. Ignore!!!", __func__);
3125 return -EAGAIN;
3126 }
3127
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003128 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d",
3129 __func__, pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07003130
3131 if (CSR_MAX_NUM_KEY <= key_index)
3132 {
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003133 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003134 key_index);
3135
3136 return -EINVAL;
3137 }
3138
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003139 if (CSR_MAX_KEY_LEN < params->key_len)
3140 {
3141 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key length %d", __func__,
3142 params->key_len);
3143
3144 return -EINVAL;
3145 }
3146
3147 hddLog(VOS_TRACE_LEVEL_INFO,
3148 "%s: called with key index = %d & key length %d",
3149 __func__, key_index, params->key_len);
Jeff Johnson295189b2012-06-20 16:38:30 -07003150
3151 /*extract key idx, key len and key*/
3152 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
3153 setKey.keyId = key_index;
3154 setKey.keyLength = params->key_len;
3155 vos_mem_copy(&setKey.Key[0],params->key, params->key_len);
3156
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003157 switch (params->cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -07003158 {
3159 case WLAN_CIPHER_SUITE_WEP40:
3160 setKey.encType = eCSR_ENCRYPT_TYPE_WEP40_STATICKEY;
3161 break;
3162
3163 case WLAN_CIPHER_SUITE_WEP104:
3164 setKey.encType = eCSR_ENCRYPT_TYPE_WEP104_STATICKEY;
3165 break;
3166
3167 case WLAN_CIPHER_SUITE_TKIP:
3168 {
3169 u8 *pKey = &setKey.Key[0];
3170 setKey.encType = eCSR_ENCRYPT_TYPE_TKIP;
3171
3172 vos_mem_zero(pKey, CSR_MAX_KEY_LEN);
3173
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003174 /*Supplicant sends the 32bytes key in this order
Jeff Johnson295189b2012-06-20 16:38:30 -07003175
3176 |--------------|----------|----------|
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003177 | Tk1 |TX-MIC | RX Mic |
Jeff Johnson295189b2012-06-20 16:38:30 -07003178 |--------------|----------|----------|
3179 <---16bytes---><--8bytes--><--8bytes-->
3180
3181 */
3182 /*Sme expects the 32 bytes key to be in the below order
3183
3184 |--------------|----------|----------|
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003185 | Tk1 |RX-MIC | TX Mic |
Jeff Johnson295189b2012-06-20 16:38:30 -07003186 |--------------|----------|----------|
3187 <---16bytes---><--8bytes--><--8bytes-->
3188 */
3189 /* Copy the Temporal Key 1 (TK1) */
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003190 vos_mem_copy(pKey, params->key, 16);
Jeff Johnson295189b2012-06-20 16:38:30 -07003191
3192 /*Copy the rx mic first*/
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003193 vos_mem_copy(&pKey[16], &params->key[24], 8);
Jeff Johnson295189b2012-06-20 16:38:30 -07003194
3195 /*Copy the tx mic */
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003196 vos_mem_copy(&pKey[24], &params->key[16], 8);
Jeff Johnson295189b2012-06-20 16:38:30 -07003197
3198
3199 break;
3200 }
3201
3202 case WLAN_CIPHER_SUITE_CCMP:
3203 setKey.encType = eCSR_ENCRYPT_TYPE_AES;
3204 break;
3205
3206#ifdef FEATURE_WLAN_WAPI
3207 case WLAN_CIPHER_SUITE_SMS4:
3208 {
3209 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
3210 wlan_hdd_cfg80211_set_key_wapi(pAdapter, key_index, mac_addr,
3211 params->key, params->key_len);
3212 return 0;
3213 }
3214#endif
Chet Lanctot186b5732013-03-18 10:26:30 -07003215
Jeff Johnson295189b2012-06-20 16:38:30 -07003216#ifdef FEATURE_WLAN_CCX
3217 case WLAN_CIPHER_SUITE_KRK:
3218 setKey.encType = eCSR_ENCRYPT_TYPE_KRK;
3219 break;
3220#endif
Chet Lanctot186b5732013-03-18 10:26:30 -07003221
3222#ifdef WLAN_FEATURE_11W
3223 case WLAN_CIPHER_SUITE_AES_CMAC:
3224 setKey.encType = eCSR_ENCRYPT_TYPE_AES_CMAC;
Chet Lanctot3b5158a2013-03-31 16:45:21 -07003225 break;
Chet Lanctot186b5732013-03-18 10:26:30 -07003226#endif
3227
Jeff Johnson295189b2012-06-20 16:38:30 -07003228 default:
3229 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: unsupported cipher type %lu",
3230 __func__, params->cipher);
3231 return -EOPNOTSUPP;
3232 }
3233
3234 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: encryption type %d",
3235 __func__, setKey.encType);
3236
3237
3238
3239 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07003240 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07003241 )
3242 {
3243
3244
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003245 if (
Jeff Johnson295189b2012-06-20 16:38:30 -07003246#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
3247 (!pairwise)
3248#else
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003249 (!mac_addr || is_broadcast_ether_addr(mac_addr))
Jeff Johnson295189b2012-06-20 16:38:30 -07003250#endif
3251 )
3252 {
3253 /* set group key*/
3254 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Jeff Johnson1250df42012-12-10 14:31:52 -08003255 "%s- %d: setting Broadcast key",
Jeff Johnson295189b2012-06-20 16:38:30 -07003256 __func__, __LINE__);
3257 setKey.keyDirection = eSIR_RX_ONLY;
3258 vos_mem_copy(setKey.peerMac,groupmacaddr,WNI_CFG_BSSID_LEN);
3259 }
3260 else
3261 {
3262 /* set pairwise key*/
3263 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
3264 "%s- %d: setting pairwise key",
3265 __func__, __LINE__);
3266 setKey.keyDirection = eSIR_TX_RX;
3267 vos_mem_copy(setKey.peerMac, mac_addr,WNI_CFG_BSSID_LEN);
3268 }
3269
3270 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003271 if( pHostapdState->bssState == BSS_START )
3272 {
Jeff Johnson295189b2012-06-20 16:38:30 -07003273 status = WLANSAP_SetKeySta( pVosContext, &setKey);
3274
3275 if ( status != eHAL_STATUS_SUCCESS )
3276 {
3277 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3278 "[%4d] WLANSAP_SetKeySta returned ERROR status= %d",
3279 __LINE__, status );
3280 }
3281 }
3282
3283 /* Saving WEP keys */
3284 else if( eCSR_ENCRYPT_TYPE_WEP40_STATICKEY == setKey.encType ||
3285 eCSR_ENCRYPT_TYPE_WEP104_STATICKEY == setKey.encType )
3286 {
3287 //Save the wep key in ap context. Issue setkey after the BSS is started.
3288 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
3289 vos_mem_copy(&pAPCtx->wepKey[key_index], &setKey, sizeof(tCsrRoamSetKey));
3290 }
3291 else
3292 {
3293 //Save the key in ap context. Issue setkey after the BSS is started.
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003294 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07003295 vos_mem_copy(&pAPCtx->groupKey, &setKey, sizeof(tCsrRoamSetKey));
3296 }
3297 }
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003298 else if ( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION) ||
3299 (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT) )
Jeff Johnson295189b2012-06-20 16:38:30 -07003300 {
3301 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
3302 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
3303
3304 pWextState->roamProfile.Keys.KeyLength[key_index] = (u8)params->key_len;
3305
Venkata Prathyusha Kuntupalliee2ce712013-01-17 14:09:24 -08003306 pWextState->roamProfile.Keys.defaultIndex = key_index;
3307
3308
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003309 vos_mem_copy(&pWextState->roamProfile.Keys.KeyMaterial[key_index][0],
Jeff Johnson295189b2012-06-20 16:38:30 -07003310 params->key, params->key_len);
3311
3312 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
3313
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303314 if (!( ( IW_AUTH_KEY_MGMT_802_1X
3315 == (pWextState->authKeyMgmt & IW_AUTH_KEY_MGMT_802_1X))
Jeff Johnson295189b2012-06-20 16:38:30 -07003316 && (eCSR_AUTH_TYPE_OPEN_SYSTEM == pHddStaCtx->conn_info.authType)
3317 )
3318 &&
3319 ( (WLAN_CIPHER_SUITE_WEP40 == params->cipher)
3320 || (WLAN_CIPHER_SUITE_WEP104 == params->cipher)
3321 )
3322 )
3323 {
3324 /* in case of static WEP, macaddr/bssid is not coming from nl80211
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303325 * interface, copy bssid for pairwise key and group macaddr for
Jeff Johnson295189b2012-06-20 16:38:30 -07003326 * group key initialization*/
3327
3328 tCsrRoamProfile *pRoamProfile = &pWextState->roamProfile;
3329
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303330 pWextState->roamProfile.negotiatedUCEncryptionType =
3331 pHddStaCtx->conn_info.ucEncryptionType =
Jeff Johnson295189b2012-06-20 16:38:30 -07003332 ((WLAN_CIPHER_SUITE_WEP40 == params->cipher) ?
3333 eCSR_ENCRYPT_TYPE_WEP40_STATICKEY :
3334 eCSR_ENCRYPT_TYPE_WEP104_STATICKEY);
3335
3336
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303337 hddLog(VOS_TRACE_LEVEL_INFO_MED,
3338 "%s: Negotiated encryption type %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003339 pWextState->roamProfile.negotiatedUCEncryptionType);
3340
3341 sme_SetCfgPrivacy((tpAniSirGlobal)WLAN_HDD_GET_HAL_CTX(pAdapter),
3342 &pWextState->roamProfile, true);
3343 setKey.keyLength = 0;
3344 setKey.keyDirection = eSIR_TX_RX;
3345
3346#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303347 if (pairwise)
Jeff Johnson295189b2012-06-20 16:38:30 -07003348 {
3349#endif
3350 if (mac_addr)
3351 {
3352 vos_mem_copy(setKey.peerMac, mac_addr,WNI_CFG_BSSID_LEN);
3353 }
3354 else
3355 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303356 /* macaddr is NULL, set the peerMac to bssId in case of BSS,
Jeff Johnson295189b2012-06-20 16:38:30 -07003357 * and peerMacAddress in case of IBSS*/
3358 if (eCSR_BSS_TYPE_START_IBSS == pRoamProfile->BSSType)
3359 {
3360 u8 staidx = wlan_hdd_cfg80211_get_ibss_peer_staidx(pAdapter);
3361 if (HDD_MAX_NUM_IBSS_STA != staidx)
3362 {
3363 vos_mem_copy(setKey.peerMac,
3364 &pHddStaCtx->conn_info.peerMacAddress[staidx],
3365 WNI_CFG_BSSID_LEN);
3366
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303367 }
Jeff Johnson295189b2012-06-20 16:38:30 -07003368 else
3369 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303370 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No peerMac found",
Jeff Johnson295189b2012-06-20 16:38:30 -07003371 __func__);
3372 return -EOPNOTSUPP;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303373 }
Jeff Johnson295189b2012-06-20 16:38:30 -07003374 }
3375 else
3376 {
3377 vos_mem_copy(setKey.peerMac,
3378 &pHddStaCtx->conn_info.bssId[0],
3379 WNI_CFG_BSSID_LEN);
3380 }
3381 }
3382#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
3383 }
3384 else
3385 {
3386 /* set group key*/
3387 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
3388 "%s- %d: setting Group key",
3389 __func__, __LINE__);
3390 setKey.keyDirection = eSIR_RX_ONLY;
3391 vos_mem_copy(setKey.peerMac, groupmacaddr, WNI_CFG_BSSID_LEN);
3392 }
3393#endif
3394 }
3395 else if (
3396#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
3397 (!pairwise)
3398#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303399 (!mac_addr || is_broadcast_ether_addr(mac_addr))
Jeff Johnson295189b2012-06-20 16:38:30 -07003400#endif
3401 )
3402 {
3403 /* set group key*/
3404 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
3405 "%s- %d: setting Group key",
3406 __func__, __LINE__);
3407 setKey.keyDirection = eSIR_RX_ONLY;
3408 vos_mem_copy(setKey.peerMac,groupmacaddr,WNI_CFG_BSSID_LEN);
3409 }
3410 else
3411 {
3412 /* set pairwise key*/
3413 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
3414 "%s- %d: setting pairwise key",
3415 __func__, __LINE__);
3416 setKey.keyDirection = eSIR_TX_RX;
3417 vos_mem_copy(setKey.peerMac, mac_addr,WNI_CFG_BSSID_LEN);
3418 }
3419
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303420 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07003421 "%s: set key for peerMac %2x:%2x:%2x:%2x:%2x:%2x, direction %d",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303422 __func__, setKey.peerMac[0], setKey.peerMac[1],
3423 setKey.peerMac[2], setKey.peerMac[3],
3424 setKey.peerMac[4], setKey.peerMac[5],
Jeff Johnson295189b2012-06-20 16:38:30 -07003425 setKey.keyDirection);
3426
3427 vos_status = wlan_hdd_check_ula_done(pAdapter);
3428
3429 if ( vos_status != VOS_STATUS_SUCCESS )
3430 {
3431 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3432 "[%4d] wlan_hdd_check_ula_done returned ERROR status= %d",
3433 __LINE__, vos_status );
3434
3435 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
3436
3437 return -EINVAL;
3438
3439 }
3440
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003441#ifdef WLAN_FEATURE_VOWIFI_11R
3442 /* The supplicant may attempt to set the PTK once pre-authentication is done.
3443 Save the key in the UMAC and include it in the ADD BSS request */
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003444 halStatus = sme_FTUpdateKey( WLAN_HDD_GET_HAL_CTX(pAdapter), &setKey);
Gopichand Nakkalad7d13652013-02-15 01:48:00 +05303445 if( halStatus == eHAL_STATUS_FT_PREAUTH_KEY_WAIT )
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003446 {
Gopichand Nakkalad7d13652013-02-15 01:48:00 +05303447 return -EINVAL;
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003448 }
3449#endif /* WLAN_FEATURE_VOWIFI_11R */
Jeff Johnson295189b2012-06-20 16:38:30 -07003450
3451 /* issue set key request to SME*/
3452 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
3453 pAdapter->sessionId, &setKey, &roamId );
3454
3455 if ( 0 != status )
3456 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303457 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07003458 "%s: sme_RoamSetKey failed, returned %d", __func__, status);
3459 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
3460 return -EINVAL;
3461 }
3462
3463
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303464 /* in case of IBSS as there was no information available about WEP keys during
3465 * IBSS join, group key intialized with NULL key, so re-initialize group key
Jeff Johnson295189b2012-06-20 16:38:30 -07003466 * with correct value*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303467 if ( (eCSR_BSS_TYPE_START_IBSS == pWextState->roamProfile.BSSType) &&
3468 !( ( IW_AUTH_KEY_MGMT_802_1X
3469 == (pWextState->authKeyMgmt & IW_AUTH_KEY_MGMT_802_1X))
Jeff Johnson295189b2012-06-20 16:38:30 -07003470 && (eCSR_AUTH_TYPE_OPEN_SYSTEM == pHddStaCtx->conn_info.authType)
3471 )
3472 &&
3473 ( (WLAN_CIPHER_SUITE_WEP40 == params->cipher)
3474 || (WLAN_CIPHER_SUITE_WEP104 == params->cipher)
3475 )
3476 )
3477 {
3478 setKey.keyDirection = eSIR_RX_ONLY;
3479 vos_mem_copy(setKey.peerMac,groupmacaddr,WNI_CFG_BSSID_LEN);
3480
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303481 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07003482 "%s: set key peerMac %2x:%2x:%2x:%2x:%2x:%2x, direction %d",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303483 __func__, setKey.peerMac[0], setKey.peerMac[1],
3484 setKey.peerMac[2], setKey.peerMac[3],
3485 setKey.peerMac[4], setKey.peerMac[5],
Jeff Johnson295189b2012-06-20 16:38:30 -07003486 setKey.keyDirection);
3487
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303488 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07003489 pAdapter->sessionId, &setKey, &roamId );
3490
3491 if ( 0 != status )
3492 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303493 hddLog(VOS_TRACE_LEVEL_ERROR,
3494 "%s: sme_RoamSetKey failed for group key (IBSS), returned %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07003495 __func__, status);
3496 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
3497 return -EINVAL;
3498 }
3499 }
3500 }
3501
3502 return 0;
3503}
3504
3505/*
3506 * FUNCTION: wlan_hdd_cfg80211_get_key
3507 * This function is used to get the key information
3508 */
3509#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303510static int wlan_hdd_cfg80211_get_key(
3511 struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003512 struct net_device *ndev,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303513 u8 key_index, bool pairwise,
Jeff Johnson295189b2012-06-20 16:38:30 -07003514 const u8 *mac_addr, void *cookie,
3515 void (*callback)(void *cookie, struct key_params*)
3516 )
3517#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303518static int wlan_hdd_cfg80211_get_key(
3519 struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003520 struct net_device *ndev,
3521 u8 key_index, const u8 *mac_addr, void *cookie,
3522 void (*callback)(void *cookie, struct key_params*)
3523 )
3524#endif
3525{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303526 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Jeff Johnson295189b2012-06-20 16:38:30 -07003527 hdd_wext_state_t *pWextState= WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
3528 tCsrRoamProfile *pRoamProfile = &(pWextState->roamProfile);
3529 struct key_params params;
3530
3531 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303532
Jeff Johnson295189b2012-06-20 16:38:30 -07003533 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
3534 __func__,pAdapter->device_mode);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303535
Jeff Johnson295189b2012-06-20 16:38:30 -07003536 memset(&params, 0, sizeof(params));
3537
3538 if (CSR_MAX_NUM_KEY <= key_index)
3539 {
3540 return -EINVAL;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303541 }
Jeff Johnson295189b2012-06-20 16:38:30 -07003542
3543 switch(pRoamProfile->EncryptionType.encryptionType[0])
3544 {
3545 case eCSR_ENCRYPT_TYPE_NONE:
3546 params.cipher = IW_AUTH_CIPHER_NONE;
3547 break;
3548
3549 case eCSR_ENCRYPT_TYPE_WEP40_STATICKEY:
3550 case eCSR_ENCRYPT_TYPE_WEP40:
3551 params.cipher = WLAN_CIPHER_SUITE_WEP40;
3552 break;
3553
3554 case eCSR_ENCRYPT_TYPE_WEP104_STATICKEY:
3555 case eCSR_ENCRYPT_TYPE_WEP104:
3556 params.cipher = WLAN_CIPHER_SUITE_WEP104;
3557 break;
3558
3559 case eCSR_ENCRYPT_TYPE_TKIP:
3560 params.cipher = WLAN_CIPHER_SUITE_TKIP;
3561 break;
3562
3563 case eCSR_ENCRYPT_TYPE_AES:
3564 params.cipher = WLAN_CIPHER_SUITE_AES_CMAC;
3565 break;
3566
3567 default:
3568 params.cipher = IW_AUTH_CIPHER_NONE;
3569 break;
3570 }
3571
3572 params.key_len = pRoamProfile->Keys.KeyLength[key_index];
3573 params.seq_len = 0;
3574 params.seq = NULL;
3575 params.key = &pRoamProfile->Keys.KeyMaterial[key_index][0];
3576 callback(cookie, &params);
3577 return 0;
3578}
3579
3580/*
3581 * FUNCTION: wlan_hdd_cfg80211_del_key
3582 * This function is used to delete the key information
3583 */
3584#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303585static int wlan_hdd_cfg80211_del_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003586 struct net_device *ndev,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303587 u8 key_index,
3588 bool pairwise,
Jeff Johnson295189b2012-06-20 16:38:30 -07003589 const u8 *mac_addr
3590 )
3591#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303592static int wlan_hdd_cfg80211_del_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003593 struct net_device *ndev,
3594 u8 key_index,
3595 const u8 *mac_addr
3596 )
3597#endif
3598{
3599 int status = 0;
3600
3601 //This code needs to be revisited. There is sme_removeKey API, we should
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303602 //plan to use that. After the change to use correct index in setkey,
Jeff Johnson295189b2012-06-20 16:38:30 -07003603 //it is observed that this is invalidating peer
3604 //key index whenever re-key is done. This is affecting data link.
3605 //It should be ok to ignore del_key.
3606#if 0
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303607 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
3608 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pAdapter))->pvosContext;
Jeff Johnson295189b2012-06-20 16:38:30 -07003609 u8 groupmacaddr[WNI_CFG_BSSID_LEN] = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
3610 tCsrRoamSetKey setKey;
3611 v_U32_t roamId= 0xFF;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303612
Jeff Johnson295189b2012-06-20 16:38:30 -07003613 ENTER();
3614
3615 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: device_mode = %d\n",
3616 __func__,pAdapter->device_mode);
3617
3618 if (CSR_MAX_NUM_KEY <= key_index)
3619 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303620 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003621 key_index);
3622
3623 return -EINVAL;
3624 }
3625
3626 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
3627 setKey.keyId = key_index;
3628
3629 if (mac_addr)
3630 vos_mem_copy(setKey.peerMac, mac_addr,WNI_CFG_BSSID_LEN);
3631 else
3632 vos_mem_copy(setKey.peerMac, groupmacaddr, WNI_CFG_BSSID_LEN);
3633
3634 setKey.encType = eCSR_ENCRYPT_TYPE_NONE;
3635
3636 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07003637 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303638 )
3639 {
3640
3641 hdd_hostapd_state_t *pHostapdState =
Jeff Johnson295189b2012-06-20 16:38:30 -07003642 WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
3643 if( pHostapdState->bssState == BSS_START)
3644 {
3645 status = WLANSAP_SetKeySta( pVosContext, &setKey);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303646
Jeff Johnson295189b2012-06-20 16:38:30 -07003647 if ( status != eHAL_STATUS_SUCCESS )
3648 {
3649 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3650 "[%4d] WLANSAP_SetKeySta returned ERROR status= %d",
3651 __LINE__, status );
3652 }
3653 }
3654 }
3655 else if ( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303656 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Jeff Johnson295189b2012-06-20 16:38:30 -07003657 )
3658 {
3659 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
3660
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303661 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
3662
3663 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07003664 "%s: delete key for peerMac %2x:%2x:%2x:%2x:%2x:%2x",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303665 __func__, setKey.peerMac[0], setKey.peerMac[1],
3666 setKey.peerMac[2], setKey.peerMac[3],
Jeff Johnson295189b2012-06-20 16:38:30 -07003667 setKey.peerMac[4], setKey.peerMac[5]);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303668 if(pAdapter->sessionCtx.station.conn_info.connState ==
3669 eConnectionState_Associated)
Jeff Johnson295189b2012-06-20 16:38:30 -07003670 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303671 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07003672 pAdapter->sessionId, &setKey, &roamId );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303673
Jeff Johnson295189b2012-06-20 16:38:30 -07003674 if ( 0 != status )
3675 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303676 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07003677 "%s: sme_RoamSetKey failure, returned %d",
3678 __func__, status);
3679 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
3680 return -EINVAL;
3681 }
3682 }
3683 }
3684#endif
Jeff Johnsone7245742012-09-05 17:12:55 -07003685 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07003686 return status;
3687}
3688
3689/*
3690 * FUNCTION: wlan_hdd_cfg80211_set_default_key
3691 * This function is used to set the default tx key index
3692 */
3693#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
3694static int wlan_hdd_cfg80211_set_default_key( struct wiphy *wiphy,
3695 struct net_device *ndev,
3696 u8 key_index,
3697 bool unicast, bool multicast)
3698#else
3699static int wlan_hdd_cfg80211_set_default_key( struct wiphy *wiphy,
3700 struct net_device *ndev,
3701 u8 key_index)
3702#endif
3703{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303704 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Jeff Johnson295189b2012-06-20 16:38:30 -07003705 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
3706 int status = 0;
3707 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
3708
3709 ENTER();
3710
3711 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d key_index = %d \n",
3712 __func__,pAdapter->device_mode, key_index);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303713
Jeff Johnson295189b2012-06-20 16:38:30 -07003714 if (CSR_MAX_NUM_KEY <= key_index)
3715 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303716 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003717 key_index);
3718
3719 return -EINVAL;
3720 }
3721
Jeff Johnson04dd8a82012-06-29 20:41:40 -07003722 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
3723 {
3724 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3725 "%s:LOGP in Progress. Ignore!!!", __func__);
3726 return -EAGAIN;
3727 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303728
Jeff Johnson295189b2012-06-20 16:38:30 -07003729 if ((pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -07003730 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303731 )
Jeff Johnson295189b2012-06-20 16:38:30 -07003732 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303733 if ( (key_index != pWextState->roamProfile.Keys.defaultIndex) &&
3734 (eCSR_ENCRYPT_TYPE_TKIP !=
Jeff Johnson295189b2012-06-20 16:38:30 -07003735 pWextState->roamProfile.EncryptionType.encryptionType[0]) &&
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303736 (eCSR_ENCRYPT_TYPE_AES !=
Jeff Johnson295189b2012-06-20 16:38:30 -07003737 pWextState->roamProfile.EncryptionType.encryptionType[0])
3738 )
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303739 {
3740 /* if default key index is not same as previous one,
Jeff Johnson295189b2012-06-20 16:38:30 -07003741 * then update the default key index */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303742
Jeff Johnson295189b2012-06-20 16:38:30 -07003743 tCsrRoamSetKey setKey;
3744 v_U32_t roamId= 0xFF;
3745 tCsrKeys *Keys = &pWextState->roamProfile.Keys;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303746
3747 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: default tx key index %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07003748 __func__, key_index);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303749
Jeff Johnson295189b2012-06-20 16:38:30 -07003750 Keys->defaultIndex = (u8)key_index;
3751 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
3752 setKey.keyId = key_index;
3753 setKey.keyLength = Keys->KeyLength[key_index];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303754
3755 vos_mem_copy(&setKey.Key[0],
3756 &Keys->KeyMaterial[key_index][0],
Jeff Johnson295189b2012-06-20 16:38:30 -07003757 Keys->KeyLength[key_index]);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303758
Jeff Johnson295189b2012-06-20 16:38:30 -07003759 setKey.keyDirection = eSIR_TX_ONLY;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303760
3761 vos_mem_copy(setKey.peerMac,
Jeff Johnson295189b2012-06-20 16:38:30 -07003762 &pHddStaCtx->conn_info.bssId[0],
3763 WNI_CFG_BSSID_LEN);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303764
3765 setKey.encType =
Jeff Johnson295189b2012-06-20 16:38:30 -07003766 pWextState->roamProfile.EncryptionType.encryptionType[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303767
Jeff Johnson295189b2012-06-20 16:38:30 -07003768 /* issue set key request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303769 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07003770 pAdapter->sessionId, &setKey, &roamId );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303771
Jeff Johnson295189b2012-06-20 16:38:30 -07003772 if ( 0 != status )
3773 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303774 hddLog(VOS_TRACE_LEVEL_ERROR,
3775 "%s: sme_RoamSetKey failed, returned %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003776 status);
3777 return -EINVAL;
3778 }
3779 }
3780 }
3781
3782 /* In SoftAp mode setting key direction for default mode */
3783 else if ( WLAN_HDD_SOFTAP == pAdapter->device_mode )
3784 {
3785 if ( (eCSR_ENCRYPT_TYPE_TKIP !=
3786 pWextState->roamProfile.EncryptionType.encryptionType[0]) &&
3787 (eCSR_ENCRYPT_TYPE_AES !=
3788 pWextState->roamProfile.EncryptionType.encryptionType[0])
3789 )
3790 {
3791 /* Saving key direction for default key index to TX default */
3792 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
3793 pAPCtx->wepKey[key_index].keyDirection = eSIR_TX_DEFAULT;
3794 }
3795 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303796
Jeff Johnson295189b2012-06-20 16:38:30 -07003797 return status;
3798}
3799
Jeff Johnson295189b2012-06-20 16:38:30 -07003800/*
3801 * FUNCTION: wlan_hdd_cfg80211_inform_bss
3802 * This function is used to inform the BSS details to nl80211 interface.
3803 */
3804static struct cfg80211_bss* wlan_hdd_cfg80211_inform_bss(
3805 hdd_adapter_t *pAdapter, tCsrRoamConnectedProfile *roamProfile)
3806{
3807 struct net_device *dev = pAdapter->dev;
3808 struct wireless_dev *wdev = dev->ieee80211_ptr;
3809 struct wiphy *wiphy = wdev->wiphy;
3810 tSirBssDescription *pBssDesc = roamProfile->pBssDesc;
3811 int chan_no;
3812 int ie_length;
3813 const char *ie;
3814 unsigned int freq;
3815 struct ieee80211_channel *chan;
3816 int rssi = 0;
3817 struct cfg80211_bss *bss = NULL;
3818
3819 ENTER();
3820
3821 if( NULL == pBssDesc )
3822 {
3823 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: pBssDesc is NULL\n", __func__);
3824 return bss;
3825 }
3826
3827 chan_no = pBssDesc->channelId;
3828 ie_length = GET_IE_LEN_IN_BSS_DESC( pBssDesc->length );
3829 ie = ((ie_length != 0) ? (const char *)&pBssDesc->ieFields: NULL);
3830
3831 if( NULL == ie )
3832 {
3833 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: IE of BSS descriptor is NULL\n", __func__);
3834 return bss;
3835 }
3836
3837#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,38))
3838 if (chan_no <= ARRAY_SIZE(hdd_channels_2_4_GHZ))
3839 {
3840 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_2GHZ);
3841 }
3842 else
3843 {
3844 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_5GHZ);
3845 }
3846#else
3847 freq = ieee80211_channel_to_frequency(chan_no);
3848#endif
3849
3850 chan = __ieee80211_get_channel(wiphy, freq);
3851
3852 bss = cfg80211_get_bss(wiphy, chan, pBssDesc->bssId,
3853 &roamProfile->SSID.ssId[0], roamProfile->SSID.length,
3854 WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS);
3855 if (bss == NULL)
3856 {
3857 rssi = (VOS_MIN ((pBssDesc->rssi + pBssDesc->sinr), 0))*100;
3858
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303859 return (cfg80211_inform_bss(wiphy, chan, pBssDesc->bssId,
3860 le64_to_cpu(*(__le64 *)pBssDesc->timeStamp),
Jeff Johnson295189b2012-06-20 16:38:30 -07003861 pBssDesc->capabilityInfo,
3862 pBssDesc->beaconInterval, ie, ie_length,
3863 rssi, GFP_KERNEL ));
3864}
3865 else
3866 {
3867 return bss;
3868 }
3869}
3870
3871
3872
3873/*
3874 * FUNCTION: wlan_hdd_cfg80211_inform_bss_frame
3875 * This function is used to inform the BSS details to nl80211 interface.
3876 */
3877struct cfg80211_bss*
3878wlan_hdd_cfg80211_inform_bss_frame( hdd_adapter_t *pAdapter,
3879 tSirBssDescription *bss_desc
3880 )
3881{
3882 /*
3883 cfg80211_inform_bss() is not updating ie field of bss entry, if entry
3884 already exists in bss data base of cfg80211 for that particular BSS ID.
3885 Using cfg80211_inform_bss_frame to update the bss entry instead of
3886 cfg80211_inform_bss, But this call expects mgmt packet as input. As of
3887 now there is no possibility to get the mgmt(probe response) frame from PE,
3888 converting bss_desc to ieee80211_mgmt(probe response) and passing to
3889 cfg80211_inform_bss_frame.
3890 */
3891 struct net_device *dev = pAdapter->dev;
3892 struct wireless_dev *wdev = dev->ieee80211_ptr;
3893 struct wiphy *wiphy = wdev->wiphy;
3894 int chan_no = bss_desc->channelId;
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08003895#ifdef WLAN_ENABLE_AGEIE_ON_SCAN_RESULTS
3896 qcom_ie_age *qie_age = NULL;
3897 int ie_length = GET_IE_LEN_IN_BSS_DESC( bss_desc->length ) + sizeof(qcom_ie_age);
3898#else
Jeff Johnson295189b2012-06-20 16:38:30 -07003899 int ie_length = GET_IE_LEN_IN_BSS_DESC( bss_desc->length );
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08003900#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07003901 const char *ie =
3902 ((ie_length != 0) ? (const char *)&bss_desc->ieFields: NULL);
3903 unsigned int freq;
3904 struct ieee80211_channel *chan;
3905 struct ieee80211_mgmt *mgmt =
3906 kzalloc((sizeof (struct ieee80211_mgmt) + ie_length), GFP_KERNEL);
3907 struct cfg80211_bss *bss_status = NULL;
3908 size_t frame_len = sizeof (struct ieee80211_mgmt) + ie_length;
3909 int rssi = 0;
Jeff Johnsone7245742012-09-05 17:12:55 -07003910#ifdef WLAN_OPEN_SOURCE
3911 struct timespec ts;
3912#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07003913
3914 ENTER();
3915
Madan Mohan Koyyalamudi2e5c9142012-11-02 13:17:48 -07003916 if (!mgmt)
3917 return NULL;
3918
Jeff Johnson295189b2012-06-20 16:38:30 -07003919 memcpy(mgmt->bssid, bss_desc->bssId, ETH_ALEN);
Jeff Johnsone7245742012-09-05 17:12:55 -07003920
3921#ifdef WLAN_OPEN_SOURCE
3922 /* Android does not want the timestamp from the frame.
3923 Instead it wants a monotonic increasing value */
3924 get_monotonic_boottime(&ts);
3925 mgmt->u.probe_resp.timestamp =
3926 ((u64)ts.tv_sec * 1000000) + (ts.tv_nsec / 1000);
3927#else
3928 /* keep old behavior for non-open source (for now) */
Jeff Johnson295189b2012-06-20 16:38:30 -07003929 memcpy(&mgmt->u.probe_resp.timestamp, bss_desc->timeStamp,
3930 sizeof (bss_desc->timeStamp));
Jeff Johnsone7245742012-09-05 17:12:55 -07003931
3932#endif
3933
Jeff Johnson295189b2012-06-20 16:38:30 -07003934 mgmt->u.probe_resp.beacon_int = bss_desc->beaconInterval;
3935 mgmt->u.probe_resp.capab_info = bss_desc->capabilityInfo;
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08003936
3937#ifdef WLAN_ENABLE_AGEIE_ON_SCAN_RESULTS
3938 /* GPS Requirement: need age ie per entry. Using vendor specific. */
3939 /* Assuming this is the last IE, copy at the end */
3940 ie_length -=sizeof(qcom_ie_age);
3941 qie_age = (qcom_ie_age *)(mgmt->u.probe_resp.variable + ie_length);
3942 qie_age->element_id = QCOM_VENDOR_IE_ID;
3943 qie_age->len = QCOM_VENDOR_IE_AGE_LEN;
3944 qie_age->oui_1 = QCOM_OUI1;
3945 qie_age->oui_2 = QCOM_OUI2;
3946 qie_age->oui_3 = QCOM_OUI3;
3947 qie_age->type = QCOM_VENDOR_IE_AGE_TYPE;
3948 qie_age->age = vos_timer_get_system_ticks() - bss_desc->nReceivedTime;
3949#endif
3950
Jeff Johnson295189b2012-06-20 16:38:30 -07003951 memcpy(mgmt->u.probe_resp.variable, ie, ie_length);
3952
3953 mgmt->frame_control |=
3954 (u16)(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_PROBE_RESP);
3955
3956#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,38))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303957 if (chan_no <= ARRAY_SIZE(hdd_channels_2_4_GHZ) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07003958 (wiphy->bands[IEEE80211_BAND_2GHZ] != NULL))
3959 {
3960 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_2GHZ);
3961 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303962 else if ((chan_no > ARRAY_SIZE(hdd_channels_2_4_GHZ)) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07003963 (wiphy->bands[IEEE80211_BAND_5GHZ] != NULL))
3964
3965 {
3966 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_5GHZ);
3967 }
3968 else
3969 {
3970 kfree(mgmt);
3971 return NULL;
3972 }
3973#else
3974 freq = ieee80211_channel_to_frequency(chan_no);
3975#endif
3976 chan = __ieee80211_get_channel(wiphy, freq);
Leela V Kiran Kumar Reddy90032de2013-01-24 18:33:30 -08003977 /*when the band is changed on the fly using the GUI, three things are done
3978 * 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)
3979 * as part of the scan abort, message willbe queued to PE and we proceed with flushing and changinh the band.
3980 * pe will stop the scanning further and report back the results what ever it had till now by calling the call back function.
3981 * if the time between update band and scandone call back is sufficent enough the band change reflects in SME, SME validates the channels
3982 * and discards the channels correponding to previous band and calls back with zero bss results.
3983 * 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
3984 * all the channels correponding to previous band.this is due to race condition.but those channels are invalid to the new band and so
3985 * this function __ieee80211_get_channel will return NULL.Each time we report scan result with this pointer null warning kernel trace is printed.
3986 * if the scan results contain large number of APs continuosly kernel warning trace is printed and it will lead to apps watch dog bark.
3987 * So drop the bss and continue to next bss.
3988 */
3989 if(chan == NULL)
3990 {
3991 hddLog(VOS_TRACE_LEVEL_INFO, "%s chan pointer is NULL", __func__);
Chilam Ngc4244af2013-04-01 15:37:32 -07003992 kfree(mgmt);
Leela V Kiran Kumar Reddy90032de2013-01-24 18:33:30 -08003993 return NULL;
3994 }
Jeff Johnson295189b2012-06-20 16:38:30 -07003995 /*To keep the rssi icon of the connected AP in the scan window
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303996 *and the rssi icon of the wireless networks in sync
Jeff Johnson295189b2012-06-20 16:38:30 -07003997 * */
3998 if (( eConnectionState_Associated ==
3999 pAdapter->sessionCtx.station.conn_info.connState ) &&
4000 ( VOS_TRUE == vos_mem_compare(bss_desc->bssId,
4001 pAdapter->sessionCtx.station.conn_info.bssId,
4002 WNI_CFG_BSSID_LEN)))
4003 {
4004 /* supplicant takes the signal strength in terms of mBm(100*dBm) */
4005 rssi = (pAdapter->rssi * 100);
4006 }
4007 else
4008 {
4009 rssi = (VOS_MIN ((bss_desc->rssi + bss_desc->sinr), 0))*100;
4010 }
4011
4012 bss_status = cfg80211_inform_bss_frame(wiphy, chan, mgmt,
4013 frame_len, rssi, GFP_KERNEL);
4014 kfree(mgmt);
4015 return bss_status;
4016}
4017
4018/*
4019 * FUNCTION: wlan_hdd_cfg80211_update_bss_db
4020 * This function is used to update the BSS data base of CFG8011
4021 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304022struct cfg80211_bss* wlan_hdd_cfg80211_update_bss_db( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07004023 tCsrRoamInfo *pRoamInfo
4024 )
4025{
4026 tCsrRoamConnectedProfile roamProfile;
4027 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
4028 struct cfg80211_bss *bss = NULL;
4029
4030 ENTER();
4031
4032 memset(&roamProfile, 0, sizeof(tCsrRoamConnectedProfile));
4033 sme_RoamGetConnectProfile(hHal, pAdapter->sessionId, &roamProfile);
4034
4035 if (NULL != roamProfile.pBssDesc)
4036 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304037 bss = wlan_hdd_cfg80211_inform_bss(pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07004038 &roamProfile);
4039
4040 if (NULL == bss)
4041 {
4042 hddLog(VOS_TRACE_LEVEL_INFO, "%s: cfg80211_inform_bss return NULL",
4043 __func__);
4044 }
4045
4046 sme_RoamFreeConnectProfile(hHal, &roamProfile);
4047 }
4048 else
4049 {
4050 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: roamProfile.pBssDesc is NULL",
4051 __func__);
4052 }
4053 return bss;
4054}
4055
4056/*
4057 * FUNCTION: wlan_hdd_cfg80211_update_bss
4058 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304059static int wlan_hdd_cfg80211_update_bss( struct wiphy *wiphy,
4060 hdd_adapter_t *pAdapter
Jeff Johnson295189b2012-06-20 16:38:30 -07004061 )
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304062{
Jeff Johnson295189b2012-06-20 16:38:30 -07004063 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
4064 tCsrScanResultInfo *pScanResult;
4065 eHalStatus status = 0;
4066 tScanResultHandle pResult;
4067 struct cfg80211_bss *bss_status = NULL;
4068
4069 ENTER();
4070
4071 if ((WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress)
4072 {
4073 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, "%s:LOGP in Progress. Ignore!!!",__func__);
4074 return -EAGAIN;
4075 }
4076
4077 /*
4078 * start getting scan results and populate cgf80211 BSS database
4079 */
4080 status = sme_ScanGetResult(hHal, pAdapter->sessionId, NULL, &pResult);
4081
4082 /* no scan results */
4083 if (NULL == pResult)
4084 {
4085 hddLog(VOS_TRACE_LEVEL_INFO, "%s: No scan result\n", __func__);
4086 return status;
4087 }
4088
4089 pScanResult = sme_ScanResultGetFirst(hHal, pResult);
4090
4091 while (pScanResult)
4092 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304093 /*
4094 * cfg80211_inform_bss() is not updating ie field of bss entry, if
4095 * entry already exists in bss data base of cfg80211 for that
4096 * particular BSS ID. Using cfg80211_inform_bss_frame to update the
4097 * bss entry instead of cfg80211_inform_bss, But this call expects
4098 * mgmt packet as input. As of now there is no possibility to get
4099 * the mgmt(probe response) frame from PE, converting bss_desc to
Jeff Johnson295189b2012-06-20 16:38:30 -07004100 * ieee80211_mgmt(probe response) and passing to c
4101 * fg80211_inform_bss_frame.
4102 * */
4103
4104 bss_status = wlan_hdd_cfg80211_inform_bss_frame(pAdapter,
4105 &pScanResult->BssDescriptor);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304106
Jeff Johnson295189b2012-06-20 16:38:30 -07004107
4108 if (NULL == bss_status)
4109 {
4110 hddLog(VOS_TRACE_LEVEL_INFO,
4111 "%s: NULL returned by cfg80211_inform_bss\n", __func__);
4112 }
4113 else
4114 {
4115 cfg80211_put_bss(bss_status);
4116 }
4117
4118 pScanResult = sme_ScanResultGetNext(hHal, pResult);
4119 }
4120
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304121 sme_ScanResultPurge(hHal, pResult);
Jeff Johnson295189b2012-06-20 16:38:30 -07004122
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304123 return 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07004124}
4125
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004126void
4127hddPrintMacAddr(tCsrBssid macAddr, tANI_U8 logLevel)
4128{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304129 VOS_TRACE(VOS_MODULE_ID_HDD, logLevel,
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07004130 "%02X:%02X:%02X:%02X:%02X:%02X\n",
4131 macAddr[0], macAddr[1], macAddr[2], macAddr[3], macAddr[4],
4132 macAddr[5]);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004133} /****** end hddPrintMacAddr() ******/
4134
4135void
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07004136hddPrintPmkId(tANI_U8 *pmkId, tANI_U8 logLevel)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004137{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304138 VOS_TRACE(VOS_MODULE_ID_HDD, logLevel,
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07004139 "%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X\n",
4140 pmkId[0], pmkId[1], pmkId[2], pmkId[3], pmkId[4],
4141 pmkId[5], pmkId[6], pmkId[7], pmkId[8], pmkId[9], pmkId[10],
4142 pmkId[11], pmkId[12], pmkId[13], pmkId[14], pmkId[15]);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004143} /****** end hddPrintPmkId() ******/
4144
4145//hddPrintMacAddr(tCsrBssid macAddr, tANI_U8 logLevel);
4146//hddPrintMacAddr(macAddr, VOS_TRACE_LEVEL_FATAL);
4147
4148//void sirDumpBuf(tpAniSirGlobal pMac, tANI_U8 modId, tANI_U32 level, tANI_U8 *buf, tANI_U32 size);
4149//sirDumpBuf(pMac, VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, pmkid, 16);
4150
4151#define dump_bssid(bssid) \
4152 { \
Jeff Johnsone7245742012-09-05 17:12:55 -07004153 hddLog(VOS_TRACE_LEVEL_INFO, "BSSID (MAC) address:\t"); \
4154 hddPrintMacAddr(bssid, VOS_TRACE_LEVEL_INFO);\
4155 hddLog(VOS_TRACE_LEVEL_INFO, "\n"); \
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004156 }
4157
4158#define dump_pmkid(pMac, pmkid) \
4159 { \
Jeff Johnsone7245742012-09-05 17:12:55 -07004160 hddLog(VOS_TRACE_LEVEL_INFO, "PMKSA-ID:\t"); \
4161 hddPrintPmkId(pmkid, VOS_TRACE_LEVEL_INFO);\
4162 hddLog(VOS_TRACE_LEVEL_INFO, "\n"); \
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004163 }
4164
Madan Mohan Koyyalamudi1b4afb02012-10-22 15:25:16 -07004165#if defined(FEATURE_WLAN_LFR) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004166/*
4167 * FUNCTION: wlan_hdd_cfg80211_pmksa_candidate_notify
4168 * This function is used to notify the supplicant of a new PMKSA candidate.
4169 */
4170int wlan_hdd_cfg80211_pmksa_candidate_notify(
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304171 hdd_adapter_t *pAdapter, tCsrRoamInfo *pRoamInfo,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004172 int index, bool preauth )
4173{
Jeff Johnsone7245742012-09-05 17:12:55 -07004174#ifdef FEATURE_WLAN_OKC
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004175 struct net_device *dev = pAdapter->dev;
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07004176 hdd_context_t *pHddCtx = (hdd_context_t*)pAdapter->pHddCtx;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004177
4178 ENTER();
Jeff Johnsone7245742012-09-05 17:12:55 -07004179 hddLog(VOS_TRACE_LEVEL_INFO, "%s is going to notify supplicant of:", __func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004180
4181 if( NULL == pRoamInfo )
4182 {
4183 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: pRoamInfo is NULL\n", __func__);
4184 return -EINVAL;
4185 }
4186
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07004187 if (eANI_BOOLEAN_TRUE == hdd_is_okc_mode_enabled(pHddCtx))
4188 {
4189 dump_bssid(pRoamInfo->bssid);
4190 cfg80211_pmksa_candidate_notify(dev, index,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004191 pRoamInfo->bssid, preauth, GFP_KERNEL);
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07004192 }
Jeff Johnsone7245742012-09-05 17:12:55 -07004193#endif /* FEATURE_WLAN_OKC */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304194 return 0;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004195}
4196#endif //FEATURE_WLAN_LFR
4197
Jeff Johnson295189b2012-06-20 16:38:30 -07004198/*
4199 * FUNCTION: hdd_cfg80211_scan_done_callback
4200 * scanning callback function, called after finishing scan
4201 *
4202 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304203static eHalStatus hdd_cfg80211_scan_done_callback(tHalHandle halHandle,
Jeff Johnson295189b2012-06-20 16:38:30 -07004204 void *pContext, tANI_U32 scanId, eCsrScanStatus status)
4205{
4206 struct net_device *dev = (struct net_device *) pContext;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304207 //struct wireless_dev *wdev = dev->ieee80211_ptr;
Jeff Johnson295189b2012-06-20 16:38:30 -07004208 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004209 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
4210 hdd_scaninfo_t *pScanInfo = &pHddCtx->scan_info;
Jeff Johnson295189b2012-06-20 16:38:30 -07004211 struct cfg80211_scan_request *req = NULL;
4212 int ret = 0;
4213
4214 ENTER();
4215
4216 hddLog(VOS_TRACE_LEVEL_INFO,
4217 "%s called with halHandle = %p, pContext = %p,"
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304218 "scanID = %d, returned status = %d\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07004219 __func__, halHandle, pContext, (int) scanId, (int) status);
4220
4221 //Block on scan req completion variable. Can't wait forever though.
4222 ret = wait_for_completion_interruptible_timeout(
4223 &pScanInfo->scan_req_completion_event,
4224 msecs_to_jiffies(WLAN_WAIT_TIME_SCAN_REQ));
4225 if (!ret)
4226 {
4227 VOS_ASSERT(pScanInfo->mScanPending);
Jeff Johnsone7245742012-09-05 17:12:55 -07004228 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -07004229 }
4230
4231 if(pScanInfo->mScanPending != VOS_TRUE)
4232 {
4233 VOS_ASSERT(pScanInfo->mScanPending);
Jeff Johnsone7245742012-09-05 17:12:55 -07004234 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -07004235 }
4236
4237 /* Check the scanId */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304238 if (pScanInfo->scanId != scanId)
Jeff Johnson295189b2012-06-20 16:38:30 -07004239 {
4240 hddLog(VOS_TRACE_LEVEL_INFO,
4241 "%s called with mismatched scanId pScanInfo->scanId = %d "
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304242 "scanId = %d \n", __func__, (int) pScanInfo->scanId,
Jeff Johnson295189b2012-06-20 16:38:30 -07004243 (int) scanId);
4244 }
4245
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304246 ret = wlan_hdd_cfg80211_update_bss((WLAN_HDD_GET_CTX(pAdapter))->wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07004247 pAdapter);
4248
4249 if (0 > ret)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304250 hddLog(VOS_TRACE_LEVEL_INFO, "%s: NO SCAN result", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07004251
4252
4253 /* If any client wait scan result through WEXT
4254 * send scan done event to client */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004255 if (pHddCtx->scan_info.waitScanResult)
Jeff Johnson295189b2012-06-20 16:38:30 -07004256 {
4257 /* The other scan request waiting for current scan finish
4258 * Send event to notify current scan finished */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004259 if(WEXT_SCAN_PENDING_DELAY == pHddCtx->scan_info.scan_pending_option)
Jeff Johnson295189b2012-06-20 16:38:30 -07004260 {
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004261 vos_event_set(&pHddCtx->scan_info.scan_finished_event);
Jeff Johnson295189b2012-06-20 16:38:30 -07004262 }
4263 /* Send notify to WEXT client */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004264 else if(WEXT_SCAN_PENDING_PIGGYBACK == pHddCtx->scan_info.scan_pending_option)
Jeff Johnson295189b2012-06-20 16:38:30 -07004265 {
4266 struct net_device *dev = pAdapter->dev;
4267 union iwreq_data wrqu;
4268 int we_event;
4269 char *msg;
4270
4271 memset(&wrqu, '\0', sizeof(wrqu));
4272 we_event = SIOCGIWSCAN;
4273 msg = NULL;
4274 wireless_send_event(dev, we_event, &wrqu, msg);
4275 }
4276 }
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004277 pHddCtx->scan_info.waitScanResult = FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -07004278
4279 /* Get the Scan Req */
4280 req = pAdapter->request;
4281
4282 if (!req)
4283 {
4284 hddLog(VOS_TRACE_LEVEL_ERROR, "request is became NULL\n");
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -07004285 pScanInfo->mScanPending = VOS_FALSE;
Jeff Johnsone7245742012-09-05 17:12:55 -07004286 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -07004287 }
4288
4289 /*
4290 * setting up 0, just in case.
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304291 */
Jeff Johnson295189b2012-06-20 16:38:30 -07004292 req->n_ssids = 0;
4293 req->n_channels = 0;
4294 req->ie = 0;
4295
Jeff Johnson295189b2012-06-20 16:38:30 -07004296 pAdapter->request = NULL;
Jeff Johnsone7245742012-09-05 17:12:55 -07004297 /* Scan is no longer pending */
4298 pScanInfo->mScanPending = VOS_FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -07004299
Madan Mohan Koyyalamudib764bf82012-10-11 16:38:51 -07004300 /*
4301 * cfg80211_scan_done informing NL80211 about completion
4302 * of scanning
4303 */
4304 cfg80211_scan_done(req, false);
Madan Mohan Koyyalamudif4e81002012-11-13 10:46:38 -08004305 complete(&pScanInfo->abortscan_event_var);
Jeff Johnson295189b2012-06-20 16:38:30 -07004306
Jeff Johnsone7245742012-09-05 17:12:55 -07004307allow_suspend:
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -07004308 /* release the wake lock at the end of the scan*/
4309 hdd_allow_suspend();
Jeff Johnsone7245742012-09-05 17:12:55 -07004310
Madan Mohan Koyyalamudi10d83a92012-09-28 15:47:05 -07004311 /* Acquire wakelock to handle the case where APP's tries to suspend
4312 * immediatly after the driver gets connect request(i.e after scan)
4313 * from supplicant, this result in app's is suspending and not able
4314 * to process the connect request to AP */
Amar Singhal6144c002013-05-03 16:11:42 -07004315 hdd_allow_suspend_timeout(1000);
Madan Mohan Koyyalamudi10d83a92012-09-28 15:47:05 -07004316
Gopichand Nakkala638ebc72013-03-21 18:04:02 -07004317#ifdef FEATURE_WLAN_TDLS
4318 wlan_hdd_tdls_scan_done_callback(pAdapter);
4319#endif
4320
Jeff Johnson295189b2012-06-20 16:38:30 -07004321 EXIT();
4322 return 0;
4323}
4324
4325/*
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004326 * FUNCTION: hdd_isScanAllowed
4327 * Go through each adapter and check if scan allowed
4328 *
4329 */
4330v_BOOL_t hdd_isScanAllowed( hdd_context_t *pHddCtx )
4331{
4332 hdd_adapter_list_node_t *pAdapterNode = NULL, *pNext = NULL;
4333 hdd_station_ctx_t *pHddStaCtx = NULL;
4334 hdd_adapter_t *pAdapter = NULL;
4335 VOS_STATUS status = 0;
4336 v_U8_t staId = 0;
4337 v_U8_t *staMac = NULL;
4338
4339 status = hdd_get_front_adapter ( pHddCtx, &pAdapterNode );
4340
4341 while ( NULL != pAdapterNode && VOS_STATUS_SUCCESS == status )
4342 {
4343 pAdapter = pAdapterNode->pAdapter;
4344
4345 if( pAdapter )
4346 {
4347 hddLog(VOS_TRACE_LEVEL_INFO,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304348 "%s: Adapter with device mode %d exists",
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004349 __func__, pAdapter->device_mode);
4350 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
4351 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) ||
4352 (WLAN_HDD_P2P_DEVICE == pAdapter->device_mode))
4353 {
4354 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
4355 if ((eConnectionState_Associated == pHddStaCtx->conn_info.connState) &&
4356 (VOS_FALSE == pHddStaCtx->conn_info.uIsAuthenticated))
4357 {
4358 staMac = (v_U8_t *) &(pAdapter->macAddressCurrent.bytes[0]);
4359 hddLog(VOS_TRACE_LEVEL_ERROR,
4360 "%s: client %02x:%02x:%02x:%02x:%02x:%02x is in the "
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304361 "middle of WPS/EAPOL exchange.", __func__,
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004362 staMac[0], staMac[1], staMac[2],
4363 staMac[3], staMac[4], staMac[5]);
4364 return VOS_FALSE;
4365 }
4366 }
4367 else if ((WLAN_HDD_SOFTAP == pAdapter->device_mode) ||
4368 (WLAN_HDD_P2P_GO == pAdapter->device_mode))
4369 {
4370 for (staId = 0; staId < WLAN_MAX_STA_COUNT; staId++)
4371 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304372 if ((pAdapter->aStaInfo[staId].isUsed) &&
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004373 (WLANTL_STA_CONNECTED == pAdapter->aStaInfo[staId].tlSTAState))
4374 {
4375 staMac = (v_U8_t *) &(pAdapter->aStaInfo[staId].macAddrSTA.bytes[0]);
4376
4377 hddLog(VOS_TRACE_LEVEL_ERROR,
4378 "%s: client %02x:%02x:%02x:%02x:%02x:%02x of SoftAP/P2P-GO is in the "
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304379 "middle of WPS/EAPOL exchange.", __func__,
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004380 staMac[0], staMac[1], staMac[2],
4381 staMac[3], staMac[4], staMac[5]);
4382 return VOS_FALSE;
4383 }
4384 }
4385 }
4386 }
4387 status = hdd_get_next_adapter ( pHddCtx, pAdapterNode, &pNext );
4388 pAdapterNode = pNext;
4389 }
4390 hddLog(VOS_TRACE_LEVEL_INFO,
4391 "%s: Scan allowed", __func__);
4392 return VOS_TRUE;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304393}
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004394
4395/*
Jeff Johnson295189b2012-06-20 16:38:30 -07004396 * FUNCTION: wlan_hdd_cfg80211_scan
4397 * this scan respond to scan trigger and update cfg80211 scan database
4398 * later, scan dump command can be used to recieve scan results
4399 */
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -08004400int wlan_hdd_cfg80211_scan( struct wiphy *wiphy,
4401#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
4402 struct net_device *dev,
4403#endif
4404 struct cfg80211_scan_request *request)
4405{
4406#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0))
4407 struct net_device *dev = request->wdev->netdev;
4408#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304409 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Jeff Johnson295189b2012-06-20 16:38:30 -07004410 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX( pAdapter );
4411 hdd_wext_state_t *pwextBuf = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
4412 hdd_config_t *cfg_param = (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini;
4413 tCsrScanRequest scanRequest;
4414 tANI_U8 *channelList = NULL, i;
4415 v_U32_t scanId = 0;
4416 int status = 0;
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004417 hdd_scaninfo_t *pScanInfo = &pHddCtx->scan_info;
Jeff Johnson295189b2012-06-20 16:38:30 -07004418 v_U8_t* pP2pIe = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07004419
4420 ENTER();
4421
4422 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
4423 __func__,pAdapter->device_mode);
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004424
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004425 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) &&
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004426 (eConnectionState_Connecting ==
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004427 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.connState))
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004428 {
4429 hddLog(VOS_TRACE_LEVEL_ERROR,
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004430 "%s: %p(%d) Connection in progress: Scan request denied (EBUSY)", __func__, \
4431 WLAN_HDD_GET_STATION_CTX_PTR(pAdapter), pAdapter->sessionId);
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004432 return -EBUSY;
4433 }
4434
Jeff Johnson295189b2012-06-20 16:38:30 -07004435#ifdef WLAN_BTAMP_FEATURE
4436 //Scan not supported when AMP traffic is on.
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004437 if (VOS_TRUE == WLANBAP_AmpSessionOn())
Jeff Johnson295189b2012-06-20 16:38:30 -07004438 {
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004439 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07004440 "%s: No scanning when AMP is on", __func__);
4441 return -EOPNOTSUPP;
4442 }
4443#endif
4444 //Scan on any other interface is not supported.
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004445 if (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07004446 {
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004447 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07004448 "%s: Not scanning on device_mode = %d",
4449 __func__, pAdapter->device_mode);
4450 return -EOPNOTSUPP;
4451 }
4452
4453 if (TRUE == pScanInfo->mScanPending)
4454 {
4455 hddLog(VOS_TRACE_LEVEL_INFO, "%s: mScanPending is TRUE", __func__);
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004456 return -EBUSY;
Jeff Johnson295189b2012-06-20 16:38:30 -07004457 }
4458
4459 if ((WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress)
4460 {
4461 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
4462 "%s:LOGP in Progress. Ignore!!!", __func__);
4463 return -EAGAIN;
4464 }
4465
Mohit Khanna6c52bbf2012-09-11 15:10:12 -07004466 if ((WLAN_HDD_GET_CTX(pAdapter))->isLoadUnloadInProgress)
4467 {
4468 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
4469 "%s:Unloading/Loading in Progress. Ignore!!!", __func__);
4470 return -EAGAIN;
4471 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304472 //Don't Allow Scan and return busy if Remain On
Jeff Johnson32d95a32012-09-10 13:15:23 -07004473 //Channel and action frame is pending
4474 //Otherwise Cancel Remain On Channel and allow Scan
4475 //If no action frame pending
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004476 if (0 != wlan_hdd_check_remain_on_channel(pAdapter))
Jeff Johnson32d95a32012-09-10 13:15:23 -07004477 {
4478 hddLog(VOS_TRACE_LEVEL_INFO, "%s: Remain On Channel Pending", __func__);
4479 return -EBUSY;
4480 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004481#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkala638ebc72013-03-21 18:04:02 -07004482 /* if tdls disagree scan right now, return immediately.
4483 tdls will schedule the scan when scan is allowed. (return SUCCESS)
4484 or will reject the scan if any TDLS is in progress. (return -EBUSY)
4485 */
4486 status = wlan_hdd_tdls_scan_callback (pAdapter,
4487 wiphy,
4488#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
4489 dev,
Gopichand Nakkalac3c42b92013-03-20 19:42:34 -07004490#endif
Gopichand Nakkala638ebc72013-03-21 18:04:02 -07004491 request);
4492 if(status <= 0)
4493 {
4494 hddLog(VOS_TRACE_LEVEL_INFO, "%s: TDLS Pending %d", __func__, status);
4495 return status;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004496 }
4497#endif
Jeff Johnson32d95a32012-09-10 13:15:23 -07004498
Jeff Johnson295189b2012-06-20 16:38:30 -07004499 if (mutex_lock_interruptible(&pHddCtx->tmInfo.tmOperationLock))
4500 {
4501 VOS_TRACE(VOS_MODULE_ID_HDD,VOS_TRACE_LEVEL_ERROR,
Jeff Johnson1250df42012-12-10 14:31:52 -08004502 "%s: Acquire lock fail", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07004503 return -EAGAIN;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304504 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004505 if (TRUE == pHddCtx->tmInfo.tmAction.enterImps)
4506 {
4507 hddLog(VOS_TRACE_LEVEL_WARN,
4508 "%s: MAX TM Level Scan not allowed", __func__);
4509 mutex_unlock(&pHddCtx->tmInfo.tmOperationLock);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304510 return -EBUSY;
Jeff Johnson295189b2012-06-20 16:38:30 -07004511 }
4512 mutex_unlock(&pHddCtx->tmInfo.tmOperationLock);
4513
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004514 /* Check if scan is allowed at this point of time.
4515 */
4516 if (!hdd_isScanAllowed(pHddCtx))
4517 {
4518 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Scan not allowed", __func__);
4519 return -EBUSY;
4520 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304521
Jeff Johnson295189b2012-06-20 16:38:30 -07004522 vos_mem_zero( &scanRequest, sizeof(scanRequest));
4523
4524 if (NULL != request)
4525 {
4526 hddLog(VOS_TRACE_LEVEL_INFO, "scan request for ssid = %d",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304527 (int)request->n_ssids);
Jeff Johnson295189b2012-06-20 16:38:30 -07004528
4529 /* Even though supplicant doesn't provide any SSIDs, n_ssids is set to 1.
4530 * Becasue of this, driver is assuming that this is not wildcard scan and so
4531 * is not aging out the scan results.
4532 */
Jeff Johnson32d95a32012-09-10 13:15:23 -07004533 if (request->ssids && '\0' == request->ssids->ssid[0])
Jeff Johnson295189b2012-06-20 16:38:30 -07004534 {
4535 request->n_ssids = 0;
4536 }
4537
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07004538 if ((request->ssids) && (0 < request->n_ssids))
Jeff Johnson295189b2012-06-20 16:38:30 -07004539 {
4540 tCsrSSIDInfo *SsidInfo;
4541 int j;
4542 scanRequest.SSIDs.numOfSSIDs = request->n_ssids;
4543 /* Allocate num_ssid tCsrSSIDInfo structure */
4544 SsidInfo = scanRequest.SSIDs.SSIDList =
4545 ( tCsrSSIDInfo *)vos_mem_malloc(
4546 request->n_ssids*sizeof(tCsrSSIDInfo));
4547
4548 if(NULL == scanRequest.SSIDs.SSIDList)
4549 {
4550 hddLog(VOS_TRACE_LEVEL_ERROR,
4551 "memory alloc failed SSIDInfo buffer");
4552 return -ENOMEM;
4553 }
4554
4555 /* copy all the ssid's and their length */
4556 for(j = 0; j < request->n_ssids; j++, SsidInfo++)
4557 {
4558 /* get the ssid length */
4559 SsidInfo->SSID.length = request->ssids[j].ssid_len;
4560 vos_mem_copy(SsidInfo->SSID.ssId, &request->ssids[j].ssid[0],
4561 SsidInfo->SSID.length);
4562 SsidInfo->SSID.ssId[SsidInfo->SSID.length] = '\0';
4563 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "SSID number %d: %s",
4564 j, SsidInfo->SSID.ssId);
4565 }
4566 /* set the scan type to active */
4567 scanRequest.scanType = eSIR_ACTIVE_SCAN;
4568 }
4569 else if(WLAN_HDD_P2P_GO == pAdapter->device_mode)
4570 {
4571 /* set the scan type to active */
4572 scanRequest.scanType = eSIR_ACTIVE_SCAN;
4573 }
4574 else
4575 {
4576 /*Set the scan type to default type, in this case it is ACTIVE*/
4577 scanRequest.scanType = pScanInfo->scan_mode;
4578 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304579 scanRequest.minChnTime = cfg_param->nActiveMinChnTime;
Jeff Johnson295189b2012-06-20 16:38:30 -07004580 scanRequest.maxChnTime = cfg_param->nActiveMaxChnTime;
4581 }
4582 else
4583 {
4584 /* set the scan type to active */
4585 scanRequest.scanType = eSIR_ACTIVE_SCAN;
4586 vos_mem_set( scanRequest.bssid, sizeof( tCsrBssid ), 0xff );
4587
4588 /* set min and max channel time to zero */
4589 scanRequest.minChnTime = 0;
4590 scanRequest.maxChnTime = 0;
4591 }
4592
4593 /* set BSSType to default type */
4594 scanRequest.BSSType = eCSR_BSS_TYPE_ANY;
4595
4596 /*TODO: scan the requested channels only*/
4597
4598 /*Right now scanning all the channels */
4599 if( request )
4600 {
4601 if( request->n_channels )
4602 {
4603 channelList = vos_mem_malloc( request->n_channels );
4604 if( NULL == channelList )
4605 {
4606 status = -ENOMEM;
4607 goto free_mem;
4608 }
4609
4610 for( i = 0 ; i < request->n_channels ; i++ )
4611 channelList[i] = request->channels[i]->hw_value;
4612 }
4613
4614 scanRequest.ChannelInfo.numOfChannels = request->n_channels;
4615 scanRequest.ChannelInfo.ChannelList = channelList;
4616
4617 /* set requestType to full scan */
4618 scanRequest.requestType = eCSR_SCAN_REQUEST_FULL_SCAN;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304619
4620 /* Flush the scan results(only p2p beacons) for STA scan and P2P
Madan Mohan Koyyalamudi8d50f312012-11-27 15:48:57 -08004621 * search (Flush on both full scan and social scan but not on single
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304622 * channel scan).P2P search happens on 3 social channels (1, 6, 11)
Madan Mohan Koyyalamudi8d50f312012-11-27 15:48:57 -08004623 */
4624
4625 /* Supplicant does single channel scan after 8-way handshake
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304626 * and in that case driver shoudnt flush scan results. If
4627 * driver flushes the scan results here and unfortunately if
4628 * the AP doesnt respond to our probe req then association
Madan Mohan Koyyalamudi8d50f312012-11-27 15:48:57 -08004629 * fails which is not desired
4630 */
4631
4632 if( request->n_channels != WLAN_HDD_P2P_SINGLE_CHANNEL_SCAN )
4633 {
4634 sme_ScanFlushP2PResult( WLAN_HDD_GET_HAL_CTX(pAdapter),
4635 pAdapter->sessionId );
4636 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004637
4638 if( request->ie_len )
4639 {
4640 /* save this for future association (join requires this) */
4641 memset( &pScanInfo->scanAddIE, 0, sizeof(pScanInfo->scanAddIE) );
4642 memcpy( pScanInfo->scanAddIE.addIEdata, request->ie, request->ie_len);
4643 pScanInfo->scanAddIE.length = request->ie_len;
4644
4645 if((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
Jeff Johnsone7245742012-09-05 17:12:55 -07004646 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) ||
4647 (WLAN_HDD_P2P_DEVICE == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -07004648 )
4649 {
4650 pwextBuf->roamProfile.pAddIEScan = pScanInfo->scanAddIE.addIEdata;
4651 pwextBuf->roamProfile.nAddIEScanLength = pScanInfo->scanAddIE.length;
4652 }
4653
4654 scanRequest.uIEFieldLen = pScanInfo->scanAddIE.length;
4655 scanRequest.pIEField = pScanInfo->scanAddIE.addIEdata;
4656
Jeff Johnson295189b2012-06-20 16:38:30 -07004657 pP2pIe = wlan_hdd_get_p2p_ie_ptr((v_U8_t*)request->ie,
4658 request->ie_len);
4659 if (pP2pIe != NULL)
4660 {
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07004661#ifdef WLAN_FEATURE_P2P_DEBUG
4662 if (((globalP2PConnectionStatus == P2P_GO_NEG_COMPLETED) ||
4663 (globalP2PConnectionStatus == P2P_GO_NEG_PROCESS)) &&
4664 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
4665 {
4666 globalP2PConnectionStatus = P2P_CLIENT_CONNECTING_STATE_1;
4667 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P State] Changing state from "
4668 "Go nego completed to Connection is started");
4669 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P]P2P Scanning is started "
4670 "for 8way Handshake");
4671 }
4672 else if((globalP2PConnectionStatus == P2P_CLIENT_DISCONNECTED_STATE) &&
4673 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
4674 {
4675 globalP2PConnectionStatus = P2P_CLIENT_CONNECTING_STATE_2;
4676 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P State] Changing state from "
4677 "Disconnected state to Connection is started");
4678 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P]P2P Scanning is started "
4679 "for 4way Handshake");
4680 }
4681#endif
4682
Jeff Johnsone7245742012-09-05 17:12:55 -07004683 /* no_cck will be set during p2p find to disable 11b rates */
4684 if(TRUE == request->no_cck)
Jeff Johnson295189b2012-06-20 16:38:30 -07004685 {
Jeff Johnson295189b2012-06-20 16:38:30 -07004686 hddLog(VOS_TRACE_LEVEL_INFO,
4687 "%s: This is a P2P Search", __func__);
4688 scanRequest.p2pSearch = 1;
Jeff Johnsone7245742012-09-05 17:12:55 -07004689
Jeff Johnsone7245742012-09-05 17:12:55 -07004690 if( request->n_channels == WLAN_HDD_P2P_SOCIAL_CHANNELS )
4691 {
Madan Mohan Koyyalamudi1b1d9e82012-10-21 11:38:33 -07004692 /* set requestType to P2P Discovery */
4693 scanRequest.requestType = eCSR_SCAN_P2P_DISCOVERY;
Jeff Johnsone7245742012-09-05 17:12:55 -07004694 }
4695
4696 /*
4697 Skip Dfs Channel in case of P2P Search
4698 if it is set in ini file
4699 */
4700 if(cfg_param->skipDfsChnlInP2pSearch)
4701 {
4702 scanRequest.skipDfsChnlInP2pSearch = 1;
4703 }
4704 else
4705 {
4706 scanRequest.skipDfsChnlInP2pSearch = 0;
4707 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004708
Jeff Johnson295189b2012-06-20 16:38:30 -07004709 }
4710 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004711 }
4712 }
4713
4714 INIT_COMPLETION(pScanInfo->scan_req_completion_event);
4715
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -07004716 /* acquire the wakelock to avoid the apps suspend during the scan. To
4717 * address the following issues.
4718 * 1) Disconnected scenario: we are not allowing the suspend as WLAN is not in
4719 * BMPS/IMPS this result in android trying to suspend aggressively and backing off
4720 * for long time, this result in apps running at full power for long time.
4721 * 2) Connected scenario: If we allow the suspend during the scan, RIVA will
4722 * be stuck in full power because of resume BMPS
4723 */
4724 hdd_prevent_suspend();
Jeff Johnsone7245742012-09-05 17:12:55 -07004725
4726 status = sme_ScanRequest( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07004727 pAdapter->sessionId, &scanRequest, &scanId,
4728 &hdd_cfg80211_scan_done_callback, dev );
Jeff Johnsone7245742012-09-05 17:12:55 -07004729
Jeff Johnson295189b2012-06-20 16:38:30 -07004730 if (eHAL_STATUS_SUCCESS != status)
4731 {
4732 hddLog(VOS_TRACE_LEVEL_ERROR,
4733 "%s: sme_ScanRequest returned error %d", __func__, status);
4734 complete(&pScanInfo->scan_req_completion_event);
Madan Mohan Koyyalamudi3b230fe2012-10-18 14:46:32 -07004735 if(eHAL_STATUS_RESOURCES == status)
4736 {
Madan Mohan Koyyalamudia3fcf142012-10-18 15:01:20 -07004737 hddLog(VOS_TRACE_LEVEL_INFO, "%s: HO is in progress.So defer the scan by informing busy",__func__);
Madan Mohan Koyyalamudi3b230fe2012-10-18 14:46:32 -07004738 status = -EBUSY;
4739 } else {
4740 status = -EIO;
4741 }
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -07004742 hdd_allow_suspend();
Jeff Johnson295189b2012-06-20 16:38:30 -07004743 goto free_mem;
4744 }
4745
4746 pScanInfo->mScanPending = TRUE;
4747 pAdapter->request = request;
4748 pScanInfo->scanId = scanId;
4749
4750 complete(&pScanInfo->scan_req_completion_event);
4751
4752free_mem:
4753 if( scanRequest.SSIDs.SSIDList )
4754 {
4755 vos_mem_free(scanRequest.SSIDs.SSIDList);
4756 }
4757
4758 if( channelList )
4759 vos_mem_free( channelList );
4760
4761 EXIT();
4762
4763 return status;
4764}
4765
4766/*
4767 * FUNCTION: wlan_hdd_cfg80211_connect_start
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304768 * This function is used to start the association process
Jeff Johnson295189b2012-06-20 16:38:30 -07004769 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304770int wlan_hdd_cfg80211_connect_start( hdd_adapter_t *pAdapter,
Jeff Johnson32d95a32012-09-10 13:15:23 -07004771 const u8 *ssid, size_t ssid_len, const u8 *bssid, u8 operatingChannel)
Jeff Johnson295189b2012-06-20 16:38:30 -07004772{
4773 int status = 0;
4774 hdd_wext_state_t *pWextState;
4775 v_U32_t roamId;
4776 tCsrRoamProfile *pRoamProfile;
4777 eMib_dot11DesiredBssType connectedBssType;
4778 eCsrAuthType RSNAuthType;
4779
4780 ENTER();
4781
4782 pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304783
Jeff Johnson295189b2012-06-20 16:38:30 -07004784 if (SIR_MAC_MAX_SSID_LENGTH < ssid_len)
4785 {
4786 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: wrong SSID len", __func__);
4787 return -EINVAL;
4788 }
4789
4790 pRoamProfile = &pWextState->roamProfile;
4791
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304792 if (pRoamProfile)
Jeff Johnson295189b2012-06-20 16:38:30 -07004793 {
Jeff Johnsone7245742012-09-05 17:12:55 -07004794 int ret = 0;
4795 hdd_station_ctx_t *pHddStaCtx;
4796 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
4797 hdd_connGetConnectedBssType(pHddStaCtx,&connectedBssType );
4798
4799 if((eMib_dot11DesiredBssType_independent == connectedBssType) ||
4800 (eConnectionState_Associated == pHddStaCtx->conn_info.connState) ||
4801 (eConnectionState_IbssConnected == pHddStaCtx->conn_info.connState))
Jeff Johnson295189b2012-06-20 16:38:30 -07004802 {
4803 /* Issue disconnect to CSR */
4804 INIT_COMPLETION(pAdapter->disconnect_comp_var);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304805 if( eHAL_STATUS_SUCCESS ==
Jeff Johnson295189b2012-06-20 16:38:30 -07004806 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
4807 pAdapter->sessionId,
4808 eCSR_DISCONNECT_REASON_UNSPECIFIED ) )
4809 {
Jeff Johnsone7245742012-09-05 17:12:55 -07004810 ret = wait_for_completion_interruptible_timeout(
4811 &pAdapter->disconnect_comp_var,
4812 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
4813 if (0 == ret)
4814 {
4815 VOS_ASSERT(0);
4816 }
4817 }
4818 }
4819 else if(eConnectionState_Disconnecting == pHddStaCtx->conn_info.connState)
4820 {
4821 ret = wait_for_completion_interruptible_timeout(
4822 &pAdapter->disconnect_comp_var,
4823 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
4824 if (0 == ret)
4825 {
4826 VOS_ASSERT(0);
Jeff Johnson295189b2012-06-20 16:38:30 -07004827 }
4828 }
4829
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304830 if (HDD_WMM_USER_MODE_NO_QOS ==
Jeff Johnson295189b2012-06-20 16:38:30 -07004831 (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini->WmmMode)
4832 {
4833 /*QoS not enabled in cfg file*/
4834 pRoamProfile->uapsd_mask = 0;
4835 }
4836 else
4837 {
4838 /*QoS enabled, update uapsd mask from cfg file*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304839 pRoamProfile->uapsd_mask =
Jeff Johnson295189b2012-06-20 16:38:30 -07004840 (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini->UapsdMask;
4841 }
4842
4843 pRoamProfile->SSIDs.numOfSSIDs = 1;
4844 pRoamProfile->SSIDs.SSIDList->SSID.length = ssid_len;
4845 vos_mem_zero(pRoamProfile->SSIDs.SSIDList->SSID.ssId,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304846 sizeof(pRoamProfile->SSIDs.SSIDList->SSID.ssId));
Jeff Johnson295189b2012-06-20 16:38:30 -07004847 vos_mem_copy((void *)(pRoamProfile->SSIDs.SSIDList->SSID.ssId),
4848 ssid, ssid_len);
4849
4850 if (bssid)
4851 {
4852 pRoamProfile->BSSIDs.numOfBSSIDs = 1;
4853 vos_mem_copy((void *)(pRoamProfile->BSSIDs.bssid), bssid,
4854 WNI_CFG_BSSID_LEN);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304855 /* Save BSSID in seperate variable as well, as RoamProfile
4856 BSSID is getting zeroed out in the association process. And in
Jeff Johnson295189b2012-06-20 16:38:30 -07004857 case of join failure we should send valid BSSID to supplicant
4858 */
4859 vos_mem_copy((void *)(pWextState->req_bssId), bssid,
4860 WNI_CFG_BSSID_LEN);
4861 }
4862
4863 if ((IW_AUTH_WPA_VERSION_WPA == pWextState->wpaVersion) ||
4864 (IW_AUTH_WPA_VERSION_WPA2 == pWextState->wpaVersion))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304865 {
Jeff Johnson295189b2012-06-20 16:38:30 -07004866 /*set gen ie*/
4867 hdd_SetGENIEToCsr(pAdapter, &RSNAuthType);
4868 /*set auth*/
4869 hdd_set_csr_auth_type(pAdapter, RSNAuthType);
4870 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304871 else if ( (pWextState->roamProfile.AuthType.authType[0] ==
Jeff Johnson295189b2012-06-20 16:38:30 -07004872 eCSR_AUTH_TYPE_OPEN_SYSTEM)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304873 && ((pWextState->roamProfile.EncryptionType.encryptionType[0] ==
4874 eCSR_ENCRYPT_TYPE_WEP40_STATICKEY)
4875 || (pWextState->roamProfile.EncryptionType.encryptionType[0] ==
Jeff Johnson295189b2012-06-20 16:38:30 -07004876 eCSR_ENCRYPT_TYPE_WEP104_STATICKEY))
4877 )
4878 {
4879 /*Android UI not having any option to configure the Authentication type to OPEN/SHARED;
4880 * The authentication type will be always eCSR_AUTH_TYPE_OPEN_SYSTEM when WEP is used
4881 * Use eCSR_AUTH_TYPE_AUTOSWITCH when WEP encryption used*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304882 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.authType =
Jeff Johnson295189b2012-06-20 16:38:30 -07004883 eCSR_AUTH_TYPE_AUTOSWITCH;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304884 pWextState->roamProfile.AuthType.authType[0] =
Jeff Johnson295189b2012-06-20 16:38:30 -07004885 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.authType;
4886 }
4887#ifdef FEATURE_WLAN_WAPI
4888 if (pAdapter->wapi_info.nWapiMode)
4889 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07004890 hddLog(LOG1, "%s: Setting WAPI AUTH Type and Encryption Mode values", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07004891 switch (pAdapter->wapi_info.wapiAuthMode)
4892 {
4893 case WAPI_AUTH_MODE_PSK:
4894 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07004895 hddLog(LOG1, "%s: WAPI AUTH TYPE: PSK: %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07004896 pAdapter->wapi_info.wapiAuthMode);
4897 pRoamProfile->AuthType.authType[0] = eCSR_AUTH_TYPE_WAPI_WAI_PSK;
4898 break;
4899 }
4900 case WAPI_AUTH_MODE_CERT:
4901 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07004902 hddLog(LOG1, "%s: WAPI AUTH TYPE: CERT: %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07004903 pAdapter->wapi_info.wapiAuthMode);
4904 pRoamProfile->AuthType.authType[0] = eCSR_AUTH_TYPE_WAPI_WAI_CERTIFICATE;
4905 break;
4906 }
4907 } // End of switch
4908 if ( pAdapter->wapi_info.wapiAuthMode == WAPI_AUTH_MODE_PSK ||
4909 pAdapter->wapi_info.wapiAuthMode == WAPI_AUTH_MODE_CERT)
4910 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07004911 hddLog(LOG1, "%s: WAPI PAIRWISE/GROUP ENCRYPTION: WPI", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07004912 pRoamProfile->AuthType.numEntries = 1;
4913 pRoamProfile->EncryptionType.numEntries = 1;
4914 pRoamProfile->EncryptionType.encryptionType[0] = eCSR_ENCRYPT_TYPE_WPI;
4915 pRoamProfile->mcEncryptionType.numEntries = 1;
4916 pRoamProfile->mcEncryptionType.encryptionType[0] = eCSR_ENCRYPT_TYPE_WPI;
4917 }
4918 }
4919#endif /* FEATURE_WLAN_WAPI */
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05304920#ifdef WLAN_FEATURE_GTK_OFFLOAD
4921 /* Initializing gtkOffloadRequestParams */
4922 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
4923 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
4924 {
4925 pHddStaCtx->gtkOffloadRequestParams.requested = FALSE;
4926 memset(&pHddStaCtx->gtkOffloadRequestParams.gtkOffloadReqParams,
4927 0, sizeof (tSirGtkOffloadParams));
4928 }
4929#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07004930 pRoamProfile->csrPersona = pAdapter->device_mode;
4931
Jeff Johnson32d95a32012-09-10 13:15:23 -07004932 if( operatingChannel )
4933 {
4934 pRoamProfile->ChannelInfo.ChannelList = &operatingChannel;
4935 pRoamProfile->ChannelInfo.numOfChannels = 1;
4936 }
Chet Lanctot186b5732013-03-18 10:26:30 -07004937 else
4938 {
4939 pRoamProfile->ChannelInfo.ChannelList = NULL;
4940 pRoamProfile->ChannelInfo.numOfChannels = 0;
4941 }
Jeff Johnson32d95a32012-09-10 13:15:23 -07004942
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004943 /* change conn_state to connecting before sme_RoamConnect(), because sme_RoamConnect()
4944 * has a direct path to call hdd_smeRoamCallback(), which will change the conn_state
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304945 * If direct path, conn_state will be accordingly changed to NotConnected or Associated
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004946 * by either hdd_AssociationCompletionHandler() or hdd_DisConnectHandler() in sme_RoamCallback()
Madan Mohan Koyyalamudidf86c422012-12-04 17:03:44 -08004947 * if sme_RomConnect is to be queued, Connecting state will remain until it is completed.
4948 */
4949 if (WLAN_HDD_INFRA_STATION == pAdapter->device_mode)
4950 hdd_connSetConnectionState(WLAN_HDD_GET_STATION_CTX_PTR(pAdapter),
4951 eConnectionState_Connecting);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304952
4953 status = sme_RoamConnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07004954 pAdapter->sessionId, pRoamProfile, &roamId);
4955
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004956 if( (eHAL_STATUS_SUCCESS != status) &&
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +05304957 (WLAN_HDD_INFRA_STATION == pAdapter->device_mode) )
4958
4959 {
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004960 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: sme_RoamConnect (session %d) failed with "
4961 "status %d. -> NotConnected", __func__, pAdapter->sessionId, status);
4962 /* change back to NotAssociated */
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +05304963 hdd_connSetConnectionState(WLAN_HDD_GET_STATION_CTX_PTR(pAdapter),
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004964 eConnectionState_NotConnected);
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +05304965 }
Madan Mohan Koyyalamudidf86c422012-12-04 17:03:44 -08004966
4967 pRoamProfile->ChannelInfo.ChannelList = NULL;
4968 pRoamProfile->ChannelInfo.numOfChannels = 0;
4969
Jeff Johnson295189b2012-06-20 16:38:30 -07004970 }
4971 else
4972 {
4973 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid Roam profile", __func__);
4974 return -EINVAL;
4975 }
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004976 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07004977 return status;
4978}
4979
4980/*
4981 * FUNCTION: wlan_hdd_set_cfg80211_auth_type
4982 * This function is used to set the authentication type (OPEN/SHARED).
4983 *
4984 */
4985static int wlan_hdd_cfg80211_set_auth_type(hdd_adapter_t *pAdapter,
4986 enum nl80211_auth_type auth_type)
4987{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304988 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07004989 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
4990
4991 ENTER();
4992
4993 /*set authentication type*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304994 switch (auth_type)
Jeff Johnson295189b2012-06-20 16:38:30 -07004995 {
4996 case NL80211_AUTHTYPE_OPEN_SYSTEM:
4997 case NL80211_AUTHTYPE_AUTOMATIC:
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07004998#ifdef WLAN_FEATURE_VOWIFI_11R
4999 case NL80211_AUTHTYPE_FT:
5000#endif /* WLAN_FEATURE_VOWIFI_11R */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305001 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005002 "%s: set authentication type to OPEN", __func__);
5003 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_OPEN_SYSTEM;
5004 break;
5005
5006 case NL80211_AUTHTYPE_SHARED_KEY:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305007 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005008 "%s: set authentication type to SHARED", __func__);
5009 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_SHARED_KEY;
5010 break;
5011#ifdef FEATURE_WLAN_CCX
5012 case NL80211_AUTHTYPE_NETWORK_EAP:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305013 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005014 "%s: set authentication type to CCKM WPA", __func__);
5015 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_CCKM_WPA;//eCSR_AUTH_TYPE_CCKM_RSN needs to be handled as well if required.
5016 break;
5017#endif
5018
5019
5020 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305021 hddLog(VOS_TRACE_LEVEL_ERROR,
5022 "%s: Unsupported authentication type %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07005023 auth_type);
5024 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_UNKNOWN;
5025 return -EINVAL;
5026 }
5027
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305028 pWextState->roamProfile.AuthType.authType[0] =
Jeff Johnson295189b2012-06-20 16:38:30 -07005029 pHddStaCtx->conn_info.authType;
5030 return 0;
5031}
5032
5033/*
5034 * FUNCTION: wlan_hdd_set_akm_suite
5035 * This function is used to set the key mgmt type(PSK/8021x).
5036 *
5037 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305038static int wlan_hdd_set_akm_suite( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07005039 u32 key_mgmt
5040 )
5041{
5042 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
5043 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305044
Jeff Johnson295189b2012-06-20 16:38:30 -07005045 /*set key mgmt type*/
5046 switch(key_mgmt)
5047 {
5048 case WLAN_AKM_SUITE_PSK:
Gopichand Nakkala356fb102013-03-06 12:34:04 +05305049#ifdef WLAN_FEATURE_VOWIFI_11R
5050 case WLAN_AKM_SUITE_FT_PSK:
5051#endif
5052 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to PSK",
Jeff Johnson295189b2012-06-20 16:38:30 -07005053 __func__);
5054 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_PSK;
5055 break;
5056
5057 case WLAN_AKM_SUITE_8021X:
Gopichand Nakkala356fb102013-03-06 12:34:04 +05305058#ifdef WLAN_FEATURE_VOWIFI_11R
5059 case WLAN_AKM_SUITE_FT_8021X:
5060#endif
5061 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to 8021x",
Jeff Johnson295189b2012-06-20 16:38:30 -07005062 __func__);
5063 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_802_1X;
5064 break;
5065#ifdef FEATURE_WLAN_CCX
5066#define WLAN_AKM_SUITE_CCKM 0x00409600 /* Should be in ieee802_11_defs.h */
5067#define IW_AUTH_KEY_MGMT_CCKM 8 /* Should be in linux/wireless.h */
5068 case WLAN_AKM_SUITE_CCKM:
5069 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to CCKM",
5070 __func__);
5071 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_CCKM;
5072 break;
5073#endif
5074
5075 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305076 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported key mgmt type %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005077 __func__, key_mgmt);
5078 return -EINVAL;
5079
5080 }
5081 return 0;
5082}
5083
5084/*
5085 * FUNCTION: wlan_hdd_cfg80211_set_cipher
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305086 * This function is used to set the encryption type
Jeff Johnson295189b2012-06-20 16:38:30 -07005087 * (NONE/WEP40/WEP104/TKIP/CCMP).
5088 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305089static int wlan_hdd_cfg80211_set_cipher( hdd_adapter_t *pAdapter,
5090 u32 cipher,
Jeff Johnson295189b2012-06-20 16:38:30 -07005091 bool ucast
5092 )
5093{
5094 eCsrEncryptionType encryptionType = eCSR_ENCRYPT_TYPE_NONE;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305095 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07005096 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
5097
5098 ENTER();
5099
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305100 if (!cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -07005101 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305102 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: received cipher %d - considering none",
Jeff Johnson295189b2012-06-20 16:38:30 -07005103 __func__, cipher);
5104 encryptionType = eCSR_ENCRYPT_TYPE_NONE;
5105 }
5106 else
5107 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305108
Jeff Johnson295189b2012-06-20 16:38:30 -07005109 /*set encryption method*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305110 switch (cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -07005111 {
5112 case IW_AUTH_CIPHER_NONE:
5113 encryptionType = eCSR_ENCRYPT_TYPE_NONE;
5114 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305115
Jeff Johnson295189b2012-06-20 16:38:30 -07005116 case WLAN_CIPHER_SUITE_WEP40:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305117 if ((IW_AUTH_KEY_MGMT_802_1X == pWextState->authKeyMgmt) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07005118 (eCSR_AUTH_TYPE_OPEN_SYSTEM == pHddStaCtx->conn_info.authType))
5119 encryptionType = eCSR_ENCRYPT_TYPE_WEP40;
5120 else
5121 encryptionType = eCSR_ENCRYPT_TYPE_WEP40_STATICKEY;
5122 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305123
Jeff Johnson295189b2012-06-20 16:38:30 -07005124 case WLAN_CIPHER_SUITE_WEP104:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305125 if ((IW_AUTH_KEY_MGMT_802_1X == pWextState->authKeyMgmt) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07005126 (eCSR_AUTH_TYPE_OPEN_SYSTEM == pHddStaCtx->conn_info.authType))
5127 encryptionType = eCSR_ENCRYPT_TYPE_WEP104;
5128 else
5129 encryptionType = eCSR_ENCRYPT_TYPE_WEP104_STATICKEY;
5130 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305131
Jeff Johnson295189b2012-06-20 16:38:30 -07005132 case WLAN_CIPHER_SUITE_TKIP:
5133 encryptionType = eCSR_ENCRYPT_TYPE_TKIP;
5134 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305135
Jeff Johnson295189b2012-06-20 16:38:30 -07005136 case WLAN_CIPHER_SUITE_CCMP:
5137 encryptionType = eCSR_ENCRYPT_TYPE_AES;
5138 break;
5139#ifdef FEATURE_WLAN_WAPI
5140 case WLAN_CIPHER_SUITE_SMS4:
5141 encryptionType = eCSR_ENCRYPT_TYPE_WPI;
5142 break;
5143#endif
5144
5145#ifdef FEATURE_WLAN_CCX
5146 case WLAN_CIPHER_SUITE_KRK:
5147 encryptionType = eCSR_ENCRYPT_TYPE_KRK;
5148 break;
5149#endif
5150 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305151 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported cipher type %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005152 __func__, cipher);
5153 return -EOPNOTSUPP;
5154 }
5155 }
5156
5157 if (ucast)
5158 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305159 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting unicast cipher type to %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005160 __func__, encryptionType);
5161 pHddStaCtx->conn_info.ucEncryptionType = encryptionType;
5162 pWextState->roamProfile.EncryptionType.numEntries = 1;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305163 pWextState->roamProfile.EncryptionType.encryptionType[0] =
Jeff Johnson295189b2012-06-20 16:38:30 -07005164 encryptionType;
5165 }
5166 else
5167 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305168 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting mcast cipher type to %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005169 __func__, encryptionType);
5170 pHddStaCtx->conn_info.mcEncryptionType = encryptionType;
5171 pWextState->roamProfile.mcEncryptionType.numEntries = 1;
5172 pWextState->roamProfile.mcEncryptionType.encryptionType[0] = encryptionType;
5173 }
5174
5175 return 0;
5176}
5177
5178
5179/*
5180 * FUNCTION: wlan_hdd_cfg80211_set_ie
5181 * This function is used to parse WPA/RSN IE's.
5182 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305183int wlan_hdd_cfg80211_set_ie( hdd_adapter_t *pAdapter,
5184 u8 *ie,
Jeff Johnson295189b2012-06-20 16:38:30 -07005185 size_t ie_len
5186 )
5187{
5188 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
5189 u8 *genie = ie;
5190 v_U16_t remLen = ie_len;
5191#ifdef FEATURE_WLAN_WAPI
5192 v_U32_t akmsuite[MAX_NUM_AKM_SUITES];
5193 u16 *tmp;
5194 v_U16_t akmsuiteCount;
5195 int *akmlist;
5196#endif
5197 ENTER();
5198
5199 /* clear previous assocAddIE */
5200 pWextState->assocAddIE.length = 0;
5201 pWextState->roamProfile.bWPSAssociation = VOS_FALSE;
5202
5203 while (remLen >= 2)
5204 {
5205 v_U16_t eLen = 0;
5206 v_U8_t elementId;
5207 elementId = *genie++;
5208 eLen = *genie++;
5209 remLen -= 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305210
5211 hddLog(VOS_TRACE_LEVEL_INFO, "%s: IE[0x%X], LEN[%d]\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07005212 __func__, elementId, eLen);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305213
5214 switch ( elementId )
Jeff Johnson295189b2012-06-20 16:38:30 -07005215 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305216 case DOT11F_EID_WPA:
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005217 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 -07005218 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305219 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005220 "%s: Invalid WPA IE", __func__);
5221 return -EINVAL;
5222 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305223 else if (0 == memcmp(&genie[0], "\x00\x50\xf2\x04", 4))
Jeff Johnson295189b2012-06-20 16:38:30 -07005224 {
5225 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305226 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WPS IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -07005227 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305228
Jeff Johnson295189b2012-06-20 16:38:30 -07005229 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5230 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005231 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE. "
5232 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -07005233 VOS_ASSERT(0);
5234 return -ENOMEM;
5235 }
5236 // WSC IE is saved to Additional IE ; it should be accumulated to handle WPS IE + P2P IE
5237 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5238 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305239
Jeff Johnson295189b2012-06-20 16:38:30 -07005240 pWextState->roamProfile.bWPSAssociation = VOS_TRUE;
5241 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5242 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5243 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305244 else if (0 == memcmp(&genie[0], "\x00\x50\xf2", 3))
5245 {
Jeff Johnson295189b2012-06-20 16:38:30 -07005246 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WPA IE (len %d)",__func__, eLen + 2);
5247 memset( pWextState->WPARSNIE, 0, MAX_WPA_RSN_IE_LEN );
5248 memcpy( pWextState->WPARSNIE, genie - 2, (eLen + 2) /*ie_len*/);
5249 pWextState->roamProfile.pWPAReqIE = pWextState->WPARSNIE;
5250 pWextState->roamProfile.nWPAReqIELength = eLen + 2;//ie_len;
5251 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305252 else if ( (0 == memcmp(&genie[0], P2P_OUI_TYPE,
5253 P2P_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07005254 /*Consider P2P IE, only for P2P Client */
5255 && (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) )
5256 {
5257 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305258 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set P2P IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -07005259 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305260
Jeff Johnson295189b2012-06-20 16:38:30 -07005261 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5262 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005263 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
5264 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -07005265 VOS_ASSERT(0);
5266 return -ENOMEM;
5267 }
5268 // P2P IE is saved to Additional IE ; it should be accumulated to handle WPS IE + P2P IE
5269 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5270 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305271
Jeff Johnson295189b2012-06-20 16:38:30 -07005272 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5273 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5274 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005275#ifdef WLAN_FEATURE_WFD
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305276 else if ( (0 == memcmp(&genie[0], WFD_OUI_TYPE,
5277 WFD_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07005278 /*Consider WFD IE, only for P2P Client */
5279 && (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) )
5280 {
5281 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305282 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WFD IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -07005283 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305284
Jeff Johnson295189b2012-06-20 16:38:30 -07005285 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5286 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005287 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
5288 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -07005289 VOS_ASSERT(0);
5290 return -ENOMEM;
5291 }
5292 // WFD IE is saved to Additional IE ; it should be accumulated to handle
5293 // WPS IE + P2P IE + WFD IE
5294 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5295 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305296
Jeff Johnson295189b2012-06-20 16:38:30 -07005297 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5298 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5299 }
5300#endif
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005301 /* Appending HS 2.0 Indication Element in Assiciation Request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305302 else if ( (0 == memcmp(&genie[0], HS20_OUI_TYPE,
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005303 HS20_OUI_TYPE_SIZE)) )
5304 {
5305 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305306 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set HS20 IE(len %d)",
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005307 __func__, eLen + 2);
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005308
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005309 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5310 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005311 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
5312 "Need bigger buffer space");
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005313 VOS_ASSERT(0);
5314 return -ENOMEM;
5315 }
5316 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5317 pWextState->assocAddIE.length += eLen + 2;
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005318
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005319 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5320 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5321 }
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005322
Jeff Johnson295189b2012-06-20 16:38:30 -07005323 break;
5324 case DOT11F_EID_RSN:
5325 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set RSN IE(len %d)",__func__, eLen + 2);
5326 memset( pWextState->WPARSNIE, 0, MAX_WPA_RSN_IE_LEN );
5327 memcpy( pWextState->WPARSNIE, genie - 2, (eLen + 2)/*ie_len*/);
5328 pWextState->roamProfile.pRSNReqIE = pWextState->WPARSNIE;
5329 pWextState->roamProfile.nRSNReqIELength = eLen + 2; //ie_len;
5330 break;
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005331 /* Appending Extended Capabilities with Interworking bit set in Assoc Req */
5332 case DOT11F_EID_EXTCAP:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305333 {
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005334 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305335 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set Extended CAPS IE(len %d)",
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005336 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305337
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005338 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5339 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005340 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
5341 "Need bigger buffer space");
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005342 VOS_ASSERT(0);
5343 return -ENOMEM;
5344 }
5345 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5346 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305347
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005348 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5349 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5350 break;
5351 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005352#ifdef FEATURE_WLAN_WAPI
5353 case WLAN_EID_WAPI:
5354 pAdapter->wapi_info.nWapiMode = 1; //Setting WAPI Mode to ON=1
5355 hddLog(VOS_TRACE_LEVEL_INFO,"WAPI MODE IS %lu \n",
5356 pAdapter->wapi_info.nWapiMode);
5357 tmp = (u16 *)ie;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305358 tmp = tmp + 2; // Skip element Id and Len, Version
Jeff Johnson295189b2012-06-20 16:38:30 -07005359 akmsuiteCount = WPA_GET_LE16(tmp);
5360 tmp = tmp + 1;
5361 akmlist = (int *)(tmp);
5362 if(akmsuiteCount <= MAX_NUM_AKM_SUITES)
5363 {
5364 memcpy(akmsuite, akmlist, (4*akmsuiteCount));
5365 }
5366 else
5367 {
5368 hddLog(VOS_TRACE_LEVEL_FATAL, "Invalid akmSuite count\n");
5369 VOS_ASSERT(0);
5370 return -EINVAL;
5371 }
5372
5373 if (WAPI_PSK_AKM_SUITE == akmsuite[0])
5374 {
5375 hddLog(VOS_TRACE_LEVEL_INFO, "%s: WAPI AUTH MODE SET TO PSK",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07005376 __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07005377 pAdapter->wapi_info.wapiAuthMode = WAPI_AUTH_MODE_PSK;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305378 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005379 if (WAPI_CERT_AKM_SUITE == akmsuite[0])
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305380 {
Jeff Johnson295189b2012-06-20 16:38:30 -07005381 hddLog(VOS_TRACE_LEVEL_INFO, "%s: WAPI AUTH MODE SET TO CERTIFICATE",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07005382 __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07005383 pAdapter->wapi_info.wapiAuthMode = WAPI_AUTH_MODE_CERT;
5384 }
5385 break;
5386#endif
5387 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305388 hddLog (VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005389 "%s Set UNKNOWN IE %X", __func__, elementId);
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005390 /* when Unknown IE is received we should break and continue
5391 * to the next IE in the buffer instead we were returning
5392 * so changing this to break */
5393 break;
Jeff Johnson295189b2012-06-20 16:38:30 -07005394 }
5395 genie += eLen;
5396 remLen -= eLen;
5397 }
5398 EXIT();
5399 return 0;
5400}
5401
5402/*
Gopichand Nakkala18f0c262013-05-07 23:25:08 +05305403 * FUNCTION: hdd_isWPAIEPresent
5404 * Parse the received IE to find the WPA IE
5405 *
5406 */
5407static bool hdd_isWPAIEPresent(u8 *ie, u8 ie_len)
5408{
5409 v_U8_t eLen = 0;
5410 v_U16_t remLen = ie_len;
5411 v_U8_t elementId = 0;
5412
5413 while (remLen >= 2)
5414 {
5415 elementId = *ie++;
5416 eLen = *ie++;
5417 remLen -= 2;
5418 if (eLen > remLen)
5419 {
5420 hddLog(VOS_TRACE_LEVEL_ERROR,
5421 "%s: IE length is wrong %d", __func__, eLen);
5422 return FALSE;
5423 }
5424 if ((elementId == DOT11F_EID_WPA) && (remLen > 5))
5425 {
5426 /* OUI - 0x00 0X50 0XF2
5427 WPA Information Element - 0x01
5428 WPA version - 0x01*/
5429 if (0 == memcmp(&ie[0], "\x00\x50\xf2\x01\x01", 5))
5430 return TRUE;
5431 }
5432 ie += eLen;
5433 remLen -= eLen;
5434 }
5435 return FALSE;
5436}
5437
5438/*
Jeff Johnson295189b2012-06-20 16:38:30 -07005439 * FUNCTION: wlan_hdd_cfg80211_set_privacy
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305440 * This function is used to initialize the security
Jeff Johnson295189b2012-06-20 16:38:30 -07005441 * parameters during connect operation.
5442 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305443int wlan_hdd_cfg80211_set_privacy( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07005444 struct cfg80211_connect_params *req
5445 )
5446{
5447 int status = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305448 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07005449 ENTER();
5450
5451 /*set wpa version*/
5452 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_DISABLED;
5453
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305454 if (req->crypto.wpa_versions)
Jeff Johnson295189b2012-06-20 16:38:30 -07005455 {
5456 if ( (NL80211_WPA_VERSION_1 == req->crypto.wpa_versions)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305457 && ( (req->ie_len)
Gopichand Nakkala18f0c262013-05-07 23:25:08 +05305458 && (hdd_isWPAIEPresent(req->ie, req->ie_len) ) ) )
Jeff Johnson295189b2012-06-20 16:38:30 -07005459 // Make sure that it is including a WPA IE.
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305460 /* Currently NL is putting WPA version 1 even for open,
Jeff Johnson295189b2012-06-20 16:38:30 -07005461 * since p2p ie is also put in same buffer.
5462 * */
5463 {
5464 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA;
5465 }
5466 else if (NL80211_WPA_VERSION_2 == req->crypto.wpa_versions)
5467 {
5468 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA2;
5469 }
5470 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305471
5472 hddLog(VOS_TRACE_LEVEL_INFO, "%s: set wpa version to %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07005473 pWextState->wpaVersion);
5474
5475 /*set authentication type*/
5476 status = wlan_hdd_cfg80211_set_auth_type(pAdapter, req->auth_type);
5477
5478 if (0 > status)
5479 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305480 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005481 "%s: failed to set authentication type ", __func__);
5482 return status;
5483 }
5484
5485 /*set key mgmt type*/
5486 if (req->crypto.n_akm_suites)
5487 {
5488 status = wlan_hdd_set_akm_suite(pAdapter, req->crypto.akm_suites[0]);
5489 if (0 > status)
5490 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305491 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set akm suite",
Jeff Johnson295189b2012-06-20 16:38:30 -07005492 __func__);
5493 return status;
5494 }
5495 }
5496
5497 /*set pairwise cipher type*/
5498 if (req->crypto.n_ciphers_pairwise)
5499 {
5500 status = wlan_hdd_cfg80211_set_cipher(pAdapter,
5501 req->crypto.ciphers_pairwise[0], true);
5502 if (0 > status)
5503 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305504 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005505 "%s: failed to set unicast cipher type", __func__);
5506 return status;
5507 }
5508 }
5509 else
5510 {
5511 /*Reset previous cipher suite to none*/
5512 status = wlan_hdd_cfg80211_set_cipher(pAdapter, 0, true);
5513 if (0 > status)
5514 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305515 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005516 "%s: failed to set unicast cipher type", __func__);
5517 return status;
5518 }
5519 }
5520
5521 /*set group cipher type*/
5522 status = wlan_hdd_cfg80211_set_cipher(pAdapter, req->crypto.cipher_group,
5523 false);
5524
5525 if (0 > status)
5526 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305527 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set mcast cipher type",
Jeff Johnson295189b2012-06-20 16:38:30 -07005528 __func__);
5529 return status;
5530 }
5531
Chet Lanctot186b5732013-03-18 10:26:30 -07005532#ifdef WLAN_FEATURE_11W
5533 pWextState->roamProfile.MFPEnabled = (req->mfp == NL80211_MFP_REQUIRED);
5534#endif
5535
Jeff Johnson295189b2012-06-20 16:38:30 -07005536 /*parse WPA/RSN IE, and set the correspoing fileds in Roam profile*/
5537 if (req->ie_len)
5538 {
5539 status = wlan_hdd_cfg80211_set_ie(pAdapter, req->ie, req->ie_len);
5540 if ( 0 > status)
5541 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305542 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to parse the WPA/RSN IE",
Jeff Johnson295189b2012-06-20 16:38:30 -07005543 __func__);
5544 return status;
5545 }
5546 }
5547
5548 /*incase of WEP set default key information*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305549 if (req->key && req->key_len)
Jeff Johnson295189b2012-06-20 16:38:30 -07005550 {
5551 if ( (WLAN_CIPHER_SUITE_WEP40 == req->crypto.ciphers_pairwise[0])
5552 || (WLAN_CIPHER_SUITE_WEP104 == req->crypto.ciphers_pairwise[0])
5553 )
5554 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305555 if ( IW_AUTH_KEY_MGMT_802_1X
Jeff Johnson295189b2012-06-20 16:38:30 -07005556 == (pWextState->authKeyMgmt & IW_AUTH_KEY_MGMT_802_1X ))
5557 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305558 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Dynamic WEP not supported",
Jeff Johnson295189b2012-06-20 16:38:30 -07005559 __func__);
5560 return -EOPNOTSUPP;
5561 }
5562 else
5563 {
5564 u8 key_len = req->key_len;
5565 u8 key_idx = req->key_idx;
5566
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305567 if ((eCSR_SECURITY_WEP_KEYSIZE_MAX_BYTES >= key_len)
Jeff Johnson295189b2012-06-20 16:38:30 -07005568 && (CSR_MAX_NUM_KEY > key_idx)
5569 )
5570 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305571 hddLog(VOS_TRACE_LEVEL_INFO,
5572 "%s: setting default wep key, key_idx = %hu key_len %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07005573 __func__, key_idx, key_len);
5574 vos_mem_copy(
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305575 &pWextState->roamProfile.Keys.KeyMaterial[key_idx][0],
Jeff Johnson295189b2012-06-20 16:38:30 -07005576 req->key, key_len);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305577 pWextState->roamProfile.Keys.KeyLength[key_idx] =
Jeff Johnson295189b2012-06-20 16:38:30 -07005578 (u8)key_len;
5579 pWextState->roamProfile.Keys.defaultIndex = (u8)key_idx;
5580 }
5581 }
5582 }
5583 }
5584
5585 return status;
5586}
5587
5588/*
5589 * FUNCTION: wlan_hdd_cfg80211_set_privacy
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305590 * This function is used to initialize the security
Jeff Johnson295189b2012-06-20 16:38:30 -07005591 * parameters during connect operation.
5592 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305593static int wlan_hdd_cfg80211_connect( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07005594 struct net_device *ndev,
5595 struct cfg80211_connect_params *req
5596 )
5597{
5598 int status = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305599 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Jeff Johnson295189b2012-06-20 16:38:30 -07005600 VOS_STATUS exitbmpsStatus = VOS_STATUS_E_INVAL;
5601 hdd_context_t *pHddCtx = NULL;
5602
5603 ENTER();
5604
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305605 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005606 "%s: device_mode = %d\n",__func__,pAdapter->device_mode);
5607
5608 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
5609 {
5610 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5611 "%s:LOGP in Progress. Ignore!!!", __func__);
5612 return -EAGAIN;
5613 }
5614
5615#ifdef WLAN_BTAMP_FEATURE
5616 //Infra connect not supported when AMP traffic is on.
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305617 if( VOS_TRUE == WLANBAP_AmpSessionOn() )
Jeff Johnson295189b2012-06-20 16:38:30 -07005618 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305619 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005620 "%s: No connection when AMP is on", __func__);
Madan Mohan Koyyalamudicae253a2012-11-06 19:10:35 -08005621 return -ECONNREFUSED;
Jeff Johnson295189b2012-06-20 16:38:30 -07005622 }
5623#endif
5624 /*initialise security parameters*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305625 status = wlan_hdd_cfg80211_set_privacy(pAdapter, req);
Jeff Johnson295189b2012-06-20 16:38:30 -07005626
5627 if ( 0 > status)
5628 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305629 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set security params",
Jeff Johnson295189b2012-06-20 16:38:30 -07005630 __func__);
5631 return status;
5632 }
5633
5634 //If Device Mode is Station Concurrent Sessions Exit BMps
Jeff Johnsona8a1a482012-12-12 16:49:33 -08005635 //P2P Mode will be taken care in Open/close adapter
Jeff Johnson295189b2012-06-20 16:38:30 -07005636 if((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) &&
5637 (vos_concurrent_sessions_running()))
5638 {
5639 v_CONTEXT_t pVosContext = vos_get_global_context( VOS_MODULE_ID_HDD, NULL );
5640
5641 if (NULL != pVosContext)
5642 {
5643 pHddCtx = vos_get_context( VOS_MODULE_ID_HDD, pVosContext);
5644 if(NULL != pHddCtx)
5645 {
5646 exitbmpsStatus = hdd_disable_bmps_imps(pHddCtx, WLAN_HDD_INFRA_STATION);
5647 }
5648 }
5649 }
5650
Mohit Khanna765234a2012-09-11 15:08:35 -07005651 if ( req->channel )
5652 {
5653 status = wlan_hdd_cfg80211_connect_start(pAdapter, req->ssid,
5654 req->ssid_len, req->bssid,
5655 req->channel->hw_value);
5656 }
5657 else
5658 {
5659 status = wlan_hdd_cfg80211_connect_start(pAdapter, req->ssid,
5660 req->ssid_len, req->bssid,
5661 0);
5662 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005663
5664 if (0 > status)
5665 {
5666 //ReEnable BMPS if disabled
5667 if((VOS_STATUS_SUCCESS == exitbmpsStatus) &&
5668 (NULL != pHddCtx))
5669 {
5670 //ReEnable Bmps and Imps back
5671 hdd_enable_bmps_imps(pHddCtx);
5672 }
5673
5674 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: connect failed", __func__);
5675 return status;
5676 }
5677 (WLAN_HDD_GET_CTX(pAdapter))->isAmpAllowed = VOS_FALSE;
5678 EXIT();
5679 return status;
5680}
5681
5682
5683/*
5684 * FUNCTION: wlan_hdd_cfg80211_disconnect
5685 * This function is used to issue a disconnect request to SME
5686 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305687static int wlan_hdd_cfg80211_disconnect( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07005688 struct net_device *dev,
5689 u16 reason
5690 )
5691{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305692 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
5693 tCsrRoamProfile *pRoamProfile =
Jeff Johnson295189b2012-06-20 16:38:30 -07005694 &(WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter))->roamProfile;
5695 int status = 0;
5696 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005697#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005698 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005699 tANI_U8 staIdx;
5700#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305701
Jeff Johnson295189b2012-06-20 16:38:30 -07005702 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305703
5704 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07005705 __func__,pAdapter->device_mode);
5706
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305707 hddLog(VOS_TRACE_LEVEL_INFO, "%s: Disconnect called with reason code %d",
5708 __func__, reason);
Jeff Johnson295189b2012-06-20 16:38:30 -07005709
5710 if ((WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress)
5711 {
5712 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5713 "%s:LOGP in Progress. Ignore!!!",__func__);
5714 return -EAGAIN;
5715 }
5716 if (NULL != pRoamProfile)
5717 {
5718 /*issue disconnect request to SME, if station is in connected state*/
5719 if (pHddStaCtx->conn_info.connState == eConnectionState_Associated)
5720 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305721 eCsrRoamDisconnectReason reasonCode =
Jeff Johnson295189b2012-06-20 16:38:30 -07005722 eCSR_DISCONNECT_REASON_UNSPECIFIED;
5723 switch(reason)
5724 {
5725 case WLAN_REASON_MIC_FAILURE:
5726 reasonCode = eCSR_DISCONNECT_REASON_MIC_ERROR;
5727 break;
5728
5729 case WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY:
5730 case WLAN_REASON_DISASSOC_AP_BUSY:
5731 case WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA:
5732 reasonCode = eCSR_DISCONNECT_REASON_DISASSOC;
5733 break;
5734
5735 case WLAN_REASON_PREV_AUTH_NOT_VALID:
5736 case WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA:
5737 reasonCode = eCSR_DISCONNECT_REASON_DEAUTH;
5738 break;
5739
5740 case WLAN_REASON_DEAUTH_LEAVING:
5741 default:
5742 reasonCode = eCSR_DISCONNECT_REASON_UNSPECIFIED;
5743 break;
5744 }
5745 pHddStaCtx->conn_info.connState = eConnectionState_NotConnected;
5746 (WLAN_HDD_GET_CTX(pAdapter))->isAmpAllowed = VOS_TRUE;
5747 INIT_COMPLETION(pAdapter->disconnect_comp_var);
5748
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005749#ifdef FEATURE_WLAN_TDLS
5750 /* First clean up the tdls peers if any */
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005751 for (staIdx = 0 ; staIdx < HDD_MAX_NUM_TDLS_STA; staIdx++)
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005752 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005753 if ((pHddCtx->tdlsConnInfo[staIdx].sessionId == pAdapter->sessionId) &&
5754 (pHddCtx->tdlsConnInfo[staIdx].staId))
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005755 {
Hoonki Lee11f7dda2013-02-14 16:55:44 -08005756 uint8 *mac;
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005757 mac = pHddCtx->tdlsConnInfo[staIdx].peerMac.bytes;
Hoonki Lee11f7dda2013-02-14 16:55:44 -08005758 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07005759 "%s: call sme_DeleteTdlsPeerSta staId %d sessionId %d " MAC_ADDRESS_STR,
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005760 __func__, pHddCtx->tdlsConnInfo[staIdx].staId, pAdapter->sessionId,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07005761 MAC_ADDR_ARRAY(mac));
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005762 sme_DeleteTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005763 pAdapter->sessionId,
5764 mac);
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005765 }
5766 }
5767#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07005768 /*issue disconnect*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305769 status = sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07005770 pAdapter->sessionId, reasonCode);
5771
5772 if ( 0 != status)
5773 {
5774 hddLog(VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305775 "%s csrRoamDisconnect failure, returned %d \n",
Jeff Johnson295189b2012-06-20 16:38:30 -07005776 __func__, (int)status );
5777 return -EINVAL;
5778 }
5779
5780 wait_for_completion_interruptible_timeout(
5781 &pAdapter->disconnect_comp_var,
5782 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
5783
5784
5785 /*stop tx queues*/
5786 netif_tx_disable(dev);
5787 netif_carrier_off(dev);
5788 }
5789 }
5790 else
5791 {
5792 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid roam profile", __func__);
5793 }
5794
5795 return status;
5796}
5797
5798/*
5799 * FUNCTION: wlan_hdd_cfg80211_set_privacy_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305800 * This function is used to initialize the security
Jeff Johnson295189b2012-06-20 16:38:30 -07005801 * settings in IBSS mode.
5802 */
5803static int wlan_hdd_cfg80211_set_privacy_ibss(
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305804 hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07005805 struct cfg80211_ibss_params *params
5806 )
5807{
5808 int status = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305809 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07005810 eCsrEncryptionType encryptionType = eCSR_ENCRYPT_TYPE_NONE;
5811 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305812
Jeff Johnson295189b2012-06-20 16:38:30 -07005813 ENTER();
5814
5815 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_DISABLED;
5816
5817 if (params->ie_len && ( NULL != params->ie) )
5818 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305819 if (WLAN_EID_RSN == params->ie[0])
Jeff Johnson295189b2012-06-20 16:38:30 -07005820 {
5821 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA2;
5822 encryptionType = eCSR_ENCRYPT_TYPE_AES;
5823 }
5824 else
5825 {
5826 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA;
5827 encryptionType = eCSR_ENCRYPT_TYPE_TKIP;
5828 }
5829 status = wlan_hdd_cfg80211_set_ie(pAdapter, params->ie, params->ie_len);
5830
5831 if (0 > status)
5832 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305833 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to parse WPA/RSN IE",
Jeff Johnson295189b2012-06-20 16:38:30 -07005834 __func__);
5835 return status;
5836 }
5837 }
5838
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305839 pWextState->roamProfile.AuthType.authType[0] =
5840 pHddStaCtx->conn_info.authType =
Jeff Johnson295189b2012-06-20 16:38:30 -07005841 eCSR_AUTH_TYPE_OPEN_SYSTEM;
5842
5843 if (params->privacy)
5844 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305845 /* Security enabled IBSS, At this time there is no information available
5846 * about the security paramters, so initialise the encryption type to
Jeff Johnson295189b2012-06-20 16:38:30 -07005847 * eCSR_ENCRYPT_TYPE_WEP40_STATICKEY.
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305848 * The correct security parameters will be updated later in
Jeff Johnson295189b2012-06-20 16:38:30 -07005849 * wlan_hdd_cfg80211_add_key */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305850 /* Hal expects encryption type to be set inorder
Jeff Johnson295189b2012-06-20 16:38:30 -07005851 *enable privacy bit in beacons */
5852
5853 encryptionType = eCSR_ENCRYPT_TYPE_WEP40_STATICKEY;
5854 }
5855
5856 pHddStaCtx->conn_info.ucEncryptionType = encryptionType;
5857 pWextState->roamProfile.EncryptionType.numEntries = 1;
5858 pWextState->roamProfile.EncryptionType.encryptionType[0] = encryptionType;
5859
5860 return status;
5861}
5862
5863/*
5864 * FUNCTION: wlan_hdd_cfg80211_join_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305865 * This function is used to create/join an IBSS
Jeff Johnson295189b2012-06-20 16:38:30 -07005866 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305867static int wlan_hdd_cfg80211_join_ibss( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07005868 struct net_device *dev,
5869 struct cfg80211_ibss_params *params
5870 )
5871{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305872 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Jeff Johnson295189b2012-06-20 16:38:30 -07005873 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
5874 tCsrRoamProfile *pRoamProfile;
5875 int status;
5876 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
5877
5878 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305879
5880 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005881 "%s: device_mode = %d\n",__func__,pAdapter->device_mode);
5882
5883 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
5884 {
5885 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5886 "%s:LOGP in Progress. Ignore!!!", __func__);
5887 return -EAGAIN;
5888 }
5889
5890 if (NULL == pWextState)
5891 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305892 hddLog (VOS_TRACE_LEVEL_ERROR, "%s ERROR: Data Storage Corruption\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07005893 __func__);
5894 return -EIO;
5895 }
5896
5897 pRoamProfile = &pWextState->roamProfile;
5898
5899 if ( eCSR_BSS_TYPE_START_IBSS != pRoamProfile->BSSType )
5900 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305901 hddLog (VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005902 "%s Interface type is not set to IBSS \n", __func__);
5903 return -EINVAL;
5904 }
5905
5906 /* Set Channel */
5907 if (NULL != params->channel)
5908 {
5909 u8 channelNum;
5910 if (IEEE80211_BAND_5GHZ == params->channel->band)
5911 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305912 hddLog(VOS_TRACE_LEVEL_ERROR,
5913 "%s: IBSS join is called with unsupported band %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005914 __func__, params->channel->band);
5915 return -EOPNOTSUPP;
5916 }
5917
5918 /* Get channel number */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305919 channelNum =
Jeff Johnson295189b2012-06-20 16:38:30 -07005920 ieee80211_frequency_to_channel(params->channel->center_freq);
5921
5922 /*TODO: use macro*/
5923 if (14 >= channelNum)
5924 {
5925 v_U32_t numChans = WNI_CFG_VALID_CHANNEL_LIST_LEN;
5926 v_U8_t validChan[WNI_CFG_VALID_CHANNEL_LIST_LEN];
5927 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
5928 int indx;
5929
5930 if (0 != ccmCfgGetStr(hHal, WNI_CFG_VALID_CHANNEL_LIST,
5931 validChan, &numChans))
5932 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305933 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid channel list",
Jeff Johnson295189b2012-06-20 16:38:30 -07005934 __func__);
5935 return -EOPNOTSUPP;
5936 }
5937
5938 for (indx = 0; indx < numChans; indx++)
5939 {
5940 if (channelNum == validChan[indx])
5941 {
5942 break;
5943 }
5944 }
5945 if (indx >= numChans)
5946 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305947 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Not valid Channel %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005948 __func__, channelNum);
5949 return -EINVAL;
5950 }
5951 /* Set the Operational Channel */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305952 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: set channel %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07005953 channelNum);
5954 pRoamProfile->ChannelInfo.numOfChannels = 1;
5955 pHddStaCtx->conn_info.operationChannel = channelNum;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305956 pRoamProfile->ChannelInfo.ChannelList =
Jeff Johnson295189b2012-06-20 16:38:30 -07005957 &pHddStaCtx->conn_info.operationChannel;
5958 }
5959 else
5960 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305961 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Not valid Channel %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07005962 __func__, channelNum);
5963 return -EINVAL;
5964 }
5965 }
5966
5967 /* Initialize security parameters */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305968 status = wlan_hdd_cfg80211_set_privacy_ibss(pAdapter, params);
Jeff Johnson295189b2012-06-20 16:38:30 -07005969 if (status < 0)
5970 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305971 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set security parameters",
Jeff Johnson295189b2012-06-20 16:38:30 -07005972 __func__);
5973 return status;
5974 }
5975
5976 /* Issue connect start */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305977 status = wlan_hdd_cfg80211_connect_start(pAdapter, params->ssid,
Jeff Johnson32d95a32012-09-10 13:15:23 -07005978 params->ssid_len, params->bssid, 0);
Jeff Johnson295189b2012-06-20 16:38:30 -07005979
5980 if (0 > status)
5981 {
5982 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: connect failed", __func__);
5983 return status;
5984 }
5985
5986 return 0;
5987}
5988
5989/*
5990 * FUNCTION: wlan_hdd_cfg80211_leave_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305991 * This function is used to leave an IBSS
Jeff Johnson295189b2012-06-20 16:38:30 -07005992 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305993static int wlan_hdd_cfg80211_leave_ibss( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07005994 struct net_device *dev
5995 )
5996{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305997 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Jeff Johnson295189b2012-06-20 16:38:30 -07005998 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
5999 tCsrRoamProfile *pRoamProfile;
6000
6001 ENTER();
6002
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006003 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
6004 {
6005 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6006 "%s:LOGP in Progress. Ignore!!!", __func__);
6007 return -EAGAIN;
6008 }
6009
Jeff Johnson295189b2012-06-20 16:38:30 -07006010 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",__func__,pAdapter->device_mode);
6011 if (NULL == pWextState)
6012 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306013 hddLog (VOS_TRACE_LEVEL_ERROR, "%s ERROR: Data Storage Corruption\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07006014 __func__);
6015 return -EIO;
6016 }
6017
6018 pRoamProfile = &pWextState->roamProfile;
6019
6020 /* Issue disconnect only if interface type is set to IBSS */
6021 if (eCSR_BSS_TYPE_START_IBSS != pRoamProfile->BSSType)
6022 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306023 hddLog (VOS_TRACE_LEVEL_ERROR, "%s: BSS Type is not set to IBSS",
Jeff Johnson295189b2012-06-20 16:38:30 -07006024 __func__);
6025 return -EINVAL;
6026 }
6027
6028 /* Issue Disconnect request */
6029 INIT_COMPLETION(pAdapter->disconnect_comp_var);
6030 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
6031 eCSR_DISCONNECT_REASON_IBSS_LEAVE);
6032
6033 return 0;
6034}
6035
6036/*
6037 * FUNCTION: wlan_hdd_cfg80211_set_wiphy_params
6038 * This function is used to set the phy parameters
6039 * (RTS Threshold/FRAG Threshold/Retry Count etc ...)
6040 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306041static int wlan_hdd_cfg80211_set_wiphy_params(struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07006042 u32 changed)
6043{
6044 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
6045 tHalHandle hHal = pHddCtx->hHal;
6046
6047 ENTER();
6048
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006049 if ( pHddCtx->isLogpInProgress )
6050 {
6051 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6052 "%s:LOGP in Progress. Ignore!!!", __func__);
6053 return -EAGAIN;
6054 }
6055
Jeff Johnson295189b2012-06-20 16:38:30 -07006056 if (changed & WIPHY_PARAM_RTS_THRESHOLD)
6057 {
6058 u16 rts_threshold = (wiphy->rts_threshold == -1) ?
6059 WNI_CFG_RTS_THRESHOLD_STAMAX :
6060 wiphy->rts_threshold;
6061
6062 if ((WNI_CFG_RTS_THRESHOLD_STAMIN > rts_threshold) ||
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306063 (WNI_CFG_RTS_THRESHOLD_STAMAX < rts_threshold))
Jeff Johnson295189b2012-06-20 16:38:30 -07006064 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306065 hddLog(VOS_TRACE_LEVEL_ERROR,
6066 "%s: Invalid RTS Threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006067 __func__, rts_threshold);
6068 return -EINVAL;
6069 }
6070
6071 if (0 != ccmCfgSetInt(hHal, WNI_CFG_RTS_THRESHOLD,
6072 rts_threshold, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306073 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006074 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306075 hddLog(VOS_TRACE_LEVEL_ERROR,
6076 "%s: ccmCfgSetInt failed for rts_threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006077 __func__, rts_threshold);
6078 return -EIO;
6079 }
6080
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306081 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set rts threshold %hu", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07006082 rts_threshold);
6083 }
6084
6085 if (changed & WIPHY_PARAM_FRAG_THRESHOLD)
6086 {
6087 u16 frag_threshold = (wiphy->frag_threshold == -1) ?
6088 WNI_CFG_FRAGMENTATION_THRESHOLD_STAMAX :
6089 wiphy->frag_threshold;
6090
6091 if ((WNI_CFG_FRAGMENTATION_THRESHOLD_STAMIN > frag_threshold)||
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306092 (WNI_CFG_FRAGMENTATION_THRESHOLD_STAMAX < frag_threshold) )
Jeff Johnson295189b2012-06-20 16:38:30 -07006093 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306094 hddLog(VOS_TRACE_LEVEL_ERROR,
6095 "%s: Invalid frag_threshold value %hu", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07006096 frag_threshold);
6097 return -EINVAL;
6098 }
6099
6100 if (0 != ccmCfgSetInt(hHal, WNI_CFG_FRAGMENTATION_THRESHOLD,
6101 frag_threshold, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306102 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006103 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306104 hddLog(VOS_TRACE_LEVEL_ERROR,
6105 "%s: ccmCfgSetInt failed for frag_threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006106 __func__, frag_threshold);
6107 return -EIO;
6108 }
6109
6110 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set frag threshold %hu", __func__,
6111 frag_threshold);
6112 }
6113
6114 if ((changed & WIPHY_PARAM_RETRY_SHORT)
6115 || (changed & WIPHY_PARAM_RETRY_LONG))
6116 {
6117 u8 retry_value = (changed & WIPHY_PARAM_RETRY_SHORT) ?
6118 wiphy->retry_short :
6119 wiphy->retry_long;
6120
6121 if ((WNI_CFG_LONG_RETRY_LIMIT_STAMIN > retry_value) ||
6122 (WNI_CFG_LONG_RETRY_LIMIT_STAMAX < retry_value))
6123 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306124 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006125 __func__, retry_value);
6126 return -EINVAL;
6127 }
6128
6129 if (changed & WIPHY_PARAM_RETRY_SHORT)
6130 {
6131 if (0 != ccmCfgSetInt(hHal, WNI_CFG_LONG_RETRY_LIMIT,
6132 retry_value, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306133 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006134 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306135 hddLog(VOS_TRACE_LEVEL_ERROR,
6136 "%s: ccmCfgSetInt failed for long retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006137 __func__, retry_value);
6138 return -EIO;
6139 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306140 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set long retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006141 __func__, retry_value);
6142 }
6143 else if (changed & WIPHY_PARAM_RETRY_SHORT)
6144 {
6145 if (0 != ccmCfgSetInt(hHal, WNI_CFG_SHORT_RETRY_LIMIT,
6146 retry_value, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306147 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006148 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306149 hddLog(VOS_TRACE_LEVEL_ERROR,
6150 "%s: ccmCfgSetInt failed for short retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006151 __func__, retry_value);
6152 return -EIO;
6153 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306154 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set short retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006155 __func__, retry_value);
6156 }
6157 }
6158
6159 return 0;
6160}
6161
6162/*
6163 * FUNCTION: wlan_hdd_cfg80211_set_txpower
6164 * This function is used to set the txpower
6165 */
6166static int wlan_hdd_cfg80211_set_txpower(struct wiphy *wiphy,
6167#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,35)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306168 enum tx_power_setting type,
Jeff Johnson295189b2012-06-20 16:38:30 -07006169#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306170 enum nl80211_tx_power_setting type,
Jeff Johnson295189b2012-06-20 16:38:30 -07006171#endif
6172 int dbm)
6173{
6174 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
6175 tHalHandle hHal = pHddCtx->hHal;
6176 tSirMacAddr bssid = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
6177 tSirMacAddr selfMac = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
6178
6179 ENTER();
6180
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306181 if (0 != ccmCfgSetInt(hHal, WNI_CFG_CURRENT_TX_POWER_LEVEL,
6182 dbm, ccmCfgSetCallback,
6183 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006184 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306185 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07006186 "%s: ccmCfgSetInt failed for tx power %hu", __func__, dbm);
6187 return -EIO;
6188 }
6189
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006190 if ( pHddCtx->isLogpInProgress )
6191 {
6192 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6193 "%s:LOGP in Progress. Ignore!!!", __func__);
6194 return -EAGAIN;
6195 }
6196
Jeff Johnson295189b2012-06-20 16:38:30 -07006197 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set tx power level %d dbm", __func__,
6198 dbm);
6199
6200 switch(type)
6201 {
6202 case NL80211_TX_POWER_AUTOMATIC: /*automatically determine transmit power*/
6203 /* Fall through */
6204 case NL80211_TX_POWER_LIMITED: /*limit TX power by the mBm parameter*/
6205 if( sme_SetMaxTxPower(hHal, bssid, selfMac, dbm) != eHAL_STATUS_SUCCESS )
6206 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306207 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Setting maximum tx power failed",
6208 __func__);
6209 return -EIO;
Jeff Johnson295189b2012-06-20 16:38:30 -07006210 }
6211 break;
6212 case NL80211_TX_POWER_FIXED: /*fix TX power to the mBm parameter*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306213 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: NL80211_TX_POWER_FIXED not supported",
Jeff Johnson295189b2012-06-20 16:38:30 -07006214 __func__);
6215 return -EOPNOTSUPP;
6216 break;
6217 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306218 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid power setting type %d",
6219 __func__, type);
Jeff Johnson295189b2012-06-20 16:38:30 -07006220 return -EIO;
6221 }
6222
6223 return 0;
6224}
6225
6226/*
6227 * FUNCTION: wlan_hdd_cfg80211_get_txpower
6228 * This function is used to read the txpower
6229 */
6230static int wlan_hdd_cfg80211_get_txpower(struct wiphy *wiphy, int *dbm)
6231{
6232
6233 hdd_adapter_t *pAdapter;
6234 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
6235
Jeff Johnsone7245742012-09-05 17:12:55 -07006236 ENTER();
6237
Jeff Johnson295189b2012-06-20 16:38:30 -07006238 if (NULL == pHddCtx)
6239 {
6240 hddLog(VOS_TRACE_LEVEL_FATAL,"%s: HDD context is Null",__func__);
6241 *dbm = 0;
6242 return -ENOENT;
6243 }
6244
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006245 if ( pHddCtx->isLogpInProgress )
6246 {
6247 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6248 "%s:LOGP in Progress. Ignore!!!", __func__);
6249 return -EAGAIN;
6250 }
6251
Jeff Johnson295189b2012-06-20 16:38:30 -07006252 pAdapter = hdd_get_adapter(pHddCtx, WLAN_HDD_INFRA_STATION);
6253 if (NULL == pAdapter)
6254 {
6255 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Not in station context " ,__func__);
6256 return -ENOENT;
6257 }
6258
6259 wlan_hdd_get_classAstats(pAdapter);
6260 *dbm = pAdapter->hdd_stats.ClassA_stat.max_pwr;
6261
Jeff Johnsone7245742012-09-05 17:12:55 -07006262 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07006263 return 0;
6264}
6265
6266static int wlan_hdd_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
6267 u8* mac, struct station_info *sinfo)
6268{
6269 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
6270 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
6271 int ssidlen = pHddStaCtx->conn_info.SSID.SSID.length;
6272 tANI_U8 rate_flags;
6273
6274 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
6275 hdd_config_t *pCfg = pHddCtx->cfg_ini;
Jeff Johnson295189b2012-06-20 16:38:30 -07006276
6277 tANI_U8 OperationalRates[CSR_DOT11_SUPPORTED_RATES_MAX];
6278 tANI_U32 ORLeng = CSR_DOT11_SUPPORTED_RATES_MAX;
6279 tANI_U8 ExtendedRates[CSR_DOT11_EXTENDED_SUPPORTED_RATES_MAX];
6280 tANI_U32 ERLeng = CSR_DOT11_EXTENDED_SUPPORTED_RATES_MAX;
6281 tANI_U8 MCSRates[SIZE_OF_BASIC_MCS_SET];
6282 tANI_U32 MCSLeng = SIZE_OF_BASIC_MCS_SET;
6283 tANI_U16 maxRate = 0;
6284 tANI_U16 myRate;
6285 tANI_U16 currentRate = 0;
6286 tANI_U8 maxSpeedMCS = 0;
6287 tANI_U8 maxMCSIdx = 0;
6288 tANI_U8 rateFlag = 1;
6289 tANI_U8 i, j, rssidx;
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07006290 tANI_U16 temp;
Jeff Johnson295189b2012-06-20 16:38:30 -07006291
Leo Chang6f8870f2013-03-26 18:11:36 -07006292#ifdef WLAN_FEATURE_11AC
6293 tANI_U32 vht_mcs_map;
6294 eDataRate11ACMaxMcs vhtMaxMcs;
6295#endif /* WLAN_FEATURE_11AC */
6296
Jeff Johnsone7245742012-09-05 17:12:55 -07006297 ENTER();
6298
Jeff Johnson295189b2012-06-20 16:38:30 -07006299 if ((eConnectionState_Associated != pHddStaCtx->conn_info.connState) ||
6300 (0 == ssidlen))
6301 {
6302 hddLog(VOS_TRACE_LEVEL_INFO, "%s: Not associated or"
6303 " Invalid ssidlen, %d", __func__, ssidlen);
6304 /*To keep GUI happy*/
6305 return 0;
6306 }
6307
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006308 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
6309 {
6310 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6311 "%s:LOGP in Progress. Ignore!!!", __func__);
6312 return -EAGAIN;
6313 }
6314
Jeff Johnson295189b2012-06-20 16:38:30 -07006315 wlan_hdd_get_rssi(pAdapter, &sinfo->signal);
6316 sinfo->filled |= STATION_INFO_SIGNAL;
6317
Madan Mohan Koyyalamudi4d4d2812012-09-24 14:08:29 -07006318 wlan_hdd_get_station_stats(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07006319 rate_flags = pAdapter->hdd_stats.ClassA_stat.tx_rate_flags;
6320
6321 //convert to the UI units of 100kbps
6322 myRate = pAdapter->hdd_stats.ClassA_stat.tx_rate * 5;
6323
6324#ifdef LINKSPEED_DEBUG_ENABLED
Leo Chang6f8870f2013-03-26 18:11:36 -07006325 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 -07006326 sinfo->signal,
6327 pCfg->reportMaxLinkSpeed,
6328 myRate,
6329 (int) pCfg->linkSpeedRssiHigh,
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006330 (int) pCfg->linkSpeedRssiMid,
6331 (int) pCfg->linkSpeedRssiLow,
Leo Chang6f8870f2013-03-26 18:11:36 -07006332 (int) rate_flags,
6333 (int) pAdapter->hdd_stats.ClassA_stat.mcs_index);
Jeff Johnson295189b2012-06-20 16:38:30 -07006334#endif //LINKSPEED_DEBUG_ENABLED
6335
6336 if (eHDD_LINK_SPEED_REPORT_ACTUAL != pCfg->reportMaxLinkSpeed)
6337 {
6338 // we do not want to necessarily report the current speed
6339 if (eHDD_LINK_SPEED_REPORT_MAX == pCfg->reportMaxLinkSpeed)
6340 {
6341 // report the max possible speed
6342 rssidx = 0;
6343 }
6344 else if (eHDD_LINK_SPEED_REPORT_MAX_SCALED == pCfg->reportMaxLinkSpeed)
6345 {
6346 // report the max possible speed with RSSI scaling
6347 if (sinfo->signal >= pCfg->linkSpeedRssiHigh)
6348 {
6349 // report the max possible speed
6350 rssidx = 0;
6351 }
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006352 else if (sinfo->signal >= pCfg->linkSpeedRssiMid)
Jeff Johnson295189b2012-06-20 16:38:30 -07006353 {
6354 // report middle speed
6355 rssidx = 1;
6356 }
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006357 else if (sinfo->signal >= pCfg->linkSpeedRssiLow)
6358 {
6359 // report middle speed
6360 rssidx = 2;
6361 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006362 else
6363 {
6364 // report actual speed
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006365 rssidx = 3;
Jeff Johnson295189b2012-06-20 16:38:30 -07006366 }
6367 }
6368 else
6369 {
6370 // unknown, treat as eHDD_LINK_SPEED_REPORT_MAX
6371 hddLog(VOS_TRACE_LEVEL_ERROR,
6372 "%s: Invalid value for reportMaxLinkSpeed: %u",
6373 __func__, pCfg->reportMaxLinkSpeed);
6374 rssidx = 0;
6375 }
6376
6377 maxRate = 0;
6378
6379 /* Get Basic Rate Set */
Gopichand Nakkala05ab1322013-02-15 11:28:38 +05306380 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_OPERATIONAL_RATE_SET,
6381 OperationalRates, &ORLeng))
6382 {
6383 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
6384 /*To keep GUI happy*/
6385 return 0;
6386 }
6387
Jeff Johnson295189b2012-06-20 16:38:30 -07006388 for (i = 0; i < ORLeng; i++)
6389 {
Jeff Johnsone7245742012-09-05 17:12:55 -07006390 for (j = 0; j < (sizeof(supported_data_rate) / sizeof(supported_data_rate[0])); j ++)
Jeff Johnson295189b2012-06-20 16:38:30 -07006391 {
6392 /* Validate Rate Set */
6393 if (supported_data_rate[j].beacon_rate_index == (OperationalRates[i] & 0x7F))
6394 {
6395 currentRate = supported_data_rate[j].supported_rate[rssidx];
6396 break;
6397 }
6398 }
6399 /* Update MAX rate */
6400 maxRate = (currentRate > maxRate)?currentRate:maxRate;
6401 }
6402
6403 /* Get Extended Rate Set */
Gopichand Nakkala05ab1322013-02-15 11:28:38 +05306404 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_EXTENDED_OPERATIONAL_RATE_SET,
6405 ExtendedRates, &ERLeng))
6406 {
6407 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
6408 /*To keep GUI happy*/
6409 return 0;
6410 }
6411
Jeff Johnson295189b2012-06-20 16:38:30 -07006412 for (i = 0; i < ERLeng; i++)
6413 {
Jeff Johnsone7245742012-09-05 17:12:55 -07006414 for (j = 0; j < (sizeof(supported_data_rate) / sizeof(supported_data_rate[0])); j ++)
Jeff Johnson295189b2012-06-20 16:38:30 -07006415 {
6416 if (supported_data_rate[j].beacon_rate_index == (ExtendedRates[i] & 0x7F))
6417 {
6418 currentRate = supported_data_rate[j].supported_rate[rssidx];
6419 break;
6420 }
6421 }
6422 /* Update MAX rate */
6423 maxRate = (currentRate > maxRate)?currentRate:maxRate;
6424 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006425 /* Get MCS Rate Set -- but only if we are connected at MCS
6426 rates or if we are always reporting max speed or if we have
6427 good rssi */
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006428 if ((0 == rssidx) && !(rate_flags & eHAL_TX_RATE_LEGACY))
Jeff Johnson295189b2012-06-20 16:38:30 -07006429 {
Gopichand Nakkala05ab1322013-02-15 11:28:38 +05306430 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_CURRENT_MCS_SET,
6431 MCSRates, &MCSLeng))
6432 {
6433 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
6434 /*To keep GUI happy*/
6435 return 0;
6436 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006437 rateFlag = 0;
Leo Chang6f8870f2013-03-26 18:11:36 -07006438#ifdef WLAN_FEATURE_11AC
6439 /* VHT80 rate has seperate rate table */
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306440 if (rate_flags & (eHAL_TX_RATE_VHT20|eHAL_TX_RATE_VHT40|eHAL_TX_RATE_VHT80))
Jeff Johnson295189b2012-06-20 16:38:30 -07006441 {
Leo Chang6f8870f2013-03-26 18:11:36 -07006442 ccmCfgGetInt(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_VHT_TX_MCS_MAP, &vht_mcs_map);
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306443 vhtMaxMcs = (eDataRate11ACMaxMcs)(vht_mcs_map & DATA_RATE_11AC_MCS_MASK );
Leo Chang6f8870f2013-03-26 18:11:36 -07006444 if (rate_flags & eHAL_TX_RATE_SGI)
Jeff Johnson295189b2012-06-20 16:38:30 -07006445 {
Leo Chang6f8870f2013-03-26 18:11:36 -07006446 rateFlag |= 1;
Jeff Johnson295189b2012-06-20 16:38:30 -07006447 }
Leo Chang6f8870f2013-03-26 18:11:36 -07006448 if (DATA_RATE_11AC_MAX_MCS_7 == vhtMaxMcs)
Jeff Johnson295189b2012-06-20 16:38:30 -07006449 {
Leo Chang6f8870f2013-03-26 18:11:36 -07006450 maxMCSIdx = 7;
6451 }
6452 else if (DATA_RATE_11AC_MAX_MCS_8 == vhtMaxMcs)
6453 {
6454 maxMCSIdx = 8;
6455 }
6456 else if (DATA_RATE_11AC_MAX_MCS_9 == vhtMaxMcs)
6457 {
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306458 //VHT20 is supporting 0~8
6459 if (rate_flags & eHAL_TX_RATE_VHT20)
6460 maxMCSIdx = 8;
6461 else
6462 maxMCSIdx = 9;
Leo Chang6f8870f2013-03-26 18:11:36 -07006463 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306464
6465 if (rate_flags & eHAL_TX_RATE_VHT80)
6466 {
6467 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT80_rate[rateFlag];
6468 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT80_rate[rateFlag];
6469 }
6470 else if (rate_flags & eHAL_TX_RATE_VHT40)
6471 {
6472 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT40_rate[rateFlag];
6473 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT40_rate[rateFlag];
6474 }
6475 else if (rate_flags & eHAL_TX_RATE_VHT20)
6476 {
6477 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT20_rate[rateFlag];
6478 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT20_rate[rateFlag];
6479 }
6480
Leo Chang6f8870f2013-03-26 18:11:36 -07006481 maxSpeedMCS = 1;
6482 if (currentRate > maxRate)
6483 {
6484 maxRate = currentRate;
6485 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306486
Leo Chang6f8870f2013-03-26 18:11:36 -07006487 }
6488 else
6489#endif /* WLAN_FEATURE_11AC */
6490 {
6491 if (rate_flags & eHAL_TX_RATE_HT40)
6492 {
6493 rateFlag |= 1;
6494 }
6495 if (rate_flags & eHAL_TX_RATE_SGI)
6496 {
6497 rateFlag |= 2;
6498 }
6499
6500 for (i = 0; i < MCSLeng; i++)
6501 {
6502 temp = sizeof(supported_mcs_rate) / sizeof(supported_mcs_rate[0]);
6503 for (j = 0; j < temp; j++)
6504 {
6505 if (supported_mcs_rate[j].beacon_rate_index == MCSRates[i])
6506 {
6507 currentRate = supported_mcs_rate[j].supported_rate[rateFlag];
6508 break;
6509 }
6510 }
6511 if ((j < temp) && (currentRate > maxRate))
6512 {
6513 maxRate = currentRate;
6514 maxSpeedMCS = 1;
6515 maxMCSIdx = supported_mcs_rate[j].beacon_rate_index;
6516 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006517 }
6518 }
6519 }
6520
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306521 else if (!(rate_flags & eHAL_TX_RATE_LEGACY))
6522 {
6523 maxRate = myRate;
6524 maxSpeedMCS = 1;
6525 maxMCSIdx = pAdapter->hdd_stats.ClassA_stat.mcs_index;
6526 }
6527
Jeff Johnson295189b2012-06-20 16:38:30 -07006528 // make sure we report a value at least as big as our current rate
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006529 if (((maxRate < myRate) && (0 == rssidx)) ||
6530 (0 == maxRate))
Jeff Johnson295189b2012-06-20 16:38:30 -07006531 {
6532 maxRate = myRate;
6533 if (rate_flags & eHAL_TX_RATE_LEGACY)
6534 {
6535 maxSpeedMCS = 0;
6536 }
6537 else
6538 {
6539 maxSpeedMCS = 1;
6540 maxMCSIdx = pAdapter->hdd_stats.ClassA_stat.mcs_index;
6541 }
6542 }
6543
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306544 if (rate_flags & eHAL_TX_RATE_LEGACY)
Jeff Johnson295189b2012-06-20 16:38:30 -07006545 {
6546 sinfo->txrate.legacy = maxRate;
6547#ifdef LINKSPEED_DEBUG_ENABLED
6548 pr_info("Reporting legacy rate %d\n", sinfo->txrate.legacy);
6549#endif //LINKSPEED_DEBUG_ENABLED
6550 }
6551 else
6552 {
6553 sinfo->txrate.mcs = maxMCSIdx;
Leo Chang6f8870f2013-03-26 18:11:36 -07006554#ifdef WLAN_FEATURE_11AC
6555 sinfo->txrate.nss = 1;
6556 if (rate_flags & eHAL_TX_RATE_VHT80)
6557 {
6558 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306559 sinfo->txrate.flags |= RATE_INFO_FLAGS_80_MHZ_WIDTH;
Leo Chang6f8870f2013-03-26 18:11:36 -07006560 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306561 else if (rate_flags & eHAL_TX_RATE_VHT40)
Leo Chang6f8870f2013-03-26 18:11:36 -07006562 {
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306563 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
6564 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
6565 }
6566 else if (rate_flags & eHAL_TX_RATE_VHT20)
6567 {
6568 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
6569 }
6570#endif /* WLAN_FEATURE_11AC */
6571 if (rate_flags & (eHAL_TX_RATE_HT20 | eHAL_TX_RATE_HT40))
6572 {
6573 sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS;
6574 if (rate_flags & eHAL_TX_RATE_HT40)
6575 {
6576 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
6577 }
Leo Chang6f8870f2013-03-26 18:11:36 -07006578 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006579 if (rate_flags & eHAL_TX_RATE_SGI)
6580 {
6581 sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
6582 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306583
Jeff Johnson295189b2012-06-20 16:38:30 -07006584#ifdef LINKSPEED_DEBUG_ENABLED
6585 pr_info("Reporting MCS rate %d flags %x\n",
6586 sinfo->txrate.mcs,
6587 sinfo->txrate.flags );
6588#endif //LINKSPEED_DEBUG_ENABLED
6589 }
6590 }
6591 else
6592 {
6593 // report current rate instead of max rate
6594
6595 if (rate_flags & eHAL_TX_RATE_LEGACY)
6596 {
6597 //provide to the UI in units of 100kbps
6598 sinfo->txrate.legacy = myRate;
6599#ifdef LINKSPEED_DEBUG_ENABLED
6600 pr_info("Reporting actual legacy rate %d\n", sinfo->txrate.legacy);
6601#endif //LINKSPEED_DEBUG_ENABLED
6602 }
6603 else
6604 {
6605 //must be MCS
6606 sinfo->txrate.mcs = pAdapter->hdd_stats.ClassA_stat.mcs_index;
Leo Chang6f8870f2013-03-26 18:11:36 -07006607#ifdef WLAN_FEATURE_11AC
6608 sinfo->txrate.nss = 1;
6609 if (rate_flags & eHAL_TX_RATE_VHT80)
6610 {
6611 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
6612 }
6613 else
6614#endif /* WLAN_FEATURE_11AC */
6615 {
6616 sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS;
6617 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006618 if (rate_flags & eHAL_TX_RATE_SGI)
6619 {
6620 sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
6621 }
6622 if (rate_flags & eHAL_TX_RATE_HT40)
6623 {
6624 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
6625 }
Leo Chang6f8870f2013-03-26 18:11:36 -07006626#ifdef WLAN_FEATURE_11AC
6627 else if (rate_flags & eHAL_TX_RATE_VHT80)
6628 {
6629 sinfo->txrate.flags |= RATE_INFO_FLAGS_80_MHZ_WIDTH;
6630 }
6631#endif /* WLAN_FEATURE_11AC */
Jeff Johnson295189b2012-06-20 16:38:30 -07006632#ifdef LINKSPEED_DEBUG_ENABLED
6633 pr_info("Reporting actual MCS rate %d flags %x\n",
6634 sinfo->txrate.mcs,
6635 sinfo->txrate.flags );
6636#endif //LINKSPEED_DEBUG_ENABLED
6637 }
6638 }
6639 sinfo->filled |= STATION_INFO_TX_BITRATE;
6640
Madan Mohan Koyyalamudi4d4d2812012-09-24 14:08:29 -07006641 sinfo->tx_packets =
6642 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[0] +
6643 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[1] +
6644 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[2] +
6645 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[3];
6646
6647 sinfo->tx_retries =
6648 pAdapter->hdd_stats.summary_stat.retry_cnt[0] +
6649 pAdapter->hdd_stats.summary_stat.retry_cnt[1] +
6650 pAdapter->hdd_stats.summary_stat.retry_cnt[2] +
6651 pAdapter->hdd_stats.summary_stat.retry_cnt[3];
6652
6653 sinfo->tx_failed =
6654 pAdapter->hdd_stats.summary_stat.fail_cnt[0] +
6655 pAdapter->hdd_stats.summary_stat.fail_cnt[1] +
6656 pAdapter->hdd_stats.summary_stat.fail_cnt[2] +
6657 pAdapter->hdd_stats.summary_stat.fail_cnt[3];
6658
6659 sinfo->filled |=
6660 STATION_INFO_TX_PACKETS |
6661 STATION_INFO_TX_RETRIES |
6662 STATION_INFO_TX_FAILED;
6663
6664 EXIT();
6665 return 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07006666}
6667
6668static int wlan_hdd_cfg80211_set_power_mgmt(struct wiphy *wiphy,
6669 struct net_device *dev, bool mode, v_SINT_t timeout)
6670{
6671 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkala20c4c042013-04-19 22:08:55 +05306672 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07006673 VOS_STATUS vos_status;
6674
Jeff Johnsone7245742012-09-05 17:12:55 -07006675 ENTER();
6676
Jeff Johnson295189b2012-06-20 16:38:30 -07006677 if (NULL == pAdapter)
6678 {
6679 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Adapter is NULL\n", __func__);
6680 return -ENODEV;
6681 }
6682
Gopichand Nakkala20c4c042013-04-19 22:08:55 +05306683 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
6684 if (NULL == pHddCtx)
6685 {
6686 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: HDD context is NULL\n", __func__);
6687 return -ENODEV;
6688 }
6689
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306690 if ( pHddCtx->isLogpInProgress )
6691 {
6692 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6693 "%s:LOGP in Progress. Ignore!!!", __func__);
6694 return -EAGAIN;
6695 }
6696
Gopichand Nakkala20c4c042013-04-19 22:08:55 +05306697 if ((DRIVER_POWER_MODE_AUTO == !mode) &&
6698 (TRUE == pHddCtx->hdd_wlan_suspended) &&
6699 (pHddCtx->cfg_ini->fhostArpOffload) &&
6700 (eConnectionState_Associated ==
6701 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.connState))
6702 {
6703 vos_status = hdd_conf_hostarpoffload(pAdapter, TRUE);
6704 if (!VOS_IS_STATUS_SUCCESS(vos_status))
6705 {
6706 hddLog(VOS_TRACE_LEVEL_INFO,
6707 "%s:Failed to enable ARPOFFLOAD Feature %d\n",
6708 __func__, vos_status);
6709 }
6710 }
6711
Jeff Johnson295189b2012-06-20 16:38:30 -07006712 /**The get power cmd from the supplicant gets updated by the nl only
6713 *on successful execution of the function call
6714 *we are oppositely mapped w.r.t mode in the driver
6715 **/
6716 vos_status = wlan_hdd_enter_bmps(pAdapter, !mode);
6717
Jeff Johnsone7245742012-09-05 17:12:55 -07006718 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07006719 if (VOS_STATUS_E_FAILURE == vos_status)
6720 {
6721 return -EINVAL;
6722 }
6723 return 0;
6724}
6725
6726
6727#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
6728static int wlan_hdd_set_default_mgmt_key(struct wiphy *wiphy,
6729 struct net_device *netdev,
6730 u8 key_index)
6731{
Jeff Johnsone7245742012-09-05 17:12:55 -07006732 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -07006733 return 0;
6734}
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306735#endif //LINUX_VERSION_CODE
Jeff Johnson295189b2012-06-20 16:38:30 -07006736
6737#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
6738static int wlan_hdd_set_txq_params(struct wiphy *wiphy,
6739 struct net_device *dev,
6740 struct ieee80211_txq_params *params)
6741{
Jeff Johnsone7245742012-09-05 17:12:55 -07006742 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -07006743 return 0;
6744}
6745#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
6746static int wlan_hdd_set_txq_params(struct wiphy *wiphy,
6747 struct ieee80211_txq_params *params)
6748{
Jeff Johnsone7245742012-09-05 17:12:55 -07006749 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -07006750 return 0;
6751}
6752#endif //LINUX_VERSION_CODE
6753
6754static int wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
6755 struct net_device *dev, u8 *mac)
6756{
6757 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -08006758 VOS_STATUS vos_status;
6759 v_U8_t staId;
Jeff Johnson295189b2012-06-20 16:38:30 -07006760
Jeff Johnsone7245742012-09-05 17:12:55 -07006761 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -07006762 if ( NULL == pAdapter || NULL == pAdapter->pHddCtx)
6763 {
6764 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Invalid Adapter or HDD Context " ,__func__);
6765 return -EINVAL;
6766 }
6767
6768 if (((hdd_context_t*)pAdapter->pHddCtx)->isLoadUnloadInProgress)
6769 {
6770 hddLog( LOGE,
6771 "%s: Wlan Load/Unload is in progress", __func__);
6772 return -EBUSY;
6773 }
6774
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006775 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
6776 {
6777 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6778 "%s:LOGP in Progress. Ignore!!!", __func__);
6779 return -EAGAIN;
6780 }
6781
Jeff Johnson295189b2012-06-20 16:38:30 -07006782 if ( (WLAN_HDD_SOFTAP == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -07006783 || (WLAN_HDD_P2P_GO == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -07006784 )
6785 {
6786 if( NULL == mac )
6787 {
6788 v_U16_t i;
6789 for(i = 0; i < WLAN_MAX_STA_COUNT; i++)
6790 {
6791 if(pAdapter->aStaInfo[i].isUsed)
6792 {
6793 u8 *macAddr = pAdapter->aStaInfo[i].macAddrSTA.bytes;
6794 hddLog(VOS_TRACE_LEVEL_INFO,
6795 "%s: Delete STA with MAC::"
6796 "%02x:%02x:%02x:%02x:%02x:%02x",
6797 __func__,
6798 macAddr[0], macAddr[1], macAddr[2],
6799 macAddr[3], macAddr[4], macAddr[5]);
6800 hdd_softap_sta_deauth(pAdapter, macAddr);
6801 }
6802 }
6803 }
6804 else
6805 {
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -08006806
6807 vos_status = hdd_softap_GetStaId(pAdapter,(v_MACADDR_t *)mac, &staId);
6808 if (!VOS_IS_STATUS_SUCCESS(vos_status))
6809 {
6810 hddLog(VOS_TRACE_LEVEL_INFO,
6811 "%s: Skip this DEL STA as this is not used::"
6812 "%02x:%02x:%02x:%02x:%02x:%02x",
6813 __func__,
6814 mac[0], mac[1], mac[2],
6815 mac[3], mac[4], mac[5]);
6816 return -ENOENT;
6817 }
6818
6819 if( pAdapter->aStaInfo[staId].isDeauthInProgress == TRUE)
6820 {
6821 hddLog(VOS_TRACE_LEVEL_INFO,
6822 "%s: Skip this DEL STA as deauth is in progress::"
6823 "%02x:%02x:%02x:%02x:%02x:%02x",
6824 __func__,
6825 mac[0], mac[1], mac[2],
6826 mac[3], mac[4], mac[5]);
6827 return -ENOENT;
6828 }
6829
6830 pAdapter->aStaInfo[staId].isDeauthInProgress = TRUE;
6831
Jeff Johnson295189b2012-06-20 16:38:30 -07006832 hddLog(VOS_TRACE_LEVEL_INFO,
6833 "%s: Delete STA with MAC::"
6834 "%02x:%02x:%02x:%02x:%02x:%02x",
6835 __func__,
6836 mac[0], mac[1], mac[2],
6837 mac[3], mac[4], mac[5]);
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -08006838
6839 vos_status = hdd_softap_sta_deauth(pAdapter, mac);
6840 if (!VOS_IS_STATUS_SUCCESS(vos_status))
6841 {
6842 pAdapter->aStaInfo[staId].isDeauthInProgress = FALSE;
6843 hddLog(VOS_TRACE_LEVEL_INFO,
6844 "%s: STA removal failed for ::"
6845 "%02x:%02x:%02x:%02x:%02x:%02x",
6846 __func__,
6847 mac[0], mac[1], mac[2],
6848 mac[3], mac[4], mac[5]);
6849 return -ENOENT;
6850 }
6851
Jeff Johnson295189b2012-06-20 16:38:30 -07006852 }
6853 }
6854
6855 EXIT();
6856
6857 return 0;
6858}
6859
Hoonki Lee11f7dda2013-02-14 16:55:44 -08006860static int wlan_hdd_cfg80211_add_station(struct wiphy *wiphy,
6861 struct net_device *dev, u8 *mac, struct station_parameters *params)
6862{
Gopichand Nakkalab977a972013-02-18 19:15:09 -08006863 int status = -EPERM;
Hoonki Lee11f7dda2013-02-14 16:55:44 -08006864#ifdef FEATURE_WLAN_TDLS
6865 u32 mask, set;
Hoonki Lee11f7dda2013-02-14 16:55:44 -08006866 ENTER();
Mohit Khanna698ba2a2012-12-04 15:08:18 -08006867 mask = params->sta_flags_mask;
6868
6869 set = params->sta_flags_set;
6870
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07006871#ifdef WLAN_FEATURE_TDLS_DEBUG
6872 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6873 "%s: mask 0x%x set 0x%x " MAC_ADDRESS_STR,
6874 __func__, mask, set, MAC_ADDR_ARRAY(mac));
6875#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08006876
6877 if (mask & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
6878 if (set & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
Gopichand Nakkala681989c2013-03-06 22:27:48 -08006879 status = wlan_hdd_tdls_add_station(wiphy, dev, mac, 0, NULL);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08006880 }
6881 }
6882#endif
Gopichand Nakkalab977a972013-02-18 19:15:09 -08006883 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -07006884}
6885
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006886
6887#ifdef FEATURE_WLAN_LFR
6888static int wlan_hdd_cfg80211_set_pmksa(struct wiphy *wiphy, struct net_device *dev,
Jeff Johnsond13512a2012-07-17 11:42:19 -07006889 struct cfg80211_pmksa *pmksa)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006890{
6891#define MAX_PMKSAIDS_IN_CACHE 8
6892 static tPmkidCacheInfo PMKIDCache[MAX_PMKSAIDS_IN_CACHE]; // HDD Local cache
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306893 static tANI_U32 i; // HDD Local Cache index
6894 tANI_U32 j=0;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006895 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
6896 tHalHandle halHandle;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306897 eHalStatus result;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006898 tANI_U8 BSSIDMatched = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306899
Jeff Johnsone7245742012-09-05 17:12:55 -07006900 ENTER();
6901
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306902 // Validate pAdapter
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006903 if ( NULL == pAdapter || NULL == pAdapter->pHddCtx)
6904 {
6905 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Invalid Adapter or HDD Context " ,__func__);
6906 return -EINVAL;
6907 }
6908
6909 if (((hdd_context_t*)pAdapter->pHddCtx)->isLoadUnloadInProgress)
6910 {
6911 hddLog( LOGE,
6912 "%s: Wlan Load/Unload is in progress", __func__);
6913 return -EBUSY;
6914 }
6915
6916 if ( (WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress )
6917 {
6918 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6919 "%s:LOGP in Progress. Ignore!!!", __func__);
6920 return -EAGAIN;
6921 }
6922
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306923 // Retrieve halHandle
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006924 halHandle = WLAN_HDD_GET_HAL_CTX(pAdapter);
6925
6926 for (j = 0; j < i; j++)
6927 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306928 if(vos_mem_compare(PMKIDCache[j].BSSID,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006929 pmksa->bssid, WNI_CFG_BSSID_LEN))
6930 {
6931 /* BSSID matched previous entry. Overwrite it. */
6932 BSSIDMatched = 1;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306933 vos_mem_copy(PMKIDCache[j].BSSID,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006934 pmksa->bssid, WNI_CFG_BSSID_LEN);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306935 vos_mem_copy(PMKIDCache[j].PMKID,
6936 pmksa->pmkid,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006937 CSR_RSN_PMKID_SIZE);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306938 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Reusing cache entry %d.",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07006939 __func__, j );
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006940 dump_bssid(pmksa->bssid);
6941 dump_pmkid(halHandle, pmksa->pmkid);
6942 break;
6943 }
6944 }
6945
Madan Mohan Koyyalamudic4b317d2012-10-18 19:43:08 -07006946 /* Check we compared all entries,if then take the first slot now */
6947 if(j == MAX_PMKSAIDS_IN_CACHE) i=0;
6948
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006949 if (!BSSIDMatched)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306950 {
6951 // Now, we DON'T have a BSSID match, so take a new entry in the cache.
6952 vos_mem_copy(PMKIDCache[i].BSSID,
6953 pmksa->bssid, ETHER_ADDR_LEN);
6954 vos_mem_copy(PMKIDCache[i].PMKID,
6955 pmksa->pmkid,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006956 CSR_RSN_PMKID_SIZE);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306957 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Adding a new cache entry %d.",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07006958 __func__, i );
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006959 dump_bssid(pmksa->bssid);
6960 dump_pmkid(halHandle, pmksa->pmkid);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306961 // Increment the HDD Local Cache index
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006962 // The "i=0" doesn't work for the call to sme_RoamSetPMKIDCache() - LFR FIXME
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306963 if (i<=(MAX_PMKSAIDS_IN_CACHE-1)) i++; else i=0;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006964 }
6965
6966
6967 // Calling csrRoamSetPMKIDCache to configure the PMKIDs into the cache
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306968 //hddLog(LOG1, FL("%s: Calling csrRoamSetPMKIDCache with %d cache entries."),
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07006969 // __func__, i );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306970 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Calling csrRoamSetPMKIDCache with %d cache entries.",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07006971 __func__, i );
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006972 // Finally set the PMKSA ID Cache in CSR
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306973 result = sme_RoamSetPMKIDCache(halHandle,pAdapter->sessionId,
6974 PMKIDCache,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006975 i );
6976 return 0;
6977}
6978
6979
6980static int wlan_hdd_cfg80211_del_pmksa(struct wiphy *wiphy, struct net_device *dev,
Jeff Johnsond13512a2012-07-17 11:42:19 -07006981 struct cfg80211_pmksa *pmksa)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006982{
Jeff Johnsone7245742012-09-05 17:12:55 -07006983 ENTER();
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006984 // TODO: Implement this later.
6985 return 0;
6986}
6987
6988static int wlan_hdd_cfg80211_flush_pmksa(struct wiphy *wiphy, struct net_device *dev)
6989{
Jeff Johnsone7245742012-09-05 17:12:55 -07006990 ENTER();
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006991 // TODO: Implement this later.
6992 return 0;
6993}
6994#endif
6995
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07006996#if defined(WLAN_FEATURE_VOWIFI_11R) && defined(KERNEL_SUPPORT_11R_CFG80211)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306997static int wlan_hdd_cfg80211_update_ft_ies(struct wiphy *wiphy,
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07006998 struct net_device *dev, struct cfg80211_update_ft_ies_params *ftie)
6999{
7000 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7001 hdd_station_ctx_t *pHddStaCtx;
7002
7003 if (NULL == pAdapter)
7004 {
7005 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Adapter is NULL\n", __func__);
7006 return -ENODEV;
7007 }
7008
7009 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
7010
7011 // Added for debug on reception of Re-assoc Req.
7012 if (eConnectionState_Associated != pHddStaCtx->conn_info.connState)
7013 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307014 hddLog(LOGE, FL("Called with Ie of length = %d when not associated\n"),
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007015 ftie->ie_len);
7016 hddLog(LOGE, FL("Should be Re-assoc Req IEs\n"));
7017 }
7018
7019#ifdef WLAN_FEATURE_VOWIFI_11R_DEBUG
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307020 hddLog(LOGE, FL("%s called with Ie of length = %d\n"), __func__,
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007021 ftie->ie_len);
7022#endif
7023
7024 // Pass the received FT IEs to SME
Gopichand Nakkala356fb102013-03-06 12:34:04 +05307025 sme_SetFTIEs( WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
7026 (const u8 *)ftie->ie,
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007027 ftie->ie_len);
7028 return 0;
7029}
7030#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007031
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007032#ifdef FEATURE_WLAN_TDLS
7033static int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev,
7034 u8 *peer, u8 action_code, u8 dialog_token,
7035 u16 status_code, const u8 *buf, size_t len)
7036{
7037
7038 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7039 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007040 u8 peerMac[6];
7041 VOS_STATUS status;
Gopichand Nakkala05922802013-03-14 12:23:19 -07007042 int max_sta_failed = 0;
Hoonki Leea34dd892013-02-05 22:56:02 -08007043 int responder;
Hoonki Leed37cbb32013-04-20 00:31:14 -07007044 long rc;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007045
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007046 if (NULL == pHddCtx || NULL == pHddCtx->cfg_ini)
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007047 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307048 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007049 "Invalid arguments");
7050 return -EINVAL;
7051 }
7052
Sameer Thalappil75ea31a2013-02-21 19:38:16 -08007053 if (pHddCtx->isLogpInProgress)
7054 {
7055 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7056 "%s:LOGP in Progress. Ignore!!!", __func__);
Gopichand Nakkala05922802013-03-14 12:23:19 -07007057 wlan_hdd_tdls_set_link_status(pAdapter, peer, eTDLS_LINK_IDLE);
Sameer Thalappil75ea31a2013-02-21 19:38:16 -08007058 return -EBUSY;
7059 }
7060
Hoonki Lee27511902013-03-14 18:19:06 -07007061 if (eTDLS_SUPPORT_NOT_ENABLED == pHddCtx->tdls_mode)
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007062 {
Hoonki Lee27511902013-03-14 18:19:06 -07007063 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
7064 "%s: TDLS mode is disabled OR not enabled in FW."
7065 MAC_ADDRESS_STR " action %d declined.",
7066 __func__, MAC_ADDR_ARRAY(peer), action_code);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007067 return -ENOTSUPP;
7068 }
Lee Hoonkic1262f22013-01-24 21:59:00 -08007069
Hoonki Lee27511902013-03-14 18:19:06 -07007070 /* other than teardown frame, other mgmt frames are not sent if disabled */
7071 if (SIR_MAC_TDLS_TEARDOWN != action_code)
7072 {
7073 /* if tdls_mode is disabled to respond to peer's request */
7074 if (eTDLS_SUPPORT_DISABLED == pHddCtx->tdls_mode)
7075 {
7076 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
7077 "%s: " MAC_ADDRESS_STR
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07007078 " TDLS mode is disabled. action %d declined.",
7079 __func__, MAC_ADDR_ARRAY(peer), action_code);
Hoonki Lee27511902013-03-14 18:19:06 -07007080
7081 return -ENOTSUPP;
7082 }
7083 }
7084
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007085 if (WLAN_IS_TDLS_SETUP_ACTION(action_code))
7086 {
Hoonki Leefb8df672013-04-10 18:20:34 -07007087 if (NULL != wlan_hdd_tdls_is_progress(pHddCtx, peer, TRUE, TRUE))
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007088 {
7089 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007090 "%s: " MAC_ADDRESS_STR
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07007091 " TDLS setup is ongoing. action %d declined.",
7092 __func__, MAC_ADDR_ARRAY(peer), action_code);
7093 return -EPERM;
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007094 }
7095 }
7096
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007097 if (SIR_MAC_TDLS_SETUP_REQ == action_code ||
7098 SIR_MAC_TDLS_SETUP_RSP == action_code )
Lee Hoonkic1262f22013-01-24 21:59:00 -08007099 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -08007100 if (HDD_MAX_NUM_TDLS_STA <= wlan_hdd_tdlsConnectedPeers(pAdapter))
Lee Hoonkic1262f22013-01-24 21:59:00 -08007101 {
7102 /* supplicant still sends tdls_mgmt(SETUP_REQ) even after
7103 we return error code at 'add_station()'. Hence we have this
7104 check again in addtion to add_station().
7105 Anyway, there is no hard to double-check. */
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007106 if (SIR_MAC_TDLS_SETUP_REQ == action_code)
Lee Hoonkic1262f22013-01-24 21:59:00 -08007107 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007108 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7109 "%s: " MAC_ADDRESS_STR
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07007110 " TDLS Max peer already connected. action %d declined.",
7111 __func__, MAC_ADDR_ARRAY(peer), action_code);
Gopichand Nakkala05922802013-03-14 12:23:19 -07007112 goto error;
Lee Hoonkic1262f22013-01-24 21:59:00 -08007113 }
7114 else
7115 {
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007116 /* maximum reached. tweak to send error code to peer and return
7117 error code to supplicant */
Lee Hoonkic1262f22013-01-24 21:59:00 -08007118 status_code = eSIR_MAC_UNSPEC_FAILURE_STATUS;
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007119 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7120 "%s: " MAC_ADDRESS_STR
7121 " TDLS Max peer already connected send response status %d",
7122 __func__, MAC_ADDR_ARRAY(peer), status_code);
Gopichand Nakkala05922802013-03-14 12:23:19 -07007123 max_sta_failed = -EPERM;
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007124 /* fall through to send setup resp with failure status
7125 code */
Lee Hoonkic1262f22013-01-24 21:59:00 -08007126 }
7127 }
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007128 else
7129 {
7130 hddTdlsPeer_t *pTdlsPeer;
Gopichand Nakkala4327a152013-03-04 23:22:42 -08007131 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peer);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07007132 if (pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007133 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007134 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07007135 "%s:" MAC_ADDRESS_STR " already connected. action %d declined.",
7136 __func__, MAC_ADDR_ARRAY(peer), action_code);
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007137 return -EPERM;
7138 }
7139 }
Lee Hoonkic1262f22013-01-24 21:59:00 -08007140 }
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007141 vos_mem_copy(peerMac, peer, 6);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007142
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007143#ifdef WLAN_FEATURE_TDLS_DEBUG
7144 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007145 "%s: " MAC_ADDRESS_STR " action %d, dialog_token %d status %d, len = %d",
7146 "tdls_mgmt", MAC_ADDR_ARRAY(peer),
7147 action_code, dialog_token, status_code, len);
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007148#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007149
Hoonki Leea34dd892013-02-05 22:56:02 -08007150 /*Except teardown responder will not be used so just make 0*/
7151 responder = 0;
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007152 if (SIR_MAC_TDLS_TEARDOWN == action_code)
Hoonki Leea34dd892013-02-05 22:56:02 -08007153 {
Gopichand Nakkala97a65fd2013-04-16 16:59:38 -07007154
7155 hddTdlsPeer_t *pTdlsPeer;
7156 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peerMac);
7157
7158 if(pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
7159 responder = pTdlsPeer->is_responder;
7160 else
Hoonki Leea34dd892013-02-05 22:56:02 -08007161 {
Gopichand Nakkala97a65fd2013-04-16 16:59:38 -07007162 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7163 "%s: " MAC_ADDRESS_STR " peer doesn't exist or not connected %d dialog_token %d status %d, len = %d",
7164 __func__, MAC_ADDR_ARRAY(peer), (NULL == pTdlsPeer) ? -1 : pTdlsPeer->link_status,
7165 dialog_token, status_code, len);
7166 return -EPERM;
Hoonki Leea34dd892013-02-05 22:56:02 -08007167 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007168 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007169
Hoonki Lee14621352013-04-16 17:51:19 -07007170 if ((SIR_MAC_TDLS_SETUP_RSP == action_code) ||
7171 (SIR_MAC_TDLS_DIS_RSP == action_code))
7172 {
7173 if (TRUE == sme_IsPmcBmps(WLAN_HDD_GET_HAL_CTX(pAdapter)))
7174 {
7175 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
7176 "%s: Sending Disc/Setup Rsp Frame.Disable BMPS", __func__);
7177 hdd_disable_bmps_imps(pHddCtx, WLAN_HDD_INFRA_STATION);
7178 }
7179 wlan_hdd_tdls_set_cap(pAdapter, peerMac, eTDLS_CAP_SUPPORTED);
7180 }
7181
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007182 /* make sure doesn't call send_mgmt() while it is pending */
7183 if (TDLS_CTX_MAGIC == pAdapter->mgmtTxCompletionStatus)
7184 {
7185 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7186 "%s: " MAC_ADDRESS_STR " action %d couldn't sent, as one is pending. return EBUSY\n",
7187 __func__, MAC_ADDR_ARRAY(peer), action_code);
7188 return -EBUSY;
7189 }
7190
7191 pAdapter->mgmtTxCompletionStatus = TDLS_CTX_MAGIC;
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007192 INIT_COMPLETION(pAdapter->tdls_mgmt_comp);
7193
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007194 status = sme_SendTdlsMgmtFrame(WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
Hoonki Leea34dd892013-02-05 22:56:02 -08007195 peerMac, action_code, dialog_token, status_code, (tANI_U8 *)buf, len, responder);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007196
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007197 if (VOS_STATUS_SUCCESS != status)
7198 {
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007199 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7200 "%s: sme_SendTdlsMgmtFrame failed!", __func__);
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007201 pAdapter->mgmtTxCompletionStatus = FALSE;
Hoonki Lee14621352013-04-16 17:51:19 -07007202 wlan_hdd_tdls_check_bmps(pAdapter);
7203 goto error;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007204 }
7205
Hoonki Leed37cbb32013-04-20 00:31:14 -07007206 rc = wait_for_completion_interruptible_timeout(&pAdapter->tdls_mgmt_comp,
7207 msecs_to_jiffies(WAIT_TIME_TDLS_MGMT));
7208
7209 if ((rc <= 0) || (TRUE != pAdapter->mgmtTxCompletionStatus))
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007210 {
Hoonki Leed37cbb32013-04-20 00:31:14 -07007211 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7212 "%s: Mgmt Tx Completion failed status %ld TxCompletion %lu",
7213 __func__, rc, pAdapter->mgmtTxCompletionStatus);
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007214 pAdapter->mgmtTxCompletionStatus = FALSE;
Hoonki Leed37cbb32013-04-20 00:31:14 -07007215 wlan_hdd_tdls_check_bmps(pAdapter);
7216 goto error;
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007217 }
7218
Gopichand Nakkala05922802013-03-14 12:23:19 -07007219 if (max_sta_failed)
Hoonki Lee14621352013-04-16 17:51:19 -07007220 {
7221 wlan_hdd_tdls_check_bmps(pAdapter);
Gopichand Nakkala05922802013-03-14 12:23:19 -07007222 return max_sta_failed;
Hoonki Lee14621352013-04-16 17:51:19 -07007223 }
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007224
Hoonki Leea34dd892013-02-05 22:56:02 -08007225 if (SIR_MAC_TDLS_SETUP_RSP == action_code)
7226 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -08007227 wlan_hdd_tdls_set_responder(pAdapter, peerMac, TRUE);
Hoonki Leea34dd892013-02-05 22:56:02 -08007228 }
7229 else if (SIR_MAC_TDLS_SETUP_CNF == action_code)
7230 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -08007231 wlan_hdd_tdls_set_responder(pAdapter, peerMac, FALSE);
Hoonki Leea34dd892013-02-05 22:56:02 -08007232 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007233
7234 return 0;
Gopichand Nakkala05922802013-03-14 12:23:19 -07007235error:
7236 /* max_sta_failed ; we didn't set to CONNECTING for this case,
7237 because we already know that this transaction will be failed,
7238 but we weren't sure if supplicant call DISABLE_LINK or not. So,
7239 to be safe, do not change the state mahine.
7240 */
7241 if(max_sta_failed == 0 &&
7242 (WLAN_IS_TDLS_SETUP_ACTION(action_code)))
7243 wlan_hdd_tdls_set_link_status(pAdapter, peerMac, eTDLS_LINK_IDLE);
7244 return -EPERM;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007245}
7246
7247static int wlan_hdd_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev,
7248 u8 *peer, enum nl80211_tdls_operation oper)
7249{
7250 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7251 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007252#ifdef WLAN_FEATURE_TDLS_DEBUG
7253 const char *tdls_oper_str[]= {
7254 "NL80211_TDLS_DISCOVERY_REQ",
7255 "NL80211_TDLS_SETUP",
7256 "NL80211_TDLS_TEARDOWN",
7257 "NL80211_TDLS_ENABLE_LINK",
7258 "NL80211_TDLS_DISABLE_LINK",
7259 "NL80211_TDLS_UNKONW_OPER"};
7260#endif
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007261 hddTdlsPeer_t *pTdlsPeer;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007262
Chilam Ngc4244af2013-04-01 15:37:32 -07007263 if ( NULL == pHddCtx || NULL == pHddCtx->cfg_ini || NULL == peer )
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007264 {
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007265 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Chilam Ngc4244af2013-04-01 15:37:32 -07007266 "%s: Invalid arguments", __func__);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007267 return -EINVAL;
7268 }
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007269
Sameer Thalappil75ea31a2013-02-21 19:38:16 -08007270 if (pHddCtx->isLogpInProgress)
7271 {
7272 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7273 "%s:LOGP in Progress. Ignore!!!", __func__);
7274 return -EBUSY;
7275 }
7276
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007277 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peer);
7278
7279 if ( NULL == pTdlsPeer ) {
7280 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: " MAC_ADDRESS_STR " (oper %d) not exsting. ignored",
7281 __func__, MAC_ADDR_ARRAY(peer), (int)oper);
7282 return -EINVAL;
7283 }
7284
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007285#ifdef WLAN_FEATURE_TDLS_DEBUG
7286 if((int)oper > 4)
7287 oper = 5;
7288
7289 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007290 "%s: " MAC_ADDRESS_STR " link_status %d (%s) ", "tdls_oper",
7291 MAC_ADDR_ARRAY(peer), pTdlsPeer->link_status,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007292 tdls_oper_str[(int)oper]);
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007293#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007294
7295 if( FALSE == pHddCtx->cfg_ini->fEnableTDLSSupport ||
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007296 FALSE == sme_IsFeatureSupportedByFW(TDLS))
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007297 {
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007298 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Chilam Ngc4244af2013-04-01 15:37:32 -07007299 "TDLS Disabled in INI OR not enabled in FW. "
7300 "Cannot process TDLS commands");
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007301 return -ENOTSUPP;
7302 }
7303
7304 switch (oper) {
7305 case NL80211_TDLS_ENABLE_LINK:
7306 {
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007307 VOS_STATUS status;
7308
Gopichand Nakkala2f4a2822013-04-17 11:22:01 -07007309 if (!TDLS_STA_INDEX_VALID(pTdlsPeer->staId))
7310 {
7311 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Staion Index %u "
7312 MAC_ADDRESS_STR " failed",
7313 __func__, pTdlsPeer->staId, MAC_ADDR_ARRAY(peer));
7314 return -EINVAL;
7315 }
7316
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007317 if (eTDLS_LINK_CONNECTED != pTdlsPeer->link_status)
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007318 {
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -07007319 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer, eTDLS_LINK_CONNECTED);
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007320 /* start TDLS client registration with TL */
7321 status = hdd_roamRegisterTDLSSTA( pAdapter, peer, pTdlsPeer->staId, pTdlsPeer->signature);
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -07007322 if (VOS_STATUS_SUCCESS == status)
7323 {
Hoonki Lee14621352013-04-16 17:51:19 -07007324 if (pTdlsPeer->is_responder == 0)
7325 {
7326 v_U8_t staId = (v_U8_t)pTdlsPeer->staId;
7327
7328 wlan_hdd_tdls_timer_restart(pAdapter,
7329 &pTdlsPeer->initiatorWaitTimeoutTimer,
7330 WAIT_TIME_TDLS_INITIATOR);
7331 /* suspend initiator TX until it receives direct packet from the
7332 reponder or WAIT_TIME_TDLS_INITIATOR timer expires */
7333 WLANTL_SuspendDataTx( (WLAN_HDD_GET_CTX(pAdapter))->pvosContext,
7334 &staId, NULL);
7335 }
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -07007336 wlan_hdd_tdls_increment_peer_count(pAdapter);
7337 }
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007338 wlan_hdd_tdls_check_bmps(pAdapter);
7339 }
7340
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007341 }
7342 break;
7343 case NL80211_TDLS_DISABLE_LINK:
Lee Hoonkic1262f22013-01-24 21:59:00 -08007344 {
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007345 if(TDLS_STA_INDEX_VALID(pTdlsPeer->staId))
Lee Hoonkic1262f22013-01-24 21:59:00 -08007346 {
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07007347 long status;
7348
7349 INIT_COMPLETION(pAdapter->tdls_del_station_comp);
7350
Lee Hoonkic1262f22013-01-24 21:59:00 -08007351 sme_DeleteTdlsPeerSta( WLAN_HDD_GET_HAL_CTX(pAdapter),
7352 pAdapter->sessionId, peer );
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07007353
7354 status = wait_for_completion_interruptible_timeout(&pAdapter->tdls_del_station_comp,
7355 msecs_to_jiffies(WAIT_TIME_TDLS_DEL_STA));
7356 if (status <= 0)
7357 {
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007358 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer, eTDLS_LINK_IDLE);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07007359 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7360 "%s: Del station failed status %ld",
7361 __func__, status);
7362 return -EPERM;
7363 }
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007364 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer, eTDLS_LINK_IDLE);
Lee Hoonkic1262f22013-01-24 21:59:00 -08007365 }
7366 else
7367 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007368 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7369 "%s: TDLS Peer Station doesn't exist.", __func__);
Lee Hoonkic1262f22013-01-24 21:59:00 -08007370 }
Lee Hoonkic1262f22013-01-24 21:59:00 -08007371 }
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007372 break;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007373 case NL80211_TDLS_TEARDOWN:
7374 case NL80211_TDLS_SETUP:
7375 case NL80211_TDLS_DISCOVERY_REQ:
7376 /* We don't support in-driver setup/teardown/discovery */
7377 return -ENOTSUPP;
7378 default:
7379 return -ENOTSUPP;
7380 }
7381 return 0;
7382}
Chilam NG571c65a2013-01-19 12:27:36 +05307383
7384int wlan_hdd_cfg80211_send_tdls_discover_req(struct wiphy *wiphy,
7385 struct net_device *dev, u8 *peer)
7386{
7387 hddLog(VOS_TRACE_LEVEL_INFO, "tdls send discover req: %x %x %x %x %x %x",
7388 peer[0], peer[1], peer[2], peer[3], peer[4], peer[5]);
7389
7390 return wlan_hdd_cfg80211_tdls_mgmt(wiphy, dev, peer,
7391 WLAN_TDLS_DISCOVERY_REQUEST, 1, 0, NULL, 0);
7392}
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007393#endif
7394
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307395#ifdef WLAN_FEATURE_GTK_OFFLOAD
7396/*
7397 * FUNCTION: wlan_hdd_cfg80211_update_replayCounterCallback
7398 * Callback rountine called upon receiving response for
7399 * get offload info
7400 */
7401void wlan_hdd_cfg80211_update_replayCounterCallback(void *callbackContext,
7402 tpSirGtkOffloadGetInfoRspParams pGtkOffloadGetInfoRsp)
7403{
7404
7405 hdd_adapter_t *pAdapter = (hdd_adapter_t *)callbackContext;
7406
7407 ENTER();
7408
7409 if (NULL == pAdapter)
7410 {
7411 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7412 "%s: HDD adapter is Null", __func__);
7413 return ;
7414 }
7415
7416 if (NULL == pGtkOffloadGetInfoRsp)
7417 {
7418 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7419 "%s: pGtkOffloadGetInfoRsp is Null", __func__);
7420 return ;
7421 }
7422
7423 if (VOS_STATUS_SUCCESS != pGtkOffloadGetInfoRsp->ulStatus)
7424 {
7425 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7426 "%s: wlan Failed to get replay counter value",
7427 __func__);
7428 return ;
7429 }
7430
7431 /* Update replay counter to NL */
7432 cfg80211_gtk_rekey_notify(pAdapter->dev, pGtkOffloadGetInfoRsp->bssId,
7433 (tANI_U8 *)&pGtkOffloadGetInfoRsp->ullKeyReplayCounter, GFP_KERNEL);
7434}
7435
7436/*
7437 * FUNCTION: wlan_hdd_cfg80211_set_rekey_data
7438 * This function is used to offload GTK rekeying job to the firmware.
7439 */
7440int wlan_hdd_cfg80211_set_rekey_data(struct wiphy *wiphy, struct net_device *dev,
7441 struct cfg80211_gtk_rekey_data *data)
7442{
7443 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7444 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
7445 hdd_station_ctx_t *pHddStaCtx;
7446 tHalHandle hHal;
7447 tpSirGtkOffloadParams pGtkOffloadReqParams;
7448 eHalStatus status = eHAL_STATUS_FAILURE;
7449
7450 ENTER();
7451
7452 if (NULL == pAdapter)
7453 {
7454 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7455 "%s: HDD adapter is Null", __func__);
7456 return -ENODEV;
7457 }
7458
7459 if (NULL == pHddCtx)
7460 {
7461 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7462 "%s: HDD context is Null!!!", __func__);
7463 return -ENODEV;
7464 }
7465
7466 if (pHddCtx->isLogpInProgress)
7467 {
7468 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7469 "%s: LOGP in Progress. Ignore!!!", __func__);
7470 return -EAGAIN;
7471 }
7472
7473 if (pHddCtx->isLoadUnloadInProgress)
7474 {
7475 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7476 "%s: Unloading/Loading in Progress. Ignore!!!", __func__);
7477 return -EAGAIN;
7478 }
7479
7480 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
7481 hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
7482 if (NULL == hHal)
7483 {
7484 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7485 "%s: HAL context is Null!!!", __func__);
7486 return -EAGAIN;
7487 }
7488
7489 pGtkOffloadReqParams =
7490 &pHddStaCtx->gtkOffloadRequestParams.gtkOffloadReqParams;
7491
7492 pGtkOffloadReqParams->ulFlags = GTK_OFFLOAD_ENABLE;
7493 memcpy(pGtkOffloadReqParams->aKCK, data->kck, NL80211_KCK_LEN);
7494 memcpy(pGtkOffloadReqParams->aKEK, data->kek, NL80211_KEK_LEN);
7495 memcpy(pGtkOffloadReqParams->bssId, &pHddStaCtx->conn_info.bssId,
7496 WNI_CFG_BSSID_LEN);
7497 memcpy(&pGtkOffloadReqParams->ullKeyReplayCounter, &data->replay_ctr,
7498 sizeof (tANI_U64));
7499
7500 if (TRUE == pHddCtx->hdd_wlan_suspended)
7501 {
7502 /* if wlan is suspended, enable GTK offload directly from here */
7503 status = sme_SetGTKOffload(hHal, pGtkOffloadReqParams,
7504 pAdapter->sessionId);
7505
7506 if (eHAL_STATUS_SUCCESS != status)
7507 {
7508 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7509 "%s: sme_SetGTKOffload failed, returned %d",
7510 __func__, status);
7511 return status;
7512 }
7513 pHddStaCtx->gtkOffloadRequestParams.requested = FALSE;
7514 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
7515 "%s: sme_SetGTKOffload successfull", __func__);
7516 }
7517 else
7518 {
7519 pHddStaCtx->gtkOffloadRequestParams.requested = TRUE;
7520 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
7521 "%s: wlan not suspended GTKOffload request is stored",
7522 __func__);
7523 return eHAL_STATUS_SUCCESS;
7524 }
7525 return status;
7526}
7527#endif /*WLAN_FEATURE_GTK_OFFLOAD*/
7528
Jeff Johnson295189b2012-06-20 16:38:30 -07007529/* cfg80211_ops */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307530static struct cfg80211_ops wlan_hdd_cfg80211_ops =
Jeff Johnson295189b2012-06-20 16:38:30 -07007531{
7532 .add_virtual_intf = wlan_hdd_add_virtual_intf,
7533 .del_virtual_intf = wlan_hdd_del_virtual_intf,
7534 .change_virtual_intf = wlan_hdd_cfg80211_change_iface,
7535 .change_station = wlan_hdd_change_station,
7536#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
7537 .add_beacon = wlan_hdd_cfg80211_add_beacon,
7538 .del_beacon = wlan_hdd_cfg80211_del_beacon,
7539 .set_beacon = wlan_hdd_cfg80211_set_beacon,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007540#else
7541 .start_ap = wlan_hdd_cfg80211_start_ap,
7542 .change_beacon = wlan_hdd_cfg80211_change_beacon,
7543 .stop_ap = wlan_hdd_cfg80211_stop_ap,
Jeff Johnson295189b2012-06-20 16:38:30 -07007544#endif
7545 .change_bss = wlan_hdd_cfg80211_change_bss,
7546 .add_key = wlan_hdd_cfg80211_add_key,
7547 .get_key = wlan_hdd_cfg80211_get_key,
7548 .del_key = wlan_hdd_cfg80211_del_key,
7549 .set_default_key = wlan_hdd_cfg80211_set_default_key,
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -08007550#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07007551 .set_channel = wlan_hdd_cfg80211_set_channel,
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -08007552#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07007553 .scan = wlan_hdd_cfg80211_scan,
7554 .connect = wlan_hdd_cfg80211_connect,
7555 .disconnect = wlan_hdd_cfg80211_disconnect,
7556 .join_ibss = wlan_hdd_cfg80211_join_ibss,
7557 .leave_ibss = wlan_hdd_cfg80211_leave_ibss,
7558 .set_wiphy_params = wlan_hdd_cfg80211_set_wiphy_params,
7559 .set_tx_power = wlan_hdd_cfg80211_set_txpower,
7560 .get_tx_power = wlan_hdd_cfg80211_get_txpower,
Jeff Johnson295189b2012-06-20 16:38:30 -07007561 .remain_on_channel = wlan_hdd_cfg80211_remain_on_channel,
7562 .cancel_remain_on_channel = wlan_hdd_cfg80211_cancel_remain_on_channel,
7563 .mgmt_tx = wlan_hdd_action,
7564#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
7565 .mgmt_tx_cancel_wait = wlan_hdd_cfg80211_mgmt_tx_cancel_wait,
7566 .set_default_mgmt_key = wlan_hdd_set_default_mgmt_key,
7567 .set_txq_params = wlan_hdd_set_txq_params,
7568#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07007569 .get_station = wlan_hdd_cfg80211_get_station,
7570 .set_power_mgmt = wlan_hdd_cfg80211_set_power_mgmt,
7571 .del_station = wlan_hdd_cfg80211_del_station,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007572 .add_station = wlan_hdd_cfg80211_add_station,
7573#ifdef FEATURE_WLAN_LFR
7574 .set_pmksa = wlan_hdd_cfg80211_set_pmksa,
7575 .del_pmksa = wlan_hdd_cfg80211_del_pmksa,
7576 .flush_pmksa = wlan_hdd_cfg80211_flush_pmksa,
7577#endif
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007578#if defined(WLAN_FEATURE_VOWIFI_11R) && defined(KERNEL_SUPPORT_11R_CFG80211)
7579 .update_ft_ies = wlan_hdd_cfg80211_update_ft_ies,
7580#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007581#ifdef FEATURE_WLAN_TDLS
7582 .tdls_mgmt = wlan_hdd_cfg80211_tdls_mgmt,
7583 .tdls_oper = wlan_hdd_cfg80211_tdls_oper,
7584#endif
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307585#ifdef WLAN_FEATURE_GTK_OFFLOAD
7586 .set_rekey_data = wlan_hdd_cfg80211_set_rekey_data,
7587#endif /* WLAN_FEATURE_GTK_OFFLOAD */
Jeff Johnson295189b2012-06-20 16:38:30 -07007588};
7589