blob: 4b7091ffddb950e6595af3b103b5762a876b58e0 [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"
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +053086#include "wlan_hdd_wmm.h"
Mohit Khanna698ba2a2012-12-04 15:08:18 -080087#endif
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +053088#include "wlan_nv.h"
Leo Chang6fe1f922013-06-07 19:21:24 -070089#include "wlan_hdd_dev_pwr.h"
Jeff Johnson295189b2012-06-20 16:38:30 -070090
91#define g_mode_rates_size (12)
92#define a_mode_rates_size (8)
93#define FREQ_BASE_80211G (2407)
94#define FREQ_BAND_DIFF_80211G (5)
Jeff Johnson04dd8a82012-06-29 20:41:40 -070095#define MAX_SCAN_SSID 9
Jeff Johnson295189b2012-06-20 16:38:30 -070096#define GET_IE_LEN_IN_BSS_DESC(lenInBss) ( lenInBss + sizeof(lenInBss) - \
97 ((int) OFFSET_OF( tSirBssDescription, ieFields)))
98
99#define HDD2GHZCHAN(freq, chan, flag) { \
100 .band = IEEE80211_BAND_2GHZ, \
101 .center_freq = (freq), \
102 .hw_value = (chan),\
103 .flags = (flag), \
104 .max_antenna_gain = 0 ,\
105 .max_power = 30, \
106}
107
108#define HDD5GHZCHAN(freq, chan, flag) { \
109 .band = IEEE80211_BAND_5GHZ, \
110 .center_freq = (freq), \
111 .hw_value = (chan),\
112 .flags = (flag), \
113 .max_antenna_gain = 0 ,\
114 .max_power = 30, \
115}
116
117#define HDD_G_MODE_RATETAB(rate, rate_id, flag)\
118{\
119 .bitrate = rate, \
120 .hw_value = rate_id, \
121 .flags = flag, \
122}
123
Lee Hoonkic1262f22013-01-24 21:59:00 -0800124#ifndef WLAN_FEATURE_TDLS_DEBUG
125#define TDLS_LOG_LEVEL VOS_TRACE_LEVEL_INFO
126#else
127#define TDLS_LOG_LEVEL VOS_TRACE_LEVEL_ERROR
128#endif
129
Gopichand Nakkala356fb102013-03-06 12:34:04 +0530130#ifdef WLAN_FEATURE_VOWIFI_11R
131#define WLAN_AKM_SUITE_FT_8021X 0x000FAC03
132#define WLAN_AKM_SUITE_FT_PSK 0x000FAC04
133#endif
134
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530135static const u32 hdd_cipher_suites[] =
Jeff Johnson295189b2012-06-20 16:38:30 -0700136{
137 WLAN_CIPHER_SUITE_WEP40,
138 WLAN_CIPHER_SUITE_WEP104,
139 WLAN_CIPHER_SUITE_TKIP,
140#ifdef FEATURE_WLAN_CCX
141#define WLAN_CIPHER_SUITE_KRK 0x004096ff /* use for KRK */
142 WLAN_CIPHER_SUITE_KRK,
143 WLAN_CIPHER_SUITE_CCMP,
144#else
145 WLAN_CIPHER_SUITE_CCMP,
146#endif
147#ifdef FEATURE_WLAN_WAPI
148 WLAN_CIPHER_SUITE_SMS4,
149#endif
Chet Lanctot186b5732013-03-18 10:26:30 -0700150#ifdef WLAN_FEATURE_11W
151 WLAN_CIPHER_SUITE_AES_CMAC,
152#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700153};
154
155static inline int is_broadcast_ether_addr(const u8 *addr)
156{
157 return ((addr[0] == 0xff) && (addr[1] == 0xff) && (addr[2] == 0xff) &&
158 (addr[3] == 0xff) && (addr[4] == 0xff) && (addr[5] == 0xff));
159}
160
161static struct ieee80211_channel hdd_channels_2_4_GHZ[] =
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530162{
Jeff Johnson295189b2012-06-20 16:38:30 -0700163 HDD2GHZCHAN(2412, 1, 0) ,
164 HDD2GHZCHAN(2417, 2, 0) ,
165 HDD2GHZCHAN(2422, 3, 0) ,
166 HDD2GHZCHAN(2427, 4, 0) ,
167 HDD2GHZCHAN(2432, 5, 0) ,
168 HDD2GHZCHAN(2437, 6, 0) ,
169 HDD2GHZCHAN(2442, 7, 0) ,
170 HDD2GHZCHAN(2447, 8, 0) ,
171 HDD2GHZCHAN(2452, 9, 0) ,
172 HDD2GHZCHAN(2457, 10, 0) ,
173 HDD2GHZCHAN(2462, 11, 0) ,
174 HDD2GHZCHAN(2467, 12, 0) ,
175 HDD2GHZCHAN(2472, 13, 0) ,
176 HDD2GHZCHAN(2484, 14, 0) ,
177};
178
Jeff Johnson295189b2012-06-20 16:38:30 -0700179static struct ieee80211_channel hdd_social_channels_2_4_GHZ[] =
180{
181 HDD2GHZCHAN(2412, 1, 0) ,
182 HDD2GHZCHAN(2437, 6, 0) ,
183 HDD2GHZCHAN(2462, 11, 0) ,
184};
Jeff Johnson295189b2012-06-20 16:38:30 -0700185
186static struct ieee80211_channel hdd_channels_5_GHZ[] =
187{
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700188 HDD5GHZCHAN(4920, 240, 0) ,
189 HDD5GHZCHAN(4940, 244, 0) ,
190 HDD5GHZCHAN(4960, 248, 0) ,
191 HDD5GHZCHAN(4980, 252, 0) ,
192 HDD5GHZCHAN(5040, 208, 0) ,
193 HDD5GHZCHAN(5060, 212, 0) ,
194 HDD5GHZCHAN(5080, 216, 0) ,
Jeff Johnson295189b2012-06-20 16:38:30 -0700195 HDD5GHZCHAN(5180, 36, 0) ,
196 HDD5GHZCHAN(5200, 40, 0) ,
197 HDD5GHZCHAN(5220, 44, 0) ,
198 HDD5GHZCHAN(5240, 48, 0) ,
199 HDD5GHZCHAN(5260, 52, 0) ,
200 HDD5GHZCHAN(5280, 56, 0) ,
201 HDD5GHZCHAN(5300, 60, 0) ,
202 HDD5GHZCHAN(5320, 64, 0) ,
203 HDD5GHZCHAN(5500,100, 0) ,
204 HDD5GHZCHAN(5520,104, 0) ,
205 HDD5GHZCHAN(5540,108, 0) ,
206 HDD5GHZCHAN(5560,112, 0) ,
207 HDD5GHZCHAN(5580,116, 0) ,
208 HDD5GHZCHAN(5600,120, 0) ,
209 HDD5GHZCHAN(5620,124, 0) ,
210 HDD5GHZCHAN(5640,128, 0) ,
211 HDD5GHZCHAN(5660,132, 0) ,
212 HDD5GHZCHAN(5680,136, 0) ,
213 HDD5GHZCHAN(5700,140, 0) ,
214 HDD5GHZCHAN(5745,149, 0) ,
215 HDD5GHZCHAN(5765,153, 0) ,
216 HDD5GHZCHAN(5785,157, 0) ,
217 HDD5GHZCHAN(5805,161, 0) ,
218 HDD5GHZCHAN(5825,165, 0) ,
219};
220
221static struct ieee80211_rate g_mode_rates[] =
222{
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530223 HDD_G_MODE_RATETAB(10, 0x1, 0),
224 HDD_G_MODE_RATETAB(20, 0x2, 0),
225 HDD_G_MODE_RATETAB(55, 0x4, 0),
226 HDD_G_MODE_RATETAB(110, 0x8, 0),
227 HDD_G_MODE_RATETAB(60, 0x10, 0),
228 HDD_G_MODE_RATETAB(90, 0x20, 0),
229 HDD_G_MODE_RATETAB(120, 0x40, 0),
230 HDD_G_MODE_RATETAB(180, 0x80, 0),
231 HDD_G_MODE_RATETAB(240, 0x100, 0),
232 HDD_G_MODE_RATETAB(360, 0x200, 0),
233 HDD_G_MODE_RATETAB(480, 0x400, 0),
Jeff Johnson295189b2012-06-20 16:38:30 -0700234 HDD_G_MODE_RATETAB(540, 0x800, 0),
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530235};
Jeff Johnson295189b2012-06-20 16:38:30 -0700236
237static struct ieee80211_rate a_mode_rates[] =
238{
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530239 HDD_G_MODE_RATETAB(60, 0x10, 0),
240 HDD_G_MODE_RATETAB(90, 0x20, 0),
241 HDD_G_MODE_RATETAB(120, 0x40, 0),
242 HDD_G_MODE_RATETAB(180, 0x80, 0),
243 HDD_G_MODE_RATETAB(240, 0x100, 0),
244 HDD_G_MODE_RATETAB(360, 0x200, 0),
245 HDD_G_MODE_RATETAB(480, 0x400, 0),
Jeff Johnson295189b2012-06-20 16:38:30 -0700246 HDD_G_MODE_RATETAB(540, 0x800, 0),
247};
248
249static struct ieee80211_supported_band wlan_hdd_band_2_4_GHZ =
250{
251 .channels = hdd_channels_2_4_GHZ,
252 .n_channels = ARRAY_SIZE(hdd_channels_2_4_GHZ),
253 .band = IEEE80211_BAND_2GHZ,
254 .bitrates = g_mode_rates,
255 .n_bitrates = g_mode_rates_size,
256 .ht_cap.ht_supported = 1,
257 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
258 | IEEE80211_HT_CAP_GRN_FLD
259 | IEEE80211_HT_CAP_DSSSCCK40
260 | IEEE80211_HT_CAP_LSIG_TXOP_PROT,
261 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
262 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
263 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
264 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
265 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
266};
267
Jeff Johnson295189b2012-06-20 16:38:30 -0700268static struct ieee80211_supported_band wlan_hdd_band_p2p_2_4_GHZ =
269{
270 .channels = hdd_social_channels_2_4_GHZ,
271 .n_channels = ARRAY_SIZE(hdd_social_channels_2_4_GHZ),
272 .band = IEEE80211_BAND_2GHZ,
273 .bitrates = g_mode_rates,
274 .n_bitrates = g_mode_rates_size,
275 .ht_cap.ht_supported = 1,
276 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
277 | IEEE80211_HT_CAP_GRN_FLD
278 | IEEE80211_HT_CAP_DSSSCCK40
279 | IEEE80211_HT_CAP_LSIG_TXOP_PROT,
280 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
281 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
282 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
283 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
284 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
285};
Jeff Johnson295189b2012-06-20 16:38:30 -0700286
287static struct ieee80211_supported_band wlan_hdd_band_5_GHZ =
288{
289 .channels = hdd_channels_5_GHZ,
290 .n_channels = ARRAY_SIZE(hdd_channels_5_GHZ),
291 .band = IEEE80211_BAND_5GHZ,
292 .bitrates = a_mode_rates,
293 .n_bitrates = a_mode_rates_size,
294 .ht_cap.ht_supported = 1,
295 .ht_cap.cap = IEEE80211_HT_CAP_SGI_20
296 | IEEE80211_HT_CAP_GRN_FLD
297 | IEEE80211_HT_CAP_DSSSCCK40
298 | IEEE80211_HT_CAP_LSIG_TXOP_PROT
299 | IEEE80211_HT_CAP_SGI_40
300 | IEEE80211_HT_CAP_SUP_WIDTH_20_40,
301 .ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K,
302 .ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16,
303 .ht_cap.mcs.rx_mask = { 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, },
304 .ht_cap.mcs.rx_highest = cpu_to_le16( 72 ),
305 .ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED,
306};
307
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530308/* This structure contain information what kind of frame are expected in
Jeff Johnson295189b2012-06-20 16:38:30 -0700309 TX/RX direction for each kind of interface */
310static const struct ieee80211_txrx_stypes
311wlan_hdd_txrx_stypes[NUM_NL80211_IFTYPES] = {
312 [NL80211_IFTYPE_STATION] = {
313 .tx = 0xffff,
314 .rx = BIT(SIR_MAC_MGMT_ACTION) |
315 BIT(SIR_MAC_MGMT_PROBE_REQ),
316 },
317 [NL80211_IFTYPE_AP] = {
318 .tx = 0xffff,
319 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
320 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
321 BIT(SIR_MAC_MGMT_PROBE_REQ) |
322 BIT(SIR_MAC_MGMT_DISASSOC) |
323 BIT(SIR_MAC_MGMT_AUTH) |
324 BIT(SIR_MAC_MGMT_DEAUTH) |
325 BIT(SIR_MAC_MGMT_ACTION),
326 },
Jeff Johnsonbc006202013-04-29 14:05:30 -0700327 [NL80211_IFTYPE_ADHOC] = {
328 .tx = 0xffff,
329 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
330 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
331 BIT(SIR_MAC_MGMT_PROBE_REQ) |
332 BIT(SIR_MAC_MGMT_DISASSOC) |
333 BIT(SIR_MAC_MGMT_AUTH) |
334 BIT(SIR_MAC_MGMT_DEAUTH) |
335 BIT(SIR_MAC_MGMT_ACTION),
336 },
Jeff Johnson295189b2012-06-20 16:38:30 -0700337 [NL80211_IFTYPE_P2P_CLIENT] = {
338 .tx = 0xffff,
339 .rx = BIT(SIR_MAC_MGMT_ACTION) |
340 BIT(SIR_MAC_MGMT_PROBE_REQ),
341 },
342 [NL80211_IFTYPE_P2P_GO] = {
343 /* This is also same as for SoftAP */
344 .tx = 0xffff,
345 .rx = BIT(SIR_MAC_MGMT_ASSOC_REQ) |
346 BIT(SIR_MAC_MGMT_REASSOC_REQ) |
347 BIT(SIR_MAC_MGMT_PROBE_REQ) |
348 BIT(SIR_MAC_MGMT_DISASSOC) |
349 BIT(SIR_MAC_MGMT_AUTH) |
350 BIT(SIR_MAC_MGMT_DEAUTH) |
351 BIT(SIR_MAC_MGMT_ACTION),
352 },
Jeff Johnson295189b2012-06-20 16:38:30 -0700353};
354
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800355#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800356static const struct ieee80211_iface_limit
357wlan_hdd_iface_limit[] = {
358 {
Sunil Ravia72c3992013-01-31 06:12:22 -0800359 /* max = 3 ; Our driver create two interfaces during driver init
360 * wlan0 and p2p0 interfaces. p2p0 is considered as station
361 * interface until a group is formed. In JB architecture, once the
362 * group is formed, interface type of p2p0 is changed to P2P GO or
363 * Client.
364 * When supplicant remove the group, it first issue a set interface
365 * cmd to change the mode back to Station. In JB this works fine as
366 * we advertize two station type interface during driver init.
367 * Some vendors create separate interface for P2P GO/Client,
368 * after group formation(Third one). But while group remove
369 * supplicant first tries to change the mode(3rd interface) to STATION
370 * But as we advertized only two sta type interfaces nl80211 was
371 * returning error for the third one which was leading to failure in
372 * delete interface. Ideally while removing the group, supplicant
373 * should not try to change the 3rd interface mode to Station type.
374 * Till we get a fix in wpa_supplicant, we advertize max STA
375 * interface type to 3
376 */
377 .max = 3,
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800378 .types = BIT(NL80211_IFTYPE_STATION),
379 },
380 {
381 .max = 1,
Jeff Johnsonbc006202013-04-29 14:05:30 -0700382 .types = BIT(NL80211_IFTYPE_ADHOC) | BIT(NL80211_IFTYPE_AP),
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800383 },
384 {
385 .max = 1,
386 .types = BIT(NL80211_IFTYPE_P2P_GO) |
387 BIT(NL80211_IFTYPE_P2P_CLIENT),
388 },
389};
390
391/* By default, only single channel concurrency is allowed */
392static struct ieee80211_iface_combination
393wlan_hdd_iface_combination = {
394 .limits = wlan_hdd_iface_limit,
395 .num_different_channels = 1,
Sunil Ravia72c3992013-01-31 06:12:22 -0800396 /*
397 * max = WLAN_MAX_INTERFACES ; JellyBean architecture creates wlan0
398 * and p2p0 interfaces during driver init
399 * Some vendors create separate interface for P2P operations.
400 * wlan0: STA interface
401 * p2p0: P2P Device interface, action frames goes
402 * through this interface.
403 * p2p-xx: P2P interface, After GO negotiation this interface is
404 * created for p2p operations(GO/CLIENT interface).
405 */
406 .max_interfaces = WLAN_MAX_INTERFACES,
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800407 .n_limits = ARRAY_SIZE(wlan_hdd_iface_limit),
408 .beacon_int_infra_match = false,
409};
410#endif
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800411
Jeff Johnson295189b2012-06-20 16:38:30 -0700412static struct cfg80211_ops wlan_hdd_cfg80211_ops;
413
414/* Data rate 100KBPS based on IE Index */
415struct index_data_rate_type
416{
417 v_U8_t beacon_rate_index;
418 v_U16_t supported_rate[4];
419};
420
421/* 11B, 11G Rate table include Basic rate and Extended rate
422 The IDX field is the rate index
423 The HI field is the rate when RSSI is strong or being ignored
424 (in this case we report actual rate)
425 The MID field is the rate when RSSI is moderate
426 (in this case we cap 11b rates at 5.5 and 11g rates at 24)
427 The LO field is the rate when RSSI is low
428 (in this case we don't report rates, actual current rate used)
429 */
430static const struct
431{
432 v_U8_t beacon_rate_index;
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -0700433 v_U16_t supported_rate[4];
Jeff Johnson295189b2012-06-20 16:38:30 -0700434} supported_data_rate[] =
435{
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -0700436/* IDX HI HM LM LO (RSSI-based index */
437 {2, { 10, 10, 10, 0}},
438 {4, { 20, 20, 10, 0}},
439 {11, { 55, 20, 10, 0}},
440 {12, { 60, 55, 20, 0}},
441 {18, { 90, 55, 20, 0}},
442 {22, {110, 55, 20, 0}},
443 {24, {120, 90, 60, 0}},
444 {36, {180, 120, 60, 0}},
445 {44, {220, 180, 60, 0}},
446 {48, {240, 180, 90, 0}},
447 {66, {330, 180, 90, 0}},
448 {72, {360, 240, 90, 0}},
449 {96, {480, 240, 120, 0}},
450 {108, {540, 240, 120, 0}}
Jeff Johnson295189b2012-06-20 16:38:30 -0700451};
452
453/* MCS Based rate table */
454static struct index_data_rate_type supported_mcs_rate[] =
455{
456/* MCS L20 L40 S20 S40 */
457 {0, {65, 135, 72, 150}},
458 {1, {130, 270, 144, 300}},
459 {2, {195, 405, 217, 450}},
460 {3, {260, 540, 289, 600}},
461 {4, {390, 810, 433, 900}},
462 {5, {520, 1080, 578, 1200}},
463 {6, {585, 1215, 650, 1350}},
464 {7, {650, 1350, 722, 1500}}
465};
466
Leo Chang6f8870f2013-03-26 18:11:36 -0700467#ifdef WLAN_FEATURE_11AC
468
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530469#define DATA_RATE_11AC_MCS_MASK 0x03
Leo Chang6f8870f2013-03-26 18:11:36 -0700470
471struct index_vht_data_rate_type
472{
473 v_U8_t beacon_rate_index;
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530474 v_U16_t supported_VHT80_rate[2];
475 v_U16_t supported_VHT40_rate[2];
476 v_U16_t supported_VHT20_rate[2];
Leo Chang6f8870f2013-03-26 18:11:36 -0700477};
478
479typedef enum
480{
481 DATA_RATE_11AC_MAX_MCS_7,
482 DATA_RATE_11AC_MAX_MCS_8,
483 DATA_RATE_11AC_MAX_MCS_9,
484 DATA_RATE_11AC_MAX_MCS_NA
485} eDataRate11ACMaxMcs;
486
487/* MCS Based VHT rate table */
488static struct index_vht_data_rate_type supported_vht_mcs_rate[] =
489{
Gopichand Nakkala4c705372013-04-24 13:20:33 +0530490/* MCS L80 S80 L40 S40 L20 S40*/
491 {0, {293, 325}, {135, 150}, {65, 72}},
492 {1, {585, 650}, {270, 300}, {130, 144}},
493 {2, {878, 975}, {405, 450}, {195, 217}},
494 {3, {1170, 1300}, {540, 600}, {260, 289}},
495 {4, {1755, 1950}, {810, 900}, {390, 433}},
496 {5, {2340, 2600}, {1080, 1200}, {520, 578}},
497 {6, {2633, 2925}, {1215, 1350}, {585, 650}},
498 {7, {2925, 3250}, {1350, 1500}, {650, 722}},
499 {8, {3510, 3900}, {1620, 1800}, {780, 867}},
500 {9, {3900, 4333}, {1800, 2000}, {780, 867}}
Leo Chang6f8870f2013-03-26 18:11:36 -0700501};
502#endif /* WLAN_FEATURE_11AC */
503
Jeff Johnson295189b2012-06-20 16:38:30 -0700504extern struct net_device_ops net_ops_struct;
505
506/*
507 * FUNCTION: wlan_hdd_cfg80211_init
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530508 * This function is called by hdd_wlan_startup()
509 * during initialization.
Jeff Johnson295189b2012-06-20 16:38:30 -0700510 * This function is used to initialize and register wiphy structure.
511 */
512struct wiphy *wlan_hdd_cfg80211_init(int priv_size)
513{
514 struct wiphy *wiphy;
515 ENTER();
516
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530517 /*
518 * Create wiphy device
Jeff Johnson295189b2012-06-20 16:38:30 -0700519 */
520 wiphy = wiphy_new(&wlan_hdd_cfg80211_ops, priv_size);
521
522 if (!wiphy)
523 {
524 /* Print error and jump into err label and free the memory */
525 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: wiphy init failed", __func__);
526 return NULL;
527 }
528
529 return wiphy;
530}
531
532/*
533 * FUNCTION: wlan_hdd_cfg80211_update_band
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530534 * This function is called from the supplicant through a
Jeff Johnson295189b2012-06-20 16:38:30 -0700535 * private ioctl to change the band value
536 */
537int wlan_hdd_cfg80211_update_band(struct wiphy *wiphy, eCsrBand eBand)
538{
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +0530539 int i, j;
540 eNVChannelEnabledType channelEnabledState;
541
Jeff Johnsone7245742012-09-05 17:12:55 -0700542 ENTER();
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +0530543 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
Jeff Johnson295189b2012-06-20 16:38:30 -0700544 {
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +0530545
546 if (NULL == wiphy->bands[i])
547 {
548 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: wiphy->bands[i] is NULL, i = %d",
549 __func__, i);
550 continue;
551 }
552
553 for (j = 0; j < wiphy->bands[i]->n_channels; j++)
554 {
555 struct ieee80211_supported_band *band = wiphy->bands[i];
556
557 channelEnabledState = vos_nv_getChannelEnabledState(
558 band->channels[j].hw_value);
559
560 if (IEEE80211_BAND_2GHZ == i && eCSR_BAND_5G == eBand) // 5G only
561 {
562 // Enable Social channels for P2P
563 if (WLAN_HDD_IS_SOCIAL_CHANNEL(band->channels[j].center_freq) &&
564 NV_CHANNEL_ENABLE == channelEnabledState)
565 band->channels[j].flags &= ~IEEE80211_CHAN_DISABLED;
566 else
567 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
568 continue;
569 }
570 else if (IEEE80211_BAND_5GHZ == i && eCSR_BAND_24 == eBand) // 2G only
571 {
572 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
573 continue;
574 }
575
576 if (NV_CHANNEL_DISABLE == channelEnabledState ||
577 NV_CHANNEL_INVALID == channelEnabledState)
578 {
579 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
580 }
581 else if (NV_CHANNEL_DFS == channelEnabledState)
582 {
583 band->channels[j].flags &= ~IEEE80211_CHAN_DISABLED;
584 band->channels[j].flags |= IEEE80211_CHAN_RADAR;
585 }
586 else
587 {
588 band->channels[j].flags &= ~(IEEE80211_CHAN_DISABLED
589 |IEEE80211_CHAN_RADAR);
590 }
591 }
Jeff Johnson295189b2012-06-20 16:38:30 -0700592 }
593 return 0;
594}
595/*
596 * FUNCTION: wlan_hdd_cfg80211_init
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530597 * This function is called by hdd_wlan_startup()
598 * during initialization.
Jeff Johnson295189b2012-06-20 16:38:30 -0700599 * This function is used to initialize and register wiphy structure.
600 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530601int wlan_hdd_cfg80211_register(struct device *dev,
Jeff Johnson295189b2012-06-20 16:38:30 -0700602 struct wiphy *wiphy,
603 hdd_config_t *pCfg
604 )
605{
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +0530606
607 int i, j;
608
Jeff Johnsone7245742012-09-05 17:12:55 -0700609 ENTER();
610
Jeff Johnson295189b2012-06-20 16:38:30 -0700611 /* Now bind the underlying wlan device with wiphy */
612 set_wiphy_dev(wiphy, dev);
613
614 wiphy->mgmt_stypes = wlan_hdd_txrx_stypes;
615
Madan Mohan Koyyalamudi1b4afb02012-10-22 15:25:16 -0700616 wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY;
Jeff Johnson295189b2012-06-20 16:38:30 -0700617
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700618#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Madan Mohan Koyyalamudi1b4afb02012-10-22 15:25:16 -0700619 wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME
620 | WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD
621 | WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL
Jeff Johnsone7245742012-09-05 17:12:55 -0700622 | WIPHY_FLAG_OFFCHAN_TX;
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700623#endif
Srinivas Girigowda640728a2013-03-28 12:21:54 -0700624#if defined (WLAN_FEATURE_VOWIFI_11R) || defined (FEATURE_WLAN_CCX) || defined(FEATURE_WLAN_LFR)
625 if (pCfg->isFastTransitionEnabled
James Zmuda77fb5ae2013-01-29 08:00:17 -0800626#ifdef FEATURE_WLAN_LFR
Srinivas Girigowda640728a2013-03-28 12:21:54 -0700627 || pCfg->isFastRoamIniFeatureEnabled
628#endif
629#ifdef FEATURE_WLAN_CCX
630 || pCfg->isCcxIniFeatureEnabled
631#endif
632 )
633 {
634 wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM;
635 }
James Zmuda77fb5ae2013-01-29 08:00:17 -0800636#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -0800637#ifdef FEATURE_WLAN_TDLS
638 wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS
639 | WIPHY_FLAG_TDLS_EXTERNAL_SETUP;
640#endif
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +0530641#ifdef FEATURE_WLAN_SCAN_PNO
642 wiphy->flags |= WIPHY_FLAG_SUPPORTS_SCHED_SCAN;
643 wiphy->max_sched_scan_ssids = MAX_SCAN_SSID;
644 wiphy->max_match_sets = SIR_PNO_MAX_SUPP_NETWORKS;
645#endif/*FEATURE_WLAN_SCAN_PNO*/
Mohit Khanna698ba2a2012-12-04 15:08:18 -0800646
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700647 /* even with WIPHY_FLAG_CUSTOM_REGULATORY,
648 driver can still register regulatory callback and
649 it will get CRDA setting in wiphy->band[], but
650 driver need to determine what to do with both
651 regulatory settings */
652 wiphy->reg_notifier = wlan_hdd_crda_reg_notifier;
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700653
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530654 wiphy->max_scan_ssids = MAX_SCAN_SSID;
655
Jeff Johnson295189b2012-06-20 16:38:30 -0700656 wiphy->max_scan_ie_len = 200 ; //TODO: define a macro
657
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +0530658 wiphy->max_acl_mac_addrs = MAX_ACL_MAC_ADDRESS;
659
Jeff Johnson295189b2012-06-20 16:38:30 -0700660 /* Supports STATION & AD-HOC modes right now */
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530661 wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -0700662 | BIT(NL80211_IFTYPE_ADHOC)
Jeff Johnson295189b2012-06-20 16:38:30 -0700663 | BIT(NL80211_IFTYPE_P2P_CLIENT)
664 | BIT(NL80211_IFTYPE_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -0700665 | BIT(NL80211_IFTYPE_AP);
666
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800667#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800668 if( pCfg->enableMCC )
669 {
670 /* Currently, supports up to two channels */
671 wlan_hdd_iface_combination.num_different_channels = 2;
672
673 if( !pCfg->allowMCCGODiffBI )
674 wlan_hdd_iface_combination.beacon_int_infra_match = true;
675
676 }
677 wiphy->iface_combinations = &wlan_hdd_iface_combination;
678 wiphy->n_iface_combinations = 1;
679#endif
Sudhir Sattayappa Kohalli278eee52013-01-16 17:35:13 -0800680
Jeff Johnson295189b2012-06-20 16:38:30 -0700681 /* Before registering we need to update the ht capabilitied based
682 * on ini values*/
683 if( !pCfg->ShortGI20MhzEnable )
684 {
685 wlan_hdd_band_2_4_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
686 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
687 wlan_hdd_band_p2p_2_4_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_20;
688 }
689
690 if( !pCfg->ShortGI40MhzEnable )
691 {
692 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SGI_40;
693 }
694
695 if( !pCfg->nChannelBondingMode5GHz )
696 {
697 wlan_hdd_band_5_GHZ.ht_cap.cap &= ~IEEE80211_HT_CAP_SUP_WIDTH_20_40;
698 }
699
Gopichand Nakkala1f7a64f2013-04-01 18:37:17 +0530700 wiphy->bands[IEEE80211_BAND_2GHZ] = &wlan_hdd_band_2_4_GHZ;
701 wiphy->bands[IEEE80211_BAND_5GHZ] = &wlan_hdd_band_5_GHZ;
702
703 for (i = 0; i < IEEE80211_NUM_BANDS; i++)
704 {
705
706 if (NULL == wiphy->bands[i])
707 {
708 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: wiphy->bands[i] is NULL, i = %d",
709 __func__, i);
710 continue;
711 }
712
713 for (j = 0; j < wiphy->bands[i]->n_channels; j++)
714 {
715 struct ieee80211_supported_band *band = wiphy->bands[i];
716
717 if (IEEE80211_BAND_2GHZ == i && eCSR_BAND_5G == pCfg->nBandCapability) // 5G only
718 {
719 // Enable social channels for P2P
720 if (WLAN_HDD_IS_SOCIAL_CHANNEL(band->channels[j].center_freq))
721 band->channels[j].flags &= ~IEEE80211_CHAN_DISABLED;
722 else
723 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
724 continue;
725 }
726 else if (IEEE80211_BAND_5GHZ == i && eCSR_BAND_24 == pCfg->nBandCapability) // 2G only
727 {
728 band->channels[j].flags |= IEEE80211_CHAN_DISABLED;
729 continue;
730 }
731 }
Jeff Johnson295189b2012-06-20 16:38:30 -0700732 }
733 /*Initialise the supported cipher suite details*/
734 wiphy->cipher_suites = hdd_cipher_suites;
735 wiphy->n_cipher_suites = ARRAY_SIZE(hdd_cipher_suites);
736
737 /*signal strength in mBm (100*dBm) */
738 wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM;
739
740#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Jeff Johnson295189b2012-06-20 16:38:30 -0700741 wiphy->max_remain_on_channel_duration = 1000;
742#endif
Jeff Johnson295189b2012-06-20 16:38:30 -0700743
744 /* Register our wiphy dev with cfg80211 */
745 if (0 > wiphy_register(wiphy))
746 {
747 /* print eror */
748 hddLog(VOS_TRACE_LEVEL_ERROR,"%s: wiphy register failed", __func__);
749 return -EIO;
750 }
751
752 EXIT();
753 return 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530754}
Jeff Johnson295189b2012-06-20 16:38:30 -0700755
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700756/* In this function we will try to get default country code from crda.
757 If the gCrdaDefaultCountryCode is configured in ini file,
758 we will try to call user space crda to get the regulatory settings for
759 that country. We will timeout if we can't get it from crda.
760 It's called by hdd_wlan_startup() after wlan_hdd_cfg80211_register.
761*/
762int wlan_hdd_get_crda_regd_entry(struct wiphy *wiphy, hdd_config_t *pCfg)
763{
764 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
765 if (memcmp(pCfg->crdaDefaultCountryCode,
766 CFG_CRDA_DEFAULT_COUNTRY_CODE_DEFAULT , 2) != 0)
767 {
768 init_completion(&pHddCtx->driver_crda_req);
769 regulatory_hint(wiphy, pCfg->crdaDefaultCountryCode);
770 wait_for_completion_interruptible_timeout(&pHddCtx->driver_crda_req,
771 CRDA_WAIT_TIME);
Yunsen Wange3ba1fb2013-04-05 15:04:43 -0700772 /* if the country is not found from current regulatory.bin,
773 fall back to world domain */
774 if (is_crda_regulatory_entry_valid() == VOS_FALSE)
775 crda_regulatory_entry_default(pCfg->crdaDefaultCountryCode, NUM_REG_DOMAINS-1);
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700776 }
777 return 0;
778}
779
Jeff Johnson295189b2012-06-20 16:38:30 -0700780/* In this function we will do all post VOS start initialization.
781 In this function we will register for all frame in which supplicant
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530782 is interested.
Jeff Johnson295189b2012-06-20 16:38:30 -0700783*/
784void wlan_hdd_cfg80211_post_voss_start(hdd_adapter_t* pAdapter)
785{
Jeff Johnson295189b2012-06-20 16:38:30 -0700786 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
787 /* Register for all P2P action, public action etc frames */
788 v_U16_t type = (SIR_MAC_MGMT_FRAME << 2) | ( SIR_MAC_MGMT_ACTION << 4);
789
Jeff Johnsone7245742012-09-05 17:12:55 -0700790 ENTER();
791
Jeff Johnson295189b2012-06-20 16:38:30 -0700792 /* Right now we are registering these frame when driver is getting
793 initialized. Once we will move to 2.6.37 kernel, in which we have
794 frame register ops, we will move this code as a part of that */
795 /* GAS Initial Request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530796 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
Jeff Johnson295189b2012-06-20 16:38:30 -0700797 (v_U8_t*)GAS_INITIAL_REQ, GAS_INITIAL_REQ_SIZE );
798
799 /* GAS Initial Response */
800 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
801 (v_U8_t*)GAS_INITIAL_RSP, GAS_INITIAL_RSP_SIZE );
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530802
Jeff Johnson295189b2012-06-20 16:38:30 -0700803 /* GAS Comeback Request */
804 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
805 (v_U8_t*)GAS_COMEBACK_REQ, GAS_COMEBACK_REQ_SIZE );
806
807 /* GAS Comeback Response */
808 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
809 (v_U8_t*)GAS_COMEBACK_RSP, GAS_COMEBACK_RSP_SIZE );
810
811 /* P2P Public Action */
812 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530813 (v_U8_t*)P2P_PUBLIC_ACTION_FRAME,
Jeff Johnson295189b2012-06-20 16:38:30 -0700814 P2P_PUBLIC_ACTION_FRAME_SIZE );
815
816 /* P2P Action */
817 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
818 (v_U8_t*)P2P_ACTION_FRAME,
819 P2P_ACTION_FRAME_SIZE );
Chet Lanctot186b5732013-03-18 10:26:30 -0700820
Gopichand Nakkalae3d56e72013-04-21 23:33:32 +0530821 /* WNM BSS Transition Request frame */
822 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
823 (v_U8_t*)WNM_BSS_ACTION_FRAME,
824 WNM_BSS_ACTION_FRAME_SIZE );
825
Chet Lanctot186b5732013-03-18 10:26:30 -0700826#ifdef WLAN_FEATURE_11W
827 /* SA Query Response Action Frame */
828 sme_RegisterMgmtFrame(hHal, pAdapter->sessionId, type,
829 (v_U8_t*)SA_QUERY_FRAME_RSP,
830 SA_QUERY_FRAME_RSP_SIZE );
831#endif /* WLAN_FEATURE_11W */
Jeff Johnson295189b2012-06-20 16:38:30 -0700832}
833
834void wlan_hdd_cfg80211_pre_voss_stop(hdd_adapter_t* pAdapter)
835{
Jeff Johnson295189b2012-06-20 16:38:30 -0700836 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
837 /* Register for all P2P action, public action etc frames */
838 v_U16_t type = (SIR_MAC_MGMT_FRAME << 2) | ( SIR_MAC_MGMT_ACTION << 4);
839
Jeff Johnsone7245742012-09-05 17:12:55 -0700840 ENTER();
841
Jeff Johnson295189b2012-06-20 16:38:30 -0700842 /* Right now we are registering these frame when driver is getting
843 initialized. Once we will move to 2.6.37 kernel, in which we have
844 frame register ops, we will move this code as a part of that */
845 /* GAS Initial Request */
846
847 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
848 (v_U8_t*)GAS_INITIAL_REQ, GAS_INITIAL_REQ_SIZE );
849
850 /* GAS Initial Response */
851 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
852 (v_U8_t*)GAS_INITIAL_RSP, GAS_INITIAL_RSP_SIZE );
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530853
Jeff Johnson295189b2012-06-20 16:38:30 -0700854 /* GAS Comeback Request */
855 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
856 (v_U8_t*)GAS_COMEBACK_REQ, GAS_COMEBACK_REQ_SIZE );
857
858 /* GAS Comeback Response */
859 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
860 (v_U8_t*)GAS_COMEBACK_RSP, GAS_COMEBACK_RSP_SIZE );
861
862 /* P2P Public Action */
863 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530864 (v_U8_t*)P2P_PUBLIC_ACTION_FRAME,
Jeff Johnson295189b2012-06-20 16:38:30 -0700865 P2P_PUBLIC_ACTION_FRAME_SIZE );
866
867 /* P2P Action */
868 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
869 (v_U8_t*)P2P_ACTION_FRAME,
870 P2P_ACTION_FRAME_SIZE );
Chet Lanctot186b5732013-03-18 10:26:30 -0700871
872#ifdef WLAN_FEATURE_11W
873 /* SA Query Response Action Frame */
874 sme_DeregisterMgmtFrame(hHal, pAdapter->sessionId, type,
875 (v_U8_t*)SA_QUERY_FRAME_RSP,
876 SA_QUERY_FRAME_RSP_SIZE );
877#endif /* WLAN_FEATURE_11W */
Jeff Johnson295189b2012-06-20 16:38:30 -0700878}
879
880#ifdef FEATURE_WLAN_WAPI
881void wlan_hdd_cfg80211_set_key_wapi(hdd_adapter_t* pAdapter, u8 key_index,
882 const u8 *mac_addr, u8 *key , int key_Len)
883{
884 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
885 tCsrRoamSetKey setKey;
886 v_BOOL_t isConnected = TRUE;
887 int status = 0;
888 v_U32_t roamId= 0xFF;
889 tANI_U8 *pKeyPtr = NULL;
890 int n = 0;
891
892 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
893 __func__,pAdapter->device_mode);
894
Gopichand Nakkalae7480202013-02-11 15:24:22 +0530895 vos_mem_zero(&setKey, sizeof(tCsrRoamSetKey));
Jeff Johnson295189b2012-06-20 16:38:30 -0700896 setKey.keyId = key_index; // Store Key ID
897 setKey.encType = eCSR_ENCRYPT_TYPE_WPI; // SET WAPI Encryption
898 setKey.keyDirection = eSIR_TX_RX; // Key Directionn both TX and RX
899 setKey.paeRole = 0 ; // the PAE role
900 if (!mac_addr || is_broadcast_ether_addr(mac_addr))
901 {
902 vos_set_macaddr_broadcast( (v_MACADDR_t *)setKey.peerMac );
903 }
904 else
905 {
906 isConnected = hdd_connIsConnected(pHddStaCtx);
907 vos_mem_copy(setKey.peerMac,&pHddStaCtx->conn_info.bssId,WNI_CFG_BSSID_LEN);
908 }
909 setKey.keyLength = key_Len;
910 pKeyPtr = setKey.Key;
911 memcpy( pKeyPtr, key, key_Len);
912
913 hddLog(VOS_TRACE_LEVEL_INFO,"\n%s: WAPI KEY LENGTH:0x%04x",
914 __func__, key_Len);
915 for (n = 0 ; n < key_Len; n++)
916 hddLog(VOS_TRACE_LEVEL_INFO, "%s WAPI KEY Data[%d]:%02x ",
917 __func__,n,setKey.Key[n]);
918
919 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
920 if ( isConnected )
921 {
922 status= sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
923 pAdapter->sessionId, &setKey, &roamId );
924 }
925 if ( status != 0 )
926 {
927 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
928 "[%4d] sme_RoamSetKey returned ERROR status= %d",
929 __LINE__, status );
930 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
931 }
932}
933#endif /* FEATURE_WLAN_WAPI*/
934
935#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530936int wlan_hdd_cfg80211_alloc_new_beacon(hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -0700937 beacon_data_t **ppBeacon,
938 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700939#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530940int wlan_hdd_cfg80211_alloc_new_beacon(hdd_adapter_t *pAdapter,
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700941 beacon_data_t **ppBeacon,
942 struct cfg80211_beacon_data *params,
943 int dtim_period)
944#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530945{
Jeff Johnson295189b2012-06-20 16:38:30 -0700946 int size;
947 beacon_data_t *beacon = NULL;
948 beacon_data_t *old = NULL;
949 int head_len,tail_len;
950
Jeff Johnsone7245742012-09-05 17:12:55 -0700951 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -0700952 if (params->head && !params->head_len)
953 return -EINVAL;
954
955 old = pAdapter->sessionCtx.ap.beacon;
956
957 if (!params->head && !old)
958 return -EINVAL;
959
960 if (params->tail && !params->tail_len)
961 return -EINVAL;
962
963#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,38))
964 /* Kernel 3.0 is not updating dtim_period for set beacon */
965 if (!params->dtim_period)
966 return -EINVAL;
967#endif
968
969 if(params->head)
970 head_len = params->head_len;
971 else
972 head_len = old->head_len;
973
974 if(params->tail || !old)
975 tail_len = params->tail_len;
976 else
977 tail_len = old->tail_len;
978
979 size = sizeof(beacon_data_t) + head_len + tail_len;
980
981 beacon = kzalloc(size, GFP_KERNEL);
982
983 if( beacon == NULL )
984 return -ENOMEM;
985
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700986#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -0700987 if(params->dtim_period || !old )
988 beacon->dtim_period = params->dtim_period;
989 else
990 beacon->dtim_period = old->dtim_period;
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700991#else
992 if(dtim_period || !old )
993 beacon->dtim_period = dtim_period;
994 else
995 beacon->dtim_period = old->dtim_period;
996#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +0530997
Jeff Johnson295189b2012-06-20 16:38:30 -0700998 beacon->head = ((u8 *) beacon) + sizeof(beacon_data_t);
999 beacon->tail = beacon->head + head_len;
1000 beacon->head_len = head_len;
1001 beacon->tail_len = tail_len;
1002
1003 if(params->head) {
1004 memcpy (beacon->head,params->head,beacon->head_len);
1005 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301006 else {
Jeff Johnson295189b2012-06-20 16:38:30 -07001007 if(old)
1008 memcpy (beacon->head,old->head,beacon->head_len);
1009 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301010
Jeff Johnson295189b2012-06-20 16:38:30 -07001011 if(params->tail) {
1012 memcpy (beacon->tail,params->tail,beacon->tail_len);
1013 }
1014 else {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301015 if(old)
Jeff Johnson295189b2012-06-20 16:38:30 -07001016 memcpy (beacon->tail,old->tail,beacon->tail_len);
1017 }
1018
1019 *ppBeacon = beacon;
1020
1021 kfree(old);
1022
1023 return 0;
1024
1025}
Jeff Johnson295189b2012-06-20 16:38:30 -07001026
1027v_U8_t* wlan_hdd_cfg80211_get_ie_ptr(v_U8_t *pIes, int length, v_U8_t eid)
1028{
1029 int left = length;
1030 v_U8_t *ptr = pIes;
1031 v_U8_t elem_id,elem_len;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301032
Jeff Johnson295189b2012-06-20 16:38:30 -07001033 while(left >= 2)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301034 {
Jeff Johnson295189b2012-06-20 16:38:30 -07001035 elem_id = ptr[0];
1036 elem_len = ptr[1];
1037 left -= 2;
1038 if(elem_len > left)
1039 {
1040 hddLog(VOS_TRACE_LEVEL_FATAL,
Madan Mohan Koyyalamudi8bdd3112012-09-24 13:55:14 -07001041 FL("****Invalid IEs eid = %d elem_len=%d left=%d*****"),
Jeff Johnson295189b2012-06-20 16:38:30 -07001042 eid,elem_len,left);
1043 return NULL;
1044 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301045 if (elem_id == eid)
Jeff Johnson295189b2012-06-20 16:38:30 -07001046 {
1047 return ptr;
1048 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301049
Jeff Johnson295189b2012-06-20 16:38:30 -07001050 left -= elem_len;
1051 ptr += (elem_len + 2);
1052 }
1053 return NULL;
1054}
1055
Jeff Johnson295189b2012-06-20 16:38:30 -07001056/* Check if rate is 11g rate or not */
1057static int wlan_hdd_rate_is_11g(u8 rate)
1058{
Sanjay Devnani28322e22013-06-21 16:13:40 -07001059 static const u8 gRateArray[8] = {12, 18, 24, 36, 48, 72, 96, 108}; /* actual rate * 2 */
Jeff Johnson295189b2012-06-20 16:38:30 -07001060 u8 i;
1061 for (i = 0; i < 8; i++)
1062 {
1063 if(rate == gRateArray[i])
1064 return TRUE;
1065 }
1066 return FALSE;
1067}
1068
1069/* Check for 11g rate and set proper 11g only mode */
1070static void wlan_hdd_check_11gmode(u8 *pIe, u8* require_ht,
1071 u8* pCheckRatesfor11g, eSapPhyMode* pSapHw_mode)
1072{
1073 u8 i, num_rates = pIe[0];
1074
1075 pIe += 1;
1076 for ( i = 0; i < num_rates; i++)
1077 {
1078 if( *pCheckRatesfor11g && (TRUE == wlan_hdd_rate_is_11g(pIe[i] & RATE_MASK)))
1079 {
1080 /* If rate set have 11g rate than change the mode to 11G */
1081 *pSapHw_mode = eSAP_DOT11_MODE_11g;
1082 if (pIe[i] & BASIC_RATE_MASK)
1083 {
1084 /* If we have 11g rate as basic rate, it means mode
1085 is 11g only mode.
1086 */
1087 *pSapHw_mode = eSAP_DOT11_MODE_11g_ONLY;
1088 *pCheckRatesfor11g = FALSE;
1089 }
1090 }
1091 else if((BASIC_RATE_MASK | WLAN_BSS_MEMBERSHIP_SELECTOR_HT_PHY) == pIe[i])
1092 {
1093 *require_ht = TRUE;
1094 }
1095 }
1096 return;
1097}
1098
1099static void wlan_hdd_set_sapHwmode(hdd_adapter_t *pHostapdAdapter)
1100{
1101 tsap_Config_t *pConfig = &pHostapdAdapter->sessionCtx.ap.sapConfig;
1102 beacon_data_t *pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
1103 struct ieee80211_mgmt *pMgmt_frame = (struct ieee80211_mgmt*)pBeacon->head;
1104 u8 checkRatesfor11g = TRUE;
1105 u8 require_ht = FALSE;
1106 u8 *pIe=NULL;
1107
1108 pConfig->SapHw_mode= eSAP_DOT11_MODE_11b;
1109
1110 pIe = wlan_hdd_cfg80211_get_ie_ptr(&pMgmt_frame->u.beacon.variable[0],
1111 pBeacon->head_len, WLAN_EID_SUPP_RATES);
1112 if (pIe != NULL)
1113 {
1114 pIe += 1;
1115 wlan_hdd_check_11gmode(pIe, &require_ht, &checkRatesfor11g,
1116 &pConfig->SapHw_mode);
1117 }
1118
1119 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
1120 WLAN_EID_EXT_SUPP_RATES);
1121 if (pIe != NULL)
1122 {
1123
1124 pIe += 1;
1125 wlan_hdd_check_11gmode(pIe, &require_ht, &checkRatesfor11g,
1126 &pConfig->SapHw_mode);
1127 }
1128
1129 if( pConfig->channel > 14 )
1130 {
1131 pConfig->SapHw_mode= eSAP_DOT11_MODE_11a;
1132 }
1133
1134 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
1135 WLAN_EID_HT_CAPABILITY);
1136
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301137 if(pIe)
Jeff Johnson295189b2012-06-20 16:38:30 -07001138 {
1139 pConfig->SapHw_mode= eSAP_DOT11_MODE_11n;
1140 if(require_ht)
1141 pConfig->SapHw_mode= eSAP_DOT11_MODE_11n_ONLY;
1142 }
1143}
1144
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301145static int wlan_hdd_add_ie(hdd_adapter_t* pHostapdAdapter, v_U8_t *genie,
1146 v_U8_t *total_ielen, v_U8_t *oui, v_U8_t oui_size)
1147{
1148 v_U8_t ielen = 0;
1149 v_U8_t *pIe = NULL;
1150 beacon_data_t *pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
1151
1152 pIe = wlan_hdd_get_vendor_oui_ie_ptr(oui, oui_size,
1153 pBeacon->tail, pBeacon->tail_len);
1154
1155 if (pIe)
1156 {
1157 ielen = pIe[1] + 2;
1158 if ((*total_ielen + ielen) <= MAX_GENIE_LEN)
1159 {
1160 vos_mem_copy(&genie[*total_ielen], pIe, ielen);
1161 }
1162 else
1163 {
1164 hddLog( VOS_TRACE_LEVEL_ERROR, "**Ie Length is too big***");
1165 return -EINVAL;
1166 }
1167 *total_ielen += ielen;
1168 }
1169 return 0;
1170}
1171
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001172#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07001173static int wlan_hdd_cfg80211_update_apies(hdd_adapter_t* pHostapdAdapter,
1174 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001175#else
1176static int wlan_hdd_cfg80211_update_apies(hdd_adapter_t* pHostapdAdapter,
1177 struct cfg80211_beacon_data *params)
1178#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07001179{
1180 v_U8_t *genie;
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301181 v_U8_t total_ielen = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07001182 v_U8_t addIE[1] = {0};
Jeff Johnsone7245742012-09-05 17:12:55 -07001183 int ret = 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07001184
1185 genie = vos_mem_malloc(MAX_GENIE_LEN);
1186
1187 if(genie == NULL) {
1188
1189 return -ENOMEM;
1190 }
1191
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301192 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
1193 &total_ielen, WPS_OUI_TYPE, WPS_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07001194 {
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301195 ret = -EINVAL;
1196 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001197 }
1198
1199#ifdef WLAN_FEATURE_WFD
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301200 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
1201 &total_ielen, WFD_OUI_TYPE, WFD_OUI_TYPE_SIZE))
1202 {
1203 ret = -EINVAL;
1204 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001205 }
1206#endif
1207
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301208 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
1209 &total_ielen, P2P_OUI_TYPE, P2P_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07001210 {
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301211 ret = -EINVAL;
1212 goto done;
1213 }
1214
1215 if (WLAN_HDD_SOFTAP == pHostapdAdapter->device_mode)
1216 {
1217 if (0 != wlan_hdd_add_ie(pHostapdAdapter, genie,
1218 &total_ielen, SS_OUI_TYPE, SS_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07001219 {
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301220 ret = -EINVAL;
1221 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001222 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001223 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001224
1225 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1226 WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA, genie, total_ielen, NULL,
1227 eANI_BOOLEAN_FALSE)==eHAL_STATUS_FAILURE)
1228 {
1229 hddLog(LOGE,
1230 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_DATA to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001231 ret = -EINVAL;
1232 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001233 }
1234
1235 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1236 WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG, 1,NULL,
1237 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
1238 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
1239 ==eHAL_STATUS_FAILURE)
1240 {
1241 hddLog(LOGE,
1242 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001243 ret = -EINVAL;
1244 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001245 }
1246
1247 // Added for ProResp IE
1248 if ( (params->proberesp_ies != NULL) && (params->proberesp_ies_len != 0) )
1249 {
1250 u16 rem_probe_resp_ie_len = params->proberesp_ies_len;
1251 u8 probe_rsp_ie_len[3] = {0};
1252 u8 counter = 0;
1253 /* Check Probe Resp Length if it is greater then 255 then Store
1254 Probe Resp IEs into WNI_CFG_PROBE_RSP_ADDNIE_DATA1 &
1255 WNI_CFG_PROBE_RSP_ADDNIE_DATA2 CFG Variable As We are not able
1256 Store More then 255 bytes into One Variable.
1257 */
1258 while ((rem_probe_resp_ie_len > 0) && (counter < 3))
1259 {
1260 if (rem_probe_resp_ie_len > MAX_CFG_STRING_LEN)
1261 {
1262 probe_rsp_ie_len[counter++] = MAX_CFG_STRING_LEN;
1263 rem_probe_resp_ie_len -= MAX_CFG_STRING_LEN;
1264 }
1265 else
1266 {
1267 probe_rsp_ie_len[counter++] = rem_probe_resp_ie_len;
1268 rem_probe_resp_ie_len = 0;
1269 }
1270 }
1271
1272 rem_probe_resp_ie_len = 0;
1273
1274 if (probe_rsp_ie_len[0] > 0)
1275 {
1276 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1277 WNI_CFG_PROBE_RSP_ADDNIE_DATA1,
1278 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
1279 probe_rsp_ie_len[0], NULL,
1280 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
1281 {
1282 hddLog(LOGE,
1283 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA1 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001284 ret = -EINVAL;
1285 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001286 }
1287 rem_probe_resp_ie_len += probe_rsp_ie_len[0];
1288 }
1289
1290 if (probe_rsp_ie_len[1] > 0)
1291 {
1292 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1293 WNI_CFG_PROBE_RSP_ADDNIE_DATA2,
1294 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
1295 probe_rsp_ie_len[1], NULL,
1296 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
1297 {
1298 hddLog(LOGE,
1299 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA2 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001300 ret = -EINVAL;
1301 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001302 }
1303 rem_probe_resp_ie_len += probe_rsp_ie_len[1];
1304 }
1305
1306 if (probe_rsp_ie_len[2] > 0)
1307 {
1308 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1309 WNI_CFG_PROBE_RSP_ADDNIE_DATA3,
1310 (tANI_U8*)&params->proberesp_ies[rem_probe_resp_ie_len],
1311 probe_rsp_ie_len[2], NULL,
1312 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
1313 {
1314 hddLog(LOGE,
1315 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA3 to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001316 ret = -EINVAL;
1317 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001318 }
1319 rem_probe_resp_ie_len += probe_rsp_ie_len[2];
1320 }
1321
1322 if (probe_rsp_ie_len[1] == 0 )
1323 {
1324 if ( eHAL_STATUS_FAILURE == ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1325 WNI_CFG_PROBE_RSP_ADDNIE_DATA2, (tANI_U8*)addIE, 0, NULL,
1326 eANI_BOOLEAN_FALSE) )
1327 {
1328 hddLog(LOGE,
1329 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA2 to CCM\n");
1330 }
1331 }
1332
1333 if (probe_rsp_ie_len[2] == 0 )
1334 {
1335 if ( eHAL_STATUS_FAILURE == ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1336 WNI_CFG_PROBE_RSP_ADDNIE_DATA3, (tANI_U8*)addIE, 0, NULL,
1337 eANI_BOOLEAN_FALSE) )
1338 {
1339 hddLog(LOGE,
1340 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_DATA3 to CCM\n");
1341 }
1342 }
1343
1344 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1345 WNI_CFG_PROBE_RSP_ADDNIE_FLAG, 1,NULL,
1346 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
1347 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
1348 == eHAL_STATUS_FAILURE)
1349 {
1350 hddLog(LOGE,
1351 "Could not pass on WNI_CFG_PROBE_RSP_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001352 ret = -EINVAL;
1353 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001354 }
1355 }
1356 else
1357 {
1358 // Reset WNI_CFG_PROBE_RSP Flags
1359 wlan_hdd_reset_prob_rspies(pHostapdAdapter);
1360
1361 hddLog(VOS_TRACE_LEVEL_INFO,
1362 "%s: No Probe Response IE received in set beacon",
1363 __func__);
1364 }
1365
1366 // Added for AssocResp IE
1367 if ( (params->assocresp_ies != NULL) && (params->assocresp_ies_len != 0) )
1368 {
1369 if (ccmCfgSetStr((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1370 WNI_CFG_ASSOC_RSP_ADDNIE_DATA, (tANI_U8*)params->assocresp_ies,
1371 params->assocresp_ies_len, NULL,
1372 eANI_BOOLEAN_FALSE) == eHAL_STATUS_FAILURE)
1373 {
1374 hddLog(LOGE,
1375 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_DATA to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001376 ret = -EINVAL;
1377 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001378 }
1379
1380 if (ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1381 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 1, NULL,
1382 test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags) ?
1383 eANI_BOOLEAN_TRUE : eANI_BOOLEAN_FALSE)
1384 == eHAL_STATUS_FAILURE)
1385 {
1386 hddLog(LOGE,
1387 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM");
Jeff Johnsone7245742012-09-05 17:12:55 -07001388 ret = -EINVAL;
1389 goto done;
Jeff Johnson295189b2012-06-20 16:38:30 -07001390 }
1391 }
1392 else
1393 {
1394 hddLog(VOS_TRACE_LEVEL_INFO,
1395 "%s: No Assoc Response IE received in set beacon",
1396 __func__);
1397
1398 if ( eHAL_STATUS_FAILURE == ccmCfgSetInt((WLAN_HDD_GET_CTX(pHostapdAdapter))->hHal,
1399 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 0, NULL,
1400 eANI_BOOLEAN_FALSE) )
1401 {
1402 hddLog(LOGE,
1403 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM\n");
1404 }
1405 }
1406
Jeff Johnsone7245742012-09-05 17:12:55 -07001407done:
Jeff Johnson295189b2012-06-20 16:38:30 -07001408 vos_mem_free(genie);
Gopichand Nakkala2b25f4e2013-03-21 19:14:07 +05301409 return ret;
Jeff Johnson295189b2012-06-20 16:38:30 -07001410}
Jeff Johnson295189b2012-06-20 16:38:30 -07001411
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301412/*
Jeff Johnson295189b2012-06-20 16:38:30 -07001413 * FUNCTION: wlan_hdd_validate_operation_channel
1414 * called by wlan_hdd_cfg80211_start_bss() and
1415 * wlan_hdd_cfg80211_set_channel()
1416 * This function validates whether given channel is part of valid
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301417 * channel list.
1418 */
Varun Reddy Yeturu920df212013-05-22 08:07:23 -07001419VOS_STATUS wlan_hdd_validate_operation_channel(hdd_adapter_t *pAdapter,int channel)
Jeff Johnson295189b2012-06-20 16:38:30 -07001420{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301421
Jeff Johnson295189b2012-06-20 16:38:30 -07001422 v_U32_t num_ch = 0;
1423 u8 valid_ch[WNI_CFG_VALID_CHANNEL_LIST_LEN];
1424 u32 indx = 0;
1425 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301426 v_U8_t fValidChannel = FALSE, count = 0;
1427 hdd_config_t *hdd_pConfig_ini= (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301428
Jeff Johnson295189b2012-06-20 16:38:30 -07001429 num_ch = WNI_CFG_VALID_CHANNEL_LIST_LEN;
1430
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301431 if ( hdd_pConfig_ini->sapAllowAllChannel)
Jeff Johnson295189b2012-06-20 16:38:30 -07001432 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301433 /* Validate the channel */
1434 for (count = RF_CHAN_1 ; count <= RF_CHAN_165 ; count++)
Jeff Johnson295189b2012-06-20 16:38:30 -07001435 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301436 if ( channel == rfChannels[count].channelNum )
1437 {
1438 fValidChannel = TRUE;
1439 break;
1440 }
1441 }
1442 if (fValidChannel != TRUE)
1443 {
1444 hddLog(VOS_TRACE_LEVEL_ERROR,
1445 "%s: Invalid Channel [%d]", __func__, channel);
1446 return VOS_STATUS_E_FAILURE;
Jeff Johnson295189b2012-06-20 16:38:30 -07001447 }
1448 }
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301449 else
Jeff Johnson295189b2012-06-20 16:38:30 -07001450 {
Madan Mohan Koyylamudi64267f72013-02-05 14:07:08 +05301451 if (0 != ccmCfgGetStr(hHal, WNI_CFG_VALID_CHANNEL_LIST,
1452 valid_ch, &num_ch))
1453 {
1454 hddLog(VOS_TRACE_LEVEL_ERROR,
1455 "%s: failed to get valid channel list", __func__);
1456 return VOS_STATUS_E_FAILURE;
1457 }
1458 for (indx = 0; indx < num_ch; indx++)
1459 {
1460 if (channel == valid_ch[indx])
1461 {
1462 break;
1463 }
1464 }
1465
1466 if (indx >= num_ch)
1467 {
1468 hddLog(VOS_TRACE_LEVEL_ERROR,
1469 "%s: Invalid Channel [%d]", __func__, channel);
1470 return VOS_STATUS_E_FAILURE;
1471 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001472 }
1473 return VOS_STATUS_SUCCESS;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301474
Jeff Johnson295189b2012-06-20 16:38:30 -07001475}
1476
Viral Modi3a32cc52013-02-08 11:14:52 -08001477/**
1478 * FUNCTION: wlan_hdd_cfg80211_set_channel
1479 * This function is used to set the channel number
1480 */
1481static int wlan_hdd_cfg80211_set_channel( struct wiphy *wiphy, struct net_device *dev,
1482 struct ieee80211_channel *chan,
1483 enum nl80211_channel_type channel_type
1484 )
1485{
1486 v_U32_t num_ch = 0;
Jeff Johnson4416a782013-03-25 14:17:50 -07001487 int channel = 0;
Viral Modi3a32cc52013-02-08 11:14:52 -08001488 hdd_adapter_t *pAdapter = NULL;
1489 int freq = chan->center_freq; /* freq is in MHZ */
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05301490 hdd_context_t *pHddCtx;
1491 int status;
Viral Modi3a32cc52013-02-08 11:14:52 -08001492
1493 ENTER();
1494
1495 if( NULL == dev )
1496 {
1497 hddLog(VOS_TRACE_LEVEL_ERROR,
1498 "%s: Called with dev = NULL.\n", __func__);
1499 return -ENODEV;
1500 }
1501 pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
1502
1503 hddLog(VOS_TRACE_LEVEL_INFO,
1504 "%s: device_mode = %d freq = %d \n",__func__,
1505 pAdapter->device_mode, chan->center_freq);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05301506
1507 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
1508 status = wlan_hdd_validate_context(pHddCtx);
1509
1510 if (0 != status)
Viral Modi3a32cc52013-02-08 11:14:52 -08001511 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05301512 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
1513 "%s: HDD context is not valid", __func__);
1514 return status;
Viral Modi3a32cc52013-02-08 11:14:52 -08001515 }
1516
1517 /*
1518 * Do freq to chan conversion
1519 * TODO: for 11a
1520 */
1521
1522 channel = ieee80211_frequency_to_channel(freq);
1523
1524 /* Check freq range */
1525 if ((WNI_CFG_CURRENT_CHANNEL_STAMIN > channel) ||
1526 (WNI_CFG_CURRENT_CHANNEL_STAMAX < channel))
1527 {
1528 hddLog(VOS_TRACE_LEVEL_ERROR,
1529 "%s: Channel [%d] is outside valid range from %d to %d\n",
1530 __func__, channel, WNI_CFG_CURRENT_CHANNEL_STAMIN,
1531 WNI_CFG_CURRENT_CHANNEL_STAMAX);
1532 return -EINVAL;
1533 }
1534
1535 num_ch = WNI_CFG_VALID_CHANNEL_LIST_LEN;
1536
Gopichand Nakkala6ab19562013-03-07 13:59:42 +05301537 if ((WLAN_HDD_SOFTAP != pAdapter->device_mode) &&
1538 (WLAN_HDD_P2P_GO != pAdapter->device_mode))
Viral Modi3a32cc52013-02-08 11:14:52 -08001539 {
1540 if(VOS_STATUS_SUCCESS != wlan_hdd_validate_operation_channel(pAdapter,channel))
1541 {
1542 hddLog(VOS_TRACE_LEVEL_ERROR,
1543 "%s: Invalid Channel [%d] \n", __func__, channel);
1544 return -EINVAL;
1545 }
1546 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
1547 "%s: set channel to [%d] for device mode =%d",
1548 __func__, channel,pAdapter->device_mode);
1549 }
1550 if( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Viral Modi3a32cc52013-02-08 11:14:52 -08001551 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Viral Modi3a32cc52013-02-08 11:14:52 -08001552 )
1553 {
1554 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
1555 tCsrRoamProfile * pRoamProfile = &pWextState->roamProfile;
1556 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
1557
1558 if (eConnectionState_IbssConnected == pHddStaCtx->conn_info.connState)
1559 {
1560 /* Link is up then return cant set channel*/
1561 hddLog( VOS_TRACE_LEVEL_ERROR,
1562 "%s: IBSS Associated, can't set the channel\n", __func__);
1563 return -EINVAL;
1564 }
1565
1566 num_ch = pRoamProfile->ChannelInfo.numOfChannels = 1;
1567 pHddStaCtx->conn_info.operationChannel = channel;
1568 pRoamProfile->ChannelInfo.ChannelList =
1569 &pHddStaCtx->conn_info.operationChannel;
1570 }
1571 else if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Viral Modi3a32cc52013-02-08 11:14:52 -08001572 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Viral Modi3a32cc52013-02-08 11:14:52 -08001573 )
1574 {
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05301575 if (WLAN_HDD_P2P_GO == pAdapter->device_mode)
1576 {
1577 if(VOS_STATUS_SUCCESS !=
1578 wlan_hdd_validate_operation_channel(pAdapter,channel))
1579 {
1580 hddLog(VOS_TRACE_LEVEL_ERROR,
1581 "%s: Invalid Channel [%d] \n", __func__, channel);
1582 return -EINVAL;
1583 }
1584 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel = channel;
1585 }
1586 else if ( WLAN_HDD_SOFTAP == pAdapter->device_mode )
Viral Modi3a32cc52013-02-08 11:14:52 -08001587 {
1588 hdd_config_t *cfg_param = (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini;
1589
1590 /* If auto channel selection is configured as enable/ 1 then ignore
1591 channel set by supplicant
1592 */
1593 if ( cfg_param->apAutoChannelSelection )
1594 {
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05301595 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel =
1596 AUTO_CHANNEL_SELECT;
Viral Modi3a32cc52013-02-08 11:14:52 -08001597 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
1598 "%s: set channel to auto channel (0) for device mode =%d",
1599 __func__, pAdapter->device_mode);
1600 }
Gopichand Nakkalac8fa7b62013-03-11 13:56:41 +05301601 else
1602 {
1603 if(VOS_STATUS_SUCCESS !=
1604 wlan_hdd_validate_operation_channel(pAdapter,channel))
1605 {
1606 hddLog(VOS_TRACE_LEVEL_ERROR,
1607 "%s: Invalid Channel [%d] \n", __func__, channel);
1608 return -EINVAL;
1609 }
1610 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->sapConfig.channel = channel;
1611 }
Viral Modi3a32cc52013-02-08 11:14:52 -08001612 }
1613 }
1614 else
1615 {
1616 hddLog(VOS_TRACE_LEVEL_FATAL,
1617 "%s: Invalid device mode failed to set valid channel", __func__);
1618 return -EINVAL;
1619 }
1620 EXIT();
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05301621 return status;
Viral Modi3a32cc52013-02-08 11:14:52 -08001622}
1623
Jeff Johnson295189b2012-06-20 16:38:30 -07001624#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
1625static int wlan_hdd_cfg80211_start_bss(hdd_adapter_t *pHostapdAdapter,
1626 struct beacon_parameters *params)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001627#else
1628static int wlan_hdd_cfg80211_start_bss(hdd_adapter_t *pHostapdAdapter,
1629 struct cfg80211_beacon_data *params,
1630 const u8 *ssid, size_t ssid_len,
1631 enum nl80211_hidden_ssid hidden_ssid)
1632#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07001633{
1634 tsap_Config_t *pConfig;
1635 beacon_data_t *pBeacon = NULL;
1636 struct ieee80211_mgmt *pMgmt_frame;
1637 v_U8_t *pIe=NULL;
1638 v_U16_t capab_info;
1639 eCsrAuthType RSNAuthType;
1640 eCsrEncryptionType RSNEncryptType;
1641 eCsrEncryptionType mcRSNEncryptType;
1642 int status = VOS_STATUS_SUCCESS;
1643 tpWLAN_SAPEventCB pSapEventCallback;
1644 hdd_hostapd_state_t *pHostapdState;
1645 v_U8_t wpaRsnIEdata[(SIR_MAC_MAX_IE_LENGTH * 2)+4]; //Max ie length 255 * 2(WPA+RSN) + 2 bytes (vendor specific ID) * 2
1646 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pHostapdAdapter))->pvosContext;
Madan Mohan Koyylamudia16d0202013-02-01 11:05:57 +05301647 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pHostapdAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07001648 struct qc_mac_acl_entry *acl_entry = NULL;
1649 v_SINT_t i;
Madan Mohan Koyyalamudi543172b2012-12-05 16:40:18 -08001650 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pHostapdAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07001651
1652 ENTER();
1653
1654 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pHostapdAdapter);
1655
1656 pConfig = &pHostapdAdapter->sessionCtx.ap.sapConfig;
1657
1658 pBeacon = pHostapdAdapter->sessionCtx.ap.beacon;
1659
1660 pMgmt_frame = (struct ieee80211_mgmt*)pBeacon->head;
1661
1662 pConfig->beacon_int = pMgmt_frame->u.beacon.beacon_int;
1663
1664 //channel is already set in the set_channel Call back
1665 //pConfig->channel = pCommitConfig->channel;
1666
1667 /*Protection parameter to enable or disable*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301668 pConfig->protEnabled =
Jeff Johnson295189b2012-06-20 16:38:30 -07001669 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apProtEnabled;
1670
1671 pConfig->dtim_period = pBeacon->dtim_period;
1672
1673 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,"****pConfig->dtim_period=%d***\n",
1674 pConfig->dtim_period);
1675
1676
Madan Mohan Koyyalamudie0ca11f2012-11-27 15:57:52 -08001677 if (pHostapdAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson32d95a32012-09-10 13:15:23 -07001678 {
1679 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
Jeff Johnson295189b2012-06-20 16:38:30 -07001680 WLAN_EID_COUNTRY);
Jeff Johnson32d95a32012-09-10 13:15:23 -07001681 if(pIe)
Jeff Johnson295189b2012-06-20 16:38:30 -07001682 {
Jeff Johnson32d95a32012-09-10 13:15:23 -07001683 tANI_BOOLEAN restartNeeded;
Jeff Johnson32d95a32012-09-10 13:15:23 -07001684 pConfig->ieee80211d = 1;
1685 vos_mem_copy(pConfig->countryCode, &pIe[2], 3);
1686 sme_setRegInfo(hHal, pConfig->countryCode);
1687 sme_ResetCountryCodeInformation(hHal, &restartNeeded);
Jeff Johnson295189b2012-06-20 16:38:30 -07001688 }
Jeff Johnson32d95a32012-09-10 13:15:23 -07001689 else
1690 {
1691 pConfig->ieee80211d = 0;
1692 }
Madan Mohan Koyylamudia16d0202013-02-01 11:05:57 +05301693 /*
1694 * If auto channel is configured i.e. channel is 0,
1695 * so skip channel validation.
1696 */
1697 if( AUTO_CHANNEL_SELECT != pConfig->channel )
1698 {
1699 if(VOS_STATUS_SUCCESS != wlan_hdd_validate_operation_channel(pHostapdAdapter,pConfig->channel))
1700 {
1701 hddLog(VOS_TRACE_LEVEL_ERROR,
1702 "%s: Invalid Channel [%d] \n", __func__, pConfig->channel);
1703 return -EINVAL;
1704 }
1705 }
1706 else
1707 {
1708 if(1 != pHddCtx->is_dynamic_channel_range_set)
1709 {
1710 hdd_config_t *hdd_pConfig= (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini;
1711 WLANSAP_SetChannelRange(hHal, hdd_pConfig->apStartChannelNum,
1712 hdd_pConfig->apEndChannelNum,hdd_pConfig->apOperatingBand);
1713 }
1714 pHddCtx->is_dynamic_channel_range_set = 0;
1715 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001716 }
Jeff Johnson32d95a32012-09-10 13:15:23 -07001717 else
Jeff Johnson295189b2012-06-20 16:38:30 -07001718 {
1719 pConfig->ieee80211d = 0;
1720 }
1721 pConfig->authType = eSAP_AUTO_SWITCH;
1722
1723 capab_info = pMgmt_frame->u.beacon.capab_info;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301724
1725 pConfig->privacy = (pMgmt_frame->u.beacon.capab_info &
Jeff Johnson295189b2012-06-20 16:38:30 -07001726 WLAN_CAPABILITY_PRIVACY) ? VOS_TRUE : VOS_FALSE;
1727
1728 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->uPrivacy = pConfig->privacy;
1729
1730 /*Set wps station to configured*/
1731 pIe = wlan_hdd_get_wps_ie_ptr(pBeacon->tail, pBeacon->tail_len);
1732
1733 if(pIe)
1734 {
1735 if(pIe[1] < (2 + WPS_OUI_TYPE_SIZE))
1736 {
1737 hddLog( VOS_TRACE_LEVEL_ERROR, "**Wps Ie Length is too small***\n");
1738 return -EINVAL;
1739 }
1740 else if(memcmp(&pIe[2], WPS_OUI_TYPE, WPS_OUI_TYPE_SIZE) == 0)
1741 {
Madan Mohan Koyyalamudi8bdd3112012-09-24 13:55:14 -07001742 hddLog( VOS_TRACE_LEVEL_INFO, "** WPS IE(len %d) ***", (pIe[1]+2));
Jeff Johnson295189b2012-06-20 16:38:30 -07001743 /* Check 15 bit of WPS IE as it contain information for wps state
1744 * WPS state
1745 */
1746 if(SAP_WPS_ENABLED_UNCONFIGURED == pIe[15])
1747 {
1748 pConfig->wps_state = SAP_WPS_ENABLED_UNCONFIGURED;
1749 } else if(SAP_WPS_ENABLED_CONFIGURED == pIe[15])
1750 {
1751 pConfig->wps_state = SAP_WPS_ENABLED_CONFIGURED;
1752 }
1753 }
1754 }
1755 else
1756 {
1757 pConfig->wps_state = SAP_WPS_DISABLED;
1758 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301759 pConfig->fwdWPSPBCProbeReq = 1; // Forward WPS PBC probe request frame up
Jeff Johnson295189b2012-06-20 16:38:30 -07001760
1761 pConfig->RSNWPAReqIELength = 0;
1762 pConfig->pRSNWPAReqIE = NULL;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301763 pIe = wlan_hdd_cfg80211_get_ie_ptr(pBeacon->tail, pBeacon->tail_len,
Jeff Johnson295189b2012-06-20 16:38:30 -07001764 WLAN_EID_RSN);
1765 if(pIe && pIe[1])
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301766 {
Jeff Johnson295189b2012-06-20 16:38:30 -07001767 pConfig->RSNWPAReqIELength = pIe[1] + 2;
1768 memcpy(&wpaRsnIEdata[0], pIe, pConfig->RSNWPAReqIELength);
1769 pConfig->pRSNWPAReqIE = &wpaRsnIEdata[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301770 /* The actual processing may eventually be more extensive than
1771 * this. Right now, just consume any PMKIDs that are sent in
Jeff Johnson295189b2012-06-20 16:38:30 -07001772 * by the app.
1773 * */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301774 status = hdd_softap_unpackIE(
Jeff Johnson295189b2012-06-20 16:38:30 -07001775 vos_get_context( VOS_MODULE_ID_SME, pVosContext),
1776 &RSNEncryptType,
1777 &mcRSNEncryptType,
1778 &RSNAuthType,
1779 pConfig->pRSNWPAReqIE[1]+2,
1780 pConfig->pRSNWPAReqIE );
1781
1782 if( VOS_STATUS_SUCCESS == status )
1783 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301784 /* Now copy over all the security attributes you have
1785 * parsed out
Jeff Johnson295189b2012-06-20 16:38:30 -07001786 * */
1787 pConfig->RSNEncryptType = RSNEncryptType; // Use the cipher type in the RSN IE
1788 pConfig->mcRSNEncryptType = mcRSNEncryptType;
1789 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->ucEncryptType
1790 = RSNEncryptType;
Gopichand Nakkala66c0bd02013-04-10 11:36:29 +05301791 hddLog( LOG1, FL("CSR AuthType = %d, "
Jeff Johnson295189b2012-06-20 16:38:30 -07001792 "EncryptionType = %d mcEncryptionType = %d\n"),
1793 RSNAuthType, RSNEncryptType, mcRSNEncryptType);
1794 }
1795 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301796
Jeff Johnson295189b2012-06-20 16:38:30 -07001797 pIe = wlan_hdd_get_vendor_oui_ie_ptr(WPA_OUI_TYPE, WPA_OUI_TYPE_SIZE,
1798 pBeacon->tail, pBeacon->tail_len);
1799
1800 if(pIe && pIe[1] && (pIe[0] == DOT11F_EID_WPA))
1801 {
1802 if (pConfig->pRSNWPAReqIE)
1803 {
1804 /*Mixed mode WPA/WPA2*/
1805 memcpy((&wpaRsnIEdata[0] + pConfig->RSNWPAReqIELength), pIe, pIe[1] + 2);
1806 pConfig->RSNWPAReqIELength += pIe[1] + 2;
1807 }
1808 else
1809 {
1810 pConfig->RSNWPAReqIELength = pIe[1] + 2;
1811 memcpy(&wpaRsnIEdata[0], pIe, pConfig->RSNWPAReqIELength);
1812 pConfig->pRSNWPAReqIE = &wpaRsnIEdata[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301813 status = hdd_softap_unpackIE(
Jeff Johnson295189b2012-06-20 16:38:30 -07001814 vos_get_context( VOS_MODULE_ID_SME, pVosContext),
1815 &RSNEncryptType,
1816 &mcRSNEncryptType,
1817 &RSNAuthType,
1818 pConfig->pRSNWPAReqIE[1]+2,
1819 pConfig->pRSNWPAReqIE );
1820
1821 if( VOS_STATUS_SUCCESS == status )
1822 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301823 /* Now copy over all the security attributes you have
1824 * parsed out
Jeff Johnson295189b2012-06-20 16:38:30 -07001825 * */
1826 pConfig->RSNEncryptType = RSNEncryptType; // Use the cipher type in the RSN IE
1827 pConfig->mcRSNEncryptType = mcRSNEncryptType;
1828 (WLAN_HDD_GET_AP_CTX_PTR(pHostapdAdapter))->ucEncryptType
1829 = RSNEncryptType;
Gopichand Nakkala66c0bd02013-04-10 11:36:29 +05301830 hddLog( LOG1, FL("CSR AuthType = %d, "
Jeff Johnson295189b2012-06-20 16:38:30 -07001831 "EncryptionType = %d mcEncryptionType = %d\n"),
1832 RSNAuthType, RSNEncryptType, mcRSNEncryptType);
1833 }
1834 }
1835 }
1836
Jeff Johnson4416a782013-03-25 14:17:50 -07001837 if (pConfig->RSNWPAReqIELength > sizeof wpaRsnIEdata) {
1838 hddLog( VOS_TRACE_LEVEL_ERROR, "**RSNWPAReqIELength is too large***");
1839 return -EINVAL;
1840 }
1841
Jeff Johnson295189b2012-06-20 16:38:30 -07001842 pConfig->SSIDinfo.ssidHidden = VOS_FALSE;
1843
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001844#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07001845 if (params->ssid != NULL)
1846 {
1847 memcpy(pConfig->SSIDinfo.ssid.ssId, params->ssid, params->ssid_len);
1848 pConfig->SSIDinfo.ssid.length = params->ssid_len;
1849 if (params->hidden_ssid != NL80211_HIDDEN_SSID_NOT_IN_USE)
1850 pConfig->SSIDinfo.ssidHidden = VOS_TRUE;
1851 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07001852#else
1853 if (ssid != NULL)
1854 {
1855 memcpy(pConfig->SSIDinfo.ssid.ssId, ssid, ssid_len);
1856 pConfig->SSIDinfo.ssid.length = ssid_len;
1857 if (hidden_ssid != NL80211_HIDDEN_SSID_NOT_IN_USE)
1858 pConfig->SSIDinfo.ssidHidden = VOS_TRUE;
1859 }
1860#endif
1861
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301862 vos_mem_copy(pConfig->self_macaddr.bytes,
Jeff Johnson295189b2012-06-20 16:38:30 -07001863 pHostapdAdapter->macAddressCurrent.bytes, sizeof(v_MACADDR_t));
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301864
Jeff Johnson295189b2012-06-20 16:38:30 -07001865 /* default value */
1866 pConfig->SapMacaddr_acl = eSAP_ACCEPT_UNLESS_DENIED;
1867 pConfig->num_accept_mac = 0;
1868 pConfig->num_deny_mac = 0;
1869
1870 pIe = wlan_hdd_get_vendor_oui_ie_ptr(BLACKLIST_OUI_TYPE, WPA_OUI_TYPE_SIZE,
1871 pBeacon->tail, pBeacon->tail_len);
1872
1873 /* pIe for black list is following form:
1874 type : 1 byte
1875 length : 1 byte
1876 OUI : 4 bytes
1877 acl type : 1 byte
1878 no of mac addr in black list: 1 byte
1879 list of mac_acl_entries: variable, 6 bytes per mac address + sizeof(int) for vlan id
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301880 */
1881 if ((pIe != NULL) && (pIe[1] != 0))
Jeff Johnson295189b2012-06-20 16:38:30 -07001882 {
1883 pConfig->SapMacaddr_acl = pIe[6];
1884 pConfig->num_deny_mac = pIe[7];
1885 hddLog(VOS_TRACE_LEVEL_INFO,"acl type = %d no deny mac = %d\n",
1886 pIe[6], pIe[7]);
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05301887 if (pConfig->num_deny_mac > MAX_ACL_MAC_ADDRESS)
1888 pConfig->num_deny_mac = MAX_ACL_MAC_ADDRESS;
Jeff Johnson295189b2012-06-20 16:38:30 -07001889 acl_entry = (struct qc_mac_acl_entry *)(pIe + 8);
1890 for (i = 0; i < pConfig->num_deny_mac; i++)
1891 {
1892 vos_mem_copy(&pConfig->deny_mac[i], acl_entry->addr, sizeof(qcmacaddr));
1893 acl_entry++;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301894 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001895 }
1896 pIe = wlan_hdd_get_vendor_oui_ie_ptr(WHITELIST_OUI_TYPE, WPA_OUI_TYPE_SIZE,
1897 pBeacon->tail, pBeacon->tail_len);
1898
1899 /* pIe for white list is following form:
1900 type : 1 byte
1901 length : 1 byte
1902 OUI : 4 bytes
1903 acl type : 1 byte
1904 no of mac addr in white list: 1 byte
1905 list of mac_acl_entries: variable, 6 bytes per mac address + sizeof(int) for vlan id
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301906 */
1907 if ((pIe != NULL) && (pIe[1] != 0))
Jeff Johnson295189b2012-06-20 16:38:30 -07001908 {
1909 pConfig->SapMacaddr_acl = pIe[6];
1910 pConfig->num_accept_mac = pIe[7];
1911 hddLog(VOS_TRACE_LEVEL_INFO,"acl type = %d no accept mac = %d\n",
1912 pIe[6], pIe[7]);
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05301913 if (pConfig->num_accept_mac > MAX_ACL_MAC_ADDRESS)
1914 pConfig->num_accept_mac = MAX_ACL_MAC_ADDRESS;
Jeff Johnson295189b2012-06-20 16:38:30 -07001915 acl_entry = (struct qc_mac_acl_entry *)(pIe + 8);
1916 for (i = 0; i < pConfig->num_accept_mac; i++)
1917 {
1918 vos_mem_copy(&pConfig->accept_mac[i], acl_entry->addr, sizeof(qcmacaddr));
1919 acl_entry++;
1920 }
1921 }
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05301922
Jeff Johnson295189b2012-06-20 16:38:30 -07001923 wlan_hdd_set_sapHwmode(pHostapdAdapter);
1924
Jeff Johnsone7245742012-09-05 17:12:55 -07001925#ifdef WLAN_FEATURE_11AC
Ravi Kumar Vaishnavbbaebbe2013-01-15 17:09:48 -08001926 /* Overwrite the hostapd setting for HW mode only for 11ac.
1927 * This is valid only if mode is set to 11n in hostapd and either AUTO or 11ac in .ini .
1928 * Otherwise, leave whatever is set in hostapd (a OR b OR g OR n mode) */
1929 if( ((pConfig->SapHw_mode == eSAP_DOT11_MODE_11n) ||
1930 (pConfig->SapHw_mode == eSAP_DOT11_MODE_11n_ONLY)) &&
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301931 (((WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->dot11Mode == eHDD_DOT11_MODE_AUTO) ||
Ravi Kumar Vaishnavbbaebbe2013-01-15 17:09:48 -08001932 ((WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->dot11Mode == eHDD_DOT11_MODE_11ac) ||
1933 ((WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->dot11Mode == eHDD_DOT11_MODE_11ac_ONLY)) )
Jeff Johnsone7245742012-09-05 17:12:55 -07001934 {
1935 pConfig->SapHw_mode = eSAP_DOT11_MODE_11ac;
Ravi Joshi83bfaa12013-05-28 22:12:08 -07001936
1937 /* Disable VHT support in 2.4 GHz band */
1938 if (pConfig->channel <= 14 &&
1939 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->enableVhtFor24GHzBand == FALSE)
1940 {
1941 pConfig->SapHw_mode = eSAP_DOT11_MODE_11n;
1942 }
Jeff Johnsone7245742012-09-05 17:12:55 -07001943 }
1944#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301945
Ravi Joshiaeb7d9e2013-05-02 12:28:14 -07001946 if ( AUTO_CHANNEL_SELECT != pConfig->channel )
1947 {
1948 sme_SelectCBMode(hHal,
1949 sapConvertSapPhyModeToCsrPhyMode(pConfig->SapHw_mode),
1950 pConfig->channel);
1951 }
Jeff Johnson295189b2012-06-20 16:38:30 -07001952 // ht_capab is not what the name conveys,this is used for protection bitmap
1953 pConfig->ht_capab =
1954 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apProtection;
1955
1956 if ( 0 != wlan_hdd_cfg80211_update_apies(pHostapdAdapter, params) )
1957 {
1958 hddLog(LOGE, FL("SAP Not able to set AP IEs"));
1959 return -EINVAL;
1960 }
1961
1962 //Uapsd Enabled Bit
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301963 pConfig->UapsdEnable =
Jeff Johnson295189b2012-06-20 16:38:30 -07001964 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apUapsdEnabled;
1965 //Enable OBSS protection
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301966 pConfig->obssProtEnabled =
1967 (WLAN_HDD_GET_CTX(pHostapdAdapter))->cfg_ini->apOBSSProtEnabled;
Jeff Johnson295189b2012-06-20 16:38:30 -07001968
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301969 hddLog(LOGW, FL("SOftAP macaddress : "MAC_ADDRESS_STR"\n"),
Jeff Johnson295189b2012-06-20 16:38:30 -07001970 MAC_ADDR_ARRAY(pHostapdAdapter->macAddressCurrent.bytes));
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301971 hddLog(LOGW,FL("ssid =%s\n"), pConfig->SSIDinfo.ssid.ssId);
Jeff Johnson295189b2012-06-20 16:38:30 -07001972 hddLog(LOGW,FL("beaconint=%d, channel=%d\n"), (int)pConfig->beacon_int,
1973 (int)pConfig->channel);
1974 hddLog(LOGW,FL("hw_mode=%x\n"), pConfig->SapHw_mode);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301975 hddLog(LOGW,FL("privacy=%d, authType=%d\n"), pConfig->privacy,
1976 pConfig->authType);
Jeff Johnson295189b2012-06-20 16:38:30 -07001977 hddLog(LOGW,FL("RSN/WPALen=%d, \n"),(int)pConfig->RSNWPAReqIELength);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301978 hddLog(LOGW,FL("Uapsd = %d\n"),pConfig->UapsdEnable);
Jeff Johnson295189b2012-06-20 16:38:30 -07001979 hddLog(LOGW,FL("ProtEnabled = %d, OBSSProtEnabled = %d\n"),
1980 pConfig->protEnabled, pConfig->obssProtEnabled);
1981
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301982 if(test_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags))
Jeff Johnson295189b2012-06-20 16:38:30 -07001983 {
1984 //Bss already started. just return.
1985 //TODO Probably it should update some beacon params.
1986 hddLog( LOGE, "Bss Already started...Ignore the request");
1987 EXIT();
1988 return 0;
1989 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05301990
Jeff Johnson295189b2012-06-20 16:38:30 -07001991 pConfig->persona = pHostapdAdapter->device_mode;
1992
1993 pSapEventCallback = hdd_hostapd_SAPEventCB;
1994 if(WLANSAP_StartBss(pVosContext, pSapEventCallback, pConfig,
1995 (v_PVOID_t)pHostapdAdapter->dev) != VOS_STATUS_SUCCESS)
1996 {
1997 hddLog(LOGE,FL("SAP Start Bss fail\n"));
1998 return -EINVAL;
1999 }
2000
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302001 hddLog(LOG1,
Jeff Johnson295189b2012-06-20 16:38:30 -07002002 FL("Waiting for Scan to complete(auto mode) and BSS to start"));
2003
2004 status = vos_wait_single_event(&pHostapdState->vosEvent, 10000);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302005
Jeff Johnson295189b2012-06-20 16:38:30 -07002006 if (!VOS_IS_STATUS_SUCCESS(status))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302007 {
2008 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07002009 ("ERROR: HDD vos wait for single_event failed!!\n"));
2010 VOS_ASSERT(0);
2011 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302012
Jeff Johnson295189b2012-06-20 16:38:30 -07002013 //Succesfully started Bss update the state bit.
2014 set_bit(SOFTAP_BSS_STARTED, &pHostapdAdapter->event_flags);
2015
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07002016#ifdef WLAN_FEATURE_P2P_DEBUG
2017 if (pHostapdAdapter->device_mode == WLAN_HDD_P2P_GO)
2018 {
2019 if(globalP2PConnectionStatus == P2P_GO_NEG_COMPLETED)
2020 {
2021 globalP2PConnectionStatus = P2P_GO_COMPLETED_STATE;
2022 hddLog(LOGE,"[P2P State] From Go nego completed to "
Jeff Johnson1250df42012-12-10 14:31:52 -08002023 "Non-autonomous Group started");
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07002024 }
2025 else if(globalP2PConnectionStatus == P2P_NOT_ACTIVE)
2026 {
2027 globalP2PConnectionStatus = P2P_GO_COMPLETED_STATE;
2028 hddLog(LOGE,"[P2P State] From Inactive to "
Jeff Johnson1250df42012-12-10 14:31:52 -08002029 "Autonomous Group started");
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07002030 }
2031 }
2032#endif
2033
Jeff Johnson295189b2012-06-20 16:38:30 -07002034 pHostapdState->bCommit = TRUE;
2035 EXIT();
2036
2037 return 0;
2038}
2039
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002040#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302041static int wlan_hdd_cfg80211_add_beacon(struct wiphy *wiphy,
2042 struct net_device *dev,
Jeff Johnson295189b2012-06-20 16:38:30 -07002043 struct beacon_parameters *params)
2044{
2045 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302046 hdd_context_t *pHddCtx;
2047 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07002048
2049 ENTER();
2050
2051 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "device mode=%d\n",pAdapter->device_mode);
2052
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302053 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
2054 status = wlan_hdd_validate_context(pHddCtx);
2055
2056 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002057 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302058 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2059 "%s: HDD context is not valid", __func__);
2060 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002061 }
2062
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302063 if ( (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002064 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07002065 )
2066 {
2067 beacon_data_t *old,*new;
2068
2069 old = pAdapter->sessionCtx.ap.beacon;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302070
Jeff Johnson295189b2012-06-20 16:38:30 -07002071 if (old)
2072 return -EALREADY;
2073
2074 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter,&new,params);
2075
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302076 if(status != VOS_STATUS_SUCCESS)
Jeff Johnson295189b2012-06-20 16:38:30 -07002077 {
2078 hddLog(VOS_TRACE_LEVEL_FATAL,
2079 "%s:Error!!! Allocating the new beacon\n",__func__);
2080 return -EINVAL;
2081 }
2082
2083 pAdapter->sessionCtx.ap.beacon = new;
2084
2085 status = wlan_hdd_cfg80211_start_bss(pAdapter, params);
2086 }
2087
2088 EXIT();
2089 return status;
2090}
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302091
2092static int wlan_hdd_cfg80211_set_beacon(struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07002093 struct net_device *dev,
2094 struct beacon_parameters *params)
2095{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302096 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302097 hdd_context_t *pHddCtx;
2098 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07002099
2100 ENTER();
2101
2102 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
2103 __func__,pAdapter->device_mode);
2104
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302105 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
2106 status = wlan_hdd_validate_context(pHddCtx);
2107
2108 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002109 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302110 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2111 "%s: HDD context is not valid", __func__);
2112 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002113 }
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;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302157 VOS_STATUS status;
Jeff Johnson295189b2012-06-20 16:38:30 -07002158
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
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302168 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
2169 status = wlan_hdd_validate_context(pHddCtx);
2170
2171 if (0 != status)
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07002172 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302173 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2174 "%s: HDD context is not valid", __func__);
2175 return status;
Jeff Johnson4416a782013-03-25 14:17:50 -07002176 }
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07002177
2178 staAdapter = hdd_get_adapter(pAdapter->pHddCtx, WLAN_HDD_INFRA_STATION);
2179 if (NULL == staAdapter)
2180 {
2181 staAdapter = hdd_get_adapter(pAdapter->pHddCtx, WLAN_HDD_P2P_CLIENT);
2182 if (NULL == staAdapter)
2183 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302184 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07002185 "%s: HDD adapter context is Null", __func__);
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07002186 return -ENODEV;
2187 }
2188 }
2189
2190 pScanInfo = &pHddCtx->scan_info;
2191
Jeff Johnson295189b2012-06-20 16:38:30 -07002192 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
2193 __func__,pAdapter->device_mode);
2194
Jeff Johnsone7245742012-09-05 17:12:55 -07002195 if ((pScanInfo != NULL) && pScanInfo->mScanPending)
2196 {
Madan Mohan Koyyalamudif4e81002012-11-13 10:46:38 -08002197 INIT_COMPLETION(pScanInfo->abortscan_event_var);
Jeff Johnsone7245742012-09-05 17:12:55 -07002198 hdd_abort_mac_scan(staAdapter->pHddCtx);
2199 status = wait_for_completion_interruptible_timeout(
Madan Mohan Koyyalamudif4e81002012-11-13 10:46:38 -08002200 &pScanInfo->abortscan_event_var,
Jeff Johnsone7245742012-09-05 17:12:55 -07002201 msecs_to_jiffies(WLAN_WAIT_TIME_ABORTSCAN));
2202 if (!status)
2203 {
2204 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
Jeff Johnson902c9832012-12-10 14:28:09 -08002205 "%s: Timeout occurred while waiting for abortscan" ,
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07002206 __func__);
Jeff Johnsone7245742012-09-05 17:12:55 -07002207 VOS_ASSERT(pScanInfo->mScanPending);
2208 return 0;
2209 }
2210 }
2211
Jeff Johnson295189b2012-06-20 16:38:30 -07002212 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002213 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07002214 )
2215 {
2216 beacon_data_t *old;
2217
2218 old = pAdapter->sessionCtx.ap.beacon;
2219
2220 if (!old)
2221 return -ENOENT;
2222
Jeff Johnson295189b2012-06-20 16:38:30 -07002223 hdd_cleanup_actionframe(pHddCtx, pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07002224
2225 mutex_lock(&pHddCtx->sap_lock);
2226 if(test_bit(SOFTAP_BSS_STARTED, &pAdapter->event_flags))
2227 {
Jeff Johnson4416a782013-03-25 14:17:50 -07002228 if ( VOS_STATUS_SUCCESS == (status = WLANSAP_StopBss(pHddCtx->pvosContext) ) )
Jeff Johnson295189b2012-06-20 16:38:30 -07002229 {
2230 hdd_hostapd_state_t *pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
2231
2232 status = vos_wait_single_event(&pHostapdState->vosEvent, 10000);
2233
2234 if (!VOS_IS_STATUS_SUCCESS(status))
2235 {
2236 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2237 ("ERROR: HDD vos wait for single_event failed!!\n"));
2238 VOS_ASSERT(0);
2239 }
2240 }
2241 clear_bit(SOFTAP_BSS_STARTED, &pAdapter->event_flags);
2242 }
2243 mutex_unlock(&pHddCtx->sap_lock);
2244
2245 if(status != VOS_STATUS_SUCCESS)
2246 {
2247 hddLog(VOS_TRACE_LEVEL_FATAL,
2248 "%s:Error!!! Stopping the BSS\n",__func__);
2249 return -EINVAL;
2250 }
2251
Jeff Johnson4416a782013-03-25 14:17:50 -07002252 if (ccmCfgSetInt(pHddCtx->hHal,
Jeff Johnson295189b2012-06-20 16:38:30 -07002253 WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG, 0,NULL, eANI_BOOLEAN_FALSE)
2254 ==eHAL_STATUS_FAILURE)
2255 {
2256 hddLog(LOGE,
2257 "Could not pass on WNI_CFG_PROBE_RSP_BCN_ADDNIE_FLAG to CCM\n");
2258 }
2259
Jeff Johnson4416a782013-03-25 14:17:50 -07002260 if ( eHAL_STATUS_FAILURE == ccmCfgSetInt(pHddCtx->hHal,
Jeff Johnson295189b2012-06-20 16:38:30 -07002261 WNI_CFG_ASSOC_RSP_ADDNIE_FLAG, 0, NULL,
2262 eANI_BOOLEAN_FALSE) )
2263 {
2264 hddLog(LOGE,
2265 "Could not pass on WNI_CFG_ASSOC_RSP_ADDNIE_FLAG to CCM\n");
2266 }
2267
2268 // Reset WNI_CFG_PROBE_RSP Flags
2269 wlan_hdd_reset_prob_rspies(pAdapter);
2270
2271 pAdapter->sessionCtx.ap.beacon = NULL;
2272 kfree(old);
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07002273#ifdef WLAN_FEATURE_P2P_DEBUG
2274 if((pAdapter->device_mode == WLAN_HDD_P2P_GO) &&
2275 (globalP2PConnectionStatus == P2P_GO_COMPLETED_STATE))
2276 {
2277 hddLog(LOGE,"[P2P State] From GO completed to Inactive state "
2278 "GO got removed");
2279 globalP2PConnectionStatus = P2P_NOT_ACTIVE;
2280 }
2281#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07002282 }
2283 EXIT();
2284 return status;
2285}
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002286
2287#if (LINUX_VERSION_CODE > KERNEL_VERSION(3,3,0))
2288
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302289static int wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy,
2290 struct net_device *dev,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002291 struct cfg80211_ap_settings *params)
2292{
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302293 hdd_adapter_t *pAdapter;
2294 hdd_context_t *pHddCtx;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302295 int status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002296
2297 ENTER();
2298
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302299 if (NULL == dev)
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07002300 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302301 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302302 "%s: Device is Null", __func__);
2303 return -ENODEV;
2304 }
2305
2306 pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
2307 if (NULL == pAdapter)
2308 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302309 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302310 "%s: HDD adapter is Null", __func__);
2311 return -ENODEV;
2312 }
2313
2314 if (WLAN_HDD_ADAPTER_MAGIC != pAdapter->magic)
2315 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302316 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302317 "%s: HDD adapter magic is invalid", __func__);
2318 return -ENODEV;
2319 }
2320
2321 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302322 status = wlan_hdd_validate_context(pHddCtx);
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302323
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302324 if (0 != status)
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302325 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302326 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2327 "%s: HDD context is not valid", __func__);
2328 return status;
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302329 }
2330
2331 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: device mode = %d",
2332 __func__, pAdapter->device_mode);
2333
2334 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002335 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002336 )
2337 {
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302338 beacon_data_t *old, *new;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002339
2340 old = pAdapter->sessionCtx.ap.beacon;
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302341
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002342 if (old)
2343 return -EALREADY;
2344
2345 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter, &new, &params->beacon, params->dtim_period);
2346
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302347 if (status != 0)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002348 {
2349 hddLog(VOS_TRACE_LEVEL_FATAL,
Pratik Bhalgata0c7f262012-11-22 17:40:24 +05302350 "%s:Error!!! Allocating the new beacon", __func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002351 return -EINVAL;
2352 }
2353 pAdapter->sessionCtx.ap.beacon = new;
Viral Modi3a32cc52013-02-08 11:14:52 -08002354#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0))
2355 wlan_hdd_cfg80211_set_channel(wiphy, dev, params->channel, params->channel_type);
2356#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002357 status = wlan_hdd_cfg80211_start_bss(pAdapter, &params->beacon, params->ssid,
2358 params->ssid_len, params->hidden_ssid);
Gopichand Nakkala8c0386c2013-07-09 23:31:37 +05302359 if (0 == status)
2360 {
2361 hdd_start_p2p_go_connection_in_progress_timer(pAdapter);
2362 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002363 }
2364
2365 EXIT();
2366 return status;
2367}
2368
2369
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302370static int wlan_hdd_cfg80211_change_beacon(struct wiphy *wiphy,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002371 struct net_device *dev,
2372 struct cfg80211_beacon_data *params)
2373{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302374 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302375 hdd_context_t *pHddCtx;
2376 int status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002377
2378 ENTER();
2379
2380 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
2381 __func__, pAdapter->device_mode);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302382
2383 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
2384 status = wlan_hdd_validate_context(pHddCtx);
2385
2386 if (0 != status)
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07002387 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302388 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2389 "%s: HDD context is not valid", __func__);
2390 return status;
Madan Mohan Koyyalamudib2c36892012-10-18 20:52:38 -07002391 }
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002392
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302393 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002394 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302395 )
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002396 {
2397 beacon_data_t *old,*new;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302398
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002399 old = pAdapter->sessionCtx.ap.beacon;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302400
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002401 if (!old)
2402 return -ENOENT;
2403
2404 status = wlan_hdd_cfg80211_alloc_new_beacon(pAdapter, &new, params, 0);
2405
2406 if(status != VOS_STATUS_SUCCESS) {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302407 hddLog(VOS_TRACE_LEVEL_FATAL,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002408 "%s: Error!!! Allocating the new beacon\n",__func__);
2409 return -EINVAL;
2410 }
2411
2412 pAdapter->sessionCtx.ap.beacon = new;
2413
2414 status = wlan_hdd_cfg80211_start_bss(pAdapter, params, NULL, 0, 0);
2415 }
2416
2417 EXIT();
2418 return status;
2419}
2420
2421#endif //(LINUX_VERSION_CODE > KERNEL_VERSION(3,3,0))
2422
Jeff Johnson295189b2012-06-20 16:38:30 -07002423
2424static int wlan_hdd_cfg80211_change_bss (struct wiphy *wiphy,
2425 struct net_device *dev,
2426 struct bss_parameters *params)
2427{
2428 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
2429
2430 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302431
Jeff Johnson295189b2012-06-20 16:38:30 -07002432 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
2433 __func__,pAdapter->device_mode);
2434
2435 if((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002436 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302437 )
Jeff Johnson295189b2012-06-20 16:38:30 -07002438 {
2439 /* ap_isolate == -1 means that in change bss, upper layer doesn't
2440 * want to update this parameter */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302441 if (-1 != params->ap_isolate)
Jeff Johnson295189b2012-06-20 16:38:30 -07002442 {
2443 pAdapter->sessionCtx.ap.apDisableIntraBssFwd = !!params->ap_isolate;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302444 }
Jeff Johnson295189b2012-06-20 16:38:30 -07002445 }
2446
2447 EXIT();
2448 return 0;
2449}
2450
2451/*
2452 * FUNCTION: wlan_hdd_cfg80211_change_iface
2453 * This function is used to set the interface type (INFRASTRUCTURE/ADHOC)
2454 */
2455int wlan_hdd_cfg80211_change_iface( struct wiphy *wiphy,
2456 struct net_device *ndev,
2457 enum nl80211_iftype type,
2458 u32 *flags,
2459 struct vif_params *params
2460 )
2461{
2462 struct wireless_dev *wdev;
2463 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
2464 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX( pAdapter );
Mohit Khanna0f232092012-09-11 14:46:08 -07002465 hdd_adapter_t *pP2pAdapter = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07002466 tCsrRoamProfile *pRoamProfile = NULL;
2467 eCsrRoamBssType LastBSSType;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302468 hdd_config_t *pConfig = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07002469 eMib_dot11DesiredBssType connectedBssType;
2470 VOS_STATUS status;
2471
2472 ENTER();
2473
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302474 status = wlan_hdd_validate_context(pHddCtx);
2475
2476 if (0 != status)
Jeff Johnson295189b2012-06-20 16:38:30 -07002477 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302478 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2479 "%s: HDD context is not valid", __func__);
2480 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -07002481 }
2482
2483 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d",
2484 __func__, pAdapter->device_mode);
2485
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05302486 pConfig = pHddCtx->cfg_ini;
Jeff Johnson295189b2012-06-20 16:38:30 -07002487 wdev = ndev->ieee80211_ptr;
2488
2489#ifdef WLAN_BTAMP_FEATURE
2490 if((NL80211_IFTYPE_P2P_CLIENT == type)||
2491 (NL80211_IFTYPE_ADHOC == type)||
2492 (NL80211_IFTYPE_AP == type)||
2493 (NL80211_IFTYPE_P2P_GO == type))
2494 {
2495 pHddCtx->isAmpAllowed = VOS_FALSE;
2496 // stop AMP traffic
2497 status = WLANBAP_StopAmp();
2498 if(VOS_STATUS_SUCCESS != status )
2499 {
2500 pHddCtx->isAmpAllowed = VOS_TRUE;
2501 hddLog(VOS_TRACE_LEVEL_FATAL,
2502 "%s: Failed to stop AMP", __func__);
2503 return -EINVAL;
2504 }
2505 }
2506#endif //WLAN_BTAMP_FEATURE
2507 /* Reset the current device mode bit mask*/
2508 wlan_hdd_clear_concurrency_mode(pHddCtx, pAdapter->device_mode);
2509
2510 if( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -07002511 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Jeff Johnsone7245742012-09-05 17:12:55 -07002512 || (pAdapter->device_mode == WLAN_HDD_P2P_DEVICE)
Jeff Johnson295189b2012-06-20 16:38:30 -07002513 )
2514 {
2515 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
2516 pRoamProfile = &pWextState->roamProfile;
2517 LastBSSType = pRoamProfile->BSSType;
2518
2519 switch (type)
2520 {
2521 case NL80211_IFTYPE_STATION:
Jeff Johnson295189b2012-06-20 16:38:30 -07002522 case NL80211_IFTYPE_P2P_CLIENT:
Jeff Johnson295189b2012-06-20 16:38:30 -07002523 hddLog(VOS_TRACE_LEVEL_INFO,
2524 "%s: setting interface Type to INFRASTRUCTURE", __func__);
2525 pRoamProfile->BSSType = eCSR_BSS_TYPE_INFRASTRUCTURE;
Jeff Johnsone7245742012-09-05 17:12:55 -07002526#ifdef WLAN_FEATURE_11AC
2527 if(pConfig->dot11Mode == eHDD_DOT11_MODE_AUTO)
2528 {
2529 pConfig->dot11Mode = eHDD_DOT11_MODE_11ac;
2530 }
2531#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302532 pRoamProfile->phyMode =
Jeff Johnsone7245742012-09-05 17:12:55 -07002533 hdd_cfg_xlate_to_csr_phy_mode(pConfig->dot11Mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07002534 wdev->iftype = type;
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08002535 //Check for sub-string p2p to confirm its a p2p interface
2536 if (NULL != strstr(ndev->name,"p2p"))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302537 {
Gopichand Nakkala864d3552012-12-31 16:08:51 -08002538 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
2539 WLAN_HDD_P2P_DEVICE : WLAN_HDD_P2P_CLIENT;
2540 }
2541 else
2542 {
2543 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
Jeff Johnson295189b2012-06-20 16:38:30 -07002544 WLAN_HDD_INFRA_STATION: WLAN_HDD_P2P_CLIENT;
Gopichand Nakkala864d3552012-12-31 16:08:51 -08002545 }
Jeff Johnson295189b2012-06-20 16:38:30 -07002546 break;
2547 case NL80211_IFTYPE_ADHOC:
2548 hddLog(VOS_TRACE_LEVEL_INFO,
2549 "%s: setting interface Type to ADHOC", __func__);
2550 pRoamProfile->BSSType = eCSR_BSS_TYPE_START_IBSS;
2551 pRoamProfile->phyMode =
2552 hdd_cfg_xlate_to_csr_phy_mode(pConfig->dot11Mode);
Shailender Karmuchia734f332013-04-19 14:02:48 -07002553 pAdapter->device_mode = WLAN_HDD_IBSS;
Jeff Johnson295189b2012-06-20 16:38:30 -07002554 wdev->iftype = type;
2555 break;
2556
2557 case NL80211_IFTYPE_AP:
Jeff Johnson295189b2012-06-20 16:38:30 -07002558 case NL80211_IFTYPE_P2P_GO:
Jeff Johnson295189b2012-06-20 16:38:30 -07002559 {
2560 hddLog(VOS_TRACE_LEVEL_INFO_HIGH,
2561 "%s: setting interface Type to %s", __func__,
2562 (type == NL80211_IFTYPE_AP) ? "SoftAP" : "P2pGo");
2563
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08002564 //Cancel any remain on channel for GO mode
2565 if (NL80211_IFTYPE_P2P_GO == type)
2566 {
2567 wlan_hdd_cancel_existing_remain_on_channel(pAdapter);
2568 }
Mohit Khanna0f232092012-09-11 14:46:08 -07002569 if (NL80211_IFTYPE_AP == type)
2570 {
2571 /* As Loading WLAN Driver one interface being created for p2p device
2572 * address. This will take one HW STA and the max number of clients
2573 * that can connect to softAP will be reduced by one. so while changing
2574 * the interface type to NL80211_IFTYPE_AP (SoftAP) remove p2p0
2575 * interface as it is not required in SoftAP mode.
2576 */
2577
2578 // Get P2P Adapter
2579 pP2pAdapter = hdd_get_adapter(pHddCtx, WLAN_HDD_P2P_DEVICE);
2580
2581 if (pP2pAdapter)
2582 {
2583 hdd_stop_adapter(pHddCtx, pP2pAdapter);
2584 hdd_deinit_adapter(pHddCtx, pP2pAdapter);
2585 hdd_close_adapter(pHddCtx, pP2pAdapter, VOS_TRUE);
2586 }
2587 }
2588
Jeff Johnson295189b2012-06-20 16:38:30 -07002589 //De-init the adapter.
2590 hdd_stop_adapter( pHddCtx, pAdapter );
2591 hdd_deinit_adapter( pHddCtx, pAdapter );
2592 memset(&pAdapter->sessionCtx, 0, sizeof(pAdapter->sessionCtx));
Jeff Johnson295189b2012-06-20 16:38:30 -07002593 pAdapter->device_mode = (type == NL80211_IFTYPE_AP) ?
2594 WLAN_HDD_SOFTAP : WLAN_HDD_P2P_GO;
Jeff Johnson32d95a32012-09-10 13:15:23 -07002595
2596 //Disable BMPS and IMPS if enabled
2597 //before starting Go
2598 if(WLAN_HDD_P2P_GO == pAdapter->device_mode)
2599 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302600 if(VOS_STATUS_E_FAILURE ==
Jeff Johnson32d95a32012-09-10 13:15:23 -07002601 hdd_disable_bmps_imps(pHddCtx, WLAN_HDD_P2P_GO))
2602 {
2603 //Fail to Exit BMPS
2604 VOS_ASSERT(0);
2605 }
2606 }
2607
Madan Mohan Koyyalamudi3ff2a0b2012-10-15 14:33:46 -07002608 if ((WLAN_HDD_SOFTAP == pAdapter->device_mode) &&
2609 (pConfig->apRandomBssidEnabled))
2610 {
2611 /* To meet Android requirements create a randomized
2612 MAC address of the form 02:1A:11:Fx:xx:xx */
2613 get_random_bytes(&ndev->dev_addr[3], 3);
2614 ndev->dev_addr[0] = 0x02;
2615 ndev->dev_addr[1] = 0x1A;
2616 ndev->dev_addr[2] = 0x11;
2617 ndev->dev_addr[3] |= 0xF0;
2618 memcpy(pAdapter->macAddressCurrent.bytes, ndev->dev_addr,
2619 VOS_MAC_ADDR_SIZE);
2620 pr_info("wlan: Generated HotSpot BSSID "
2621 "%02x:%02x:%02x:%02x:%02x:%02x\n",
2622 ndev->dev_addr[0],
2623 ndev->dev_addr[1],
2624 ndev->dev_addr[2],
2625 ndev->dev_addr[3],
2626 ndev->dev_addr[4],
2627 ndev->dev_addr[5]);
2628 }
2629
Jeff Johnson295189b2012-06-20 16:38:30 -07002630 hdd_set_ap_ops( pAdapter->dev );
2631
2632 status = hdd_init_ap_mode(pAdapter);
2633 if(status != VOS_STATUS_SUCCESS)
2634 {
2635 hddLog(VOS_TRACE_LEVEL_FATAL,
2636 "%s: Error initializing the ap mode", __func__);
2637 return -EINVAL;
2638 }
2639 hdd_set_conparam(1);
2640
Jeff Johnson295189b2012-06-20 16:38:30 -07002641 /*interface type changed update in wiphy structure*/
2642 if(wdev)
2643 {
2644 wdev->iftype = type;
2645 pHddCtx->change_iface = type;
2646 }
2647 else
2648 {
2649 hddLog(VOS_TRACE_LEVEL_ERROR,
2650 "%s: ERROR !!!! Wireless dev is NULL", __func__);
2651 return -EINVAL;
2652 }
2653 goto done;
2654 }
2655
2656 default:
2657 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported interface Type",
2658 __func__);
2659 return -EOPNOTSUPP;
2660 }
2661 }
2662 else if ( (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07002663 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Jeff Johnson295189b2012-06-20 16:38:30 -07002664 )
2665 {
2666 switch(type)
2667 {
2668 case NL80211_IFTYPE_STATION:
Jeff Johnson295189b2012-06-20 16:38:30 -07002669 case NL80211_IFTYPE_P2P_CLIENT:
Jeff Johnson295189b2012-06-20 16:38:30 -07002670 case NL80211_IFTYPE_ADHOC:
Jeff Johnson32d95a32012-09-10 13:15:23 -07002671 hdd_stop_adapter( pHddCtx, pAdapter );
2672 hdd_deinit_adapter( pHddCtx, pAdapter );
Jeff Johnson295189b2012-06-20 16:38:30 -07002673 wdev->iftype = type;
Gopichand Nakkalaf527dc62012-12-31 16:35:10 -08002674 //Check for sub-string p2p to confirm its a p2p interface
2675 if (NULL != strstr(ndev->name,"p2p"))
Gopichand Nakkala864d3552012-12-31 16:08:51 -08002676 {
2677 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
2678 WLAN_HDD_P2P_DEVICE : WLAN_HDD_P2P_CLIENT;
2679 }
2680 else
2681 {
2682 pAdapter->device_mode = (type == NL80211_IFTYPE_STATION) ?
Jeff Johnson295189b2012-06-20 16:38:30 -07002683 WLAN_HDD_INFRA_STATION: WLAN_HDD_P2P_CLIENT;
Gopichand Nakkala864d3552012-12-31 16:08:51 -08002684 }
Jeff Johnson295189b2012-06-20 16:38:30 -07002685 hdd_set_conparam(0);
2686 pHddCtx->change_iface = type;
Jeff Johnson295189b2012-06-20 16:38:30 -07002687 memset(&pAdapter->sessionCtx, 0, sizeof(pAdapter->sessionCtx));
2688 hdd_set_station_ops( pAdapter->dev );
2689 status = hdd_init_station_mode( pAdapter );
2690 if( VOS_STATUS_SUCCESS != status )
2691 return -EOPNOTSUPP;
Jeff Johnsone7245742012-09-05 17:12:55 -07002692 /* In case of JB, for P2P-GO, only change interface will be called,
2693 * This is the right place to enable back bmps_imps()
2694 */
Gopichand Nakkalaa2fe5b02013-06-06 16:32:28 +05302695 if (pHddCtx->hdd_wlan_suspended)
2696 {
2697 hdd_set_pwrparams(pHddCtx);
2698 }
Jeff Johnsone7245742012-09-05 17:12:55 -07002699 hdd_enable_bmps_imps(pHddCtx);
Jeff Johnson295189b2012-06-20 16:38:30 -07002700 goto done;
2701 case NL80211_IFTYPE_AP:
Jeff Johnson295189b2012-06-20 16:38:30 -07002702 case NL80211_IFTYPE_P2P_GO:
Jeff Johnson295189b2012-06-20 16:38:30 -07002703 wdev->iftype = type;
Jeff Johnson295189b2012-06-20 16:38:30 -07002704 pAdapter->device_mode = (type == NL80211_IFTYPE_AP) ?
2705 WLAN_HDD_SOFTAP : WLAN_HDD_P2P_GO;
Jeff Johnson295189b2012-06-20 16:38:30 -07002706 goto done;
2707 default:
2708 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported interface Type",
2709 __func__);
2710 return -EOPNOTSUPP;
2711
2712 }
2713
2714 }
2715 else
2716 {
2717 return -EOPNOTSUPP;
2718 }
2719
2720
2721 if(pRoamProfile)
2722 {
2723 if ( LastBSSType != pRoamProfile->BSSType )
2724 {
2725 /*interface type changed update in wiphy structure*/
2726 wdev->iftype = type;
2727
2728 /*the BSS mode changed, We need to issue disconnect
2729 if connected or in IBSS disconnect state*/
2730 if ( hdd_connGetConnectedBssType(
2731 WLAN_HDD_GET_STATION_CTX_PTR(pAdapter), &connectedBssType ) ||
2732 ( eCSR_BSS_TYPE_START_IBSS == LastBSSType ) )
2733 {
2734 /*need to issue a disconnect to CSR.*/
2735 INIT_COMPLETION(pAdapter->disconnect_comp_var);
2736 if( eHAL_STATUS_SUCCESS ==
2737 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
2738 pAdapter->sessionId,
2739 eCSR_DISCONNECT_REASON_UNSPECIFIED ) )
2740 {
2741 wait_for_completion_interruptible_timeout(
2742 &pAdapter->disconnect_comp_var,
2743 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
2744 }
2745 }
2746 }
2747 }
2748
2749done:
2750 /*set bitmask based on updated value*/
2751 wlan_hdd_set_concurrency_mode(pHddCtx, pAdapter->device_mode);
Leo Chang6fe1f922013-06-07 19:21:24 -07002752
2753 /* Only STA mode support TM now
2754 * all other mode, TM feature should be disabled */
2755 if ( (pHddCtx->cfg_ini->thermalMitigationEnable) &&
2756 (~VOS_STA & pHddCtx->concurrency_mode) )
2757 {
2758 hddDevTmLevelChangedHandler(pHddCtx->parent_dev, 0);
2759 }
2760
Jeff Johnson295189b2012-06-20 16:38:30 -07002761#ifdef WLAN_BTAMP_FEATURE
Gopichand Nakkala747461f2013-04-24 19:24:45 +05302762 if((NL80211_IFTYPE_STATION == type) && (pHddCtx->concurrency_mode <= 1) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07002763 (pHddCtx->no_of_sessions[WLAN_HDD_INFRA_STATION] <=1))
2764 {
2765 //we are ok to do AMP
2766 pHddCtx->isAmpAllowed = VOS_TRUE;
2767 }
2768#endif //WLAN_BTAMP_FEATURE
2769 EXIT();
2770 return 0;
2771}
2772
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002773#ifdef FEATURE_WLAN_TDLS
2774static int wlan_hdd_tdls_add_station(struct wiphy *wiphy,
2775 struct net_device *dev, u8 *mac, bool update, tCsrStaParams *StaParams)
2776{
2777 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
2778 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
2779 VOS_STATUS status;
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002780 hddTdlsPeer_t *pTdlsPeer;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002781
2782 ENTER();
2783
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05302784 if (NULL == pHddCtx || NULL == pHddCtx->cfg_ini)
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002785 {
2786 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2787 "Invalid arguments");
2788 return -EINVAL;
2789 }
Hoonki Lee27511902013-03-14 18:19:06 -07002790
2791 if ((eTDLS_SUPPORT_NOT_ENABLED == pHddCtx->tdls_mode) ||
2792 (eTDLS_SUPPORT_DISABLED == pHddCtx->tdls_mode))
2793 {
2794 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2795 "%s: TDLS mode is disabled OR not enabled in FW."
2796 MAC_ADDRESS_STR " Request declined.",
2797 __func__, MAC_ADDR_ARRAY(mac));
2798 return -ENOTSUPP;
2799 }
2800
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002801 if (pHddCtx->isLogpInProgress)
2802 {
2803 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2804 "%s:LOGP in Progress. Ignore!!!", __func__);
Gopichand Nakkala05922802013-03-14 12:23:19 -07002805 wlan_hdd_tdls_set_link_status(pAdapter, mac, eTDLS_LINK_IDLE);
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002806 return -EBUSY;
2807 }
2808
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002809 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, mac);
2810
2811 if ( NULL == pTdlsPeer ) {
2812 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2813 "%s: " MAC_ADDRESS_STR " (update %d) not exist. return invalid",
2814 __func__, MAC_ADDR_ARRAY(mac), update);
2815 return -EINVAL;
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07002816 }
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002817
2818 /* in add station, we accept existing valid staId if there is */
2819 if ((0 == update) &&
2820 ((pTdlsPeer->link_status >= eTDLS_LINK_CONNECTING) ||
2821 (TDLS_STA_INDEX_VALID(pTdlsPeer->staId))))
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002822 {
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002823 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002824 "%s: " MAC_ADDRESS_STR
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002825 " link_status %d. staId %d. add station ignored.",
2826 __func__, MAC_ADDR_ARRAY(mac), pTdlsPeer->link_status, pTdlsPeer->staId);
2827 return 0;
2828 }
2829 /* in change station, we accept only when staId is valid */
2830 if ((1 == update) &&
2831 ((pTdlsPeer->link_status > eTDLS_LINK_CONNECTING) ||
2832 (!TDLS_STA_INDEX_VALID(pTdlsPeer->staId))))
2833 {
2834 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2835 "%s: " MAC_ADDRESS_STR
2836 " link status %d. staId %d. change station %s.",
2837 __func__, MAC_ADDR_ARRAY(mac), pTdlsPeer->link_status, pTdlsPeer->staId,
2838 (TDLS_STA_INDEX_VALID(pTdlsPeer->staId)) ? "ignored" : "declined");
2839 return (TDLS_STA_INDEX_VALID(pTdlsPeer->staId)) ? 0 : -EPERM;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002840 }
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07002841
2842 /* when others are on-going, we want to change link_status to idle */
Hoonki Leefb8df672013-04-10 18:20:34 -07002843 if (NULL != wlan_hdd_tdls_is_progress(pHddCtx, mac, TRUE, TRUE))
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002844 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002845 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2846 "%s: " MAC_ADDRESS_STR
2847 " TDLS setup is ongoing. Request declined.",
2848 __func__, MAC_ADDR_ARRAY(mac));
Gopichand Nakkala05922802013-03-14 12:23:19 -07002849 goto error;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002850 }
2851
2852 /* first to check if we reached to maximum supported TDLS peer.
2853 TODO: for now, return -EPERM looks working fine,
2854 but need to check if any other errno fit into this category.*/
2855 if (HDD_MAX_NUM_TDLS_STA <= wlan_hdd_tdlsConnectedPeers(pAdapter))
2856 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002857 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2858 "%s: " MAC_ADDRESS_STR
2859 " TDLS Max peer already connected. Request declined.",
2860 __func__, MAC_ADDR_ARRAY(mac));
Gopichand Nakkala05922802013-03-14 12:23:19 -07002861 goto error;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002862 }
2863 else
2864 {
2865 hddTdlsPeer_t *pTdlsPeer;
2866 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, mac);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002867 if (pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002868 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002869 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2870 "%s: " MAC_ADDRESS_STR " already connected. Request declined.",
2871 __func__, MAC_ADDR_ARRAY(mac));
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002872 return -EPERM;
2873 }
2874 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002875 if (0 == update)
2876 wlan_hdd_tdls_set_link_status(pAdapter, mac, eTDLS_LINK_CONNECTING);
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002877
Jeff Johnsond75fe012013-04-06 10:53:06 -07002878 /* debug code */
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05302879 if (NULL != StaParams)
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002880 {
2881 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2882 "%s: TDLS Peer Parameters.", __func__);
Hoonki Lee66b75f32013-04-16 18:30:07 -07002883 if(StaParams->htcap_present)
2884 {
2885 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2886 "ht_capa->cap_info: %0x", StaParams->HTCap.capInfo);
2887 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2888 "ht_capa->extended_capabilities: %0x",
2889 StaParams->HTCap.extendedHtCapInfo);
2890 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002891 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2892 "params->capability: %0x",StaParams->capability);
2893 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2894 "params->ext_capab_len: %0x",StaParams->extn_capability);
Hoonki Lee66b75f32013-04-16 18:30:07 -07002895 if(StaParams->vhtcap_present)
2896 {
2897 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2898 "rxMcsMap %x rxHighest %x txMcsMap %x txHighest %x",
2899 StaParams->VHTCap.suppMcs.rxMcsMap, StaParams->VHTCap.suppMcs.rxHighest,
2900 StaParams->VHTCap.suppMcs.txMcsMap, StaParams->VHTCap.suppMcs.txHighest);
2901 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002902 {
2903 int i = 0;
Hoonki Lee5305c3a2013-04-29 23:28:59 -07002904 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO, "Supported rates:");
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07002905 for (i = 0; i < sizeof(StaParams->supported_rates); i++)
2906 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
2907 "[%d]: %x ", i, StaParams->supported_rates[i]);
2908 }
Jeff Johnsond75fe012013-04-06 10:53:06 -07002909 } /* end debug code */
Gopichand Nakkala838be5d2013-04-10 22:41:51 +05302910 else if ((1 == update) && (NULL == StaParams))
2911 {
2912 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2913 "%s : update is true, but staParams is NULL. Error!", __func__);
2914 return -EPERM;
2915 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002916
2917 INIT_COMPLETION(pAdapter->tdls_add_station_comp);
2918
2919 if (!update)
2920 {
2921 status = sme_AddTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
2922 pAdapter->sessionId, mac);
2923 }
2924 else
2925 {
2926 status = sme_ChangeTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
2927 pAdapter->sessionId, mac, StaParams);
2928 }
2929
2930 status = wait_for_completion_interruptible_timeout(&pAdapter->tdls_add_station_comp,
2931 msecs_to_jiffies(WAIT_TIME_TDLS_ADD_STA));
2932
2933 if (!status)
2934 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002935 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002936 "%s: timeout waiting for tdls add station indication",
2937 __func__);
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07002938 return -EPERM;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002939 }
2940 if ( eHAL_STATUS_SUCCESS != pAdapter->tdlsAddStaStatus)
2941 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07002942 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002943 "%s: Add Station is unsucessful", __func__);
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07002944 return -EPERM;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002945 }
2946
2947 return 0;
Gopichand Nakkala05922802013-03-14 12:23:19 -07002948
2949error:
2950 wlan_hdd_tdls_set_link_status(pAdapter, mac, eTDLS_LINK_IDLE);
2951 return -EPERM;
2952
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002953}
2954#endif
2955
Jeff Johnson295189b2012-06-20 16:38:30 -07002956static int wlan_hdd_change_station(struct wiphy *wiphy,
2957 struct net_device *dev,
2958 u8 *mac,
2959 struct station_parameters *params)
2960{
2961 VOS_STATUS status = VOS_STATUS_SUCCESS;
2962 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Gopichand Nakkala29149562013-05-10 21:43:41 +05302963 hdd_context_t *pHddCtx;
2964 hdd_station_ctx_t *pHddStaCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07002965 v_MACADDR_t STAMacAddress;
Gopichand Nakkalab0856222013-03-12 22:39:05 -07002966#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002967 tCsrStaParams StaParams = {0};
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002968 tANI_U8 isBufSta = 0;
Gopichand Nakkalab0856222013-03-12 22:39:05 -07002969#endif
Jeff Johnsone7245742012-09-05 17:12:55 -07002970 ENTER();
2971
Gopichand Nakkala29149562013-05-10 21:43:41 +05302972 if ((NULL == pAdapter))
2973 {
2974 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
2975 "invalid adapter ");
2976 return -EINVAL;
2977 }
2978
2979 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
2980 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
2981
2982 if ((NULL == pHddCtx) || (NULL == pHddStaCtx))
2983 {
2984 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
2985 "invalid HDD state or HDD station context");
2986 return -EINVAL;
2987 }
2988
2989 if (pHddCtx->isLogpInProgress)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07002990 {
2991 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
2992 "%s:LOGP in Progress. Ignore!!!", __func__);
2993 return -EAGAIN;
2994 }
2995
Jeff Johnson295189b2012-06-20 16:38:30 -07002996 vos_mem_copy(STAMacAddress.bytes, mac, sizeof(v_MACADDR_t));
2997
Gopichand Nakkala681989c2013-03-06 22:27:48 -08002998 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
2999 || (pAdapter->device_mode == WLAN_HDD_P2P_GO))
Jeff Johnson295189b2012-06-20 16:38:30 -07003000 {
Gopichand Nakkala681989c2013-03-06 22:27:48 -08003001 if (params->sta_flags_set & BIT(NL80211_STA_FLAG_AUTHORIZED))
Jeff Johnson295189b2012-06-20 16:38:30 -07003002 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303003 status = hdd_softap_change_STA_state( pAdapter, &STAMacAddress,
Jeff Johnson295189b2012-06-20 16:38:30 -07003004 WLANTL_STA_AUTHENTICATED);
3005
Gopichand Nakkala29149562013-05-10 21:43:41 +05303006 if (status != VOS_STATUS_SUCCESS)
3007 {
3008 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
3009 "%s: Not able to change TL state to AUTHENTICATED", __func__);
3010 return -EINVAL;
3011 }
Jeff Johnson295189b2012-06-20 16:38:30 -07003012 }
3013 }
Hoonki Leea6d49be2013-04-05 09:43:25 -07003014 else if ((pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
3015 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)) {
Gopichand Nakkala29149562013-05-10 21:43:41 +05303016#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003017 if (params->sta_flags_set & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
3018 StaParams.capability = params->capability;
3019 StaParams.uapsd_queues = params->uapsd_queues;
3020 StaParams.max_sp = params->max_sp;
3021
3022 if (0 != params->ext_capab_len)
3023 vos_mem_copy(StaParams.extn_capability, params->ext_capab,
3024 sizeof(StaParams.extn_capability));
3025
3026 if (NULL != params->ht_capa)
Hoonki Lee66b75f32013-04-16 18:30:07 -07003027 {
3028 StaParams.htcap_present = 1;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003029 vos_mem_copy(&StaParams.HTCap, params->ht_capa, sizeof(tSirHTCap));
Hoonki Lee66b75f32013-04-16 18:30:07 -07003030 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003031
3032 StaParams.supported_rates_len = params->supported_rates_len;
3033
3034 /* Note : The Maximum sizeof supported_rates sent by the Supplicant is 32.
3035 * The supported_rates array , for all the structures propogating till Add Sta
3036 * to the firmware has to be modified , if the supplicant (ieee80211) is
3037 * modified to send more rates.
3038 */
3039
3040 /* To avoid Data Currption , set to max length to SIR_MAC_MAX_SUPP_RATES
3041 */
3042 if (StaParams.supported_rates_len > SIR_MAC_MAX_SUPP_RATES)
3043 StaParams.supported_rates_len = SIR_MAC_MAX_SUPP_RATES;
3044
3045 if (0 != StaParams.supported_rates_len) {
3046 int i = 0;
3047 vos_mem_copy(StaParams.supported_rates, params->supported_rates,
3048 StaParams.supported_rates_len);
Hoonki Lee5305c3a2013-04-29 23:28:59 -07003049 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003050 "Supported Rates with Length %d", StaParams.supported_rates_len);
3051 for (i=0; i < StaParams.supported_rates_len; i++)
Hoonki Lee5305c3a2013-04-29 23:28:59 -07003052 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003053 "[%d]: %0x", i, StaParams.supported_rates[i]);
3054 }
3055
3056 if (NULL != params->vht_capa)
Hoonki Lee66b75f32013-04-16 18:30:07 -07003057 {
3058 StaParams.vhtcap_present = 1;
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003059 vos_mem_copy(&StaParams.VHTCap, params->vht_capa, sizeof(tSirVHTCap));
Hoonki Lee66b75f32013-04-16 18:30:07 -07003060 }
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07003061
Gopichand Nakkala681989c2013-03-06 22:27:48 -08003062 if (0 != params->ext_capab_len ) {
3063 /*Define A Macro : TODO Sunil*/
3064 if ((1<<4) & StaParams.extn_capability[3]) {
3065 isBufSta = 1;
3066 }
3067 }
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05303068 status = wlan_hdd_tdls_set_peer_caps( pAdapter, mac, params->uapsd_queues,
3069 params->max_sp, isBufSta);
3070 if (VOS_STATUS_SUCCESS != status) {
3071 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3072 "%s: wlan_hdd_tdls_set_peer_caps failed!", __func__);
3073 return -EINVAL;
3074 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08003075 status = wlan_hdd_tdls_add_station(wiphy, dev, mac, 1, &StaParams);
3076
3077 if (VOS_STATUS_SUCCESS != status) {
3078 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3079 "%s: sme_ChangeTdlsPeerSta failed!", __func__);
3080 return -EINVAL;
3081 }
3082 }
Gopichand Nakkalab0856222013-03-12 22:39:05 -07003083#endif
Gopichand Nakkala6239acd2013-06-14 14:48:00 +05303084 }
Jeff Johnsone7245742012-09-05 17:12:55 -07003085 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07003086 return status;
3087}
3088
3089/*
Jeff Johnson295189b2012-06-20 16:38:30 -07003090 * FUNCTION: wlan_hdd_cfg80211_add_key
3091 * This function is used to initialize the key information
3092 */
3093#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003094static int wlan_hdd_cfg80211_add_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003095 struct net_device *ndev,
3096 u8 key_index, bool pairwise,
3097 const u8 *mac_addr,
3098 struct key_params *params
3099 )
3100#else
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003101static int wlan_hdd_cfg80211_add_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003102 struct net_device *ndev,
3103 u8 key_index, const u8 *mac_addr,
3104 struct key_params *params
3105 )
3106#endif
3107{
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003108 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Jeff Johnson295189b2012-06-20 16:38:30 -07003109 tCsrRoamSetKey setKey;
3110 u8 groupmacaddr[WNI_CFG_BSSID_LEN] = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05303111 int status;
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003112 v_U32_t roamId= 0xFF;
3113 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pAdapter))->pvosContext;
Jeff Johnson295189b2012-06-20 16:38:30 -07003114 hdd_hostapd_state_t *pHostapdState;
3115 VOS_STATUS vos_status;
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003116 eHalStatus halStatus;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05303117 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07003118
3119 ENTER();
3120
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05303121 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
3122 status = wlan_hdd_validate_context(pHddCtx);
3123
3124 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07003125 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05303126 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3127 "%s: HDD context is not valid", __func__);
3128 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07003129 }
3130
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003131 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d",
3132 __func__, pAdapter->device_mode);
Jeff Johnson295189b2012-06-20 16:38:30 -07003133
3134 if (CSR_MAX_NUM_KEY <= key_index)
3135 {
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003136 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003137 key_index);
3138
3139 return -EINVAL;
3140 }
3141
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003142 if (CSR_MAX_KEY_LEN < params->key_len)
3143 {
3144 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key length %d", __func__,
3145 params->key_len);
3146
3147 return -EINVAL;
3148 }
3149
3150 hddLog(VOS_TRACE_LEVEL_INFO,
3151 "%s: called with key index = %d & key length %d",
3152 __func__, key_index, params->key_len);
Jeff Johnson295189b2012-06-20 16:38:30 -07003153
3154 /*extract key idx, key len and key*/
3155 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
3156 setKey.keyId = key_index;
3157 setKey.keyLength = params->key_len;
3158 vos_mem_copy(&setKey.Key[0],params->key, params->key_len);
3159
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003160 switch (params->cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -07003161 {
3162 case WLAN_CIPHER_SUITE_WEP40:
3163 setKey.encType = eCSR_ENCRYPT_TYPE_WEP40_STATICKEY;
3164 break;
3165
3166 case WLAN_CIPHER_SUITE_WEP104:
3167 setKey.encType = eCSR_ENCRYPT_TYPE_WEP104_STATICKEY;
3168 break;
3169
3170 case WLAN_CIPHER_SUITE_TKIP:
3171 {
3172 u8 *pKey = &setKey.Key[0];
3173 setKey.encType = eCSR_ENCRYPT_TYPE_TKIP;
3174
3175 vos_mem_zero(pKey, CSR_MAX_KEY_LEN);
3176
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003177 /*Supplicant sends the 32bytes key in this order
Jeff Johnson295189b2012-06-20 16:38:30 -07003178
3179 |--------------|----------|----------|
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003180 | Tk1 |TX-MIC | RX Mic |
Jeff Johnson295189b2012-06-20 16:38:30 -07003181 |--------------|----------|----------|
3182 <---16bytes---><--8bytes--><--8bytes-->
3183
3184 */
3185 /*Sme expects the 32 bytes key to be in the below order
3186
3187 |--------------|----------|----------|
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003188 | Tk1 |RX-MIC | TX Mic |
Jeff Johnson295189b2012-06-20 16:38:30 -07003189 |--------------|----------|----------|
3190 <---16bytes---><--8bytes--><--8bytes-->
3191 */
3192 /* Copy the Temporal Key 1 (TK1) */
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003193 vos_mem_copy(pKey, params->key, 16);
Jeff Johnson295189b2012-06-20 16:38:30 -07003194
3195 /*Copy the rx mic first*/
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003196 vos_mem_copy(&pKey[16], &params->key[24], 8);
Jeff Johnson295189b2012-06-20 16:38:30 -07003197
3198 /*Copy the tx mic */
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003199 vos_mem_copy(&pKey[24], &params->key[16], 8);
Jeff Johnson295189b2012-06-20 16:38:30 -07003200
3201
3202 break;
3203 }
3204
3205 case WLAN_CIPHER_SUITE_CCMP:
3206 setKey.encType = eCSR_ENCRYPT_TYPE_AES;
3207 break;
3208
3209#ifdef FEATURE_WLAN_WAPI
3210 case WLAN_CIPHER_SUITE_SMS4:
3211 {
3212 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
3213 wlan_hdd_cfg80211_set_key_wapi(pAdapter, key_index, mac_addr,
3214 params->key, params->key_len);
3215 return 0;
3216 }
3217#endif
Chet Lanctot186b5732013-03-18 10:26:30 -07003218
Jeff Johnson295189b2012-06-20 16:38:30 -07003219#ifdef FEATURE_WLAN_CCX
3220 case WLAN_CIPHER_SUITE_KRK:
3221 setKey.encType = eCSR_ENCRYPT_TYPE_KRK;
3222 break;
3223#endif
Chet Lanctot186b5732013-03-18 10:26:30 -07003224
3225#ifdef WLAN_FEATURE_11W
3226 case WLAN_CIPHER_SUITE_AES_CMAC:
3227 setKey.encType = eCSR_ENCRYPT_TYPE_AES_CMAC;
Chet Lanctot3b5158a2013-03-31 16:45:21 -07003228 break;
Chet Lanctot186b5732013-03-18 10:26:30 -07003229#endif
3230
Jeff Johnson295189b2012-06-20 16:38:30 -07003231 default:
3232 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: unsupported cipher type %lu",
3233 __func__, params->cipher);
3234 return -EOPNOTSUPP;
3235 }
3236
3237 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: encryption type %d",
3238 __func__, setKey.encType);
3239
Shailender Karmuchi642e9812013-05-30 14:34:49 -07003240 if (
Jeff Johnson295189b2012-06-20 16:38:30 -07003241#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
3242 (!pairwise)
3243#else
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003244 (!mac_addr || is_broadcast_ether_addr(mac_addr))
Jeff Johnson295189b2012-06-20 16:38:30 -07003245#endif
Shailender Karmuchi642e9812013-05-30 14:34:49 -07003246 )
3247 {
3248 /* set group key*/
3249 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
3250 "%s- %d: setting Broadcast key",
3251 __func__, __LINE__);
3252 setKey.keyDirection = eSIR_RX_ONLY;
3253 vos_mem_copy(setKey.peerMac,groupmacaddr,WNI_CFG_BSSID_LEN);
3254 }
3255 else
3256 {
3257 /* set pairwise key*/
3258 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
3259 "%s- %d: setting pairwise key",
3260 __func__, __LINE__);
3261 setKey.keyDirection = eSIR_TX_RX;
3262 vos_mem_copy(setKey.peerMac, mac_addr,WNI_CFG_BSSID_LEN);
3263 }
3264 if ((WLAN_HDD_IBSS == pAdapter->device_mode) && !pairwise)
3265 {
3266 setKey.keyDirection = eSIR_TX_RX;
3267 /*Set the group key*/
3268 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
3269 pAdapter->sessionId, &setKey, &roamId );
Jeff Johnson295189b2012-06-20 16:38:30 -07003270
Shailender Karmuchi642e9812013-05-30 14:34:49 -07003271 if ( 0 != status )
3272 {
3273 hddLog(VOS_TRACE_LEVEL_ERROR,
3274 "%s: sme_RoamSetKey failed, returned %d", __func__, status);
3275 return -EINVAL;
3276 }
3277 /*Save the keys here and call sme_RoamSetKey for setting
3278 the PTK after peer joins the IBSS network*/
3279 vos_mem_copy(&pAdapter->sessionCtx.station.ibss_enc_key,
3280 &setKey, sizeof(tCsrRoamSetKey));
3281 return status;
3282 }
Gopichand Nakkala29149562013-05-10 21:43:41 +05303283 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP) ||
3284 (pAdapter->device_mode == WLAN_HDD_P2P_GO))
3285 {
Jeff Johnson295189b2012-06-20 16:38:30 -07003286 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003287 if( pHostapdState->bssState == BSS_START )
3288 {
Jeff Johnson295189b2012-06-20 16:38:30 -07003289 status = WLANSAP_SetKeySta( pVosContext, &setKey);
3290
3291 if ( status != eHAL_STATUS_SUCCESS )
3292 {
3293 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3294 "[%4d] WLANSAP_SetKeySta returned ERROR status= %d",
3295 __LINE__, status );
3296 }
3297 }
3298
3299 /* Saving WEP keys */
3300 else if( eCSR_ENCRYPT_TYPE_WEP40_STATICKEY == setKey.encType ||
3301 eCSR_ENCRYPT_TYPE_WEP104_STATICKEY == setKey.encType )
3302 {
3303 //Save the wep key in ap context. Issue setkey after the BSS is started.
3304 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
3305 vos_mem_copy(&pAPCtx->wepKey[key_index], &setKey, sizeof(tCsrRoamSetKey));
3306 }
3307 else
3308 {
3309 //Save the key in ap context. Issue setkey after the BSS is started.
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003310 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07003311 vos_mem_copy(&pAPCtx->groupKey, &setKey, sizeof(tCsrRoamSetKey));
3312 }
3313 }
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003314 else if ( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION) ||
3315 (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT) )
Jeff Johnson295189b2012-06-20 16:38:30 -07003316 {
3317 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
3318 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
3319
Gopichand Nakkala3d295922013-05-07 16:19:14 +05303320#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
3321 if (!pairwise)
3322#else
3323 if (!mac_addr || is_broadcast_ether_addr(mac_addr))
3324#endif
3325 {
3326 /* set group key*/
3327 if (pHddStaCtx->roam_info.deferKeyComplete)
3328 {
3329 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
3330 "%s- %d: Perform Set key Complete",
3331 __func__, __LINE__);
3332 hdd_PerformRoamSetKeyComplete(pAdapter);
3333 }
3334 }
3335
Jeff Johnson295189b2012-06-20 16:38:30 -07003336 pWextState->roamProfile.Keys.KeyLength[key_index] = (u8)params->key_len;
3337
Venkata Prathyusha Kuntupalliee2ce712013-01-17 14:09:24 -08003338 pWextState->roamProfile.Keys.defaultIndex = key_index;
3339
3340
Jeff Johnsonf77ef0a2013-03-27 09:29:14 -07003341 vos_mem_copy(&pWextState->roamProfile.Keys.KeyMaterial[key_index][0],
Jeff Johnson295189b2012-06-20 16:38:30 -07003342 params->key, params->key_len);
3343
Gopichand Nakkala3d295922013-05-07 16:19:14 +05303344
Jeff Johnson295189b2012-06-20 16:38:30 -07003345 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
3346
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303347 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07003348 "%s: set key for peerMac %2x:%2x:%2x:%2x:%2x:%2x, direction %d",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303349 __func__, setKey.peerMac[0], setKey.peerMac[1],
3350 setKey.peerMac[2], setKey.peerMac[3],
3351 setKey.peerMac[4], setKey.peerMac[5],
Jeff Johnson295189b2012-06-20 16:38:30 -07003352 setKey.keyDirection);
3353
3354 vos_status = wlan_hdd_check_ula_done(pAdapter);
3355
3356 if ( vos_status != VOS_STATUS_SUCCESS )
3357 {
3358 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3359 "[%4d] wlan_hdd_check_ula_done returned ERROR status= %d",
3360 __LINE__, vos_status );
3361
3362 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
3363
3364 return -EINVAL;
3365
3366 }
3367
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003368#ifdef WLAN_FEATURE_VOWIFI_11R
Gopichand Nakkala3d295922013-05-07 16:19:14 +05303369 /* The supplicant may attempt to set the PTK once pre-authentication
3370 is done. Save the key in the UMAC and include it in the ADD BSS
3371 request */
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003372 halStatus = sme_FTUpdateKey( WLAN_HDD_GET_HAL_CTX(pAdapter), &setKey);
Gopichand Nakkala3d295922013-05-07 16:19:14 +05303373 if ( halStatus == eHAL_STATUS_FT_PREAUTH_KEY_SUCCESS )
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003374 {
Gopichand Nakkala3d295922013-05-07 16:19:14 +05303375 hddLog(VOS_TRACE_LEVEL_INFO_MED,
3376 "%s: Update PreAuth Key success", __func__);
3377 return 0;
3378 }
3379 else if ( halStatus == eHAL_STATUS_FT_PREAUTH_KEY_FAILED )
3380 {
3381 hddLog(VOS_TRACE_LEVEL_ERROR,
3382 "%s: Update PreAuth Key failed", __func__);
Gopichand Nakkalad7d13652013-02-15 01:48:00 +05303383 return -EINVAL;
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07003384 }
3385#endif /* WLAN_FEATURE_VOWIFI_11R */
Jeff Johnson295189b2012-06-20 16:38:30 -07003386
3387 /* issue set key request to SME*/
3388 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
3389 pAdapter->sessionId, &setKey, &roamId );
3390
3391 if ( 0 != status )
3392 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303393 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07003394 "%s: sme_RoamSetKey failed, returned %d", __func__, status);
3395 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
3396 return -EINVAL;
3397 }
3398
3399
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303400 /* in case of IBSS as there was no information available about WEP keys during
3401 * IBSS join, group key intialized with NULL key, so re-initialize group key
Jeff Johnson295189b2012-06-20 16:38:30 -07003402 * with correct value*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303403 if ( (eCSR_BSS_TYPE_START_IBSS == pWextState->roamProfile.BSSType) &&
3404 !( ( IW_AUTH_KEY_MGMT_802_1X
3405 == (pWextState->authKeyMgmt & IW_AUTH_KEY_MGMT_802_1X))
Jeff Johnson295189b2012-06-20 16:38:30 -07003406 && (eCSR_AUTH_TYPE_OPEN_SYSTEM == pHddStaCtx->conn_info.authType)
3407 )
3408 &&
3409 ( (WLAN_CIPHER_SUITE_WEP40 == params->cipher)
3410 || (WLAN_CIPHER_SUITE_WEP104 == params->cipher)
3411 )
3412 )
3413 {
3414 setKey.keyDirection = eSIR_RX_ONLY;
3415 vos_mem_copy(setKey.peerMac,groupmacaddr,WNI_CFG_BSSID_LEN);
3416
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303417 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07003418 "%s: set key peerMac %2x:%2x:%2x:%2x:%2x:%2x, direction %d",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303419 __func__, setKey.peerMac[0], setKey.peerMac[1],
3420 setKey.peerMac[2], setKey.peerMac[3],
3421 setKey.peerMac[4], setKey.peerMac[5],
Jeff Johnson295189b2012-06-20 16:38:30 -07003422 setKey.keyDirection);
3423
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303424 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07003425 pAdapter->sessionId, &setKey, &roamId );
3426
3427 if ( 0 != status )
3428 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303429 hddLog(VOS_TRACE_LEVEL_ERROR,
3430 "%s: sme_RoamSetKey failed for group key (IBSS), returned %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07003431 __func__, status);
3432 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
3433 return -EINVAL;
3434 }
3435 }
3436 }
3437
3438 return 0;
3439}
3440
3441/*
3442 * FUNCTION: wlan_hdd_cfg80211_get_key
3443 * This function is used to get the key information
3444 */
3445#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303446static int wlan_hdd_cfg80211_get_key(
3447 struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003448 struct net_device *ndev,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303449 u8 key_index, bool pairwise,
Jeff Johnson295189b2012-06-20 16:38:30 -07003450 const u8 *mac_addr, void *cookie,
3451 void (*callback)(void *cookie, struct key_params*)
3452 )
3453#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303454static int wlan_hdd_cfg80211_get_key(
3455 struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003456 struct net_device *ndev,
3457 u8 key_index, const u8 *mac_addr, void *cookie,
3458 void (*callback)(void *cookie, struct key_params*)
3459 )
3460#endif
3461{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303462 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Jeff Johnson295189b2012-06-20 16:38:30 -07003463 hdd_wext_state_t *pWextState= WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
3464 tCsrRoamProfile *pRoamProfile = &(pWextState->roamProfile);
3465 struct key_params params;
3466
3467 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303468
Jeff Johnson295189b2012-06-20 16:38:30 -07003469 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
3470 __func__,pAdapter->device_mode);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303471
Jeff Johnson295189b2012-06-20 16:38:30 -07003472 memset(&params, 0, sizeof(params));
3473
3474 if (CSR_MAX_NUM_KEY <= key_index)
3475 {
3476 return -EINVAL;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303477 }
Jeff Johnson295189b2012-06-20 16:38:30 -07003478
3479 switch(pRoamProfile->EncryptionType.encryptionType[0])
3480 {
3481 case eCSR_ENCRYPT_TYPE_NONE:
3482 params.cipher = IW_AUTH_CIPHER_NONE;
3483 break;
3484
3485 case eCSR_ENCRYPT_TYPE_WEP40_STATICKEY:
3486 case eCSR_ENCRYPT_TYPE_WEP40:
3487 params.cipher = WLAN_CIPHER_SUITE_WEP40;
3488 break;
3489
3490 case eCSR_ENCRYPT_TYPE_WEP104_STATICKEY:
3491 case eCSR_ENCRYPT_TYPE_WEP104:
3492 params.cipher = WLAN_CIPHER_SUITE_WEP104;
3493 break;
3494
3495 case eCSR_ENCRYPT_TYPE_TKIP:
3496 params.cipher = WLAN_CIPHER_SUITE_TKIP;
3497 break;
3498
3499 case eCSR_ENCRYPT_TYPE_AES:
3500 params.cipher = WLAN_CIPHER_SUITE_AES_CMAC;
3501 break;
3502
3503 default:
3504 params.cipher = IW_AUTH_CIPHER_NONE;
3505 break;
3506 }
3507
3508 params.key_len = pRoamProfile->Keys.KeyLength[key_index];
3509 params.seq_len = 0;
3510 params.seq = NULL;
3511 params.key = &pRoamProfile->Keys.KeyMaterial[key_index][0];
3512 callback(cookie, &params);
3513 return 0;
3514}
3515
3516/*
3517 * FUNCTION: wlan_hdd_cfg80211_del_key
3518 * This function is used to delete the key information
3519 */
3520#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303521static int wlan_hdd_cfg80211_del_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003522 struct net_device *ndev,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303523 u8 key_index,
3524 bool pairwise,
Jeff Johnson295189b2012-06-20 16:38:30 -07003525 const u8 *mac_addr
3526 )
3527#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303528static int wlan_hdd_cfg80211_del_key( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07003529 struct net_device *ndev,
3530 u8 key_index,
3531 const u8 *mac_addr
3532 )
3533#endif
3534{
3535 int status = 0;
3536
3537 //This code needs to be revisited. There is sme_removeKey API, we should
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303538 //plan to use that. After the change to use correct index in setkey,
Jeff Johnson295189b2012-06-20 16:38:30 -07003539 //it is observed that this is invalidating peer
3540 //key index whenever re-key is done. This is affecting data link.
3541 //It should be ok to ignore del_key.
3542#if 0
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303543 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
3544 v_CONTEXT_t pVosContext = (WLAN_HDD_GET_CTX(pAdapter))->pvosContext;
Jeff Johnson295189b2012-06-20 16:38:30 -07003545 u8 groupmacaddr[WNI_CFG_BSSID_LEN] = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
3546 tCsrRoamSetKey setKey;
3547 v_U32_t roamId= 0xFF;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303548
Jeff Johnson295189b2012-06-20 16:38:30 -07003549 ENTER();
3550
3551 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: device_mode = %d\n",
3552 __func__,pAdapter->device_mode);
3553
3554 if (CSR_MAX_NUM_KEY <= key_index)
3555 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303556 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003557 key_index);
3558
3559 return -EINVAL;
3560 }
3561
3562 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
3563 setKey.keyId = key_index;
3564
3565 if (mac_addr)
3566 vos_mem_copy(setKey.peerMac, mac_addr,WNI_CFG_BSSID_LEN);
3567 else
3568 vos_mem_copy(setKey.peerMac, groupmacaddr, WNI_CFG_BSSID_LEN);
3569
3570 setKey.encType = eCSR_ENCRYPT_TYPE_NONE;
3571
3572 if ((pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07003573 || (pAdapter->device_mode == WLAN_HDD_P2P_GO)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303574 )
3575 {
3576
3577 hdd_hostapd_state_t *pHostapdState =
Jeff Johnson295189b2012-06-20 16:38:30 -07003578 WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
3579 if( pHostapdState->bssState == BSS_START)
3580 {
3581 status = WLANSAP_SetKeySta( pVosContext, &setKey);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303582
Jeff Johnson295189b2012-06-20 16:38:30 -07003583 if ( status != eHAL_STATUS_SUCCESS )
3584 {
3585 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3586 "[%4d] WLANSAP_SetKeySta returned ERROR status= %d",
3587 __LINE__, status );
3588 }
3589 }
3590 }
3591 else if ( (pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303592 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Jeff Johnson295189b2012-06-20 16:38:30 -07003593 )
3594 {
3595 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
3596
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303597 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_SETTING_KEY;
3598
3599 hddLog(VOS_TRACE_LEVEL_INFO_MED,
Jeff Johnson295189b2012-06-20 16:38:30 -07003600 "%s: delete key for peerMac %2x:%2x:%2x:%2x:%2x:%2x",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303601 __func__, setKey.peerMac[0], setKey.peerMac[1],
3602 setKey.peerMac[2], setKey.peerMac[3],
Jeff Johnson295189b2012-06-20 16:38:30 -07003603 setKey.peerMac[4], setKey.peerMac[5]);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303604 if(pAdapter->sessionCtx.station.conn_info.connState ==
3605 eConnectionState_Associated)
Jeff Johnson295189b2012-06-20 16:38:30 -07003606 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303607 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07003608 pAdapter->sessionId, &setKey, &roamId );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303609
Jeff Johnson295189b2012-06-20 16:38:30 -07003610 if ( 0 != status )
3611 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303612 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07003613 "%s: sme_RoamSetKey failure, returned %d",
3614 __func__, status);
3615 pHddStaCtx->roam_info.roamingState = HDD_ROAM_STATE_NONE;
3616 return -EINVAL;
3617 }
3618 }
3619 }
3620#endif
Jeff Johnsone7245742012-09-05 17:12:55 -07003621 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07003622 return status;
3623}
3624
3625/*
3626 * FUNCTION: wlan_hdd_cfg80211_set_default_key
3627 * This function is used to set the default tx key index
3628 */
3629#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
3630static int wlan_hdd_cfg80211_set_default_key( struct wiphy *wiphy,
3631 struct net_device *ndev,
3632 u8 key_index,
3633 bool unicast, bool multicast)
3634#else
3635static int wlan_hdd_cfg80211_set_default_key( struct wiphy *wiphy,
3636 struct net_device *ndev,
3637 u8 key_index)
3638#endif
3639{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303640 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( ndev );
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05303641 int status;
Gopichand Nakkala29149562013-05-10 21:43:41 +05303642 hdd_wext_state_t *pWextState;
3643 hdd_station_ctx_t *pHddStaCtx;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05303644 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07003645
3646 ENTER();
3647
Gopichand Nakkala29149562013-05-10 21:43:41 +05303648 if ((NULL == pAdapter))
3649 {
3650 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
3651 "invalid adapter");
3652 return -EINVAL;
3653 }
3654
3655 pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
3656 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
3657
3658 if ((NULL == pWextState) || (NULL == pHddStaCtx))
3659 {
3660 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
3661 "invalid Wext state or HDD context");
3662 return -EINVAL;
3663 }
3664
Jeff Johnson295189b2012-06-20 16:38:30 -07003665 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d key_index = %d \n",
3666 __func__,pAdapter->device_mode, key_index);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303667
Jeff Johnson295189b2012-06-20 16:38:30 -07003668 if (CSR_MAX_NUM_KEY <= key_index)
3669 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303670 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid key index %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003671 key_index);
3672
3673 return -EINVAL;
3674 }
3675
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05303676 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
3677 status = wlan_hdd_validate_context(pHddCtx);
3678
3679 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07003680 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05303681 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
3682 "%s: HDD context is not valid", __func__);
3683 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07003684 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303685
Jeff Johnson295189b2012-06-20 16:38:30 -07003686 if ((pAdapter->device_mode == WLAN_HDD_INFRA_STATION)
Jeff Johnson295189b2012-06-20 16:38:30 -07003687 || (pAdapter->device_mode == WLAN_HDD_P2P_CLIENT)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303688 )
Jeff Johnson295189b2012-06-20 16:38:30 -07003689 {
Gopichand Nakkala29149562013-05-10 21:43:41 +05303690 if ( (eCSR_ENCRYPT_TYPE_TKIP !=
Jeff Johnson295189b2012-06-20 16:38:30 -07003691 pWextState->roamProfile.EncryptionType.encryptionType[0]) &&
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303692 (eCSR_ENCRYPT_TYPE_AES !=
Jeff Johnson295189b2012-06-20 16:38:30 -07003693 pWextState->roamProfile.EncryptionType.encryptionType[0])
3694 )
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303695 {
3696 /* if default key index is not same as previous one,
Jeff Johnson295189b2012-06-20 16:38:30 -07003697 * then update the default key index */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303698
Jeff Johnson295189b2012-06-20 16:38:30 -07003699 tCsrRoamSetKey setKey;
3700 v_U32_t roamId= 0xFF;
3701 tCsrKeys *Keys = &pWextState->roamProfile.Keys;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303702
3703 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: default tx key index %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07003704 __func__, key_index);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303705
Jeff Johnson295189b2012-06-20 16:38:30 -07003706 Keys->defaultIndex = (u8)key_index;
3707 vos_mem_zero(&setKey,sizeof(tCsrRoamSetKey));
3708 setKey.keyId = key_index;
3709 setKey.keyLength = Keys->KeyLength[key_index];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303710
3711 vos_mem_copy(&setKey.Key[0],
3712 &Keys->KeyMaterial[key_index][0],
Jeff Johnson295189b2012-06-20 16:38:30 -07003713 Keys->KeyLength[key_index]);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303714
Gopichand Nakkala29149562013-05-10 21:43:41 +05303715 setKey.keyDirection = eSIR_TX_RX;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303716
3717 vos_mem_copy(setKey.peerMac,
Jeff Johnson295189b2012-06-20 16:38:30 -07003718 &pHddStaCtx->conn_info.bssId[0],
3719 WNI_CFG_BSSID_LEN);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303720
Gopichand Nakkala29149562013-05-10 21:43:41 +05303721 if (Keys->KeyLength[key_index] == CSR_WEP40_KEY_LEN &&
3722 pWextState->roamProfile.EncryptionType.encryptionType[0] ==
3723 eCSR_ENCRYPT_TYPE_WEP104)
3724 {
3725 /*In the case of dynamic wep supplicant hardcodes DWEP type to eCSR_ENCRYPT_TYPE_WEP104
3726 even though ap is configured for WEP-40 encryption. In this canse the key length
3727 is 5 but the encryption type is 104 hence checking the key langht(5) and encryption
3728 type(104) and switching encryption type to 40*/
3729 pWextState->roamProfile.EncryptionType.encryptionType[0] =
3730 eCSR_ENCRYPT_TYPE_WEP40;
3731 pWextState->roamProfile.mcEncryptionType.encryptionType[0] =
3732 eCSR_ENCRYPT_TYPE_WEP40;
3733 }
3734
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303735 setKey.encType =
Jeff Johnson295189b2012-06-20 16:38:30 -07003736 pWextState->roamProfile.EncryptionType.encryptionType[0];
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303737
Jeff Johnson295189b2012-06-20 16:38:30 -07003738 /* issue set key request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303739 status = sme_RoamSetKey( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07003740 pAdapter->sessionId, &setKey, &roamId );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303741
Jeff Johnson295189b2012-06-20 16:38:30 -07003742 if ( 0 != status )
3743 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303744 hddLog(VOS_TRACE_LEVEL_ERROR,
3745 "%s: sme_RoamSetKey failed, returned %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07003746 status);
3747 return -EINVAL;
3748 }
3749 }
3750 }
3751
3752 /* In SoftAp mode setting key direction for default mode */
3753 else if ( WLAN_HDD_SOFTAP == pAdapter->device_mode )
3754 {
3755 if ( (eCSR_ENCRYPT_TYPE_TKIP !=
3756 pWextState->roamProfile.EncryptionType.encryptionType[0]) &&
3757 (eCSR_ENCRYPT_TYPE_AES !=
3758 pWextState->roamProfile.EncryptionType.encryptionType[0])
3759 )
3760 {
3761 /* Saving key direction for default key index to TX default */
3762 hdd_ap_ctx_t *pAPCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
3763 pAPCtx->wepKey[key_index].keyDirection = eSIR_TX_DEFAULT;
3764 }
3765 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303766
Jeff Johnson295189b2012-06-20 16:38:30 -07003767 return status;
3768}
3769
Jeff Johnson295189b2012-06-20 16:38:30 -07003770/*
3771 * FUNCTION: wlan_hdd_cfg80211_inform_bss
3772 * This function is used to inform the BSS details to nl80211 interface.
3773 */
3774static struct cfg80211_bss* wlan_hdd_cfg80211_inform_bss(
3775 hdd_adapter_t *pAdapter, tCsrRoamConnectedProfile *roamProfile)
3776{
3777 struct net_device *dev = pAdapter->dev;
3778 struct wireless_dev *wdev = dev->ieee80211_ptr;
3779 struct wiphy *wiphy = wdev->wiphy;
3780 tSirBssDescription *pBssDesc = roamProfile->pBssDesc;
3781 int chan_no;
3782 int ie_length;
3783 const char *ie;
3784 unsigned int freq;
3785 struct ieee80211_channel *chan;
3786 int rssi = 0;
3787 struct cfg80211_bss *bss = NULL;
3788
3789 ENTER();
3790
3791 if( NULL == pBssDesc )
3792 {
3793 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: pBssDesc is NULL\n", __func__);
3794 return bss;
3795 }
3796
3797 chan_no = pBssDesc->channelId;
3798 ie_length = GET_IE_LEN_IN_BSS_DESC( pBssDesc->length );
3799 ie = ((ie_length != 0) ? (const char *)&pBssDesc->ieFields: NULL);
3800
3801 if( NULL == ie )
3802 {
3803 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: IE of BSS descriptor is NULL\n", __func__);
3804 return bss;
3805 }
3806
3807#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,38))
3808 if (chan_no <= ARRAY_SIZE(hdd_channels_2_4_GHZ))
3809 {
3810 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_2GHZ);
3811 }
3812 else
3813 {
3814 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_5GHZ);
3815 }
3816#else
3817 freq = ieee80211_channel_to_frequency(chan_no);
3818#endif
3819
3820 chan = __ieee80211_get_channel(wiphy, freq);
3821
3822 bss = cfg80211_get_bss(wiphy, chan, pBssDesc->bssId,
3823 &roamProfile->SSID.ssId[0], roamProfile->SSID.length,
3824 WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS);
3825 if (bss == NULL)
3826 {
3827 rssi = (VOS_MIN ((pBssDesc->rssi + pBssDesc->sinr), 0))*100;
3828
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303829 return (cfg80211_inform_bss(wiphy, chan, pBssDesc->bssId,
3830 le64_to_cpu(*(__le64 *)pBssDesc->timeStamp),
Jeff Johnson295189b2012-06-20 16:38:30 -07003831 pBssDesc->capabilityInfo,
3832 pBssDesc->beaconInterval, ie, ie_length,
3833 rssi, GFP_KERNEL ));
3834}
3835 else
3836 {
3837 return bss;
3838 }
3839}
3840
3841
3842
3843/*
3844 * FUNCTION: wlan_hdd_cfg80211_inform_bss_frame
3845 * This function is used to inform the BSS details to nl80211 interface.
3846 */
3847struct cfg80211_bss*
3848wlan_hdd_cfg80211_inform_bss_frame( hdd_adapter_t *pAdapter,
3849 tSirBssDescription *bss_desc
3850 )
3851{
3852 /*
3853 cfg80211_inform_bss() is not updating ie field of bss entry, if entry
3854 already exists in bss data base of cfg80211 for that particular BSS ID.
3855 Using cfg80211_inform_bss_frame to update the bss entry instead of
3856 cfg80211_inform_bss, But this call expects mgmt packet as input. As of
3857 now there is no possibility to get the mgmt(probe response) frame from PE,
3858 converting bss_desc to ieee80211_mgmt(probe response) and passing to
3859 cfg80211_inform_bss_frame.
3860 */
3861 struct net_device *dev = pAdapter->dev;
3862 struct wireless_dev *wdev = dev->ieee80211_ptr;
3863 struct wiphy *wiphy = wdev->wiphy;
3864 int chan_no = bss_desc->channelId;
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08003865#ifdef WLAN_ENABLE_AGEIE_ON_SCAN_RESULTS
3866 qcom_ie_age *qie_age = NULL;
3867 int ie_length = GET_IE_LEN_IN_BSS_DESC( bss_desc->length ) + sizeof(qcom_ie_age);
3868#else
Jeff Johnson295189b2012-06-20 16:38:30 -07003869 int ie_length = GET_IE_LEN_IN_BSS_DESC( bss_desc->length );
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08003870#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07003871 const char *ie =
3872 ((ie_length != 0) ? (const char *)&bss_desc->ieFields: NULL);
3873 unsigned int freq;
3874 struct ieee80211_channel *chan;
3875 struct ieee80211_mgmt *mgmt =
3876 kzalloc((sizeof (struct ieee80211_mgmt) + ie_length), GFP_KERNEL);
3877 struct cfg80211_bss *bss_status = NULL;
3878 size_t frame_len = sizeof (struct ieee80211_mgmt) + ie_length;
3879 int rssi = 0;
Jeff Johnsone7245742012-09-05 17:12:55 -07003880#ifdef WLAN_OPEN_SOURCE
3881 struct timespec ts;
3882#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07003883
3884 ENTER();
3885
Madan Mohan Koyyalamudi2e5c9142012-11-02 13:17:48 -07003886 if (!mgmt)
3887 return NULL;
3888
Jeff Johnson295189b2012-06-20 16:38:30 -07003889 memcpy(mgmt->bssid, bss_desc->bssId, ETH_ALEN);
Jeff Johnsone7245742012-09-05 17:12:55 -07003890
3891#ifdef WLAN_OPEN_SOURCE
3892 /* Android does not want the timestamp from the frame.
3893 Instead it wants a monotonic increasing value */
3894 get_monotonic_boottime(&ts);
3895 mgmt->u.probe_resp.timestamp =
3896 ((u64)ts.tv_sec * 1000000) + (ts.tv_nsec / 1000);
3897#else
3898 /* keep old behavior for non-open source (for now) */
Jeff Johnson295189b2012-06-20 16:38:30 -07003899 memcpy(&mgmt->u.probe_resp.timestamp, bss_desc->timeStamp,
3900 sizeof (bss_desc->timeStamp));
Jeff Johnsone7245742012-09-05 17:12:55 -07003901
3902#endif
3903
Jeff Johnson295189b2012-06-20 16:38:30 -07003904 mgmt->u.probe_resp.beacon_int = bss_desc->beaconInterval;
3905 mgmt->u.probe_resp.capab_info = bss_desc->capabilityInfo;
Madan Mohan Koyyalamudi86f629e2012-11-09 16:27:29 -08003906
3907#ifdef WLAN_ENABLE_AGEIE_ON_SCAN_RESULTS
3908 /* GPS Requirement: need age ie per entry. Using vendor specific. */
3909 /* Assuming this is the last IE, copy at the end */
3910 ie_length -=sizeof(qcom_ie_age);
3911 qie_age = (qcom_ie_age *)(mgmt->u.probe_resp.variable + ie_length);
3912 qie_age->element_id = QCOM_VENDOR_IE_ID;
3913 qie_age->len = QCOM_VENDOR_IE_AGE_LEN;
3914 qie_age->oui_1 = QCOM_OUI1;
3915 qie_age->oui_2 = QCOM_OUI2;
3916 qie_age->oui_3 = QCOM_OUI3;
3917 qie_age->type = QCOM_VENDOR_IE_AGE_TYPE;
3918 qie_age->age = vos_timer_get_system_ticks() - bss_desc->nReceivedTime;
3919#endif
3920
Jeff Johnson295189b2012-06-20 16:38:30 -07003921 memcpy(mgmt->u.probe_resp.variable, ie, ie_length);
Gopichand Nakkalad908ec82013-05-16 19:32:19 +05303922 if (bss_desc->fProbeRsp)
3923 {
3924 mgmt->frame_control |=
3925 (u16)(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_PROBE_RESP);
3926 }
3927 else
3928 {
3929 mgmt->frame_control |=
3930 (u16)(IEEE80211_FTYPE_MGMT | IEEE80211_STYPE_BEACON);
3931 }
Jeff Johnson295189b2012-06-20 16:38:30 -07003932
3933#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,38))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303934 if (chan_no <= ARRAY_SIZE(hdd_channels_2_4_GHZ) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07003935 (wiphy->bands[IEEE80211_BAND_2GHZ] != NULL))
3936 {
3937 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_2GHZ);
3938 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303939 else if ((chan_no > ARRAY_SIZE(hdd_channels_2_4_GHZ)) &&
Jeff Johnson295189b2012-06-20 16:38:30 -07003940 (wiphy->bands[IEEE80211_BAND_5GHZ] != NULL))
3941
3942 {
3943 freq = ieee80211_channel_to_frequency(chan_no, IEEE80211_BAND_5GHZ);
3944 }
3945 else
3946 {
3947 kfree(mgmt);
3948 return NULL;
3949 }
3950#else
3951 freq = ieee80211_channel_to_frequency(chan_no);
3952#endif
3953 chan = __ieee80211_get_channel(wiphy, freq);
Leela V Kiran Kumar Reddy90032de2013-01-24 18:33:30 -08003954 /*when the band is changed on the fly using the GUI, three things are done
3955 * 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)
3956 * as part of the scan abort, message willbe queued to PE and we proceed with flushing and changinh the band.
3957 * pe will stop the scanning further and report back the results what ever it had till now by calling the call back function.
3958 * if the time between update band and scandone call back is sufficent enough the band change reflects in SME, SME validates the channels
3959 * and discards the channels correponding to previous band and calls back with zero bss results.
3960 * 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
3961 * all the channels correponding to previous band.this is due to race condition.but those channels are invalid to the new band and so
3962 * this function __ieee80211_get_channel will return NULL.Each time we report scan result with this pointer null warning kernel trace is printed.
3963 * if the scan results contain large number of APs continuosly kernel warning trace is printed and it will lead to apps watch dog bark.
3964 * So drop the bss and continue to next bss.
3965 */
3966 if(chan == NULL)
3967 {
3968 hddLog(VOS_TRACE_LEVEL_INFO, "%s chan pointer is NULL", __func__);
Chilam Ngc4244af2013-04-01 15:37:32 -07003969 kfree(mgmt);
Leela V Kiran Kumar Reddy90032de2013-01-24 18:33:30 -08003970 return NULL;
3971 }
Jeff Johnson295189b2012-06-20 16:38:30 -07003972 /*To keep the rssi icon of the connected AP in the scan window
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303973 *and the rssi icon of the wireless networks in sync
Jeff Johnson295189b2012-06-20 16:38:30 -07003974 * */
3975 if (( eConnectionState_Associated ==
3976 pAdapter->sessionCtx.station.conn_info.connState ) &&
3977 ( VOS_TRUE == vos_mem_compare(bss_desc->bssId,
3978 pAdapter->sessionCtx.station.conn_info.bssId,
3979 WNI_CFG_BSSID_LEN)))
3980 {
3981 /* supplicant takes the signal strength in terms of mBm(100*dBm) */
3982 rssi = (pAdapter->rssi * 100);
3983 }
3984 else
3985 {
3986 rssi = (VOS_MIN ((bss_desc->rssi + bss_desc->sinr), 0))*100;
3987 }
3988
3989 bss_status = cfg80211_inform_bss_frame(wiphy, chan, mgmt,
3990 frame_len, rssi, GFP_KERNEL);
3991 kfree(mgmt);
3992 return bss_status;
3993}
3994
3995/*
3996 * FUNCTION: wlan_hdd_cfg80211_update_bss_db
3997 * This function is used to update the BSS data base of CFG8011
3998 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05303999struct cfg80211_bss* wlan_hdd_cfg80211_update_bss_db( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07004000 tCsrRoamInfo *pRoamInfo
4001 )
4002{
4003 tCsrRoamConnectedProfile roamProfile;
4004 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
4005 struct cfg80211_bss *bss = NULL;
4006
4007 ENTER();
4008
4009 memset(&roamProfile, 0, sizeof(tCsrRoamConnectedProfile));
4010 sme_RoamGetConnectProfile(hHal, pAdapter->sessionId, &roamProfile);
4011
4012 if (NULL != roamProfile.pBssDesc)
4013 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304014 bss = wlan_hdd_cfg80211_inform_bss(pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07004015 &roamProfile);
4016
4017 if (NULL == bss)
4018 {
4019 hddLog(VOS_TRACE_LEVEL_INFO, "%s: cfg80211_inform_bss return NULL",
4020 __func__);
4021 }
4022
4023 sme_RoamFreeConnectProfile(hHal, &roamProfile);
4024 }
4025 else
4026 {
4027 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: roamProfile.pBssDesc is NULL",
4028 __func__);
4029 }
4030 return bss;
4031}
4032
4033/*
4034 * FUNCTION: wlan_hdd_cfg80211_update_bss
4035 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304036static int wlan_hdd_cfg80211_update_bss( struct wiphy *wiphy,
4037 hdd_adapter_t *pAdapter
Jeff Johnson295189b2012-06-20 16:38:30 -07004038 )
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304039{
Jeff Johnson295189b2012-06-20 16:38:30 -07004040 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
4041 tCsrScanResultInfo *pScanResult;
4042 eHalStatus status = 0;
4043 tScanResultHandle pResult;
4044 struct cfg80211_bss *bss_status = NULL;
4045
4046 ENTER();
4047
4048 if ((WLAN_HDD_GET_CTX(pAdapter))->isLogpInProgress)
4049 {
4050 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, "%s:LOGP in Progress. Ignore!!!",__func__);
4051 return -EAGAIN;
4052 }
4053
4054 /*
4055 * start getting scan results and populate cgf80211 BSS database
4056 */
4057 status = sme_ScanGetResult(hHal, pAdapter->sessionId, NULL, &pResult);
4058
4059 /* no scan results */
4060 if (NULL == pResult)
4061 {
4062 hddLog(VOS_TRACE_LEVEL_INFO, "%s: No scan result\n", __func__);
4063 return status;
4064 }
4065
4066 pScanResult = sme_ScanResultGetFirst(hHal, pResult);
4067
4068 while (pScanResult)
4069 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304070 /*
4071 * cfg80211_inform_bss() is not updating ie field of bss entry, if
4072 * entry already exists in bss data base of cfg80211 for that
4073 * particular BSS ID. Using cfg80211_inform_bss_frame to update the
4074 * bss entry instead of cfg80211_inform_bss, But this call expects
4075 * mgmt packet as input. As of now there is no possibility to get
4076 * the mgmt(probe response) frame from PE, converting bss_desc to
Jeff Johnson295189b2012-06-20 16:38:30 -07004077 * ieee80211_mgmt(probe response) and passing to c
4078 * fg80211_inform_bss_frame.
4079 * */
4080
4081 bss_status = wlan_hdd_cfg80211_inform_bss_frame(pAdapter,
4082 &pScanResult->BssDescriptor);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304083
Jeff Johnson295189b2012-06-20 16:38:30 -07004084
4085 if (NULL == bss_status)
4086 {
4087 hddLog(VOS_TRACE_LEVEL_INFO,
4088 "%s: NULL returned by cfg80211_inform_bss\n", __func__);
4089 }
4090 else
4091 {
4092 cfg80211_put_bss(bss_status);
4093 }
4094
4095 pScanResult = sme_ScanResultGetNext(hHal, pResult);
4096 }
4097
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304098 sme_ScanResultPurge(hHal, pResult);
Jeff Johnson295189b2012-06-20 16:38:30 -07004099
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304100 return 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07004101}
4102
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004103void
4104hddPrintMacAddr(tCsrBssid macAddr, tANI_U8 logLevel)
4105{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304106 VOS_TRACE(VOS_MODULE_ID_HDD, logLevel,
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07004107 "%02X:%02X:%02X:%02X:%02X:%02X\n",
4108 macAddr[0], macAddr[1], macAddr[2], macAddr[3], macAddr[4],
4109 macAddr[5]);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004110} /****** end hddPrintMacAddr() ******/
4111
4112void
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07004113hddPrintPmkId(tANI_U8 *pmkId, tANI_U8 logLevel)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004114{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304115 VOS_TRACE(VOS_MODULE_ID_HDD, logLevel,
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07004116 "%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X\n",
4117 pmkId[0], pmkId[1], pmkId[2], pmkId[3], pmkId[4],
4118 pmkId[5], pmkId[6], pmkId[7], pmkId[8], pmkId[9], pmkId[10],
4119 pmkId[11], pmkId[12], pmkId[13], pmkId[14], pmkId[15]);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004120} /****** end hddPrintPmkId() ******/
4121
4122//hddPrintMacAddr(tCsrBssid macAddr, tANI_U8 logLevel);
4123//hddPrintMacAddr(macAddr, VOS_TRACE_LEVEL_FATAL);
4124
4125//void sirDumpBuf(tpAniSirGlobal pMac, tANI_U8 modId, tANI_U32 level, tANI_U8 *buf, tANI_U32 size);
4126//sirDumpBuf(pMac, VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL, pmkid, 16);
4127
4128#define dump_bssid(bssid) \
4129 { \
Jeff Johnsone7245742012-09-05 17:12:55 -07004130 hddLog(VOS_TRACE_LEVEL_INFO, "BSSID (MAC) address:\t"); \
4131 hddPrintMacAddr(bssid, VOS_TRACE_LEVEL_INFO);\
4132 hddLog(VOS_TRACE_LEVEL_INFO, "\n"); \
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004133 }
4134
4135#define dump_pmkid(pMac, pmkid) \
4136 { \
Jeff Johnsone7245742012-09-05 17:12:55 -07004137 hddLog(VOS_TRACE_LEVEL_INFO, "PMKSA-ID:\t"); \
4138 hddPrintPmkId(pmkid, VOS_TRACE_LEVEL_INFO);\
4139 hddLog(VOS_TRACE_LEVEL_INFO, "\n"); \
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004140 }
4141
Madan Mohan Koyyalamudi1b4afb02012-10-22 15:25:16 -07004142#if defined(FEATURE_WLAN_LFR) && (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004143/*
4144 * FUNCTION: wlan_hdd_cfg80211_pmksa_candidate_notify
4145 * This function is used to notify the supplicant of a new PMKSA candidate.
4146 */
4147int wlan_hdd_cfg80211_pmksa_candidate_notify(
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304148 hdd_adapter_t *pAdapter, tCsrRoamInfo *pRoamInfo,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004149 int index, bool preauth )
4150{
Jeff Johnsone7245742012-09-05 17:12:55 -07004151#ifdef FEATURE_WLAN_OKC
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004152 struct net_device *dev = pAdapter->dev;
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07004153 hdd_context_t *pHddCtx = (hdd_context_t*)pAdapter->pHddCtx;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004154
4155 ENTER();
Jeff Johnsone7245742012-09-05 17:12:55 -07004156 hddLog(VOS_TRACE_LEVEL_INFO, "%s is going to notify supplicant of:", __func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004157
4158 if( NULL == pRoamInfo )
4159 {
4160 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: pRoamInfo is NULL\n", __func__);
4161 return -EINVAL;
4162 }
4163
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07004164 if (eANI_BOOLEAN_TRUE == hdd_is_okc_mode_enabled(pHddCtx))
4165 {
4166 dump_bssid(pRoamInfo->bssid);
4167 cfg80211_pmksa_candidate_notify(dev, index,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004168 pRoamInfo->bssid, preauth, GFP_KERNEL);
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -07004169 }
Jeff Johnsone7245742012-09-05 17:12:55 -07004170#endif /* FEATURE_WLAN_OKC */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304171 return 0;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07004172}
4173#endif //FEATURE_WLAN_LFR
4174
Jeff Johnson295189b2012-06-20 16:38:30 -07004175/*
4176 * FUNCTION: hdd_cfg80211_scan_done_callback
4177 * scanning callback function, called after finishing scan
4178 *
4179 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304180static eHalStatus hdd_cfg80211_scan_done_callback(tHalHandle halHandle,
Jeff Johnson295189b2012-06-20 16:38:30 -07004181 void *pContext, tANI_U32 scanId, eCsrScanStatus status)
4182{
4183 struct net_device *dev = (struct net_device *) pContext;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304184 //struct wireless_dev *wdev = dev->ieee80211_ptr;
Jeff Johnson295189b2012-06-20 16:38:30 -07004185 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004186 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
4187 hdd_scaninfo_t *pScanInfo = &pHddCtx->scan_info;
Jeff Johnson295189b2012-06-20 16:38:30 -07004188 struct cfg80211_scan_request *req = NULL;
4189 int ret = 0;
4190
4191 ENTER();
4192
4193 hddLog(VOS_TRACE_LEVEL_INFO,
4194 "%s called with halHandle = %p, pContext = %p,"
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304195 "scanID = %d, returned status = %d\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07004196 __func__, halHandle, pContext, (int) scanId, (int) status);
4197
4198 //Block on scan req completion variable. Can't wait forever though.
4199 ret = wait_for_completion_interruptible_timeout(
4200 &pScanInfo->scan_req_completion_event,
4201 msecs_to_jiffies(WLAN_WAIT_TIME_SCAN_REQ));
4202 if (!ret)
4203 {
4204 VOS_ASSERT(pScanInfo->mScanPending);
Jeff Johnsone7245742012-09-05 17:12:55 -07004205 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -07004206 }
4207
4208 if(pScanInfo->mScanPending != VOS_TRUE)
4209 {
4210 VOS_ASSERT(pScanInfo->mScanPending);
Jeff Johnsone7245742012-09-05 17:12:55 -07004211 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -07004212 }
4213
4214 /* Check the scanId */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304215 if (pScanInfo->scanId != scanId)
Jeff Johnson295189b2012-06-20 16:38:30 -07004216 {
4217 hddLog(VOS_TRACE_LEVEL_INFO,
4218 "%s called with mismatched scanId pScanInfo->scanId = %d "
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304219 "scanId = %d \n", __func__, (int) pScanInfo->scanId,
Jeff Johnson295189b2012-06-20 16:38:30 -07004220 (int) scanId);
4221 }
4222
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304223 ret = wlan_hdd_cfg80211_update_bss((WLAN_HDD_GET_CTX(pAdapter))->wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07004224 pAdapter);
4225
4226 if (0 > ret)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304227 hddLog(VOS_TRACE_LEVEL_INFO, "%s: NO SCAN result", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07004228
4229
4230 /* If any client wait scan result through WEXT
4231 * send scan done event to client */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004232 if (pHddCtx->scan_info.waitScanResult)
Jeff Johnson295189b2012-06-20 16:38:30 -07004233 {
4234 /* The other scan request waiting for current scan finish
4235 * Send event to notify current scan finished */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004236 if(WEXT_SCAN_PENDING_DELAY == pHddCtx->scan_info.scan_pending_option)
Jeff Johnson295189b2012-06-20 16:38:30 -07004237 {
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004238 vos_event_set(&pHddCtx->scan_info.scan_finished_event);
Jeff Johnson295189b2012-06-20 16:38:30 -07004239 }
4240 /* Send notify to WEXT client */
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004241 else if(WEXT_SCAN_PENDING_PIGGYBACK == pHddCtx->scan_info.scan_pending_option)
Jeff Johnson295189b2012-06-20 16:38:30 -07004242 {
4243 struct net_device *dev = pAdapter->dev;
4244 union iwreq_data wrqu;
4245 int we_event;
4246 char *msg;
4247
4248 memset(&wrqu, '\0', sizeof(wrqu));
4249 we_event = SIOCGIWSCAN;
4250 msg = NULL;
4251 wireless_send_event(dev, we_event, &wrqu, msg);
4252 }
4253 }
Madan Mohan Koyyalamudi2a1ba772012-10-11 14:59:06 -07004254 pHddCtx->scan_info.waitScanResult = FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -07004255
4256 /* Get the Scan Req */
4257 req = pAdapter->request;
4258
4259 if (!req)
4260 {
4261 hddLog(VOS_TRACE_LEVEL_ERROR, "request is became NULL\n");
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -07004262 pScanInfo->mScanPending = VOS_FALSE;
Jeff Johnsone7245742012-09-05 17:12:55 -07004263 goto allow_suspend;
Jeff Johnson295189b2012-06-20 16:38:30 -07004264 }
4265
4266 /*
4267 * setting up 0, just in case.
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304268 */
Jeff Johnson295189b2012-06-20 16:38:30 -07004269 req->n_ssids = 0;
4270 req->n_channels = 0;
4271 req->ie = 0;
4272
Jeff Johnson295189b2012-06-20 16:38:30 -07004273 pAdapter->request = NULL;
Jeff Johnsone7245742012-09-05 17:12:55 -07004274 /* Scan is no longer pending */
4275 pScanInfo->mScanPending = VOS_FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -07004276
Madan Mohan Koyyalamudib764bf82012-10-11 16:38:51 -07004277 /*
4278 * cfg80211_scan_done informing NL80211 about completion
4279 * of scanning
4280 */
4281 cfg80211_scan_done(req, false);
Madan Mohan Koyyalamudif4e81002012-11-13 10:46:38 -08004282 complete(&pScanInfo->abortscan_event_var);
Jeff Johnson295189b2012-06-20 16:38:30 -07004283
Jeff Johnsone7245742012-09-05 17:12:55 -07004284allow_suspend:
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -07004285 /* release the wake lock at the end of the scan*/
4286 hdd_allow_suspend();
Jeff Johnsone7245742012-09-05 17:12:55 -07004287
Madan Mohan Koyyalamudi10d83a92012-09-28 15:47:05 -07004288 /* Acquire wakelock to handle the case where APP's tries to suspend
4289 * immediatly after the driver gets connect request(i.e after scan)
4290 * from supplicant, this result in app's is suspending and not able
4291 * to process the connect request to AP */
Amar Singhal6144c002013-05-03 16:11:42 -07004292 hdd_allow_suspend_timeout(1000);
Madan Mohan Koyyalamudi10d83a92012-09-28 15:47:05 -07004293
Gopichand Nakkala638ebc72013-03-21 18:04:02 -07004294#ifdef FEATURE_WLAN_TDLS
4295 wlan_hdd_tdls_scan_done_callback(pAdapter);
4296#endif
4297
Jeff Johnson295189b2012-06-20 16:38:30 -07004298 EXIT();
4299 return 0;
4300}
4301
4302/*
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004303 * FUNCTION: hdd_isScanAllowed
4304 * Go through each adapter and check if scan allowed
4305 *
4306 */
4307v_BOOL_t hdd_isScanAllowed( hdd_context_t *pHddCtx )
4308{
4309 hdd_adapter_list_node_t *pAdapterNode = NULL, *pNext = NULL;
4310 hdd_station_ctx_t *pHddStaCtx = NULL;
4311 hdd_adapter_t *pAdapter = NULL;
4312 VOS_STATUS status = 0;
4313 v_U8_t staId = 0;
4314 v_U8_t *staMac = NULL;
4315
Gopichand Nakkala8c0386c2013-07-09 23:31:37 +05304316 if (VOS_TIMER_STATE_RUNNING ==
4317 vos_timer_getCurrentState(&pHddCtx->hdd_p2p_go_conn_is_in_progress))
4318 {
4319 hddLog(VOS_TRACE_LEVEL_INFO,
4320 "%s: Connection is in progress, Do not allow the scan", __func__);
4321 return VOS_FALSE;
4322 }
4323
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004324 status = hdd_get_front_adapter ( pHddCtx, &pAdapterNode );
4325
4326 while ( NULL != pAdapterNode && VOS_STATUS_SUCCESS == status )
4327 {
4328 pAdapter = pAdapterNode->pAdapter;
4329
4330 if( pAdapter )
4331 {
4332 hddLog(VOS_TRACE_LEVEL_INFO,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304333 "%s: Adapter with device mode %d exists",
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004334 __func__, pAdapter->device_mode);
4335 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
4336 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) ||
4337 (WLAN_HDD_P2P_DEVICE == pAdapter->device_mode))
4338 {
4339 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
4340 if ((eConnectionState_Associated == pHddStaCtx->conn_info.connState) &&
4341 (VOS_FALSE == pHddStaCtx->conn_info.uIsAuthenticated))
4342 {
4343 staMac = (v_U8_t *) &(pAdapter->macAddressCurrent.bytes[0]);
4344 hddLog(VOS_TRACE_LEVEL_ERROR,
4345 "%s: client %02x:%02x:%02x:%02x:%02x:%02x is in the "
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304346 "middle of WPS/EAPOL exchange.", __func__,
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004347 staMac[0], staMac[1], staMac[2],
4348 staMac[3], staMac[4], staMac[5]);
4349 return VOS_FALSE;
4350 }
4351 }
4352 else if ((WLAN_HDD_SOFTAP == pAdapter->device_mode) ||
4353 (WLAN_HDD_P2P_GO == pAdapter->device_mode))
4354 {
4355 for (staId = 0; staId < WLAN_MAX_STA_COUNT; staId++)
4356 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304357 if ((pAdapter->aStaInfo[staId].isUsed) &&
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004358 (WLANTL_STA_CONNECTED == pAdapter->aStaInfo[staId].tlSTAState))
4359 {
4360 staMac = (v_U8_t *) &(pAdapter->aStaInfo[staId].macAddrSTA.bytes[0]);
4361
4362 hddLog(VOS_TRACE_LEVEL_ERROR,
4363 "%s: client %02x:%02x:%02x:%02x:%02x:%02x of SoftAP/P2P-GO is in the "
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304364 "middle of WPS/EAPOL exchange.", __func__,
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004365 staMac[0], staMac[1], staMac[2],
4366 staMac[3], staMac[4], staMac[5]);
4367 return VOS_FALSE;
4368 }
4369 }
4370 }
4371 }
4372 status = hdd_get_next_adapter ( pHddCtx, pAdapterNode, &pNext );
4373 pAdapterNode = pNext;
4374 }
4375 hddLog(VOS_TRACE_LEVEL_INFO,
4376 "%s: Scan allowed", __func__);
4377 return VOS_TRUE;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304378}
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004379
4380/*
Jeff Johnson295189b2012-06-20 16:38:30 -07004381 * FUNCTION: wlan_hdd_cfg80211_scan
4382 * this scan respond to scan trigger and update cfg80211 scan database
4383 * later, scan dump command can be used to recieve scan results
4384 */
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -08004385int wlan_hdd_cfg80211_scan( struct wiphy *wiphy,
4386#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
4387 struct net_device *dev,
4388#endif
4389 struct cfg80211_scan_request *request)
4390{
4391#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,6,0))
4392 struct net_device *dev = request->wdev->netdev;
4393#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304394 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Jeff Johnson295189b2012-06-20 16:38:30 -07004395 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX( pAdapter );
4396 hdd_wext_state_t *pwextBuf = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05304397 hdd_config_t *cfg_param = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07004398 tCsrScanRequest scanRequest;
4399 tANI_U8 *channelList = NULL, i;
4400 v_U32_t scanId = 0;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05304401 int status;
4402 hdd_scaninfo_t *pScanInfo = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07004403 v_U8_t* pP2pIe = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07004404
4405 ENTER();
4406
4407 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
4408 __func__,pAdapter->device_mode);
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004409
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05304410 status = wlan_hdd_validate_context(pHddCtx);
4411
4412 if (0 != status)
4413 {
4414 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
4415 "%s: HDD context is not valid", __func__);
4416 return status;
4417 }
4418
4419 cfg_param = pHddCtx->cfg_ini;
4420 pScanInfo = &pHddCtx->scan_info;
4421
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004422 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) &&
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004423 (eConnectionState_Connecting ==
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004424 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.connState))
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004425 {
4426 hddLog(VOS_TRACE_LEVEL_ERROR,
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004427 "%s: %p(%d) Connection in progress: Scan request denied (EBUSY)", __func__, \
4428 WLAN_HDD_GET_STATION_CTX_PTR(pAdapter), pAdapter->sessionId);
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004429 return -EBUSY;
4430 }
4431
Jeff Johnson295189b2012-06-20 16:38:30 -07004432#ifdef WLAN_BTAMP_FEATURE
4433 //Scan not supported when AMP traffic is on.
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004434 if (VOS_TRUE == WLANBAP_AmpSessionOn())
Jeff Johnson295189b2012-06-20 16:38:30 -07004435 {
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004436 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07004437 "%s: No scanning when AMP is on", __func__);
4438 return -EOPNOTSUPP;
4439 }
4440#endif
4441 //Scan on any other interface is not supported.
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004442 if (pAdapter->device_mode == WLAN_HDD_SOFTAP)
Jeff Johnson295189b2012-06-20 16:38:30 -07004443 {
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004444 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07004445 "%s: Not scanning on device_mode = %d",
4446 __func__, pAdapter->device_mode);
4447 return -EOPNOTSUPP;
4448 }
4449
4450 if (TRUE == pScanInfo->mScanPending)
4451 {
4452 hddLog(VOS_TRACE_LEVEL_INFO, "%s: mScanPending is TRUE", __func__);
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004453 return -EBUSY;
Jeff Johnson295189b2012-06-20 16:38:30 -07004454 }
4455
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304456 //Don't Allow Scan and return busy if Remain On
Jeff Johnson32d95a32012-09-10 13:15:23 -07004457 //Channel and action frame is pending
4458 //Otherwise Cancel Remain On Channel and allow Scan
4459 //If no action frame pending
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004460 if (0 != wlan_hdd_check_remain_on_channel(pAdapter))
Jeff Johnson32d95a32012-09-10 13:15:23 -07004461 {
4462 hddLog(VOS_TRACE_LEVEL_INFO, "%s: Remain On Channel Pending", __func__);
4463 return -EBUSY;
4464 }
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004465#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkala638ebc72013-03-21 18:04:02 -07004466 /* if tdls disagree scan right now, return immediately.
4467 tdls will schedule the scan when scan is allowed. (return SUCCESS)
4468 or will reject the scan if any TDLS is in progress. (return -EBUSY)
4469 */
4470 status = wlan_hdd_tdls_scan_callback (pAdapter,
4471 wiphy,
4472#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
4473 dev,
Gopichand Nakkalac3c42b92013-03-20 19:42:34 -07004474#endif
Gopichand Nakkala638ebc72013-03-21 18:04:02 -07004475 request);
4476 if(status <= 0)
4477 {
4478 hddLog(VOS_TRACE_LEVEL_INFO, "%s: TDLS Pending %d", __func__, status);
4479 return status;
Gopichand Nakkala681989c2013-03-06 22:27:48 -08004480 }
4481#endif
Jeff Johnson32d95a32012-09-10 13:15:23 -07004482
Jeff Johnson295189b2012-06-20 16:38:30 -07004483 if (mutex_lock_interruptible(&pHddCtx->tmInfo.tmOperationLock))
4484 {
4485 VOS_TRACE(VOS_MODULE_ID_HDD,VOS_TRACE_LEVEL_ERROR,
Jeff Johnson1250df42012-12-10 14:31:52 -08004486 "%s: Acquire lock fail", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07004487 return -EAGAIN;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304488 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004489 if (TRUE == pHddCtx->tmInfo.tmAction.enterImps)
4490 {
4491 hddLog(VOS_TRACE_LEVEL_WARN,
4492 "%s: MAX TM Level Scan not allowed", __func__);
4493 mutex_unlock(&pHddCtx->tmInfo.tmOperationLock);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304494 return -EBUSY;
Jeff Johnson295189b2012-06-20 16:38:30 -07004495 }
4496 mutex_unlock(&pHddCtx->tmInfo.tmOperationLock);
4497
Madan Mohan Koyyalamudicfd53742013-01-11 15:29:03 -08004498 /* Check if scan is allowed at this point of time.
4499 */
4500 if (!hdd_isScanAllowed(pHddCtx))
4501 {
4502 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Scan not allowed", __func__);
4503 return -EBUSY;
4504 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304505
Jeff Johnson295189b2012-06-20 16:38:30 -07004506 vos_mem_zero( &scanRequest, sizeof(scanRequest));
4507
4508 if (NULL != request)
4509 {
4510 hddLog(VOS_TRACE_LEVEL_INFO, "scan request for ssid = %d",
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304511 (int)request->n_ssids);
Jeff Johnson295189b2012-06-20 16:38:30 -07004512
4513 /* Even though supplicant doesn't provide any SSIDs, n_ssids is set to 1.
4514 * Becasue of this, driver is assuming that this is not wildcard scan and so
4515 * is not aging out the scan results.
4516 */
Jeff Johnson32d95a32012-09-10 13:15:23 -07004517 if (request->ssids && '\0' == request->ssids->ssid[0])
Jeff Johnson295189b2012-06-20 16:38:30 -07004518 {
4519 request->n_ssids = 0;
4520 }
4521
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07004522 if ((request->ssids) && (0 < request->n_ssids))
Jeff Johnson295189b2012-06-20 16:38:30 -07004523 {
4524 tCsrSSIDInfo *SsidInfo;
4525 int j;
4526 scanRequest.SSIDs.numOfSSIDs = request->n_ssids;
4527 /* Allocate num_ssid tCsrSSIDInfo structure */
4528 SsidInfo = scanRequest.SSIDs.SSIDList =
4529 ( tCsrSSIDInfo *)vos_mem_malloc(
4530 request->n_ssids*sizeof(tCsrSSIDInfo));
4531
4532 if(NULL == scanRequest.SSIDs.SSIDList)
4533 {
4534 hddLog(VOS_TRACE_LEVEL_ERROR,
4535 "memory alloc failed SSIDInfo buffer");
4536 return -ENOMEM;
4537 }
4538
4539 /* copy all the ssid's and their length */
4540 for(j = 0; j < request->n_ssids; j++, SsidInfo++)
4541 {
4542 /* get the ssid length */
4543 SsidInfo->SSID.length = request->ssids[j].ssid_len;
4544 vos_mem_copy(SsidInfo->SSID.ssId, &request->ssids[j].ssid[0],
4545 SsidInfo->SSID.length);
4546 SsidInfo->SSID.ssId[SsidInfo->SSID.length] = '\0';
4547 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "SSID number %d: %s",
4548 j, SsidInfo->SSID.ssId);
4549 }
4550 /* set the scan type to active */
4551 scanRequest.scanType = eSIR_ACTIVE_SCAN;
4552 }
4553 else if(WLAN_HDD_P2P_GO == pAdapter->device_mode)
4554 {
4555 /* set the scan type to active */
4556 scanRequest.scanType = eSIR_ACTIVE_SCAN;
4557 }
4558 else
4559 {
4560 /*Set the scan type to default type, in this case it is ACTIVE*/
4561 scanRequest.scanType = pScanInfo->scan_mode;
4562 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304563 scanRequest.minChnTime = cfg_param->nActiveMinChnTime;
Jeff Johnson295189b2012-06-20 16:38:30 -07004564 scanRequest.maxChnTime = cfg_param->nActiveMaxChnTime;
4565 }
4566 else
4567 {
4568 /* set the scan type to active */
4569 scanRequest.scanType = eSIR_ACTIVE_SCAN;
4570 vos_mem_set( scanRequest.bssid, sizeof( tCsrBssid ), 0xff );
4571
4572 /* set min and max channel time to zero */
4573 scanRequest.minChnTime = 0;
4574 scanRequest.maxChnTime = 0;
4575 }
4576
4577 /* set BSSType to default type */
4578 scanRequest.BSSType = eCSR_BSS_TYPE_ANY;
4579
4580 /*TODO: scan the requested channels only*/
4581
4582 /*Right now scanning all the channels */
4583 if( request )
4584 {
4585 if( request->n_channels )
4586 {
4587 channelList = vos_mem_malloc( request->n_channels );
4588 if( NULL == channelList )
4589 {
4590 status = -ENOMEM;
4591 goto free_mem;
4592 }
4593
4594 for( i = 0 ; i < request->n_channels ; i++ )
4595 channelList[i] = request->channels[i]->hw_value;
4596 }
4597
4598 scanRequest.ChannelInfo.numOfChannels = request->n_channels;
4599 scanRequest.ChannelInfo.ChannelList = channelList;
4600
4601 /* set requestType to full scan */
4602 scanRequest.requestType = eCSR_SCAN_REQUEST_FULL_SCAN;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304603
4604 /* Flush the scan results(only p2p beacons) for STA scan and P2P
Madan Mohan Koyyalamudi8d50f312012-11-27 15:48:57 -08004605 * search (Flush on both full scan and social scan but not on single
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304606 * channel scan).P2P search happens on 3 social channels (1, 6, 11)
Madan Mohan Koyyalamudi8d50f312012-11-27 15:48:57 -08004607 */
4608
4609 /* Supplicant does single channel scan after 8-way handshake
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304610 * and in that case driver shoudnt flush scan results. If
4611 * driver flushes the scan results here and unfortunately if
4612 * the AP doesnt respond to our probe req then association
Madan Mohan Koyyalamudi8d50f312012-11-27 15:48:57 -08004613 * fails which is not desired
4614 */
4615
4616 if( request->n_channels != WLAN_HDD_P2P_SINGLE_CHANNEL_SCAN )
4617 {
4618 sme_ScanFlushP2PResult( WLAN_HDD_GET_HAL_CTX(pAdapter),
4619 pAdapter->sessionId );
4620 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004621
4622 if( request->ie_len )
4623 {
4624 /* save this for future association (join requires this) */
4625 memset( &pScanInfo->scanAddIE, 0, sizeof(pScanInfo->scanAddIE) );
4626 memcpy( pScanInfo->scanAddIE.addIEdata, request->ie, request->ie_len);
4627 pScanInfo->scanAddIE.length = request->ie_len;
4628
4629 if((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
Jeff Johnsone7245742012-09-05 17:12:55 -07004630 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) ||
4631 (WLAN_HDD_P2P_DEVICE == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -07004632 )
4633 {
4634 pwextBuf->roamProfile.pAddIEScan = pScanInfo->scanAddIE.addIEdata;
4635 pwextBuf->roamProfile.nAddIEScanLength = pScanInfo->scanAddIE.length;
4636 }
4637
4638 scanRequest.uIEFieldLen = pScanInfo->scanAddIE.length;
4639 scanRequest.pIEField = pScanInfo->scanAddIE.addIEdata;
4640
Jeff Johnson295189b2012-06-20 16:38:30 -07004641 pP2pIe = wlan_hdd_get_p2p_ie_ptr((v_U8_t*)request->ie,
4642 request->ie_len);
4643 if (pP2pIe != NULL)
4644 {
Madan Mohan Koyyalamudi26bd7142012-10-30 18:14:19 -07004645#ifdef WLAN_FEATURE_P2P_DEBUG
4646 if (((globalP2PConnectionStatus == P2P_GO_NEG_COMPLETED) ||
4647 (globalP2PConnectionStatus == P2P_GO_NEG_PROCESS)) &&
4648 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
4649 {
4650 globalP2PConnectionStatus = P2P_CLIENT_CONNECTING_STATE_1;
4651 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P State] Changing state from "
4652 "Go nego completed to Connection is started");
4653 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P]P2P Scanning is started "
4654 "for 8way Handshake");
4655 }
4656 else if((globalP2PConnectionStatus == P2P_CLIENT_DISCONNECTED_STATE) &&
4657 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
4658 {
4659 globalP2PConnectionStatus = P2P_CLIENT_CONNECTING_STATE_2;
4660 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P State] Changing state from "
4661 "Disconnected state to Connection is started");
4662 hddLog(VOS_TRACE_LEVEL_ERROR,"[P2P]P2P Scanning is started "
4663 "for 4way Handshake");
4664 }
4665#endif
4666
Jeff Johnsone7245742012-09-05 17:12:55 -07004667 /* no_cck will be set during p2p find to disable 11b rates */
4668 if(TRUE == request->no_cck)
Jeff Johnson295189b2012-06-20 16:38:30 -07004669 {
Jeff Johnson295189b2012-06-20 16:38:30 -07004670 hddLog(VOS_TRACE_LEVEL_INFO,
4671 "%s: This is a P2P Search", __func__);
4672 scanRequest.p2pSearch = 1;
Jeff Johnsone7245742012-09-05 17:12:55 -07004673
Jeff Johnsone7245742012-09-05 17:12:55 -07004674 if( request->n_channels == WLAN_HDD_P2P_SOCIAL_CHANNELS )
4675 {
Madan Mohan Koyyalamudi1b1d9e82012-10-21 11:38:33 -07004676 /* set requestType to P2P Discovery */
4677 scanRequest.requestType = eCSR_SCAN_P2P_DISCOVERY;
Jeff Johnsone7245742012-09-05 17:12:55 -07004678 }
4679
4680 /*
4681 Skip Dfs Channel in case of P2P Search
4682 if it is set in ini file
4683 */
4684 if(cfg_param->skipDfsChnlInP2pSearch)
4685 {
4686 scanRequest.skipDfsChnlInP2pSearch = 1;
4687 }
4688 else
4689 {
4690 scanRequest.skipDfsChnlInP2pSearch = 0;
4691 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004692
Jeff Johnson295189b2012-06-20 16:38:30 -07004693 }
4694 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004695 }
4696 }
4697
4698 INIT_COMPLETION(pScanInfo->scan_req_completion_event);
4699
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -07004700 /* acquire the wakelock to avoid the apps suspend during the scan. To
4701 * address the following issues.
4702 * 1) Disconnected scenario: we are not allowing the suspend as WLAN is not in
4703 * BMPS/IMPS this result in android trying to suspend aggressively and backing off
4704 * for long time, this result in apps running at full power for long time.
4705 * 2) Connected scenario: If we allow the suspend during the scan, RIVA will
4706 * be stuck in full power because of resume BMPS
4707 */
4708 hdd_prevent_suspend();
Jeff Johnsone7245742012-09-05 17:12:55 -07004709
4710 status = sme_ScanRequest( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07004711 pAdapter->sessionId, &scanRequest, &scanId,
4712 &hdd_cfg80211_scan_done_callback, dev );
Jeff Johnsone7245742012-09-05 17:12:55 -07004713
Jeff Johnson295189b2012-06-20 16:38:30 -07004714 if (eHAL_STATUS_SUCCESS != status)
4715 {
4716 hddLog(VOS_TRACE_LEVEL_ERROR,
4717 "%s: sme_ScanRequest returned error %d", __func__, status);
4718 complete(&pScanInfo->scan_req_completion_event);
Madan Mohan Koyyalamudi3b230fe2012-10-18 14:46:32 -07004719 if(eHAL_STATUS_RESOURCES == status)
4720 {
Madan Mohan Koyyalamudia3fcf142012-10-18 15:01:20 -07004721 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 -07004722 status = -EBUSY;
4723 } else {
4724 status = -EIO;
4725 }
Madan Mohan Koyyalamudi9f5a10c2012-09-28 14:46:16 -07004726 hdd_allow_suspend();
Jeff Johnson295189b2012-06-20 16:38:30 -07004727 goto free_mem;
4728 }
4729
4730 pScanInfo->mScanPending = TRUE;
4731 pAdapter->request = request;
4732 pScanInfo->scanId = scanId;
4733
4734 complete(&pScanInfo->scan_req_completion_event);
4735
4736free_mem:
4737 if( scanRequest.SSIDs.SSIDList )
4738 {
4739 vos_mem_free(scanRequest.SSIDs.SSIDList);
4740 }
4741
4742 if( channelList )
4743 vos_mem_free( channelList );
4744
4745 EXIT();
4746
4747 return status;
4748}
4749
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07004750
4751void hdd_select_cbmode( hdd_adapter_t *pAdapter,v_U8_t operationChannel)
4752{
4753 v_U8_t iniDot11Mode =
4754 (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini->dot11Mode;
4755 eHddDot11Mode hddDot11Mode = iniDot11Mode;
4756
4757 switch ( iniDot11Mode )
4758 {
4759 case eHDD_DOT11_MODE_AUTO:
4760 case eHDD_DOT11_MODE_11ac:
4761 case eHDD_DOT11_MODE_11ac_ONLY:
4762#ifdef WLAN_FEATURE_11AC
4763 hddDot11Mode = eHDD_DOT11_MODE_11ac;
4764#else
4765 hddDot11Mode = eHDD_DOT11_MODE_11n;
4766#endif
4767 break;
4768 case eHDD_DOT11_MODE_11n:
4769 case eHDD_DOT11_MODE_11n_ONLY:
4770 hddDot11Mode = eHDD_DOT11_MODE_11n;
4771 break;
4772 default:
4773 hddDot11Mode = iniDot11Mode;
4774 break;
4775 }
4776 /* This call decides required channel bonding mode */
4777 sme_SelectCBMode((WLAN_HDD_GET_CTX(pAdapter)->hHal),
4778 hdd_cfg_xlate_to_csr_phy_mode(hddDot11Mode),
4779 operationChannel);
4780}
4781
Jeff Johnson295189b2012-06-20 16:38:30 -07004782/*
4783 * FUNCTION: wlan_hdd_cfg80211_connect_start
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304784 * This function is used to start the association process
Jeff Johnson295189b2012-06-20 16:38:30 -07004785 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304786int wlan_hdd_cfg80211_connect_start( hdd_adapter_t *pAdapter,
Jeff Johnson32d95a32012-09-10 13:15:23 -07004787 const u8 *ssid, size_t ssid_len, const u8 *bssid, u8 operatingChannel)
Jeff Johnson295189b2012-06-20 16:38:30 -07004788{
4789 int status = 0;
4790 hdd_wext_state_t *pWextState;
4791 v_U32_t roamId;
4792 tCsrRoamProfile *pRoamProfile;
4793 eMib_dot11DesiredBssType connectedBssType;
4794 eCsrAuthType RSNAuthType;
4795
4796 ENTER();
4797
4798 pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304799
Jeff Johnson295189b2012-06-20 16:38:30 -07004800 if (SIR_MAC_MAX_SSID_LENGTH < ssid_len)
4801 {
4802 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: wrong SSID len", __func__);
4803 return -EINVAL;
4804 }
4805
4806 pRoamProfile = &pWextState->roamProfile;
4807
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304808 if (pRoamProfile)
Jeff Johnson295189b2012-06-20 16:38:30 -07004809 {
Jeff Johnsone7245742012-09-05 17:12:55 -07004810 int ret = 0;
4811 hdd_station_ctx_t *pHddStaCtx;
4812 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
4813 hdd_connGetConnectedBssType(pHddStaCtx,&connectedBssType );
4814
4815 if((eMib_dot11DesiredBssType_independent == connectedBssType) ||
4816 (eConnectionState_Associated == pHddStaCtx->conn_info.connState) ||
4817 (eConnectionState_IbssConnected == pHddStaCtx->conn_info.connState))
Jeff Johnson295189b2012-06-20 16:38:30 -07004818 {
4819 /* Issue disconnect to CSR */
4820 INIT_COMPLETION(pAdapter->disconnect_comp_var);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304821 if( eHAL_STATUS_SUCCESS ==
Jeff Johnson295189b2012-06-20 16:38:30 -07004822 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
4823 pAdapter->sessionId,
4824 eCSR_DISCONNECT_REASON_UNSPECIFIED ) )
4825 {
Jeff Johnsone7245742012-09-05 17:12:55 -07004826 ret = wait_for_completion_interruptible_timeout(
4827 &pAdapter->disconnect_comp_var,
4828 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
4829 if (0 == ret)
4830 {
4831 VOS_ASSERT(0);
4832 }
4833 }
4834 }
4835 else if(eConnectionState_Disconnecting == pHddStaCtx->conn_info.connState)
4836 {
4837 ret = wait_for_completion_interruptible_timeout(
4838 &pAdapter->disconnect_comp_var,
4839 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
4840 if (0 == ret)
4841 {
4842 VOS_ASSERT(0);
Jeff Johnson295189b2012-06-20 16:38:30 -07004843 }
4844 }
4845
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304846 if (HDD_WMM_USER_MODE_NO_QOS ==
Jeff Johnson295189b2012-06-20 16:38:30 -07004847 (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini->WmmMode)
4848 {
4849 /*QoS not enabled in cfg file*/
4850 pRoamProfile->uapsd_mask = 0;
4851 }
4852 else
4853 {
4854 /*QoS enabled, update uapsd mask from cfg file*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304855 pRoamProfile->uapsd_mask =
Jeff Johnson295189b2012-06-20 16:38:30 -07004856 (WLAN_HDD_GET_CTX(pAdapter))->cfg_ini->UapsdMask;
4857 }
4858
4859 pRoamProfile->SSIDs.numOfSSIDs = 1;
4860 pRoamProfile->SSIDs.SSIDList->SSID.length = ssid_len;
4861 vos_mem_zero(pRoamProfile->SSIDs.SSIDList->SSID.ssId,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304862 sizeof(pRoamProfile->SSIDs.SSIDList->SSID.ssId));
Jeff Johnson295189b2012-06-20 16:38:30 -07004863 vos_mem_copy((void *)(pRoamProfile->SSIDs.SSIDList->SSID.ssId),
4864 ssid, ssid_len);
4865
4866 if (bssid)
4867 {
4868 pRoamProfile->BSSIDs.numOfBSSIDs = 1;
4869 vos_mem_copy((void *)(pRoamProfile->BSSIDs.bssid), bssid,
4870 WNI_CFG_BSSID_LEN);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304871 /* Save BSSID in seperate variable as well, as RoamProfile
4872 BSSID is getting zeroed out in the association process. And in
Jeff Johnson295189b2012-06-20 16:38:30 -07004873 case of join failure we should send valid BSSID to supplicant
4874 */
4875 vos_mem_copy((void *)(pWextState->req_bssId), bssid,
4876 WNI_CFG_BSSID_LEN);
4877 }
Dhanashri Atre51981c62013-06-13 11:47:57 -07004878 else
4879 {
4880 vos_mem_zero((void *)(pRoamProfile->BSSIDs.bssid),WNI_CFG_BSSID_LEN);
4881 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004882
4883 if ((IW_AUTH_WPA_VERSION_WPA == pWextState->wpaVersion) ||
4884 (IW_AUTH_WPA_VERSION_WPA2 == pWextState->wpaVersion))
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304885 {
Jeff Johnson295189b2012-06-20 16:38:30 -07004886 /*set gen ie*/
4887 hdd_SetGENIEToCsr(pAdapter, &RSNAuthType);
4888 /*set auth*/
4889 hdd_set_csr_auth_type(pAdapter, RSNAuthType);
4890 }
Jeff Johnson295189b2012-06-20 16:38:30 -07004891#ifdef FEATURE_WLAN_WAPI
4892 if (pAdapter->wapi_info.nWapiMode)
4893 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07004894 hddLog(LOG1, "%s: Setting WAPI AUTH Type and Encryption Mode values", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07004895 switch (pAdapter->wapi_info.wapiAuthMode)
4896 {
4897 case WAPI_AUTH_MODE_PSK:
4898 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07004899 hddLog(LOG1, "%s: WAPI AUTH TYPE: PSK: %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07004900 pAdapter->wapi_info.wapiAuthMode);
4901 pRoamProfile->AuthType.authType[0] = eCSR_AUTH_TYPE_WAPI_WAI_PSK;
4902 break;
4903 }
4904 case WAPI_AUTH_MODE_CERT:
4905 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07004906 hddLog(LOG1, "%s: WAPI AUTH TYPE: CERT: %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07004907 pAdapter->wapi_info.wapiAuthMode);
4908 pRoamProfile->AuthType.authType[0] = eCSR_AUTH_TYPE_WAPI_WAI_CERTIFICATE;
4909 break;
4910 }
4911 } // End of switch
4912 if ( pAdapter->wapi_info.wapiAuthMode == WAPI_AUTH_MODE_PSK ||
4913 pAdapter->wapi_info.wapiAuthMode == WAPI_AUTH_MODE_CERT)
4914 {
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07004915 hddLog(LOG1, "%s: WAPI PAIRWISE/GROUP ENCRYPTION: WPI", __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07004916 pRoamProfile->AuthType.numEntries = 1;
4917 pRoamProfile->EncryptionType.numEntries = 1;
4918 pRoamProfile->EncryptionType.encryptionType[0] = eCSR_ENCRYPT_TYPE_WPI;
4919 pRoamProfile->mcEncryptionType.numEntries = 1;
4920 pRoamProfile->mcEncryptionType.encryptionType[0] = eCSR_ENCRYPT_TYPE_WPI;
4921 }
4922 }
4923#endif /* FEATURE_WLAN_WAPI */
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05304924#ifdef WLAN_FEATURE_GTK_OFFLOAD
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05304925 /* Initializing gtkOffloadReqParams */
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05304926 if ((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) ||
4927 (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
4928 {
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05304929 memset(&pHddStaCtx->gtkOffloadReqParams, 0,
4930 sizeof (tSirGtkOffloadParams));
4931 pHddStaCtx->gtkOffloadReqParams.ulFlags = GTK_OFFLOAD_DISABLE;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05304932 }
4933#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07004934 pRoamProfile->csrPersona = pAdapter->device_mode;
4935
Jeff Johnson32d95a32012-09-10 13:15:23 -07004936 if( operatingChannel )
4937 {
4938 pRoamProfile->ChannelInfo.ChannelList = &operatingChannel;
4939 pRoamProfile->ChannelInfo.numOfChannels = 1;
4940 }
Chet Lanctot186b5732013-03-18 10:26:30 -07004941 else
4942 {
4943 pRoamProfile->ChannelInfo.ChannelList = NULL;
4944 pRoamProfile->ChannelInfo.numOfChannels = 0;
4945 }
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07004946 if ( (WLAN_HDD_IBSS == pAdapter->device_mode) && operatingChannel)
4947 {
4948 hdd_select_cbmode(pAdapter,operatingChannel);
4949 }
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004950 /* change conn_state to connecting before sme_RoamConnect(), because sme_RoamConnect()
4951 * has a direct path to call hdd_smeRoamCallback(), which will change the conn_state
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304952 * If direct path, conn_state will be accordingly changed to NotConnected or Associated
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004953 * by either hdd_AssociationCompletionHandler() or hdd_DisConnectHandler() in sme_RoamCallback()
Madan Mohan Koyyalamudidf86c422012-12-04 17:03:44 -08004954 * if sme_RomConnect is to be queued, Connecting state will remain until it is completed.
4955 */
Gopichand Nakkalaa3c8fb62013-06-21 15:36:42 +05304956 if (WLAN_HDD_INFRA_STATION == pAdapter->device_mode ||
4957 WLAN_HDD_P2P_CLIENT == pAdapter->device_mode)
Madan Mohan Koyyalamudidf86c422012-12-04 17:03:44 -08004958 hdd_connSetConnectionState(WLAN_HDD_GET_STATION_CTX_PTR(pAdapter),
4959 eConnectionState_Connecting);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304960
4961 status = sme_RoamConnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
Jeff Johnson295189b2012-06-20 16:38:30 -07004962 pAdapter->sessionId, pRoamProfile, &roamId);
4963
Gopichand Nakkalaa3c8fb62013-06-21 15:36:42 +05304964 if ((eHAL_STATUS_SUCCESS != status) &&
4965 (WLAN_HDD_INFRA_STATION == pAdapter->device_mode ||
4966 WLAN_HDD_P2P_CLIENT == pAdapter->device_mode))
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +05304967
4968 {
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004969 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: sme_RoamConnect (session %d) failed with "
4970 "status %d. -> NotConnected", __func__, pAdapter->sessionId, status);
4971 /* change back to NotAssociated */
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +05304972 hdd_connSetConnectionState(WLAN_HDD_GET_STATION_CTX_PTR(pAdapter),
Madan Mohan Koyyalamudi42dcd162012-12-03 16:34:04 -08004973 eConnectionState_NotConnected);
Madan Mohan Koyyalamudid5acbf52012-11-28 01:45:08 +05304974 }
Madan Mohan Koyyalamudidf86c422012-12-04 17:03:44 -08004975
4976 pRoamProfile->ChannelInfo.ChannelList = NULL;
4977 pRoamProfile->ChannelInfo.numOfChannels = 0;
4978
Jeff Johnson295189b2012-06-20 16:38:30 -07004979 }
4980 else
4981 {
4982 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid Roam profile", __func__);
4983 return -EINVAL;
4984 }
Madan Mohan Koyyalamudifd4e1da2012-11-09 17:50:19 -08004985 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07004986 return status;
4987}
4988
4989/*
4990 * FUNCTION: wlan_hdd_set_cfg80211_auth_type
4991 * This function is used to set the authentication type (OPEN/SHARED).
4992 *
4993 */
4994static int wlan_hdd_cfg80211_set_auth_type(hdd_adapter_t *pAdapter,
4995 enum nl80211_auth_type auth_type)
4996{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05304997 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07004998 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
4999
5000 ENTER();
5001
5002 /*set authentication type*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305003 switch (auth_type)
Jeff Johnson295189b2012-06-20 16:38:30 -07005004 {
Jeff Johnson295189b2012-06-20 16:38:30 -07005005 case NL80211_AUTHTYPE_AUTOMATIC:
Gopichand Nakkala29149562013-05-10 21:43:41 +05305006 hddLog(VOS_TRACE_LEVEL_INFO,
5007 "%s: set authentication type to AUTOSWITCH", __func__);
5008 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_AUTOSWITCH;
5009 break;
5010
5011 case NL80211_AUTHTYPE_OPEN_SYSTEM:
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07005012#ifdef WLAN_FEATURE_VOWIFI_11R
5013 case NL80211_AUTHTYPE_FT:
5014#endif /* WLAN_FEATURE_VOWIFI_11R */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305015 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005016 "%s: set authentication type to OPEN", __func__);
5017 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_OPEN_SYSTEM;
5018 break;
5019
5020 case NL80211_AUTHTYPE_SHARED_KEY:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305021 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005022 "%s: set authentication type to SHARED", __func__);
5023 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_SHARED_KEY;
5024 break;
5025#ifdef FEATURE_WLAN_CCX
5026 case NL80211_AUTHTYPE_NETWORK_EAP:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305027 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005028 "%s: set authentication type to CCKM WPA", __func__);
5029 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_CCKM_WPA;//eCSR_AUTH_TYPE_CCKM_RSN needs to be handled as well if required.
5030 break;
5031#endif
5032
5033
5034 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305035 hddLog(VOS_TRACE_LEVEL_ERROR,
5036 "%s: Unsupported authentication type %d", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07005037 auth_type);
5038 pHddStaCtx->conn_info.authType = eCSR_AUTH_TYPE_UNKNOWN;
5039 return -EINVAL;
5040 }
5041
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305042 pWextState->roamProfile.AuthType.authType[0] =
Jeff Johnson295189b2012-06-20 16:38:30 -07005043 pHddStaCtx->conn_info.authType;
5044 return 0;
5045}
5046
5047/*
5048 * FUNCTION: wlan_hdd_set_akm_suite
5049 * This function is used to set the key mgmt type(PSK/8021x).
5050 *
5051 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305052static int wlan_hdd_set_akm_suite( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07005053 u32 key_mgmt
5054 )
5055{
5056 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
5057 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305058
Jeff Johnson295189b2012-06-20 16:38:30 -07005059 /*set key mgmt type*/
5060 switch(key_mgmt)
5061 {
5062 case WLAN_AKM_SUITE_PSK:
Gopichand Nakkala356fb102013-03-06 12:34:04 +05305063#ifdef WLAN_FEATURE_VOWIFI_11R
5064 case WLAN_AKM_SUITE_FT_PSK:
5065#endif
5066 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to PSK",
Jeff Johnson295189b2012-06-20 16:38:30 -07005067 __func__);
5068 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_PSK;
5069 break;
5070
5071 case WLAN_AKM_SUITE_8021X:
Gopichand Nakkala356fb102013-03-06 12:34:04 +05305072#ifdef WLAN_FEATURE_VOWIFI_11R
5073 case WLAN_AKM_SUITE_FT_8021X:
5074#endif
5075 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to 8021x",
Jeff Johnson295189b2012-06-20 16:38:30 -07005076 __func__);
5077 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_802_1X;
5078 break;
5079#ifdef FEATURE_WLAN_CCX
5080#define WLAN_AKM_SUITE_CCKM 0x00409600 /* Should be in ieee802_11_defs.h */
5081#define IW_AUTH_KEY_MGMT_CCKM 8 /* Should be in linux/wireless.h */
5082 case WLAN_AKM_SUITE_CCKM:
5083 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting key mgmt type to CCKM",
5084 __func__);
5085 pWextState->authKeyMgmt |= IW_AUTH_KEY_MGMT_CCKM;
5086 break;
5087#endif
5088
5089 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305090 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported key mgmt type %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005091 __func__, key_mgmt);
5092 return -EINVAL;
5093
5094 }
5095 return 0;
5096}
5097
5098/*
5099 * FUNCTION: wlan_hdd_cfg80211_set_cipher
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305100 * This function is used to set the encryption type
Jeff Johnson295189b2012-06-20 16:38:30 -07005101 * (NONE/WEP40/WEP104/TKIP/CCMP).
5102 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305103static int wlan_hdd_cfg80211_set_cipher( hdd_adapter_t *pAdapter,
5104 u32 cipher,
Jeff Johnson295189b2012-06-20 16:38:30 -07005105 bool ucast
5106 )
5107{
5108 eCsrEncryptionType encryptionType = eCSR_ENCRYPT_TYPE_NONE;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305109 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07005110 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
5111
5112 ENTER();
5113
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305114 if (!cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -07005115 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305116 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: received cipher %d - considering none",
Jeff Johnson295189b2012-06-20 16:38:30 -07005117 __func__, cipher);
5118 encryptionType = eCSR_ENCRYPT_TYPE_NONE;
5119 }
5120 else
5121 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305122
Jeff Johnson295189b2012-06-20 16:38:30 -07005123 /*set encryption method*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305124 switch (cipher)
Jeff Johnson295189b2012-06-20 16:38:30 -07005125 {
5126 case IW_AUTH_CIPHER_NONE:
5127 encryptionType = eCSR_ENCRYPT_TYPE_NONE;
5128 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305129
Jeff Johnson295189b2012-06-20 16:38:30 -07005130 case WLAN_CIPHER_SUITE_WEP40:
Gopichand Nakkala29149562013-05-10 21:43:41 +05305131 encryptionType = eCSR_ENCRYPT_TYPE_WEP40;
Jeff Johnson295189b2012-06-20 16:38:30 -07005132 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305133
Jeff Johnson295189b2012-06-20 16:38:30 -07005134 case WLAN_CIPHER_SUITE_WEP104:
Gopichand Nakkala29149562013-05-10 21:43:41 +05305135 encryptionType = eCSR_ENCRYPT_TYPE_WEP104;
Jeff Johnson295189b2012-06-20 16:38:30 -07005136 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305137
Jeff Johnson295189b2012-06-20 16:38:30 -07005138 case WLAN_CIPHER_SUITE_TKIP:
5139 encryptionType = eCSR_ENCRYPT_TYPE_TKIP;
5140 break;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305141
Jeff Johnson295189b2012-06-20 16:38:30 -07005142 case WLAN_CIPHER_SUITE_CCMP:
5143 encryptionType = eCSR_ENCRYPT_TYPE_AES;
5144 break;
5145#ifdef FEATURE_WLAN_WAPI
5146 case WLAN_CIPHER_SUITE_SMS4:
5147 encryptionType = eCSR_ENCRYPT_TYPE_WPI;
5148 break;
5149#endif
5150
5151#ifdef FEATURE_WLAN_CCX
5152 case WLAN_CIPHER_SUITE_KRK:
5153 encryptionType = eCSR_ENCRYPT_TYPE_KRK;
5154 break;
5155#endif
5156 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305157 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Unsupported cipher type %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005158 __func__, cipher);
5159 return -EOPNOTSUPP;
5160 }
5161 }
5162
5163 if (ucast)
5164 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305165 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting unicast cipher type to %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005166 __func__, encryptionType);
5167 pHddStaCtx->conn_info.ucEncryptionType = encryptionType;
5168 pWextState->roamProfile.EncryptionType.numEntries = 1;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305169 pWextState->roamProfile.EncryptionType.encryptionType[0] =
Jeff Johnson295189b2012-06-20 16:38:30 -07005170 encryptionType;
5171 }
5172 else
5173 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305174 hddLog(VOS_TRACE_LEVEL_INFO, "%s: setting mcast cipher type to %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07005175 __func__, encryptionType);
5176 pHddStaCtx->conn_info.mcEncryptionType = encryptionType;
5177 pWextState->roamProfile.mcEncryptionType.numEntries = 1;
5178 pWextState->roamProfile.mcEncryptionType.encryptionType[0] = encryptionType;
5179 }
5180
5181 return 0;
5182}
5183
5184
5185/*
5186 * FUNCTION: wlan_hdd_cfg80211_set_ie
5187 * This function is used to parse WPA/RSN IE's.
5188 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305189int wlan_hdd_cfg80211_set_ie( hdd_adapter_t *pAdapter,
5190 u8 *ie,
Jeff Johnson295189b2012-06-20 16:38:30 -07005191 size_t ie_len
5192 )
5193{
5194 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
5195 u8 *genie = ie;
5196 v_U16_t remLen = ie_len;
5197#ifdef FEATURE_WLAN_WAPI
5198 v_U32_t akmsuite[MAX_NUM_AKM_SUITES];
5199 u16 *tmp;
5200 v_U16_t akmsuiteCount;
5201 int *akmlist;
5202#endif
5203 ENTER();
5204
5205 /* clear previous assocAddIE */
5206 pWextState->assocAddIE.length = 0;
5207 pWextState->roamProfile.bWPSAssociation = VOS_FALSE;
5208
5209 while (remLen >= 2)
5210 {
5211 v_U16_t eLen = 0;
5212 v_U8_t elementId;
5213 elementId = *genie++;
5214 eLen = *genie++;
5215 remLen -= 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305216
5217 hddLog(VOS_TRACE_LEVEL_INFO, "%s: IE[0x%X], LEN[%d]\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07005218 __func__, elementId, eLen);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305219
5220 switch ( elementId )
Jeff Johnson295189b2012-06-20 16:38:30 -07005221 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305222 case DOT11F_EID_WPA:
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005223 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 -07005224 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305225 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005226 "%s: Invalid WPA IE", __func__);
5227 return -EINVAL;
5228 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305229 else if (0 == memcmp(&genie[0], "\x00\x50\xf2\x04", 4))
Jeff Johnson295189b2012-06-20 16:38:30 -07005230 {
5231 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305232 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WPS IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -07005233 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305234
Jeff Johnson295189b2012-06-20 16:38:30 -07005235 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5236 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005237 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE. "
5238 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -07005239 VOS_ASSERT(0);
5240 return -ENOMEM;
5241 }
5242 // WSC IE is saved to Additional IE ; it should be accumulated to handle WPS IE + P2P IE
5243 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5244 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305245
Jeff Johnson295189b2012-06-20 16:38:30 -07005246 pWextState->roamProfile.bWPSAssociation = VOS_TRUE;
5247 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5248 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5249 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305250 else if (0 == memcmp(&genie[0], "\x00\x50\xf2", 3))
5251 {
Jeff Johnson295189b2012-06-20 16:38:30 -07005252 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WPA IE (len %d)",__func__, eLen + 2);
5253 memset( pWextState->WPARSNIE, 0, MAX_WPA_RSN_IE_LEN );
5254 memcpy( pWextState->WPARSNIE, genie - 2, (eLen + 2) /*ie_len*/);
5255 pWextState->roamProfile.pWPAReqIE = pWextState->WPARSNIE;
5256 pWextState->roamProfile.nWPAReqIELength = eLen + 2;//ie_len;
5257 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305258 else if ( (0 == memcmp(&genie[0], P2P_OUI_TYPE,
5259 P2P_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07005260 /*Consider P2P IE, only for P2P Client */
5261 && (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) )
5262 {
5263 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305264 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set P2P IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -07005265 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305266
Jeff Johnson295189b2012-06-20 16:38:30 -07005267 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5268 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005269 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
5270 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -07005271 VOS_ASSERT(0);
5272 return -ENOMEM;
5273 }
5274 // P2P IE is saved to Additional IE ; it should be accumulated to handle WPS IE + P2P IE
5275 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5276 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305277
Jeff Johnson295189b2012-06-20 16:38:30 -07005278 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5279 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5280 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005281#ifdef WLAN_FEATURE_WFD
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305282 else if ( (0 == memcmp(&genie[0], WFD_OUI_TYPE,
5283 WFD_OUI_TYPE_SIZE))
Jeff Johnson295189b2012-06-20 16:38:30 -07005284 /*Consider WFD IE, only for P2P Client */
5285 && (WLAN_HDD_P2P_CLIENT == pAdapter->device_mode) )
5286 {
5287 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305288 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set WFD IE(len %d)",
Jeff Johnson295189b2012-06-20 16:38:30 -07005289 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305290
Jeff Johnson295189b2012-06-20 16:38:30 -07005291 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5292 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005293 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
5294 "Need bigger buffer space");
Jeff Johnson295189b2012-06-20 16:38:30 -07005295 VOS_ASSERT(0);
5296 return -ENOMEM;
5297 }
5298 // WFD IE is saved to Additional IE ; it should be accumulated to handle
5299 // WPS IE + P2P IE + WFD IE
5300 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5301 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305302
Jeff Johnson295189b2012-06-20 16:38:30 -07005303 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5304 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5305 }
5306#endif
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005307 /* Appending HS 2.0 Indication Element in Assiciation Request */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305308 else if ( (0 == memcmp(&genie[0], HS20_OUI_TYPE,
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005309 HS20_OUI_TYPE_SIZE)) )
5310 {
5311 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305312 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set HS20 IE(len %d)",
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005313 __func__, eLen + 2);
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005314
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005315 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5316 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005317 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
5318 "Need bigger buffer space");
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005319 VOS_ASSERT(0);
5320 return -ENOMEM;
5321 }
5322 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5323 pWextState->assocAddIE.length += eLen + 2;
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005324
Madan Mohan Koyyalamudi1bed5982012-10-22 14:38:06 -07005325 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5326 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5327 }
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005328
Jeff Johnson295189b2012-06-20 16:38:30 -07005329 break;
5330 case DOT11F_EID_RSN:
5331 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set RSN IE(len %d)",__func__, eLen + 2);
5332 memset( pWextState->WPARSNIE, 0, MAX_WPA_RSN_IE_LEN );
5333 memcpy( pWextState->WPARSNIE, genie - 2, (eLen + 2)/*ie_len*/);
5334 pWextState->roamProfile.pRSNReqIE = pWextState->WPARSNIE;
5335 pWextState->roamProfile.nRSNReqIELength = eLen + 2; //ie_len;
5336 break;
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005337 /* Appending Extended Capabilities with Interworking bit set in Assoc Req */
5338 case DOT11F_EID_EXTCAP:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305339 {
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005340 v_U16_t curAddIELen = pWextState->assocAddIE.length;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305341 hddLog (VOS_TRACE_LEVEL_INFO, "%s Set Extended CAPS IE(len %d)",
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005342 __func__, eLen + 2);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305343
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005344 if( SIR_MAC_MAX_IE_LENGTH < (pWextState->assocAddIE.length + eLen) )
5345 {
Jeff Johnson902c9832012-12-10 14:28:09 -08005346 hddLog(VOS_TRACE_LEVEL_FATAL, "Cannot accommodate assocAddIE "
5347 "Need bigger buffer space");
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005348 VOS_ASSERT(0);
5349 return -ENOMEM;
5350 }
5351 memcpy( pWextState->assocAddIE.addIEdata + curAddIELen, genie - 2, eLen + 2);
5352 pWextState->assocAddIE.length += eLen + 2;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305353
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005354 pWextState->roamProfile.pAddIEAssoc = pWextState->assocAddIE.addIEdata;
5355 pWextState->roamProfile.nAddIEAssocLength = pWextState->assocAddIE.length;
5356 break;
5357 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005358#ifdef FEATURE_WLAN_WAPI
5359 case WLAN_EID_WAPI:
5360 pAdapter->wapi_info.nWapiMode = 1; //Setting WAPI Mode to ON=1
5361 hddLog(VOS_TRACE_LEVEL_INFO,"WAPI MODE IS %lu \n",
5362 pAdapter->wapi_info.nWapiMode);
5363 tmp = (u16 *)ie;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305364 tmp = tmp + 2; // Skip element Id and Len, Version
Jeff Johnson295189b2012-06-20 16:38:30 -07005365 akmsuiteCount = WPA_GET_LE16(tmp);
5366 tmp = tmp + 1;
5367 akmlist = (int *)(tmp);
5368 if(akmsuiteCount <= MAX_NUM_AKM_SUITES)
5369 {
5370 memcpy(akmsuite, akmlist, (4*akmsuiteCount));
5371 }
5372 else
5373 {
5374 hddLog(VOS_TRACE_LEVEL_FATAL, "Invalid akmSuite count\n");
5375 VOS_ASSERT(0);
5376 return -EINVAL;
5377 }
5378
5379 if (WAPI_PSK_AKM_SUITE == akmsuite[0])
5380 {
5381 hddLog(VOS_TRACE_LEVEL_INFO, "%s: WAPI AUTH MODE SET TO PSK",
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_PSK;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305384 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005385 if (WAPI_CERT_AKM_SUITE == akmsuite[0])
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305386 {
Jeff Johnson295189b2012-06-20 16:38:30 -07005387 hddLog(VOS_TRACE_LEVEL_INFO, "%s: WAPI AUTH MODE SET TO CERTIFICATE",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07005388 __func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07005389 pAdapter->wapi_info.wapiAuthMode = WAPI_AUTH_MODE_CERT;
5390 }
5391 break;
5392#endif
5393 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305394 hddLog (VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005395 "%s Set UNKNOWN IE %X", __func__, elementId);
Madan Mohan Koyyalamudief3b66e2012-10-11 14:29:42 -07005396 /* when Unknown IE is received we should break and continue
5397 * to the next IE in the buffer instead we were returning
5398 * so changing this to break */
5399 break;
Jeff Johnson295189b2012-06-20 16:38:30 -07005400 }
5401 genie += eLen;
5402 remLen -= eLen;
5403 }
5404 EXIT();
5405 return 0;
5406}
5407
5408/*
Gopichand Nakkala18f0c262013-05-07 23:25:08 +05305409 * FUNCTION: hdd_isWPAIEPresent
5410 * Parse the received IE to find the WPA IE
5411 *
5412 */
5413static bool hdd_isWPAIEPresent(u8 *ie, u8 ie_len)
5414{
5415 v_U8_t eLen = 0;
5416 v_U16_t remLen = ie_len;
5417 v_U8_t elementId = 0;
5418
5419 while (remLen >= 2)
5420 {
5421 elementId = *ie++;
5422 eLen = *ie++;
5423 remLen -= 2;
5424 if (eLen > remLen)
5425 {
5426 hddLog(VOS_TRACE_LEVEL_ERROR,
5427 "%s: IE length is wrong %d", __func__, eLen);
5428 return FALSE;
5429 }
5430 if ((elementId == DOT11F_EID_WPA) && (remLen > 5))
5431 {
5432 /* OUI - 0x00 0X50 0XF2
5433 WPA Information Element - 0x01
5434 WPA version - 0x01*/
5435 if (0 == memcmp(&ie[0], "\x00\x50\xf2\x01\x01", 5))
5436 return TRUE;
5437 }
5438 ie += eLen;
5439 remLen -= eLen;
5440 }
5441 return FALSE;
5442}
5443
5444/*
Jeff Johnson295189b2012-06-20 16:38:30 -07005445 * FUNCTION: wlan_hdd_cfg80211_set_privacy
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305446 * This function is used to initialize the security
Jeff Johnson295189b2012-06-20 16:38:30 -07005447 * parameters during connect operation.
5448 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305449int wlan_hdd_cfg80211_set_privacy( hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07005450 struct cfg80211_connect_params *req
5451 )
5452{
5453 int status = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305454 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07005455 ENTER();
5456
5457 /*set wpa version*/
5458 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_DISABLED;
5459
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305460 if (req->crypto.wpa_versions)
Jeff Johnson295189b2012-06-20 16:38:30 -07005461 {
Gopichand Nakkala781ded42013-06-28 12:10:45 +05305462 if (NL80211_WPA_VERSION_1 == req->crypto.wpa_versions)
Jeff Johnson295189b2012-06-20 16:38:30 -07005463 {
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{
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305598 int status;
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
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305608 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
5609 status = wlan_hdd_validate_context(pHddCtx);
5610
5611 if (0 != status)
Jeff Johnson295189b2012-06-20 16:38:30 -07005612 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305613 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5614 "%s: HDD context is not valid", __func__);
5615 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -07005616 }
5617
5618#ifdef WLAN_BTAMP_FEATURE
5619 //Infra connect not supported when AMP traffic is on.
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305620 if( VOS_TRUE == WLANBAP_AmpSessionOn() )
Jeff Johnson295189b2012-06-20 16:38:30 -07005621 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305622 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005623 "%s: No connection when AMP is on", __func__);
Madan Mohan Koyyalamudicae253a2012-11-06 19:10:35 -08005624 return -ECONNREFUSED;
Jeff Johnson295189b2012-06-20 16:38:30 -07005625 }
5626#endif
5627 /*initialise security parameters*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305628 status = wlan_hdd_cfg80211_set_privacy(pAdapter, req);
Jeff Johnson295189b2012-06-20 16:38:30 -07005629
5630 if ( 0 > status)
5631 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305632 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set security params",
Jeff Johnson295189b2012-06-20 16:38:30 -07005633 __func__);
5634 return status;
5635 }
5636
5637 //If Device Mode is Station Concurrent Sessions Exit BMps
Jeff Johnsona8a1a482012-12-12 16:49:33 -08005638 //P2P Mode will be taken care in Open/close adapter
Jeff Johnson295189b2012-06-20 16:38:30 -07005639 if((WLAN_HDD_INFRA_STATION == pAdapter->device_mode) &&
5640 (vos_concurrent_sessions_running()))
5641 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305642 exitbmpsStatus = hdd_disable_bmps_imps(pHddCtx, WLAN_HDD_INFRA_STATION);
Jeff Johnson295189b2012-06-20 16:38:30 -07005643 }
5644
Mohit Khanna765234a2012-09-11 15:08:35 -07005645 if ( req->channel )
5646 {
5647 status = wlan_hdd_cfg80211_connect_start(pAdapter, req->ssid,
5648 req->ssid_len, req->bssid,
5649 req->channel->hw_value);
5650 }
5651 else
5652 {
5653 status = wlan_hdd_cfg80211_connect_start(pAdapter, req->ssid,
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305654 req->ssid_len, req->bssid, 0);
Mohit Khanna765234a2012-09-11 15:08:35 -07005655 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005656
5657 if (0 > status)
5658 {
5659 //ReEnable BMPS if disabled
5660 if((VOS_STATUS_SUCCESS == exitbmpsStatus) &&
5661 (NULL != pHddCtx))
5662 {
Gopichand Nakkalaa2fe5b02013-06-06 16:32:28 +05305663 if (pHddCtx->hdd_wlan_suspended)
5664 {
5665 hdd_set_pwrparams(pHddCtx);
5666 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005667 //ReEnable Bmps and Imps back
5668 hdd_enable_bmps_imps(pHddCtx);
5669 }
5670
5671 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: connect failed", __func__);
5672 return status;
5673 }
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305674 pHddCtx->isAmpAllowed = VOS_FALSE;
Jeff Johnson295189b2012-06-20 16:38:30 -07005675 EXIT();
5676 return status;
5677}
5678
5679
5680/*
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05305681 * FUNCTION: wlan_hdd_disconnect
5682 * This function is used to issue a disconnect request to SME
5683 */
5684int wlan_hdd_disconnect( hdd_adapter_t *pAdapter, u16 reason )
5685{
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305686 int status;
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05305687 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305688 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
5689
5690 status = wlan_hdd_validate_context(pHddCtx);
5691
5692 if (0 != status)
5693 {
5694 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5695 "%s: HDD context is not valid", __func__);
5696 return status;
5697 }
5698
5699 pHddCtx->isAmpAllowed = VOS_TRUE;
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05305700 pHddStaCtx->conn_info.connState = eConnectionState_NotConnected;
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05305701 INIT_COMPLETION(pAdapter->disconnect_comp_var);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305702
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05305703 /*issue disconnect*/
5704 status = sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter),
5705 pAdapter->sessionId, reason);
5706
5707 if ( 0 != status )
5708 {
5709 hddLog(VOS_TRACE_LEVEL_ERROR,
5710 "%s csrRoamDisconnect failure, returned %d \n",
5711 __func__, (int)status );
5712 return -EINVAL;
5713 }
5714 wait_for_completion_interruptible_timeout(
5715 &pAdapter->disconnect_comp_var,
5716 msecs_to_jiffies(WLAN_WAIT_TIME_DISCONNECT));
5717 /*stop tx queues*/
5718 netif_tx_disable(pAdapter->dev);
5719 netif_carrier_off(pAdapter->dev);
5720 return status;
5721}
5722
5723
5724/*
Jeff Johnson295189b2012-06-20 16:38:30 -07005725 * FUNCTION: wlan_hdd_cfg80211_disconnect
5726 * This function is used to issue a disconnect request to SME
5727 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305728static int wlan_hdd_cfg80211_disconnect( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07005729 struct net_device *dev,
5730 u16 reason
5731 )
5732{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305733 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
5734 tCsrRoamProfile *pRoamProfile =
Jeff Johnson295189b2012-06-20 16:38:30 -07005735 &(WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter))->roamProfile;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305736 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07005737 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005738 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalaaa353782013-05-17 20:36:22 +05305739#ifdef FEATURE_WLAN_TDLS
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005740 tANI_U8 staIdx;
5741#endif
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305742
Jeff Johnson295189b2012-06-20 16:38:30 -07005743 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305744
5745 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07005746 __func__,pAdapter->device_mode);
5747
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305748 hddLog(VOS_TRACE_LEVEL_INFO, "%s: Disconnect called with reason code %d",
5749 __func__, reason);
Jeff Johnson295189b2012-06-20 16:38:30 -07005750
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305751 status = wlan_hdd_validate_context(pHddCtx);
5752
5753 if (0 != status)
Jeff Johnson295189b2012-06-20 16:38:30 -07005754 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305755 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5756 "%s: HDD context is not valid", __func__);
5757 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -07005758 }
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305759
Jeff Johnson295189b2012-06-20 16:38:30 -07005760 if (NULL != pRoamProfile)
5761 {
5762 /*issue disconnect request to SME, if station is in connected state*/
5763 if (pHddStaCtx->conn_info.connState == eConnectionState_Associated)
5764 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305765 eCsrRoamDisconnectReason reasonCode =
Jeff Johnson295189b2012-06-20 16:38:30 -07005766 eCSR_DISCONNECT_REASON_UNSPECIFIED;
Gopichand Nakkalaaa353782013-05-17 20:36:22 +05305767 hdd_scaninfo_t *pScanInfo;
Jeff Johnson295189b2012-06-20 16:38:30 -07005768 switch(reason)
5769 {
5770 case WLAN_REASON_MIC_FAILURE:
5771 reasonCode = eCSR_DISCONNECT_REASON_MIC_ERROR;
5772 break;
5773
5774 case WLAN_REASON_DISASSOC_DUE_TO_INACTIVITY:
5775 case WLAN_REASON_DISASSOC_AP_BUSY:
5776 case WLAN_REASON_CLASS3_FRAME_FROM_NONASSOC_STA:
5777 reasonCode = eCSR_DISCONNECT_REASON_DISASSOC;
5778 break;
5779
5780 case WLAN_REASON_PREV_AUTH_NOT_VALID:
5781 case WLAN_REASON_CLASS2_FRAME_FROM_NONAUTH_STA:
5782 reasonCode = eCSR_DISCONNECT_REASON_DEAUTH;
5783 break;
5784
5785 case WLAN_REASON_DEAUTH_LEAVING:
5786 default:
5787 reasonCode = eCSR_DISCONNECT_REASON_UNSPECIFIED;
5788 break;
5789 }
Gopichand Nakkalaaa353782013-05-17 20:36:22 +05305790 pHddStaCtx->conn_info.connState = eConnectionState_NotConnected;
5791 pScanInfo = &pHddCtx->scan_info;
5792 if (pScanInfo->mScanPending)
5793 {
5794 hddLog(VOS_TRACE_LEVEL_INFO, "Disconnect is in progress, "
5795 "Aborting Scan");
5796 hdd_abort_mac_scan(pHddCtx);
5797 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005798
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005799#ifdef FEATURE_WLAN_TDLS
5800 /* First clean up the tdls peers if any */
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005801 for (staIdx = 0 ; staIdx < HDD_MAX_NUM_TDLS_STA; staIdx++)
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005802 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005803 if ((pHddCtx->tdlsConnInfo[staIdx].sessionId == pAdapter->sessionId) &&
5804 (pHddCtx->tdlsConnInfo[staIdx].staId))
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005805 {
Hoonki Lee11f7dda2013-02-14 16:55:44 -08005806 uint8 *mac;
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005807 mac = pHddCtx->tdlsConnInfo[staIdx].peerMac.bytes;
Hoonki Lee11f7dda2013-02-14 16:55:44 -08005808 VOS_TRACE(VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07005809 "%s: call sme_DeleteTdlsPeerSta staId %d sessionId %d " MAC_ADDRESS_STR,
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005810 __func__, pHddCtx->tdlsConnInfo[staIdx].staId, pAdapter->sessionId,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07005811 MAC_ADDR_ARRAY(mac));
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005812 sme_DeleteTdlsPeerSta(WLAN_HDD_GET_HAL_CTX(pAdapter),
Gopichand Nakkala4327a152013-03-04 23:22:42 -08005813 pAdapter->sessionId,
5814 mac);
Gopichand Nakkala2a0a1572013-02-10 21:39:16 -08005815 }
5816 }
5817#endif
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05305818 status = wlan_hdd_disconnect(pAdapter, reasonCode);
5819 if ( 0 != status )
Jeff Johnson295189b2012-06-20 16:38:30 -07005820 {
5821 hddLog(VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05305822 "%s wlan_hdd_disconnect failure, returned %d \n",
Jeff Johnson295189b2012-06-20 16:38:30 -07005823 __func__, (int)status );
5824 return -EINVAL;
5825 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005826 }
5827 }
5828 else
5829 {
5830 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid roam profile", __func__);
5831 }
5832
5833 return status;
5834}
5835
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05305836
Jeff Johnson295189b2012-06-20 16:38:30 -07005837/*
5838 * FUNCTION: wlan_hdd_cfg80211_set_privacy_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305839 * This function is used to initialize the security
Jeff Johnson295189b2012-06-20 16:38:30 -07005840 * settings in IBSS mode.
5841 */
5842static int wlan_hdd_cfg80211_set_privacy_ibss(
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305843 hdd_adapter_t *pAdapter,
Jeff Johnson295189b2012-06-20 16:38:30 -07005844 struct cfg80211_ibss_params *params
5845 )
5846{
5847 int status = 0;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305848 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07005849 eCsrEncryptionType encryptionType = eCSR_ENCRYPT_TYPE_NONE;
5850 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305851
Jeff Johnson295189b2012-06-20 16:38:30 -07005852 ENTER();
5853
5854 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_DISABLED;
5855
5856 if (params->ie_len && ( NULL != params->ie) )
5857 {
Shailender Karmuchi67edd312013-06-18 16:30:48 -07005858 if (wlan_hdd_cfg80211_get_ie_ptr (params->ie,
5859 params->ie_len, WLAN_EID_RSN ))
Jeff Johnson295189b2012-06-20 16:38:30 -07005860 {
5861 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA2;
5862 encryptionType = eCSR_ENCRYPT_TYPE_AES;
5863 }
Shailender Karmuchi67edd312013-06-18 16:30:48 -07005864 else if ( hdd_isWPAIEPresent (params->ie, params->ie_len ))
Jeff Johnson295189b2012-06-20 16:38:30 -07005865 {
Shailender Karmuchi642e9812013-05-30 14:34:49 -07005866 tDot11fIEWPA dot11WPAIE;
5867 tHalHandle halHandle = WLAN_HDD_GET_HAL_CTX(pAdapter);
Shailender Karmuchi67edd312013-06-18 16:30:48 -07005868 u8 *ie;
Shailender Karmuchi642e9812013-05-30 14:34:49 -07005869
Shailender Karmuchi67edd312013-06-18 16:30:48 -07005870 ie = wlan_hdd_cfg80211_get_ie_ptr (params->ie,
5871 params->ie_len, DOT11F_EID_WPA);
5872 if ( NULL != ie )
5873 {
5874 pWextState->wpaVersion = IW_AUTH_WPA_VERSION_WPA;
5875 // Unpack the WPA IE
5876 //Skip past the EID byte and length byte - and four byte WiFi OUI
5877 dot11fUnpackIeWPA((tpAniSirGlobal) halHandle,
5878 &ie[2+4],
5879 ie[1] - 4,
5880 &dot11WPAIE);
5881 /*Extract the multicast cipher, the encType for unicast
5882 cipher for wpa-none is none*/
5883 encryptionType =
5884 hdd_TranslateWPAToCsrEncryptionType(dot11WPAIE.multicast_cipher);
5885 }
Jeff Johnson295189b2012-06-20 16:38:30 -07005886 }
Shailender Karmuchi67edd312013-06-18 16:30:48 -07005887
Jeff Johnson295189b2012-06-20 16:38:30 -07005888 status = wlan_hdd_cfg80211_set_ie(pAdapter, params->ie, params->ie_len);
5889
5890 if (0 > status)
5891 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305892 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to parse WPA/RSN IE",
Jeff Johnson295189b2012-06-20 16:38:30 -07005893 __func__);
5894 return status;
5895 }
5896 }
5897
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305898 pWextState->roamProfile.AuthType.authType[0] =
5899 pHddStaCtx->conn_info.authType =
Jeff Johnson295189b2012-06-20 16:38:30 -07005900 eCSR_AUTH_TYPE_OPEN_SYSTEM;
5901
5902 if (params->privacy)
5903 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305904 /* Security enabled IBSS, At this time there is no information available
5905 * about the security paramters, so initialise the encryption type to
Jeff Johnson295189b2012-06-20 16:38:30 -07005906 * eCSR_ENCRYPT_TYPE_WEP40_STATICKEY.
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305907 * The correct security parameters will be updated later in
Jeff Johnson295189b2012-06-20 16:38:30 -07005908 * wlan_hdd_cfg80211_add_key */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305909 /* Hal expects encryption type to be set inorder
Jeff Johnson295189b2012-06-20 16:38:30 -07005910 *enable privacy bit in beacons */
5911
5912 encryptionType = eCSR_ENCRYPT_TYPE_WEP40_STATICKEY;
5913 }
Shailender Karmuchi642e9812013-05-30 14:34:49 -07005914 VOS_TRACE (VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO_HIGH,
5915 "encryptionType=%d", encryptionType);
Jeff Johnson295189b2012-06-20 16:38:30 -07005916 pHddStaCtx->conn_info.ucEncryptionType = encryptionType;
5917 pWextState->roamProfile.EncryptionType.numEntries = 1;
5918 pWextState->roamProfile.EncryptionType.encryptionType[0] = encryptionType;
Jeff Johnson295189b2012-06-20 16:38:30 -07005919 return status;
5920}
5921
5922/*
5923 * FUNCTION: wlan_hdd_cfg80211_join_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305924 * This function is used to create/join an IBSS
Jeff Johnson295189b2012-06-20 16:38:30 -07005925 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305926static int wlan_hdd_cfg80211_join_ibss( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07005927 struct net_device *dev,
5928 struct cfg80211_ibss_params *params
5929 )
5930{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305931 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Jeff Johnson295189b2012-06-20 16:38:30 -07005932 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
5933 tCsrRoamProfile *pRoamProfile;
5934 int status;
5935 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305936 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07005937
5938 ENTER();
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305939
5940 hddLog(VOS_TRACE_LEVEL_INFO,
Jeff Johnson295189b2012-06-20 16:38:30 -07005941 "%s: device_mode = %d\n",__func__,pAdapter->device_mode);
5942
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305943 status = wlan_hdd_validate_context(pHddCtx);
5944
5945 if (0 != status)
Jeff Johnson295189b2012-06-20 16:38:30 -07005946 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05305947 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
5948 "%s: HDD context is not valid", __func__);
5949 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -07005950 }
5951
5952 if (NULL == pWextState)
5953 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305954 hddLog (VOS_TRACE_LEVEL_ERROR, "%s ERROR: Data Storage Corruption\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07005955 __func__);
5956 return -EIO;
5957 }
5958
5959 pRoamProfile = &pWextState->roamProfile;
5960
5961 if ( eCSR_BSS_TYPE_START_IBSS != pRoamProfile->BSSType )
5962 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305963 hddLog (VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07005964 "%s Interface type is not set to IBSS \n", __func__);
5965 return -EINVAL;
5966 }
5967
5968 /* Set Channel */
5969 if (NULL != params->channel)
5970 {
5971 u8 channelNum;
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07005972 v_U32_t numChans = WNI_CFG_VALID_CHANNEL_LIST_LEN;
5973 v_U8_t validChan[WNI_CFG_VALID_CHANNEL_LIST_LEN];
5974 tHalHandle hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
5975 int indx;
Jeff Johnson295189b2012-06-20 16:38:30 -07005976
5977 /* Get channel number */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05305978 channelNum =
Jeff Johnson295189b2012-06-20 16:38:30 -07005979 ieee80211_frequency_to_channel(params->channel->center_freq);
5980
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07005981
5982 if (0 != ccmCfgGetStr(hHal, WNI_CFG_VALID_CHANNEL_LIST,
5983 validChan, &numChans))
Jeff Johnson295189b2012-06-20 16:38:30 -07005984 {
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07005985 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: No valid channel list",
5986 __func__);
5987 return -EOPNOTSUPP;
Jeff Johnson295189b2012-06-20 16:38:30 -07005988 }
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07005989
5990 for (indx = 0; indx < numChans; indx++)
Jeff Johnson295189b2012-06-20 16:38:30 -07005991 {
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07005992 if (channelNum == validChan[indx])
5993 {
5994 break;
5995 }
5996 }
5997 if (indx >= numChans)
5998 {
5999 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Not valid Channel %d",
Jeff Johnson295189b2012-06-20 16:38:30 -07006000 __func__, channelNum);
6001 return -EINVAL;
6002 }
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07006003 /* Set the Operational Channel */
6004 hddLog(VOS_TRACE_LEVEL_INFO_HIGH, "%s: set channel %d", __func__,
6005 channelNum);
6006 pRoamProfile->ChannelInfo.numOfChannels = 1;
6007 pHddStaCtx->conn_info.operationChannel = channelNum;
6008 pRoamProfile->ChannelInfo.ChannelList =
6009 &pHddStaCtx->conn_info.operationChannel;
Jeff Johnson295189b2012-06-20 16:38:30 -07006010 }
6011
6012 /* Initialize security parameters */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306013 status = wlan_hdd_cfg80211_set_privacy_ibss(pAdapter, params);
Jeff Johnson295189b2012-06-20 16:38:30 -07006014 if (status < 0)
6015 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306016 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: failed to set security parameters",
Jeff Johnson295189b2012-06-20 16:38:30 -07006017 __func__);
6018 return status;
6019 }
6020
6021 /* Issue connect start */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306022 status = wlan_hdd_cfg80211_connect_start(pAdapter, params->ssid,
Shailender Karmuchi15cd0672013-05-15 19:50:04 -07006023 params->ssid_len, params->bssid,
6024 pHddStaCtx->conn_info.operationChannel);
Jeff Johnson295189b2012-06-20 16:38:30 -07006025
6026 if (0 > status)
6027 {
6028 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: connect failed", __func__);
6029 return status;
6030 }
6031
6032 return 0;
6033}
6034
6035/*
6036 * FUNCTION: wlan_hdd_cfg80211_leave_ibss
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306037 * This function is used to leave an IBSS
Jeff Johnson295189b2012-06-20 16:38:30 -07006038 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306039static int wlan_hdd_cfg80211_leave_ibss( struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07006040 struct net_device *dev
6041 )
6042{
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306043 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
Jeff Johnson295189b2012-06-20 16:38:30 -07006044 hdd_wext_state_t *pWextState = WLAN_HDD_GET_WEXT_STATE_PTR(pAdapter);
6045 tCsrRoamProfile *pRoamProfile;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306046 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
6047 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07006048
6049 ENTER();
6050
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306051 status = wlan_hdd_validate_context(pHddCtx);
6052
6053 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006054 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306055 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6056 "%s: HDD context is not valid", __func__);
6057 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006058 }
6059
Jeff Johnson295189b2012-06-20 16:38:30 -07006060 hddLog(VOS_TRACE_LEVEL_INFO, "%s: device_mode = %d\n",__func__,pAdapter->device_mode);
6061 if (NULL == pWextState)
6062 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306063 hddLog (VOS_TRACE_LEVEL_ERROR, "%s ERROR: Data Storage Corruption\n",
Jeff Johnson295189b2012-06-20 16:38:30 -07006064 __func__);
6065 return -EIO;
6066 }
6067
6068 pRoamProfile = &pWextState->roamProfile;
6069
6070 /* Issue disconnect only if interface type is set to IBSS */
6071 if (eCSR_BSS_TYPE_START_IBSS != pRoamProfile->BSSType)
6072 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306073 hddLog (VOS_TRACE_LEVEL_ERROR, "%s: BSS Type is not set to IBSS",
Jeff Johnson295189b2012-06-20 16:38:30 -07006074 __func__);
6075 return -EINVAL;
6076 }
6077
6078 /* Issue Disconnect request */
6079 INIT_COMPLETION(pAdapter->disconnect_comp_var);
6080 sme_RoamDisconnect( WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
6081 eCSR_DISCONNECT_REASON_IBSS_LEAVE);
6082
6083 return 0;
6084}
6085
6086/*
6087 * FUNCTION: wlan_hdd_cfg80211_set_wiphy_params
6088 * This function is used to set the phy parameters
6089 * (RTS Threshold/FRAG Threshold/Retry Count etc ...)
6090 */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306091static int wlan_hdd_cfg80211_set_wiphy_params(struct wiphy *wiphy,
Jeff Johnson295189b2012-06-20 16:38:30 -07006092 u32 changed)
6093{
6094 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
6095 tHalHandle hHal = pHddCtx->hHal;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306096 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07006097
6098 ENTER();
6099
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306100 status = wlan_hdd_validate_context(pHddCtx);
6101
6102 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006103 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306104 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6105 "%s: HDD context is not valid", __func__);
6106 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006107 }
6108
Jeff Johnson295189b2012-06-20 16:38:30 -07006109 if (changed & WIPHY_PARAM_RTS_THRESHOLD)
6110 {
6111 u16 rts_threshold = (wiphy->rts_threshold == -1) ?
6112 WNI_CFG_RTS_THRESHOLD_STAMAX :
6113 wiphy->rts_threshold;
6114
6115 if ((WNI_CFG_RTS_THRESHOLD_STAMIN > rts_threshold) ||
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306116 (WNI_CFG_RTS_THRESHOLD_STAMAX < rts_threshold))
Jeff Johnson295189b2012-06-20 16:38:30 -07006117 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306118 hddLog(VOS_TRACE_LEVEL_ERROR,
6119 "%s: Invalid RTS Threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006120 __func__, rts_threshold);
6121 return -EINVAL;
6122 }
6123
6124 if (0 != ccmCfgSetInt(hHal, WNI_CFG_RTS_THRESHOLD,
6125 rts_threshold, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306126 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006127 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306128 hddLog(VOS_TRACE_LEVEL_ERROR,
6129 "%s: ccmCfgSetInt failed for rts_threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006130 __func__, rts_threshold);
6131 return -EIO;
6132 }
6133
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306134 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set rts threshold %hu", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07006135 rts_threshold);
6136 }
6137
6138 if (changed & WIPHY_PARAM_FRAG_THRESHOLD)
6139 {
6140 u16 frag_threshold = (wiphy->frag_threshold == -1) ?
6141 WNI_CFG_FRAGMENTATION_THRESHOLD_STAMAX :
6142 wiphy->frag_threshold;
6143
6144 if ((WNI_CFG_FRAGMENTATION_THRESHOLD_STAMIN > frag_threshold)||
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306145 (WNI_CFG_FRAGMENTATION_THRESHOLD_STAMAX < frag_threshold) )
Jeff Johnson295189b2012-06-20 16:38:30 -07006146 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306147 hddLog(VOS_TRACE_LEVEL_ERROR,
6148 "%s: Invalid frag_threshold value %hu", __func__,
Jeff Johnson295189b2012-06-20 16:38:30 -07006149 frag_threshold);
6150 return -EINVAL;
6151 }
6152
6153 if (0 != ccmCfgSetInt(hHal, WNI_CFG_FRAGMENTATION_THRESHOLD,
6154 frag_threshold, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306155 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006156 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306157 hddLog(VOS_TRACE_LEVEL_ERROR,
6158 "%s: ccmCfgSetInt failed for frag_threshold value %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006159 __func__, frag_threshold);
6160 return -EIO;
6161 }
6162
6163 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set frag threshold %hu", __func__,
6164 frag_threshold);
6165 }
6166
6167 if ((changed & WIPHY_PARAM_RETRY_SHORT)
6168 || (changed & WIPHY_PARAM_RETRY_LONG))
6169 {
6170 u8 retry_value = (changed & WIPHY_PARAM_RETRY_SHORT) ?
6171 wiphy->retry_short :
6172 wiphy->retry_long;
6173
6174 if ((WNI_CFG_LONG_RETRY_LIMIT_STAMIN > retry_value) ||
6175 (WNI_CFG_LONG_RETRY_LIMIT_STAMAX < retry_value))
6176 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306177 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006178 __func__, retry_value);
6179 return -EINVAL;
6180 }
6181
6182 if (changed & WIPHY_PARAM_RETRY_SHORT)
6183 {
6184 if (0 != ccmCfgSetInt(hHal, WNI_CFG_LONG_RETRY_LIMIT,
6185 retry_value, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306186 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006187 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306188 hddLog(VOS_TRACE_LEVEL_ERROR,
6189 "%s: ccmCfgSetInt failed for long retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006190 __func__, retry_value);
6191 return -EIO;
6192 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306193 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set long retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006194 __func__, retry_value);
6195 }
6196 else if (changed & WIPHY_PARAM_RETRY_SHORT)
6197 {
6198 if (0 != ccmCfgSetInt(hHal, WNI_CFG_SHORT_RETRY_LIMIT,
6199 retry_value, ccmCfgSetCallback,
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306200 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006201 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306202 hddLog(VOS_TRACE_LEVEL_ERROR,
6203 "%s: ccmCfgSetInt failed for short retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006204 __func__, retry_value);
6205 return -EIO;
6206 }
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306207 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set short retry count %hu",
Jeff Johnson295189b2012-06-20 16:38:30 -07006208 __func__, retry_value);
6209 }
6210 }
6211
6212 return 0;
6213}
6214
6215/*
6216 * FUNCTION: wlan_hdd_cfg80211_set_txpower
6217 * This function is used to set the txpower
6218 */
6219static int wlan_hdd_cfg80211_set_txpower(struct wiphy *wiphy,
6220#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,35)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306221 enum tx_power_setting type,
Jeff Johnson295189b2012-06-20 16:38:30 -07006222#else
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306223 enum nl80211_tx_power_setting type,
Jeff Johnson295189b2012-06-20 16:38:30 -07006224#endif
6225 int dbm)
6226{
6227 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306228 tHalHandle hHal = NULL;
Jeff Johnson295189b2012-06-20 16:38:30 -07006229 tSirMacAddr bssid = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
6230 tSirMacAddr selfMac = {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF};
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306231 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07006232
6233 ENTER();
6234
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306235 status = wlan_hdd_validate_context(pHddCtx);
6236
6237 if (0 != status)
6238 {
6239 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6240 "%s: HDD context is not valid", __func__);
6241 return status;
6242 }
6243
6244 hHal = pHddCtx->hHal;
6245
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306246 if (0 != ccmCfgSetInt(hHal, WNI_CFG_CURRENT_TX_POWER_LEVEL,
6247 dbm, ccmCfgSetCallback,
6248 eANI_BOOLEAN_TRUE))
Jeff Johnson295189b2012-06-20 16:38:30 -07006249 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306250 hddLog(VOS_TRACE_LEVEL_ERROR,
Jeff Johnson295189b2012-06-20 16:38:30 -07006251 "%s: ccmCfgSetInt failed for tx power %hu", __func__, dbm);
6252 return -EIO;
6253 }
6254
6255 hddLog(VOS_TRACE_LEVEL_INFO_MED, "%s: set tx power level %d dbm", __func__,
6256 dbm);
6257
6258 switch(type)
6259 {
6260 case NL80211_TX_POWER_AUTOMATIC: /*automatically determine transmit power*/
6261 /* Fall through */
6262 case NL80211_TX_POWER_LIMITED: /*limit TX power by the mBm parameter*/
6263 if( sme_SetMaxTxPower(hHal, bssid, selfMac, dbm) != eHAL_STATUS_SUCCESS )
6264 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306265 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Setting maximum tx power failed",
6266 __func__);
6267 return -EIO;
Jeff Johnson295189b2012-06-20 16:38:30 -07006268 }
6269 break;
6270 case NL80211_TX_POWER_FIXED: /*fix TX power to the mBm parameter*/
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306271 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: NL80211_TX_POWER_FIXED not supported",
Jeff Johnson295189b2012-06-20 16:38:30 -07006272 __func__);
6273 return -EOPNOTSUPP;
6274 break;
6275 default:
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306276 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid power setting type %d",
6277 __func__, type);
Jeff Johnson295189b2012-06-20 16:38:30 -07006278 return -EIO;
6279 }
6280
6281 return 0;
6282}
6283
6284/*
6285 * FUNCTION: wlan_hdd_cfg80211_get_txpower
6286 * This function is used to read the txpower
6287 */
6288static int wlan_hdd_cfg80211_get_txpower(struct wiphy *wiphy, int *dbm)
6289{
6290
6291 hdd_adapter_t *pAdapter;
6292 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306293 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07006294
Jeff Johnsone7245742012-09-05 17:12:55 -07006295 ENTER();
6296
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306297 status = wlan_hdd_validate_context(pHddCtx);
Jeff Johnson295189b2012-06-20 16:38:30 -07006298
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306299 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006300 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306301 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6302 "%s: HDD context is not valid", __func__);
6303 *dbm = 0;
6304 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006305 }
6306
Jeff Johnson295189b2012-06-20 16:38:30 -07006307 pAdapter = hdd_get_adapter(pHddCtx, WLAN_HDD_INFRA_STATION);
6308 if (NULL == pAdapter)
6309 {
6310 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Not in station context " ,__func__);
6311 return -ENOENT;
6312 }
6313
6314 wlan_hdd_get_classAstats(pAdapter);
6315 *dbm = pAdapter->hdd_stats.ClassA_stat.max_pwr;
6316
Jeff Johnsone7245742012-09-05 17:12:55 -07006317 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07006318 return 0;
6319}
6320
6321static int wlan_hdd_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
6322 u8* mac, struct station_info *sinfo)
6323{
6324 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR( dev );
6325 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
6326 int ssidlen = pHddStaCtx->conn_info.SSID.SSID.length;
6327 tANI_U8 rate_flags;
6328
6329 hdd_context_t *pHddCtx = (hdd_context_t*) wiphy_priv(wiphy);
6330 hdd_config_t *pCfg = pHddCtx->cfg_ini;
Jeff Johnson295189b2012-06-20 16:38:30 -07006331
6332 tANI_U8 OperationalRates[CSR_DOT11_SUPPORTED_RATES_MAX];
6333 tANI_U32 ORLeng = CSR_DOT11_SUPPORTED_RATES_MAX;
6334 tANI_U8 ExtendedRates[CSR_DOT11_EXTENDED_SUPPORTED_RATES_MAX];
6335 tANI_U32 ERLeng = CSR_DOT11_EXTENDED_SUPPORTED_RATES_MAX;
6336 tANI_U8 MCSRates[SIZE_OF_BASIC_MCS_SET];
6337 tANI_U32 MCSLeng = SIZE_OF_BASIC_MCS_SET;
6338 tANI_U16 maxRate = 0;
6339 tANI_U16 myRate;
6340 tANI_U16 currentRate = 0;
6341 tANI_U8 maxSpeedMCS = 0;
6342 tANI_U8 maxMCSIdx = 0;
6343 tANI_U8 rateFlag = 1;
6344 tANI_U8 i, j, rssidx;
Madan Mohan Koyyalamudic75be962012-10-18 19:19:03 -07006345 tANI_U16 temp;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306346 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07006347
Leo Chang6f8870f2013-03-26 18:11:36 -07006348#ifdef WLAN_FEATURE_11AC
6349 tANI_U32 vht_mcs_map;
6350 eDataRate11ACMaxMcs vhtMaxMcs;
6351#endif /* WLAN_FEATURE_11AC */
6352
Jeff Johnsone7245742012-09-05 17:12:55 -07006353 ENTER();
6354
Jeff Johnson295189b2012-06-20 16:38:30 -07006355 if ((eConnectionState_Associated != pHddStaCtx->conn_info.connState) ||
6356 (0 == ssidlen))
6357 {
6358 hddLog(VOS_TRACE_LEVEL_INFO, "%s: Not associated or"
6359 " Invalid ssidlen, %d", __func__, ssidlen);
6360 /*To keep GUI happy*/
6361 return 0;
6362 }
6363
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306364 status = wlan_hdd_validate_context(pHddCtx);
6365
6366 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006367 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306368 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6369 "%s: HDD context is not valid", __func__);
6370 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006371 }
6372
Jeff Johnson295189b2012-06-20 16:38:30 -07006373 wlan_hdd_get_rssi(pAdapter, &sinfo->signal);
6374 sinfo->filled |= STATION_INFO_SIGNAL;
6375
Madan Mohan Koyyalamudi4d4d2812012-09-24 14:08:29 -07006376 wlan_hdd_get_station_stats(pAdapter);
Jeff Johnson295189b2012-06-20 16:38:30 -07006377 rate_flags = pAdapter->hdd_stats.ClassA_stat.tx_rate_flags;
6378
6379 //convert to the UI units of 100kbps
6380 myRate = pAdapter->hdd_stats.ClassA_stat.tx_rate * 5;
6381
6382#ifdef LINKSPEED_DEBUG_ENABLED
Leo Chang6f8870f2013-03-26 18:11:36 -07006383 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 -07006384 sinfo->signal,
6385 pCfg->reportMaxLinkSpeed,
6386 myRate,
6387 (int) pCfg->linkSpeedRssiHigh,
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006388 (int) pCfg->linkSpeedRssiMid,
6389 (int) pCfg->linkSpeedRssiLow,
Leo Chang6f8870f2013-03-26 18:11:36 -07006390 (int) rate_flags,
6391 (int) pAdapter->hdd_stats.ClassA_stat.mcs_index);
Jeff Johnson295189b2012-06-20 16:38:30 -07006392#endif //LINKSPEED_DEBUG_ENABLED
6393
6394 if (eHDD_LINK_SPEED_REPORT_ACTUAL != pCfg->reportMaxLinkSpeed)
6395 {
6396 // we do not want to necessarily report the current speed
6397 if (eHDD_LINK_SPEED_REPORT_MAX == pCfg->reportMaxLinkSpeed)
6398 {
6399 // report the max possible speed
6400 rssidx = 0;
6401 }
6402 else if (eHDD_LINK_SPEED_REPORT_MAX_SCALED == pCfg->reportMaxLinkSpeed)
6403 {
6404 // report the max possible speed with RSSI scaling
6405 if (sinfo->signal >= pCfg->linkSpeedRssiHigh)
6406 {
6407 // report the max possible speed
6408 rssidx = 0;
6409 }
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006410 else if (sinfo->signal >= pCfg->linkSpeedRssiMid)
Jeff Johnson295189b2012-06-20 16:38:30 -07006411 {
6412 // report middle speed
6413 rssidx = 1;
6414 }
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006415 else if (sinfo->signal >= pCfg->linkSpeedRssiLow)
6416 {
6417 // report middle speed
6418 rssidx = 2;
6419 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006420 else
6421 {
6422 // report actual speed
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006423 rssidx = 3;
Jeff Johnson295189b2012-06-20 16:38:30 -07006424 }
6425 }
6426 else
6427 {
6428 // unknown, treat as eHDD_LINK_SPEED_REPORT_MAX
6429 hddLog(VOS_TRACE_LEVEL_ERROR,
6430 "%s: Invalid value for reportMaxLinkSpeed: %u",
6431 __func__, pCfg->reportMaxLinkSpeed);
6432 rssidx = 0;
6433 }
6434
6435 maxRate = 0;
6436
6437 /* Get Basic Rate Set */
Gopichand Nakkala05ab1322013-02-15 11:28:38 +05306438 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_OPERATIONAL_RATE_SET,
6439 OperationalRates, &ORLeng))
6440 {
6441 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
6442 /*To keep GUI happy*/
6443 return 0;
6444 }
6445
Jeff Johnson295189b2012-06-20 16:38:30 -07006446 for (i = 0; i < ORLeng; i++)
6447 {
Jeff Johnsone7245742012-09-05 17:12:55 -07006448 for (j = 0; j < (sizeof(supported_data_rate) / sizeof(supported_data_rate[0])); j ++)
Jeff Johnson295189b2012-06-20 16:38:30 -07006449 {
6450 /* Validate Rate Set */
6451 if (supported_data_rate[j].beacon_rate_index == (OperationalRates[i] & 0x7F))
6452 {
6453 currentRate = supported_data_rate[j].supported_rate[rssidx];
6454 break;
6455 }
6456 }
6457 /* Update MAX rate */
6458 maxRate = (currentRate > maxRate)?currentRate:maxRate;
6459 }
6460
6461 /* Get Extended Rate Set */
Gopichand Nakkala05ab1322013-02-15 11:28:38 +05306462 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_EXTENDED_OPERATIONAL_RATE_SET,
6463 ExtendedRates, &ERLeng))
6464 {
6465 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
6466 /*To keep GUI happy*/
6467 return 0;
6468 }
6469
Jeff Johnson295189b2012-06-20 16:38:30 -07006470 for (i = 0; i < ERLeng; i++)
6471 {
Jeff Johnsone7245742012-09-05 17:12:55 -07006472 for (j = 0; j < (sizeof(supported_data_rate) / sizeof(supported_data_rate[0])); j ++)
Jeff Johnson295189b2012-06-20 16:38:30 -07006473 {
6474 if (supported_data_rate[j].beacon_rate_index == (ExtendedRates[i] & 0x7F))
6475 {
6476 currentRate = supported_data_rate[j].supported_rate[rssidx];
6477 break;
6478 }
6479 }
6480 /* Update MAX rate */
6481 maxRate = (currentRate > maxRate)?currentRate:maxRate;
6482 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006483 /* Get MCS Rate Set -- but only if we are connected at MCS
6484 rates or if we are always reporting max speed or if we have
6485 good rssi */
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006486 if ((0 == rssidx) && !(rate_flags & eHAL_TX_RATE_LEGACY))
Jeff Johnson295189b2012-06-20 16:38:30 -07006487 {
Gopichand Nakkala05ab1322013-02-15 11:28:38 +05306488 if (0 != ccmCfgGetStr(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_CURRENT_MCS_SET,
6489 MCSRates, &MCSLeng))
6490 {
6491 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: ccm api returned failure", __func__);
6492 /*To keep GUI happy*/
6493 return 0;
6494 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006495 rateFlag = 0;
Leo Chang6f8870f2013-03-26 18:11:36 -07006496#ifdef WLAN_FEATURE_11AC
6497 /* VHT80 rate has seperate rate table */
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306498 if (rate_flags & (eHAL_TX_RATE_VHT20|eHAL_TX_RATE_VHT40|eHAL_TX_RATE_VHT80))
Jeff Johnson295189b2012-06-20 16:38:30 -07006499 {
Leo Chang6f8870f2013-03-26 18:11:36 -07006500 ccmCfgGetInt(WLAN_HDD_GET_HAL_CTX(pAdapter), WNI_CFG_VHT_TX_MCS_MAP, &vht_mcs_map);
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306501 vhtMaxMcs = (eDataRate11ACMaxMcs)(vht_mcs_map & DATA_RATE_11AC_MCS_MASK );
Leo Chang6f8870f2013-03-26 18:11:36 -07006502 if (rate_flags & eHAL_TX_RATE_SGI)
Jeff Johnson295189b2012-06-20 16:38:30 -07006503 {
Leo Chang6f8870f2013-03-26 18:11:36 -07006504 rateFlag |= 1;
Jeff Johnson295189b2012-06-20 16:38:30 -07006505 }
Leo Chang6f8870f2013-03-26 18:11:36 -07006506 if (DATA_RATE_11AC_MAX_MCS_7 == vhtMaxMcs)
Jeff Johnson295189b2012-06-20 16:38:30 -07006507 {
Leo Chang6f8870f2013-03-26 18:11:36 -07006508 maxMCSIdx = 7;
6509 }
6510 else if (DATA_RATE_11AC_MAX_MCS_8 == vhtMaxMcs)
6511 {
6512 maxMCSIdx = 8;
6513 }
6514 else if (DATA_RATE_11AC_MAX_MCS_9 == vhtMaxMcs)
6515 {
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306516 //VHT20 is supporting 0~8
6517 if (rate_flags & eHAL_TX_RATE_VHT20)
6518 maxMCSIdx = 8;
6519 else
6520 maxMCSIdx = 9;
Leo Chang6f8870f2013-03-26 18:11:36 -07006521 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306522
6523 if (rate_flags & eHAL_TX_RATE_VHT80)
6524 {
6525 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT80_rate[rateFlag];
6526 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT80_rate[rateFlag];
6527 }
6528 else if (rate_flags & eHAL_TX_RATE_VHT40)
6529 {
6530 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT40_rate[rateFlag];
6531 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT40_rate[rateFlag];
6532 }
6533 else if (rate_flags & eHAL_TX_RATE_VHT20)
6534 {
6535 currentRate = supported_vht_mcs_rate[pAdapter->hdd_stats.ClassA_stat.mcs_index].supported_VHT20_rate[rateFlag];
6536 maxRate = supported_vht_mcs_rate[maxMCSIdx].supported_VHT20_rate[rateFlag];
6537 }
6538
Leo Chang6f8870f2013-03-26 18:11:36 -07006539 maxSpeedMCS = 1;
6540 if (currentRate > maxRate)
6541 {
6542 maxRate = currentRate;
6543 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306544
Leo Chang6f8870f2013-03-26 18:11:36 -07006545 }
6546 else
6547#endif /* WLAN_FEATURE_11AC */
6548 {
6549 if (rate_flags & eHAL_TX_RATE_HT40)
6550 {
6551 rateFlag |= 1;
6552 }
6553 if (rate_flags & eHAL_TX_RATE_SGI)
6554 {
6555 rateFlag |= 2;
6556 }
6557
6558 for (i = 0; i < MCSLeng; i++)
6559 {
6560 temp = sizeof(supported_mcs_rate) / sizeof(supported_mcs_rate[0]);
6561 for (j = 0; j < temp; j++)
6562 {
6563 if (supported_mcs_rate[j].beacon_rate_index == MCSRates[i])
6564 {
6565 currentRate = supported_mcs_rate[j].supported_rate[rateFlag];
6566 break;
6567 }
6568 }
6569 if ((j < temp) && (currentRate > maxRate))
6570 {
6571 maxRate = currentRate;
6572 maxSpeedMCS = 1;
6573 maxMCSIdx = supported_mcs_rate[j].beacon_rate_index;
6574 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006575 }
6576 }
6577 }
6578
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306579 else if (!(rate_flags & eHAL_TX_RATE_LEGACY))
6580 {
6581 maxRate = myRate;
6582 maxSpeedMCS = 1;
6583 maxMCSIdx = pAdapter->hdd_stats.ClassA_stat.mcs_index;
6584 }
6585
Jeff Johnson295189b2012-06-20 16:38:30 -07006586 // make sure we report a value at least as big as our current rate
Madan Mohan Koyyalamudi8df78d52012-11-02 12:30:06 -07006587 if (((maxRate < myRate) && (0 == rssidx)) ||
6588 (0 == maxRate))
Jeff Johnson295189b2012-06-20 16:38:30 -07006589 {
6590 maxRate = myRate;
6591 if (rate_flags & eHAL_TX_RATE_LEGACY)
6592 {
6593 maxSpeedMCS = 0;
6594 }
6595 else
6596 {
6597 maxSpeedMCS = 1;
6598 maxMCSIdx = pAdapter->hdd_stats.ClassA_stat.mcs_index;
6599 }
6600 }
6601
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306602 if (rate_flags & eHAL_TX_RATE_LEGACY)
Jeff Johnson295189b2012-06-20 16:38:30 -07006603 {
6604 sinfo->txrate.legacy = maxRate;
6605#ifdef LINKSPEED_DEBUG_ENABLED
6606 pr_info("Reporting legacy rate %d\n", sinfo->txrate.legacy);
6607#endif //LINKSPEED_DEBUG_ENABLED
6608 }
6609 else
6610 {
6611 sinfo->txrate.mcs = maxMCSIdx;
Leo Chang6f8870f2013-03-26 18:11:36 -07006612#ifdef WLAN_FEATURE_11AC
6613 sinfo->txrate.nss = 1;
6614 if (rate_flags & eHAL_TX_RATE_VHT80)
6615 {
6616 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306617 sinfo->txrate.flags |= RATE_INFO_FLAGS_80_MHZ_WIDTH;
Leo Chang6f8870f2013-03-26 18:11:36 -07006618 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306619 else if (rate_flags & eHAL_TX_RATE_VHT40)
Leo Chang6f8870f2013-03-26 18:11:36 -07006620 {
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306621 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
6622 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
6623 }
6624 else if (rate_flags & eHAL_TX_RATE_VHT20)
6625 {
6626 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
6627 }
6628#endif /* WLAN_FEATURE_11AC */
6629 if (rate_flags & (eHAL_TX_RATE_HT20 | eHAL_TX_RATE_HT40))
6630 {
6631 sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS;
6632 if (rate_flags & eHAL_TX_RATE_HT40)
6633 {
6634 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
6635 }
Leo Chang6f8870f2013-03-26 18:11:36 -07006636 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006637 if (rate_flags & eHAL_TX_RATE_SGI)
6638 {
6639 sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
6640 }
Gopichand Nakkala4c705372013-04-24 13:20:33 +05306641
Jeff Johnson295189b2012-06-20 16:38:30 -07006642#ifdef LINKSPEED_DEBUG_ENABLED
6643 pr_info("Reporting MCS rate %d flags %x\n",
6644 sinfo->txrate.mcs,
6645 sinfo->txrate.flags );
6646#endif //LINKSPEED_DEBUG_ENABLED
6647 }
6648 }
6649 else
6650 {
6651 // report current rate instead of max rate
6652
6653 if (rate_flags & eHAL_TX_RATE_LEGACY)
6654 {
6655 //provide to the UI in units of 100kbps
6656 sinfo->txrate.legacy = myRate;
6657#ifdef LINKSPEED_DEBUG_ENABLED
6658 pr_info("Reporting actual legacy rate %d\n", sinfo->txrate.legacy);
6659#endif //LINKSPEED_DEBUG_ENABLED
6660 }
6661 else
6662 {
6663 //must be MCS
6664 sinfo->txrate.mcs = pAdapter->hdd_stats.ClassA_stat.mcs_index;
Leo Chang6f8870f2013-03-26 18:11:36 -07006665#ifdef WLAN_FEATURE_11AC
6666 sinfo->txrate.nss = 1;
6667 if (rate_flags & eHAL_TX_RATE_VHT80)
6668 {
6669 sinfo->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
6670 }
6671 else
6672#endif /* WLAN_FEATURE_11AC */
6673 {
6674 sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS;
6675 }
Jeff Johnson295189b2012-06-20 16:38:30 -07006676 if (rate_flags & eHAL_TX_RATE_SGI)
6677 {
6678 sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
6679 }
6680 if (rate_flags & eHAL_TX_RATE_HT40)
6681 {
6682 sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
6683 }
Leo Chang6f8870f2013-03-26 18:11:36 -07006684#ifdef WLAN_FEATURE_11AC
6685 else if (rate_flags & eHAL_TX_RATE_VHT80)
6686 {
6687 sinfo->txrate.flags |= RATE_INFO_FLAGS_80_MHZ_WIDTH;
6688 }
6689#endif /* WLAN_FEATURE_11AC */
Jeff Johnson295189b2012-06-20 16:38:30 -07006690#ifdef LINKSPEED_DEBUG_ENABLED
6691 pr_info("Reporting actual MCS rate %d flags %x\n",
6692 sinfo->txrate.mcs,
6693 sinfo->txrate.flags );
6694#endif //LINKSPEED_DEBUG_ENABLED
6695 }
6696 }
6697 sinfo->filled |= STATION_INFO_TX_BITRATE;
6698
Madan Mohan Koyyalamudi4d4d2812012-09-24 14:08:29 -07006699 sinfo->tx_packets =
6700 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[0] +
6701 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[1] +
6702 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[2] +
6703 pAdapter->hdd_stats.summary_stat.tx_frm_cnt[3];
6704
6705 sinfo->tx_retries =
6706 pAdapter->hdd_stats.summary_stat.retry_cnt[0] +
6707 pAdapter->hdd_stats.summary_stat.retry_cnt[1] +
6708 pAdapter->hdd_stats.summary_stat.retry_cnt[2] +
6709 pAdapter->hdd_stats.summary_stat.retry_cnt[3];
6710
6711 sinfo->tx_failed =
6712 pAdapter->hdd_stats.summary_stat.fail_cnt[0] +
6713 pAdapter->hdd_stats.summary_stat.fail_cnt[1] +
6714 pAdapter->hdd_stats.summary_stat.fail_cnt[2] +
6715 pAdapter->hdd_stats.summary_stat.fail_cnt[3];
6716
6717 sinfo->filled |=
6718 STATION_INFO_TX_PACKETS |
6719 STATION_INFO_TX_RETRIES |
6720 STATION_INFO_TX_FAILED;
6721
6722 EXIT();
6723 return 0;
Jeff Johnson295189b2012-06-20 16:38:30 -07006724}
6725
6726static int wlan_hdd_cfg80211_set_power_mgmt(struct wiphy *wiphy,
Sameer Thalappilc9f26e92013-06-07 10:11:06 -07006727 struct net_device *dev, bool mode, int timeout)
Jeff Johnson295189b2012-06-20 16:38:30 -07006728{
6729 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkala20c4c042013-04-19 22:08:55 +05306730 hdd_context_t *pHddCtx;
Jeff Johnson295189b2012-06-20 16:38:30 -07006731 VOS_STATUS vos_status;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306732 int status;
Jeff Johnson295189b2012-06-20 16:38:30 -07006733
Jeff Johnsone7245742012-09-05 17:12:55 -07006734 ENTER();
6735
Jeff Johnson295189b2012-06-20 16:38:30 -07006736 if (NULL == pAdapter)
6737 {
6738 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Adapter is NULL\n", __func__);
6739 return -ENODEV;
6740 }
6741
Gopichand Nakkala20c4c042013-04-19 22:08:55 +05306742 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306743 status = wlan_hdd_validate_context(pHddCtx);
Gopichand Nakkala20c4c042013-04-19 22:08:55 +05306744
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306745 if (0 != status)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306746 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306747 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6748 "%s: HDD context is not valid", __func__);
6749 return status;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306750 }
6751
Gopichand Nakkala20c4c042013-04-19 22:08:55 +05306752 if ((DRIVER_POWER_MODE_AUTO == !mode) &&
6753 (TRUE == pHddCtx->hdd_wlan_suspended) &&
6754 (pHddCtx->cfg_ini->fhostArpOffload) &&
6755 (eConnectionState_Associated ==
6756 (WLAN_HDD_GET_STATION_CTX_PTR(pAdapter))->conn_info.connState))
6757 {
Gopichand Nakkalab03e8082013-05-30 18:09:25 +05306758 vos_status = hdd_conf_arp_offload(pAdapter, TRUE);
Gopichand Nakkala20c4c042013-04-19 22:08:55 +05306759 if (!VOS_IS_STATUS_SUCCESS(vos_status))
6760 {
6761 hddLog(VOS_TRACE_LEVEL_INFO,
6762 "%s:Failed to enable ARPOFFLOAD Feature %d\n",
6763 __func__, vos_status);
6764 }
6765 }
6766
Jeff Johnson295189b2012-06-20 16:38:30 -07006767 /**The get power cmd from the supplicant gets updated by the nl only
6768 *on successful execution of the function call
6769 *we are oppositely mapped w.r.t mode in the driver
6770 **/
6771 vos_status = wlan_hdd_enter_bmps(pAdapter, !mode);
6772
Jeff Johnsone7245742012-09-05 17:12:55 -07006773 EXIT();
Jeff Johnson295189b2012-06-20 16:38:30 -07006774 if (VOS_STATUS_E_FAILURE == vos_status)
6775 {
6776 return -EINVAL;
6777 }
6778 return 0;
6779}
6780
6781
6782#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
6783static int wlan_hdd_set_default_mgmt_key(struct wiphy *wiphy,
6784 struct net_device *netdev,
6785 u8 key_index)
6786{
Jeff Johnsone7245742012-09-05 17:12:55 -07006787 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -07006788 return 0;
6789}
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306790#endif //LINUX_VERSION_CODE
Jeff Johnson295189b2012-06-20 16:38:30 -07006791
6792#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
6793static int wlan_hdd_set_txq_params(struct wiphy *wiphy,
6794 struct net_device *dev,
6795 struct ieee80211_txq_params *params)
6796{
Jeff Johnsone7245742012-09-05 17:12:55 -07006797 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -07006798 return 0;
6799}
6800#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
6801static int wlan_hdd_set_txq_params(struct wiphy *wiphy,
6802 struct ieee80211_txq_params *params)
6803{
Jeff Johnsone7245742012-09-05 17:12:55 -07006804 ENTER();
Jeff Johnson295189b2012-06-20 16:38:30 -07006805 return 0;
6806}
6807#endif //LINUX_VERSION_CODE
6808
6809static int wlan_hdd_cfg80211_del_station(struct wiphy *wiphy,
6810 struct net_device *dev, u8 *mac)
6811{
6812 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306813 hdd_context_t *pHddCtx;
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -08006814 VOS_STATUS vos_status;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306815 int status;
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -08006816 v_U8_t staId;
Jeff Johnson295189b2012-06-20 16:38:30 -07006817
Jeff Johnsone7245742012-09-05 17:12:55 -07006818 ENTER();
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306819 if ( NULL == pAdapter )
Jeff Johnson295189b2012-06-20 16:38:30 -07006820 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306821 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Adapter" ,__func__);
Jeff Johnson295189b2012-06-20 16:38:30 -07006822 return -EINVAL;
6823 }
6824
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306825 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
6826 status = wlan_hdd_validate_context(pHddCtx);
Jeff Johnson295189b2012-06-20 16:38:30 -07006827
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306828 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006829 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306830 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6831 "%s: HDD context is not valid", __func__);
6832 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006833 }
6834
Jeff Johnson295189b2012-06-20 16:38:30 -07006835 if ( (WLAN_HDD_SOFTAP == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -07006836 || (WLAN_HDD_P2P_GO == pAdapter->device_mode)
Jeff Johnson295189b2012-06-20 16:38:30 -07006837 )
6838 {
6839 if( NULL == mac )
6840 {
6841 v_U16_t i;
6842 for(i = 0; i < WLAN_MAX_STA_COUNT; i++)
6843 {
6844 if(pAdapter->aStaInfo[i].isUsed)
6845 {
6846 u8 *macAddr = pAdapter->aStaInfo[i].macAddrSTA.bytes;
6847 hddLog(VOS_TRACE_LEVEL_INFO,
6848 "%s: Delete STA with MAC::"
6849 "%02x:%02x:%02x:%02x:%02x:%02x",
6850 __func__,
6851 macAddr[0], macAddr[1], macAddr[2],
6852 macAddr[3], macAddr[4], macAddr[5]);
6853 hdd_softap_sta_deauth(pAdapter, macAddr);
6854 }
6855 }
6856 }
6857 else
6858 {
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -08006859
6860 vos_status = hdd_softap_GetStaId(pAdapter,(v_MACADDR_t *)mac, &staId);
6861 if (!VOS_IS_STATUS_SUCCESS(vos_status))
6862 {
6863 hddLog(VOS_TRACE_LEVEL_INFO,
6864 "%s: Skip this DEL STA as this is not used::"
6865 "%02x:%02x:%02x:%02x:%02x:%02x",
6866 __func__,
6867 mac[0], mac[1], mac[2],
6868 mac[3], mac[4], mac[5]);
6869 return -ENOENT;
6870 }
6871
6872 if( pAdapter->aStaInfo[staId].isDeauthInProgress == TRUE)
6873 {
6874 hddLog(VOS_TRACE_LEVEL_INFO,
6875 "%s: Skip this DEL STA as deauth is in progress::"
6876 "%02x:%02x:%02x:%02x:%02x:%02x",
6877 __func__,
6878 mac[0], mac[1], mac[2],
6879 mac[3], mac[4], mac[5]);
6880 return -ENOENT;
6881 }
6882
6883 pAdapter->aStaInfo[staId].isDeauthInProgress = TRUE;
6884
Jeff Johnson295189b2012-06-20 16:38:30 -07006885 hddLog(VOS_TRACE_LEVEL_INFO,
6886 "%s: Delete STA with MAC::"
6887 "%02x:%02x:%02x:%02x:%02x:%02x",
6888 __func__,
6889 mac[0], mac[1], mac[2],
6890 mac[3], mac[4], mac[5]);
Madan Mohan Koyyalamudicd784992013-01-11 15:30:36 -08006891
6892 vos_status = hdd_softap_sta_deauth(pAdapter, mac);
6893 if (!VOS_IS_STATUS_SUCCESS(vos_status))
6894 {
6895 pAdapter->aStaInfo[staId].isDeauthInProgress = FALSE;
6896 hddLog(VOS_TRACE_LEVEL_INFO,
6897 "%s: STA removal failed for ::"
6898 "%02x:%02x:%02x:%02x:%02x:%02x",
6899 __func__,
6900 mac[0], mac[1], mac[2],
6901 mac[3], mac[4], mac[5]);
6902 return -ENOENT;
6903 }
6904
Jeff Johnson295189b2012-06-20 16:38:30 -07006905 }
6906 }
6907
6908 EXIT();
6909
6910 return 0;
6911}
6912
Hoonki Lee11f7dda2013-02-14 16:55:44 -08006913static int wlan_hdd_cfg80211_add_station(struct wiphy *wiphy,
6914 struct net_device *dev, u8 *mac, struct station_parameters *params)
6915{
Gopichand Nakkalab977a972013-02-18 19:15:09 -08006916 int status = -EPERM;
Hoonki Lee11f7dda2013-02-14 16:55:44 -08006917#ifdef FEATURE_WLAN_TDLS
6918 u32 mask, set;
Hoonki Lee11f7dda2013-02-14 16:55:44 -08006919 ENTER();
Mohit Khanna698ba2a2012-12-04 15:08:18 -08006920 mask = params->sta_flags_mask;
6921
6922 set = params->sta_flags_set;
6923
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07006924#ifdef WLAN_FEATURE_TDLS_DEBUG
6925 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6926 "%s: mask 0x%x set 0x%x " MAC_ADDRESS_STR,
6927 __func__, mask, set, MAC_ADDR_ARRAY(mac));
6928#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08006929
6930 if (mask & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
6931 if (set & BIT(NL80211_STA_FLAG_TDLS_PEER)) {
Gopichand Nakkala681989c2013-03-06 22:27:48 -08006932 status = wlan_hdd_tdls_add_station(wiphy, dev, mac, 0, NULL);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08006933 }
6934 }
6935#endif
Gopichand Nakkalab977a972013-02-18 19:15:09 -08006936 return status;
Jeff Johnson295189b2012-06-20 16:38:30 -07006937}
6938
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006939
6940#ifdef FEATURE_WLAN_LFR
6941static int wlan_hdd_cfg80211_set_pmksa(struct wiphy *wiphy, struct net_device *dev,
Jeff Johnsond13512a2012-07-17 11:42:19 -07006942 struct cfg80211_pmksa *pmksa)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006943{
6944#define MAX_PMKSAIDS_IN_CACHE 8
6945 static tPmkidCacheInfo PMKIDCache[MAX_PMKSAIDS_IN_CACHE]; // HDD Local cache
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306946 static tANI_U32 i; // HDD Local Cache index
6947 tANI_U32 j=0;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006948 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
6949 tHalHandle halHandle;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306950 eHalStatus result;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306951 int status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006952 tANI_U8 BSSIDMatched = 0;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306953 hdd_context_t *pHddCtx;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306954
Jeff Johnsone7245742012-09-05 17:12:55 -07006955 ENTER();
6956
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306957 // Validate pAdapter
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306958 if ( NULL == pAdapter )
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006959 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306960 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Adapter" ,__func__);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006961 return -EINVAL;
6962 }
6963
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306964 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
6965 status = wlan_hdd_validate_context(pHddCtx);
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006966
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306967 if (0 != status)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006968 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05306969 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
6970 "%s: HDD context is not valid", __func__);
6971 return status;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006972 }
6973
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306974 // Retrieve halHandle
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006975 halHandle = WLAN_HDD_GET_HAL_CTX(pAdapter);
6976
6977 for (j = 0; j < i; j++)
6978 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306979 if(vos_mem_compare(PMKIDCache[j].BSSID,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006980 pmksa->bssid, WNI_CFG_BSSID_LEN))
6981 {
6982 /* BSSID matched previous entry. Overwrite it. */
6983 BSSIDMatched = 1;
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306984 vos_mem_copy(PMKIDCache[j].BSSID,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006985 pmksa->bssid, WNI_CFG_BSSID_LEN);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306986 vos_mem_copy(PMKIDCache[j].PMKID,
6987 pmksa->pmkid,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006988 CSR_RSN_PMKID_SIZE);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05306989 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Reusing cache entry %d.",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07006990 __func__, j );
Jeff Johnson04dd8a82012-06-29 20:41:40 -07006991 dump_bssid(pmksa->bssid);
6992 dump_pmkid(halHandle, pmksa->pmkid);
6993 break;
6994 }
6995 }
6996
Madan Mohan Koyyalamudic4b317d2012-10-18 19:43:08 -07006997 /* Check we compared all entries,if then take the first slot now */
6998 if(j == MAX_PMKSAIDS_IN_CACHE) i=0;
6999
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007000 if (!BSSIDMatched)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307001 {
7002 // Now, we DON'T have a BSSID match, so take a new entry in the cache.
7003 vos_mem_copy(PMKIDCache[i].BSSID,
7004 pmksa->bssid, ETHER_ADDR_LEN);
7005 vos_mem_copy(PMKIDCache[i].PMKID,
7006 pmksa->pmkid,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007007 CSR_RSN_PMKID_SIZE);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307008 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Adding a new cache entry %d.",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07007009 __func__, i );
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007010 dump_bssid(pmksa->bssid);
7011 dump_pmkid(halHandle, pmksa->pmkid);
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307012 // Increment the HDD Local Cache index
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007013 // The "i=0" doesn't work for the call to sme_RoamSetPMKIDCache() - LFR FIXME
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307014 if (i<=(MAX_PMKSAIDS_IN_CACHE-1)) i++; else i=0;
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007015 }
7016
7017
7018 // Calling csrRoamSetPMKIDCache to configure the PMKIDs into the cache
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307019 //hddLog(LOG1, FL("%s: Calling csrRoamSetPMKIDCache with %d cache entries."),
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07007020 // __func__, i );
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307021 hddLog(VOS_TRACE_LEVEL_FATAL, "%s: Calling csrRoamSetPMKIDCache with %d cache entries.",
Madan Mohan Koyyalamudi87054ba2012-11-02 13:24:12 -07007022 __func__, i );
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007023 // Finally set the PMKSA ID Cache in CSR
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307024 result = sme_RoamSetPMKIDCache(halHandle,pAdapter->sessionId,
7025 PMKIDCache,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007026 i );
7027 return 0;
7028}
7029
7030
7031static int wlan_hdd_cfg80211_del_pmksa(struct wiphy *wiphy, struct net_device *dev,
Jeff Johnsond13512a2012-07-17 11:42:19 -07007032 struct cfg80211_pmksa *pmksa)
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007033{
Jeff Johnsone7245742012-09-05 17:12:55 -07007034 ENTER();
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007035 // TODO: Implement this later.
7036 return 0;
7037}
7038
7039static int wlan_hdd_cfg80211_flush_pmksa(struct wiphy *wiphy, struct net_device *dev)
7040{
Jeff Johnsone7245742012-09-05 17:12:55 -07007041 ENTER();
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007042 // TODO: Implement this later.
7043 return 0;
7044}
7045#endif
7046
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007047#if defined(WLAN_FEATURE_VOWIFI_11R) && defined(KERNEL_SUPPORT_11R_CFG80211)
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307048static int wlan_hdd_cfg80211_update_ft_ies(struct wiphy *wiphy,
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007049 struct net_device *dev, struct cfg80211_update_ft_ies_params *ftie)
7050{
7051 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7052 hdd_station_ctx_t *pHddStaCtx;
7053
7054 if (NULL == pAdapter)
7055 {
7056 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Adapter is NULL\n", __func__);
7057 return -ENODEV;
7058 }
7059
7060 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
7061
7062 // Added for debug on reception of Re-assoc Req.
7063 if (eConnectionState_Associated != pHddStaCtx->conn_info.connState)
7064 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307065 hddLog(LOGE, FL("Called with Ie of length = %d when not associated\n"),
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007066 ftie->ie_len);
7067 hddLog(LOGE, FL("Should be Re-assoc Req IEs\n"));
7068 }
7069
7070#ifdef WLAN_FEATURE_VOWIFI_11R_DEBUG
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307071 hddLog(LOGE, FL("%s called with Ie of length = %d\n"), __func__,
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007072 ftie->ie_len);
7073#endif
7074
7075 // Pass the received FT IEs to SME
Gopichand Nakkala356fb102013-03-06 12:34:04 +05307076 sme_SetFTIEs( WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
7077 (const u8 *)ftie->ie,
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07007078 ftie->ie_len);
7079 return 0;
7080}
7081#endif
Jeff Johnson04dd8a82012-06-29 20:41:40 -07007082
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307083#ifdef FEATURE_WLAN_SCAN_PNO
7084
7085void hdd_cfg80211_sched_scan_done_callback(void *callbackContext,
7086 tSirPrefNetworkFoundInd *pPrefNetworkFoundInd)
7087{
7088 int ret;
7089 hdd_adapter_t* pAdapter = (hdd_adapter_t*)callbackContext;
7090 hdd_context_t *pHddCtx;
7091
7092 if (NULL == pAdapter)
7093 {
7094 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7095 "%s: HDD adapter is Null", __func__);
7096 return ;
7097 }
7098
7099 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
7100 if (NULL == pHddCtx)
7101 {
7102 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7103 "%s: HDD context is Null!!!", __func__);
7104 return ;
7105 }
7106
7107 ret = wlan_hdd_cfg80211_update_bss(pHddCtx->wiphy, pAdapter);
7108
7109 if (0 > ret)
7110 hddLog(VOS_TRACE_LEVEL_INFO, "%s: NO SCAN result", __func__);
7111
7112 cfg80211_sched_scan_results(pHddCtx->wiphy);
7113}
7114
7115/*
7116 * FUNCTION: wlan_hdd_cfg80211_sched_scan_start
7117 * NL interface to enable PNO
7118 */
7119static int wlan_hdd_cfg80211_sched_scan_start(struct wiphy *wiphy,
7120 struct net_device *dev, struct cfg80211_sched_scan_request *request)
7121{
7122 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7123 tpSirPNOScanReq pPnoRequest = NULL;
7124 hdd_context_t *pHddCtx;
7125 tHalHandle hHal;
7126 v_U32_t i, indx, num_ch;
7127 u8 valid_ch[WNI_CFG_VALID_CHANNEL_LIST_LEN];
7128 u8 channels_allowed[WNI_CFG_VALID_CHANNEL_LIST_LEN];
7129 v_U32_t num_channels_allowed = WNI_CFG_VALID_CHANNEL_LIST_LEN;
7130 eHalStatus status = eHAL_STATUS_FAILURE;
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307131 int result;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307132
7133 if (NULL == pAdapter)
7134 {
7135 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7136 "%s: HDD adapter is Null", __func__);
7137 return -ENODEV;
7138 }
7139
7140 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307141 result = wlan_hdd_validate_context(pHddCtx);
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307142
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307143 if (0 != result)
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307144 {
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307145 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7146 "%s: HDD context is not valid", __func__);
7147 return result;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307148 }
7149
7150 hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
7151 if (NULL == hHal)
7152 {
7153 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7154 "%s: HAL context is Null!!!", __func__);
7155 return -EAGAIN;
7156 }
7157
7158 pPnoRequest = (tpSirPNOScanReq) vos_mem_malloc(sizeof (tSirPNOScanReq));
7159 if (NULL == pPnoRequest)
7160 {
7161 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7162 "%s: vos_mem_malloc failed", __func__);
7163 return -ENODEV;
7164 }
7165
7166 pPnoRequest->enable = 1; /*Enable PNO */
7167 pPnoRequest->ucNetworksCount = request->n_match_sets;
7168
7169 if (( !pPnoRequest->ucNetworksCount ) ||
7170 ( pPnoRequest->ucNetworksCount > SIR_PNO_MAX_SUPP_NETWORKS ))
7171 {
7172 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7173 "Network input is not correct");
7174 goto error;
7175 }
7176
7177 if ( SIR_PNO_MAX_NETW_CHANNELS_EX < request->n_channels )
7178 {
7179 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7180 "Incorrect number of channels");
7181 goto error;
7182 }
7183
7184 /* Framework provides one set of channels(all)
7185 * common for all saved profile */
7186 if (0 != ccmCfgGetStr(hHal, WNI_CFG_VALID_CHANNEL_LIST,
7187 channels_allowed, &num_channels_allowed))
7188 {
7189 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7190 "%s: failed to get valid channel list", __func__);
7191 goto error;
7192 }
7193 /* Checking each channel against allowed channel list */
7194 num_ch = 0;
7195 for (i = 0; i < request->n_channels; i++)
7196 {
7197 for (indx = 0; indx < num_channels_allowed; indx++)
7198 {
7199 if (request->channels[i]->hw_value == channels_allowed[indx])
7200 {
7201 valid_ch[num_ch++] = request->channels[i]->hw_value;
7202 break ;
7203 }
7204 }
7205 }
7206
7207 /* Filling per profile params */
7208 for (i = 0; i < pPnoRequest->ucNetworksCount; i++)
7209 {
7210 pPnoRequest->aNetworks[i].ssId.length =
7211 request->match_sets[i].ssid.ssid_len;
7212
7213 if (( 0 == pPnoRequest->aNetworks[i].ssId.length ) ||
7214 ( pPnoRequest->aNetworks[i].ssId.length > 32 ) )
7215 {
7216 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7217 "SSID Len %d is not correct for network %d",
7218 pPnoRequest->aNetworks[i].ssId.length, i);
7219 goto error;
7220 }
7221
7222 memcpy(pPnoRequest->aNetworks[i].ssId.ssId,
7223 request->match_sets[i].ssid.ssid,
7224 request->match_sets[i].ssid.ssid_len);
7225 pPnoRequest->aNetworks[i].authentication = 0; /*eAUTH_TYPE_ANY*/
7226 pPnoRequest->aNetworks[i].encryption = 0; /*eED_ANY*/
7227 pPnoRequest->aNetworks[i].bcastNetwType = 0; /*eBCAST_UNKNOWN*/
7228
7229 /*Copying list of valid channel into request */
7230 memcpy(pPnoRequest->aNetworks[i].aChannels, valid_ch, num_ch);
7231 pPnoRequest->aNetworks[i].ucChannelCount = num_ch;
7232
7233 pPnoRequest->aNetworks[i].rssiThreshold = 0; //Default value
7234 }
7235
7236 /* framework provides interval in ms */
7237 pPnoRequest->scanTimers.ucScanTimersCount = 1;
7238 pPnoRequest->scanTimers.aTimerValues[0].uTimerValue =
7239 (request->interval)/1000;
7240 pPnoRequest->scanTimers.aTimerValues[0].uTimerRepeat = 0;
7241 pPnoRequest->modePNO = SIR_PNO_MODE_ON_SUSPEND;
7242
7243 status = sme_SetPreferredNetworkList(WLAN_HDD_GET_HAL_CTX(pAdapter),
7244 pPnoRequest, pAdapter->sessionId,
7245 hdd_cfg80211_sched_scan_done_callback, pAdapter);
7246 if (eHAL_STATUS_SUCCESS != status)
7247 {
7248 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7249 "Failed to enable PNO");
7250 goto error;
7251 }
7252
7253error:
7254 vos_mem_free(pPnoRequest);
7255 return status;
7256}
7257
7258/*
7259 * FUNCTION: wlan_hdd_cfg80211_sched_scan_stop
7260 * NL interface to disable PNO
7261 */
7262static int wlan_hdd_cfg80211_sched_scan_stop(struct wiphy *wiphy,
7263 struct net_device *dev)
7264{
7265 eHalStatus status = eHAL_STATUS_FAILURE;
7266 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7267 hdd_context_t *pHddCtx;
7268 tHalHandle hHal;
7269 tpSirPNOScanReq pPnoRequest = NULL;
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307270 int result;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307271
7272 ENTER();
7273
7274 if (NULL == pAdapter)
7275 {
7276 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7277 "%s: HDD adapter is Null", __func__);
7278 return -ENODEV;
7279 }
7280
7281 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307282 result = wlan_hdd_validate_context(pHddCtx);
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307283
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307284 if (0 != result)
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307285 {
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307286 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7287 "%s: HDD context is not valid", __func__);
7288 return result;
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05307289 }
7290
7291 hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
7292 if (NULL == hHal)
7293 {
7294 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7295 "%s: HAL context is Null!!!", __func__);
7296 return -EAGAIN;
7297 }
7298
7299 pPnoRequest = (tpSirPNOScanReq) vos_mem_malloc(sizeof (tSirPNOScanReq));
7300 if (NULL == pPnoRequest)
7301 {
7302 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7303 "%s: vos_mem_malloc failed", __func__);
7304 return -ENODEV;
7305 }
7306
7307 memset(pPnoRequest, 0, sizeof (tSirPNOScanReq));
7308 pPnoRequest->enable = 0; /* Disable PNO */
7309 pPnoRequest->ucNetworksCount = 0;
7310
7311 status = sme_SetPreferredNetworkList(hHal, pPnoRequest,
7312 pAdapter->sessionId,
7313 NULL, pAdapter);
7314 if (eHAL_STATUS_SUCCESS != status)
7315 {
7316 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7317 "Failed to disabled PNO");
7318 }
7319
7320 vos_mem_free(pPnoRequest);
7321
7322 EXIT();
7323 return status;
7324}
7325
7326#endif /*FEATURE_WLAN_SCAN_PNO*/
7327
7328
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007329#ifdef FEATURE_WLAN_TDLS
7330static int wlan_hdd_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev,
7331 u8 *peer, u8 action_code, u8 dialog_token,
7332 u16 status_code, const u8 *buf, size_t len)
7333{
7334
7335 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7336 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007337 u8 peerMac[6];
7338 VOS_STATUS status;
Gopichand Nakkala05922802013-03-14 12:23:19 -07007339 int max_sta_failed = 0;
Hoonki Leea34dd892013-02-05 22:56:02 -08007340 int responder;
Hoonki Leed37cbb32013-04-20 00:31:14 -07007341 long rc;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007342
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007343 if (NULL == pHddCtx || NULL == pHddCtx->cfg_ini)
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007344 {
Gopichand Nakkala747461f2013-04-24 19:24:45 +05307345 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007346 "Invalid arguments");
7347 return -EINVAL;
7348 }
7349
Sameer Thalappil75ea31a2013-02-21 19:38:16 -08007350 if (pHddCtx->isLogpInProgress)
7351 {
7352 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7353 "%s:LOGP in Progress. Ignore!!!", __func__);
Gopichand Nakkala05922802013-03-14 12:23:19 -07007354 wlan_hdd_tdls_set_link_status(pAdapter, peer, eTDLS_LINK_IDLE);
Sameer Thalappil75ea31a2013-02-21 19:38:16 -08007355 return -EBUSY;
7356 }
7357
Hoonki Lee27511902013-03-14 18:19:06 -07007358 if (eTDLS_SUPPORT_NOT_ENABLED == pHddCtx->tdls_mode)
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007359 {
Hoonki Lee27511902013-03-14 18:19:06 -07007360 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
7361 "%s: TDLS mode is disabled OR not enabled in FW."
7362 MAC_ADDRESS_STR " action %d declined.",
7363 __func__, MAC_ADDR_ARRAY(peer), action_code);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007364 return -ENOTSUPP;
7365 }
Lee Hoonkic1262f22013-01-24 21:59:00 -08007366
Hoonki Lee27511902013-03-14 18:19:06 -07007367 /* other than teardown frame, other mgmt frames are not sent if disabled */
7368 if (SIR_MAC_TDLS_TEARDOWN != action_code)
7369 {
7370 /* if tdls_mode is disabled to respond to peer's request */
7371 if (eTDLS_SUPPORT_DISABLED == pHddCtx->tdls_mode)
7372 {
7373 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
7374 "%s: " MAC_ADDRESS_STR
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07007375 " TDLS mode is disabled. action %d declined.",
7376 __func__, MAC_ADDR_ARRAY(peer), action_code);
Hoonki Lee27511902013-03-14 18:19:06 -07007377
7378 return -ENOTSUPP;
7379 }
7380 }
7381
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007382 if (WLAN_IS_TDLS_SETUP_ACTION(action_code))
7383 {
Hoonki Leefb8df672013-04-10 18:20:34 -07007384 if (NULL != wlan_hdd_tdls_is_progress(pHddCtx, peer, TRUE, TRUE))
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007385 {
7386 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007387 "%s: " MAC_ADDRESS_STR
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07007388 " TDLS setup is ongoing. action %d declined.",
7389 __func__, MAC_ADDR_ARRAY(peer), action_code);
7390 return -EPERM;
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007391 }
7392 }
7393
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007394 if (SIR_MAC_TDLS_SETUP_REQ == action_code ||
7395 SIR_MAC_TDLS_SETUP_RSP == action_code )
Lee Hoonkic1262f22013-01-24 21:59:00 -08007396 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -08007397 if (HDD_MAX_NUM_TDLS_STA <= wlan_hdd_tdlsConnectedPeers(pAdapter))
Lee Hoonkic1262f22013-01-24 21:59:00 -08007398 {
7399 /* supplicant still sends tdls_mgmt(SETUP_REQ) even after
7400 we return error code at 'add_station()'. Hence we have this
7401 check again in addtion to add_station().
7402 Anyway, there is no hard to double-check. */
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007403 if (SIR_MAC_TDLS_SETUP_REQ == action_code)
Lee Hoonkic1262f22013-01-24 21:59:00 -08007404 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007405 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7406 "%s: " MAC_ADDRESS_STR
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07007407 " TDLS Max peer already connected. action %d declined.",
7408 __func__, MAC_ADDR_ARRAY(peer), action_code);
Gopichand Nakkala05922802013-03-14 12:23:19 -07007409 goto error;
Lee Hoonkic1262f22013-01-24 21:59:00 -08007410 }
7411 else
7412 {
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007413 /* maximum reached. tweak to send error code to peer and return
7414 error code to supplicant */
Lee Hoonkic1262f22013-01-24 21:59:00 -08007415 status_code = eSIR_MAC_UNSPEC_FAILURE_STATUS;
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007416 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7417 "%s: " MAC_ADDRESS_STR
7418 " TDLS Max peer already connected send response status %d",
7419 __func__, MAC_ADDR_ARRAY(peer), status_code);
Gopichand Nakkala05922802013-03-14 12:23:19 -07007420 max_sta_failed = -EPERM;
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007421 /* fall through to send setup resp with failure status
7422 code */
Lee Hoonkic1262f22013-01-24 21:59:00 -08007423 }
7424 }
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007425 else
7426 {
7427 hddTdlsPeer_t *pTdlsPeer;
Gopichand Nakkala4327a152013-03-04 23:22:42 -08007428 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peer);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07007429 if (pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007430 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007431 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkala34d1b062013-03-19 15:28:33 -07007432 "%s:" MAC_ADDRESS_STR " already connected. action %d declined.",
7433 __func__, MAC_ADDR_ARRAY(peer), action_code);
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007434 return -EPERM;
7435 }
7436 }
Lee Hoonkic1262f22013-01-24 21:59:00 -08007437 }
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007438 vos_mem_copy(peerMac, peer, 6);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007439
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007440#ifdef WLAN_FEATURE_TDLS_DEBUG
7441 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007442 "%s: " MAC_ADDRESS_STR " action %d, dialog_token %d status %d, len = %d",
7443 "tdls_mgmt", MAC_ADDR_ARRAY(peer),
7444 action_code, dialog_token, status_code, len);
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007445#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007446
Hoonki Leea34dd892013-02-05 22:56:02 -08007447 /*Except teardown responder will not be used so just make 0*/
7448 responder = 0;
Hoonki Lee11f7dda2013-02-14 16:55:44 -08007449 if (SIR_MAC_TDLS_TEARDOWN == action_code)
Hoonki Leea34dd892013-02-05 22:56:02 -08007450 {
Gopichand Nakkala97a65fd2013-04-16 16:59:38 -07007451
7452 hddTdlsPeer_t *pTdlsPeer;
7453 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peerMac);
7454
7455 if(pTdlsPeer && TDLS_IS_CONNECTED(pTdlsPeer))
7456 responder = pTdlsPeer->is_responder;
7457 else
Hoonki Leea34dd892013-02-05 22:56:02 -08007458 {
Gopichand Nakkala97a65fd2013-04-16 16:59:38 -07007459 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7460 "%s: " MAC_ADDRESS_STR " peer doesn't exist or not connected %d dialog_token %d status %d, len = %d",
7461 __func__, MAC_ADDR_ARRAY(peer), (NULL == pTdlsPeer) ? -1 : pTdlsPeer->link_status,
7462 dialog_token, status_code, len);
7463 return -EPERM;
Hoonki Leea34dd892013-02-05 22:56:02 -08007464 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007465 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007466
Gopichand Nakkala2f1ff152013-07-01 11:27:43 +05307467 /* For explicit trigger of DIS_REQ come out of BMPS for
7468 successfully receiving DIS_RSP from peer. */
Hoonki Lee14621352013-04-16 17:51:19 -07007469 if ((SIR_MAC_TDLS_SETUP_RSP == action_code) ||
Gopichand Nakkala2f1ff152013-07-01 11:27:43 +05307470 (SIR_MAC_TDLS_DIS_RSP == action_code) ||
7471 (SIR_MAC_TDLS_DIS_REQ == action_code))
Hoonki Lee14621352013-04-16 17:51:19 -07007472 {
7473 if (TRUE == sme_IsPmcBmps(WLAN_HDD_GET_HAL_CTX(pAdapter)))
7474 {
7475 VOS_TRACE( VOS_MODULE_ID_HDD, TDLS_LOG_LEVEL,
Gopichand Nakkala2f1ff152013-07-01 11:27:43 +05307476 "%s: Sending frame action_code %u.Disable BMPS", __func__, action_code);
Hoonki Lee14621352013-04-16 17:51:19 -07007477 hdd_disable_bmps_imps(pHddCtx, WLAN_HDD_INFRA_STATION);
7478 }
Gopichand Nakkala2f1ff152013-07-01 11:27:43 +05307479 if (SIR_MAC_TDLS_DIS_REQ != action_code)
7480 wlan_hdd_tdls_set_cap(pAdapter, peerMac, eTDLS_CAP_SUPPORTED);
Hoonki Lee14621352013-04-16 17:51:19 -07007481 }
7482
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007483 /* make sure doesn't call send_mgmt() while it is pending */
7484 if (TDLS_CTX_MAGIC == pAdapter->mgmtTxCompletionStatus)
7485 {
7486 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7487 "%s: " MAC_ADDRESS_STR " action %d couldn't sent, as one is pending. return EBUSY\n",
7488 __func__, MAC_ADDR_ARRAY(peer), action_code);
7489 return -EBUSY;
7490 }
7491
7492 pAdapter->mgmtTxCompletionStatus = TDLS_CTX_MAGIC;
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007493 INIT_COMPLETION(pAdapter->tdls_mgmt_comp);
7494
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007495 status = sme_SendTdlsMgmtFrame(WLAN_HDD_GET_HAL_CTX(pAdapter), pAdapter->sessionId,
Hoonki Leea34dd892013-02-05 22:56:02 -08007496 peerMac, action_code, dialog_token, status_code, (tANI_U8 *)buf, len, responder);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007497
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007498 if (VOS_STATUS_SUCCESS != status)
7499 {
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007500 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7501 "%s: sme_SendTdlsMgmtFrame failed!", __func__);
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007502 pAdapter->mgmtTxCompletionStatus = FALSE;
Hoonki Lee14621352013-04-16 17:51:19 -07007503 wlan_hdd_tdls_check_bmps(pAdapter);
7504 goto error;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007505 }
7506
Hoonki Leed37cbb32013-04-20 00:31:14 -07007507 rc = wait_for_completion_interruptible_timeout(&pAdapter->tdls_mgmt_comp,
7508 msecs_to_jiffies(WAIT_TIME_TDLS_MGMT));
7509
7510 if ((rc <= 0) || (TRUE != pAdapter->mgmtTxCompletionStatus))
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007511 {
Hoonki Leed37cbb32013-04-20 00:31:14 -07007512 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7513 "%s: Mgmt Tx Completion failed status %ld TxCompletion %lu",
7514 __func__, rc, pAdapter->mgmtTxCompletionStatus);
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007515 pAdapter->mgmtTxCompletionStatus = FALSE;
Hoonki Leed37cbb32013-04-20 00:31:14 -07007516 wlan_hdd_tdls_check_bmps(pAdapter);
7517 goto error;
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007518 }
7519
Gopichand Nakkala05922802013-03-14 12:23:19 -07007520 if (max_sta_failed)
Hoonki Lee14621352013-04-16 17:51:19 -07007521 {
7522 wlan_hdd_tdls_check_bmps(pAdapter);
Gopichand Nakkala05922802013-03-14 12:23:19 -07007523 return max_sta_failed;
Hoonki Lee14621352013-04-16 17:51:19 -07007524 }
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007525
Hoonki Leea34dd892013-02-05 22:56:02 -08007526 if (SIR_MAC_TDLS_SETUP_RSP == action_code)
7527 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -08007528 wlan_hdd_tdls_set_responder(pAdapter, peerMac, TRUE);
Hoonki Leea34dd892013-02-05 22:56:02 -08007529 }
7530 else if (SIR_MAC_TDLS_SETUP_CNF == action_code)
7531 {
Gopichand Nakkala4327a152013-03-04 23:22:42 -08007532 wlan_hdd_tdls_set_responder(pAdapter, peerMac, FALSE);
Hoonki Leea34dd892013-02-05 22:56:02 -08007533 }
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007534
7535 return 0;
Gopichand Nakkala05922802013-03-14 12:23:19 -07007536error:
7537 /* max_sta_failed ; we didn't set to CONNECTING for this case,
7538 because we already know that this transaction will be failed,
7539 but we weren't sure if supplicant call DISABLE_LINK or not. So,
7540 to be safe, do not change the state mahine.
7541 */
7542 if(max_sta_failed == 0 &&
7543 (WLAN_IS_TDLS_SETUP_ACTION(action_code)))
7544 wlan_hdd_tdls_set_link_status(pAdapter, peerMac, eTDLS_LINK_IDLE);
7545 return -EPERM;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007546}
7547
7548static int wlan_hdd_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev,
7549 u8 *peer, enum nl80211_tdls_operation oper)
7550{
7551 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7552 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307553 int status;
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05307554#ifdef FEATURE_WLAN_TDLS_OXYGEN_DISAPPEAR_AP
7555 hdd_station_ctx_t *pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05307556 tANI_U8 staIdx;
7557#endif
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007558#ifdef WLAN_FEATURE_TDLS_DEBUG
7559 const char *tdls_oper_str[]= {
7560 "NL80211_TDLS_DISCOVERY_REQ",
7561 "NL80211_TDLS_SETUP",
7562 "NL80211_TDLS_TEARDOWN",
7563 "NL80211_TDLS_ENABLE_LINK",
7564 "NL80211_TDLS_DISABLE_LINK",
Gopichand Nakkala29d00192013-06-20 19:03:52 +05307565 "NL80211_TDLS_UNKNOWN_OPER"};
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007566#endif
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007567 hddTdlsPeer_t *pTdlsPeer;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007568
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307569 if ( NULL == peer )
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007570 {
Gopichand Nakkalab977a972013-02-18 19:15:09 -08007571 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Chilam Ngc4244af2013-04-01 15:37:32 -07007572 "%s: Invalid arguments", __func__);
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007573 return -EINVAL;
7574 }
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007575
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307576 status = wlan_hdd_validate_context(pHddCtx);
7577
7578 if (0 != status)
Sameer Thalappil75ea31a2013-02-21 19:38:16 -08007579 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307580 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7581 "%s: HDD context is not valid", __func__);
7582 return status;
Sameer Thalappil75ea31a2013-02-21 19:38:16 -08007583 }
7584
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007585 pTdlsPeer = wlan_hdd_tdls_find_peer(pAdapter, peer);
7586
7587 if ( NULL == pTdlsPeer ) {
7588 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: " MAC_ADDRESS_STR " (oper %d) not exsting. ignored",
7589 __func__, MAC_ADDR_ARRAY(peer), (int)oper);
7590 return -EINVAL;
7591 }
7592
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007593#ifdef WLAN_FEATURE_TDLS_DEBUG
7594 if((int)oper > 4)
7595 oper = 5;
7596
7597 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007598 "%s: " MAC_ADDRESS_STR " link_status %d (%s) ", "tdls_oper",
7599 MAC_ADDR_ARRAY(peer), pTdlsPeer->link_status,
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007600 tdls_oper_str[(int)oper]);
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007601#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007602
7603 if( FALSE == pHddCtx->cfg_ini->fEnableTDLSSupport ||
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007604 FALSE == sme_IsFeatureSupportedByFW(TDLS))
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007605 {
Hoonki Lee1090c6a2013-01-16 17:40:54 -08007606 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
Chilam Ngc4244af2013-04-01 15:37:32 -07007607 "TDLS Disabled in INI OR not enabled in FW. "
7608 "Cannot process TDLS commands");
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007609 return -ENOTSUPP;
7610 }
7611
7612 switch (oper) {
7613 case NL80211_TDLS_ENABLE_LINK:
7614 {
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007615 VOS_STATUS status;
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05307616 tCsrTdlsLinkEstablishParams tdlsLinkEstablishParams;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007617
Gopichand Nakkala2f4a2822013-04-17 11:22:01 -07007618 if (!TDLS_STA_INDEX_VALID(pTdlsPeer->staId))
7619 {
7620 hddLog(VOS_TRACE_LEVEL_ERROR, "%s: Invalid Staion Index %u "
7621 MAC_ADDRESS_STR " failed",
7622 __func__, pTdlsPeer->staId, MAC_ADDR_ARRAY(peer));
7623 return -EINVAL;
7624 }
7625
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007626 if (eTDLS_LINK_CONNECTED != pTdlsPeer->link_status)
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007627 {
Gopichand Nakkala24be5312013-07-02 16:47:12 +05307628 long ret;
7629
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05307630 if (0 != wlan_hdd_tdls_get_link_establish_params(pAdapter, peer,&tdlsLinkEstablishParams)) {
7631 return -EINVAL;
7632 }
7633 INIT_COMPLETION(pAdapter->tdls_link_establish_req_comp);
7634
7635 sme_SendTdlsLinkEstablishParams(WLAN_HDD_GET_HAL_CTX(pAdapter),
7636 pAdapter->sessionId, peer, &tdlsLinkEstablishParams);
7637 /* Send TDLS peer UAPSD capabilities to the firmware and
7638 * register with the TL on after the response for this operation
7639 * is received .
7640 */
Gopichand Nakkala24be5312013-07-02 16:47:12 +05307641 ret = wait_for_completion_interruptible_timeout(&pAdapter->tdls_link_establish_req_comp,
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05307642 msecs_to_jiffies(WAIT_TIME_TDLS_LINK_ESTABLISH_REQ));
Gopichand Nakkala24be5312013-07-02 16:47:12 +05307643 if (ret <= 0)
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05307644 {
7645 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7646 "%s: Link Establish Request Faled Status %ld",
Gopichand Nakkala24be5312013-07-02 16:47:12 +05307647 __func__, ret);
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05307648 return -EINVAL;
7649 }
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -07007650 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer, eTDLS_LINK_CONNECTED);
Gopichand Nakkala471708b2013-06-04 20:03:01 +05307651 /* Mark TDLS client Authenticated .*/
7652 status = WLANTL_ChangeSTAState( pHddCtx->pvosContext,
7653 pTdlsPeer->staId,
7654 WLANTL_STA_AUTHENTICATED);
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -07007655 if (VOS_STATUS_SUCCESS == status)
7656 {
Hoonki Lee14621352013-04-16 17:51:19 -07007657 if (pTdlsPeer->is_responder == 0)
7658 {
7659 v_U8_t staId = (v_U8_t)pTdlsPeer->staId;
7660
7661 wlan_hdd_tdls_timer_restart(pAdapter,
7662 &pTdlsPeer->initiatorWaitTimeoutTimer,
7663 WAIT_TIME_TDLS_INITIATOR);
7664 /* suspend initiator TX until it receives direct packet from the
7665 reponder or WAIT_TIME_TDLS_INITIATOR timer expires */
7666 WLANTL_SuspendDataTx( (WLAN_HDD_GET_CTX(pAdapter))->pvosContext,
7667 &staId, NULL);
7668 }
Gopichand Nakkalaccd3a382013-03-19 13:56:10 -07007669 wlan_hdd_tdls_increment_peer_count(pAdapter);
7670 }
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007671 wlan_hdd_tdls_check_bmps(pAdapter);
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05307672
7673 /* Update TL about the UAPSD masks , to route the packets to firmware */
Gopichand Nakkala574f6d12013-06-27 19:38:43 +05307674 if ((TRUE == pHddCtx->cfg_ini->fEnableTDLSBufferSta)
7675 || pHddCtx->cfg_ini->fTDLSUapsdMask )
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05307676 {
Gopichand Nakkala574f6d12013-06-27 19:38:43 +05307677 int ac;
7678 uint8 ucAc[4] = { WLANTL_AC_VO,
7679 WLANTL_AC_VI,
7680 WLANTL_AC_BK,
7681 WLANTL_AC_BE };
7682 uint8 tlTid[4] = { 7, 5, 2, 3 } ;
7683 for(ac=0; ac < 4; ac++)
7684 {
7685 status = WLANTL_EnableUAPSDForAC( (WLAN_HDD_GET_CTX(pAdapter))->pvosContext,
7686 pTdlsPeer->staId, ucAc[ac],
7687 tlTid[ac], tlTid[ac], 0, 0,
7688 WLANTL_BI_DIR );
7689 }
Gopichand Nakkala79ff85d2013-05-27 17:05:29 +05307690 }
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007691 }
7692
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007693 }
7694 break;
7695 case NL80211_TDLS_DISABLE_LINK:
Lee Hoonkic1262f22013-01-24 21:59:00 -08007696 {
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007697 if(TDLS_STA_INDEX_VALID(pTdlsPeer->staId))
Lee Hoonkic1262f22013-01-24 21:59:00 -08007698 {
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07007699 long status;
7700
7701 INIT_COMPLETION(pAdapter->tdls_del_station_comp);
7702
Lee Hoonkic1262f22013-01-24 21:59:00 -08007703 sme_DeleteTdlsPeerSta( WLAN_HDD_GET_HAL_CTX(pAdapter),
7704 pAdapter->sessionId, peer );
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07007705
7706 status = wait_for_completion_interruptible_timeout(&pAdapter->tdls_del_station_comp,
7707 msecs_to_jiffies(WAIT_TIME_TDLS_DEL_STA));
7708 if (status <= 0)
7709 {
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007710 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer, eTDLS_LINK_IDLE);
Gopichand Nakkalae7cbc5d2013-03-27 21:09:23 -07007711 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7712 "%s: Del station failed status %ld",
7713 __func__, status);
7714 return -EPERM;
7715 }
Hoonki Lee5305c3a2013-04-29 23:28:59 -07007716 wlan_hdd_tdls_set_peer_link_status(pTdlsPeer, eTDLS_LINK_IDLE);
Lee Hoonkic1262f22013-01-24 21:59:00 -08007717 }
7718 else
7719 {
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007720 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7721 "%s: TDLS Peer Station doesn't exist.", __func__);
Lee Hoonkic1262f22013-01-24 21:59:00 -08007722 }
Gopichand Nakkala78a6c812013-05-13 16:39:49 +05307723#ifdef FEATURE_WLAN_TDLS_OXYGEN_DISAPPEAR_AP
7724 if (pHddTdlsCtx->defer_link_lost_indication)
7725 {
7726 if (( TRUE == pHddCtx->cfg_ini->fEnableTDLSOxygenSupport ) &&
7727 (wlan_hdd_tdlsConnectedPeers(pAdapter) == 0))
7728 {
7729 status = wlan_hdd_disconnect(pAdapter, eCSR_DISCONNECT_REASON_UNSPECIFIED);
7730 if ( 0 != status)
7731 {
7732 hddLog(VOS_TRACE_LEVEL_ERROR,
7733 "%s wlan_hdd_disconnect failure, returned %d \n",
7734 __func__, (int)status );
7735 return -EINVAL;
7736 }
7737 }
7738 }
7739#endif
Lee Hoonkic1262f22013-01-24 21:59:00 -08007740 }
Gopichand Nakkalac87400e2013-03-13 18:51:00 -07007741 break;
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007742 case NL80211_TDLS_TEARDOWN:
7743 case NL80211_TDLS_SETUP:
7744 case NL80211_TDLS_DISCOVERY_REQ:
7745 /* We don't support in-driver setup/teardown/discovery */
7746 return -ENOTSUPP;
7747 default:
7748 return -ENOTSUPP;
7749 }
7750 return 0;
7751}
Chilam NG571c65a2013-01-19 12:27:36 +05307752
7753int wlan_hdd_cfg80211_send_tdls_discover_req(struct wiphy *wiphy,
7754 struct net_device *dev, u8 *peer)
7755{
7756 hddLog(VOS_TRACE_LEVEL_INFO, "tdls send discover req: %x %x %x %x %x %x",
7757 peer[0], peer[1], peer[2], peer[3], peer[4], peer[5]);
7758
7759 return wlan_hdd_cfg80211_tdls_mgmt(wiphy, dev, peer,
7760 WLAN_TDLS_DISCOVERY_REQUEST, 1, 0, NULL, 0);
7761}
Mohit Khanna698ba2a2012-12-04 15:08:18 -08007762#endif
7763
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307764#ifdef WLAN_FEATURE_GTK_OFFLOAD
7765/*
7766 * FUNCTION: wlan_hdd_cfg80211_update_replayCounterCallback
7767 * Callback rountine called upon receiving response for
7768 * get offload info
7769 */
7770void wlan_hdd_cfg80211_update_replayCounterCallback(void *callbackContext,
7771 tpSirGtkOffloadGetInfoRspParams pGtkOffloadGetInfoRsp)
7772{
7773
7774 hdd_adapter_t *pAdapter = (hdd_adapter_t *)callbackContext;
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05307775 tANI_U8 tempReplayCounter[8];
7776 hdd_station_ctx_t *pHddStaCtx;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307777
7778 ENTER();
7779
7780 if (NULL == pAdapter)
7781 {
7782 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7783 "%s: HDD adapter is Null", __func__);
7784 return ;
7785 }
7786
7787 if (NULL == pGtkOffloadGetInfoRsp)
7788 {
7789 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7790 "%s: pGtkOffloadGetInfoRsp is Null", __func__);
7791 return ;
7792 }
7793
7794 if (VOS_STATUS_SUCCESS != pGtkOffloadGetInfoRsp->ulStatus)
7795 {
7796 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7797 "%s: wlan Failed to get replay counter value",
7798 __func__);
7799 return ;
7800 }
7801
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05307802 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
7803 /* Update replay counter */
7804 pHddStaCtx->gtkOffloadReqParams.ullKeyReplayCounter =
7805 pGtkOffloadGetInfoRsp->ullKeyReplayCounter;
7806
7807 {
7808 /* changing from little to big endian since supplicant
7809 * works on big endian format
7810 */
7811 int i;
7812 tANI_U8 *p = (tANI_U8 *)&pGtkOffloadGetInfoRsp->ullKeyReplayCounter;
7813
7814 for (i = 0; i < 8; i++)
7815 {
7816 tempReplayCounter[7-i] = (tANI_U8)p[i];
7817 }
7818 }
7819
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307820 /* Update replay counter to NL */
7821 cfg80211_gtk_rekey_notify(pAdapter->dev, pGtkOffloadGetInfoRsp->bssId,
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05307822 tempReplayCounter, GFP_KERNEL);
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307823}
7824
7825/*
7826 * FUNCTION: wlan_hdd_cfg80211_set_rekey_data
7827 * This function is used to offload GTK rekeying job to the firmware.
7828 */
7829int wlan_hdd_cfg80211_set_rekey_data(struct wiphy *wiphy, struct net_device *dev,
7830 struct cfg80211_gtk_rekey_data *data)
7831{
7832 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7833 hdd_context_t *pHddCtx = wiphy_priv(wiphy);
7834 hdd_station_ctx_t *pHddStaCtx;
7835 tHalHandle hHal;
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307836 int result;
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05307837 tSirGtkOffloadParams hddGtkOffloadReqParams;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307838 eHalStatus status = eHAL_STATUS_FAILURE;
7839
7840 ENTER();
7841
7842 if (NULL == pAdapter)
7843 {
7844 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7845 "%s: HDD adapter is Null", __func__);
7846 return -ENODEV;
7847 }
7848
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307849 result = wlan_hdd_validate_context(pHddCtx);
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307850
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307851 if (0 != result)
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307852 {
Gopichand Nakkalaf502e2b2013-05-24 18:34:25 +05307853 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7854 "%s: HDD context is not valid", __func__);
7855 return result;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307856 }
7857
7858 pHddStaCtx = WLAN_HDD_GET_STATION_CTX_PTR(pAdapter);
7859 hHal = WLAN_HDD_GET_HAL_CTX(pAdapter);
7860 if (NULL == hHal)
7861 {
7862 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7863 "%s: HAL context is Null!!!", __func__);
7864 return -EAGAIN;
7865 }
7866
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05307867 pHddStaCtx->gtkOffloadReqParams.ulFlags = GTK_OFFLOAD_ENABLE;
7868 memcpy(pHddStaCtx->gtkOffloadReqParams.aKCK, data->kck, NL80211_KCK_LEN);
7869 memcpy(pHddStaCtx->gtkOffloadReqParams.aKEK, data->kek, NL80211_KEK_LEN);
7870 memcpy(pHddStaCtx->gtkOffloadReqParams.bssId, &pHddStaCtx->conn_info.bssId,
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307871 WNI_CFG_BSSID_LEN);
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05307872 {
7873 /* changing from big to little endian since driver
7874 * works on little endian format
7875 */
7876 tANI_U8 *p =
7877 (tANI_U8 *)&pHddStaCtx->gtkOffloadReqParams.ullKeyReplayCounter;
7878 int i;
7879
7880 for (i = 0; i < 8; i++)
7881 {
7882 p[7-i] = data->replay_ctr[i];
7883 }
7884 }
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307885
7886 if (TRUE == pHddCtx->hdd_wlan_suspended)
7887 {
7888 /* if wlan is suspended, enable GTK offload directly from here */
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05307889 memcpy(&hddGtkOffloadReqParams, &pHddStaCtx->gtkOffloadReqParams,
7890 sizeof (tSirGtkOffloadParams));
7891 status = sme_SetGTKOffload(hHal, &hddGtkOffloadReqParams,
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307892 pAdapter->sessionId);
7893
7894 if (eHAL_STATUS_SUCCESS != status)
7895 {
7896 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7897 "%s: sme_SetGTKOffload failed, returned %d",
7898 __func__, status);
7899 return status;
7900 }
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307901 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
7902 "%s: sme_SetGTKOffload successfull", __func__);
7903 }
7904 else
7905 {
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307906 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
7907 "%s: wlan not suspended GTKOffload request is stored",
7908 __func__);
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307909 }
Gopichand Nakkalad36ee622013-05-07 14:13:27 +05307910
7911 return eHAL_STATUS_SUCCESS;
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05307912}
7913#endif /*WLAN_FEATURE_GTK_OFFLOAD*/
7914
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05307915/*
7916 * FUNCTION: wlan_hdd_cfg80211_set_mac_acl
7917 * This function is used to set access control policy
7918 */
7919static int wlan_hdd_cfg80211_set_mac_acl(struct wiphy *wiphy,
7920 struct net_device *dev, const struct cfg80211_acl_data *params)
7921{
7922 int i;
7923 hdd_adapter_t *pAdapter = WLAN_HDD_GET_PRIV_PTR(dev);
7924 hdd_hostapd_state_t *pHostapdState;
7925 tsap_Config_t *pConfig;
7926 v_CONTEXT_t pVosContext = NULL;
7927 hdd_context_t *pHddCtx;
7928 int status;
7929
7930 ENTER();
7931
7932 if (NULL == pAdapter)
7933 {
7934 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7935 "%s: HDD adapter is Null", __func__);
7936 return -ENODEV;
7937 }
7938
7939 if (NULL == params)
7940 {
7941 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7942 "%s: params is Null", __func__);
7943 return -EINVAL;
7944 }
7945
7946 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
7947 status = wlan_hdd_validate_context(pHddCtx);
7948
7949 if (0 != status)
7950 {
7951 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7952 "%s: HDD context is not valid", __func__);
7953 return status;
7954 }
7955
7956 pVosContext = pHddCtx->pvosContext;
7957 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
7958
7959 if (NULL == pHostapdState)
7960 {
7961 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_FATAL,
7962 "%s: pHostapdState is Null", __func__);
7963 return -EINVAL;
7964 }
7965
7966 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,"acl policy: = %d"
7967 "no acl entries = %d", params->acl_policy, params->n_acl_entries);
7968
7969 if (WLAN_HDD_SOFTAP == pAdapter->device_mode)
7970 {
7971 pConfig = &pAdapter->sessionCtx.ap.sapConfig;
7972
7973 /* default value */
7974 pConfig->num_accept_mac = 0;
7975 pConfig->num_deny_mac = 0;
7976
7977 /**
7978 * access control policy
7979 * @NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED: Deny stations which are
7980 * listed in hostapd.deny file.
7981 * @NL80211_ACL_POLICY_DENY_UNLESS_LISTED: Allow stations which are
7982 * listed in hostapd.accept file.
7983 */
7984 if (NL80211_ACL_POLICY_DENY_UNLESS_LISTED == params->acl_policy)
7985 {
7986 pConfig->SapMacaddr_acl = eSAP_DENY_UNLESS_ACCEPTED;
7987 }
7988 else if (NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED == params->acl_policy)
7989 {
7990 pConfig->SapMacaddr_acl = eSAP_ACCEPT_UNLESS_DENIED;
7991 }
7992 else
7993 {
7994 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
7995 "%s:Acl Policy : %d is not supported",
7996 __func__, params->acl_policy);
7997 return -ENOTSUPP;
7998 }
7999
8000 if (eSAP_DENY_UNLESS_ACCEPTED == pConfig->SapMacaddr_acl)
8001 {
8002 pConfig->num_accept_mac = params->n_acl_entries;
8003 for (i = 0; i < params->n_acl_entries; i++)
8004 {
8005 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
8006 "** Add ACL MAC entry %i in WhiletList :"
8007 MAC_ADDRESS_STR, i,
8008 MAC_ADDR_ARRAY(params->mac_addrs[i].addr));
8009
8010 vos_mem_copy(&pConfig->accept_mac[i], params->mac_addrs[i].addr,
8011 sizeof(qcmacaddr));
8012 }
8013 }
8014 else if (eSAP_ACCEPT_UNLESS_DENIED == pConfig->SapMacaddr_acl)
8015 {
8016 pConfig->num_deny_mac = params->n_acl_entries;
8017 for (i = 0; i < params->n_acl_entries; i++)
8018 {
8019 VOS_TRACE( VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_INFO,
8020 "** Add ACL MAC entry %i in BlackList :"
8021 MAC_ADDRESS_STR, i,
8022 MAC_ADDR_ARRAY(params->mac_addrs[i].addr));
8023
8024 vos_mem_copy(&pConfig->deny_mac[i], params->mac_addrs[i].addr,
8025 sizeof(qcmacaddr));
8026 }
8027 }
8028
8029 if (VOS_STATUS_SUCCESS != WLANSAP_SetMacACL(pVosContext, pConfig))
8030 {
8031 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8032 "%s: SAP Set Mac Acl fail", __func__);
8033 return -EINVAL;
8034 }
8035 }
8036 else
8037 {
8038 VOS_TRACE(VOS_MODULE_ID_HDD, VOS_TRACE_LEVEL_ERROR,
8039 "%s: Invalid device_mode = %d",
8040 __func__, pAdapter->device_mode);
8041 return -EINVAL;
8042 }
8043
8044 return 0;
8045}
8046
Jeff Johnson295189b2012-06-20 16:38:30 -07008047/* cfg80211_ops */
Gopichand Nakkala747461f2013-04-24 19:24:45 +05308048static struct cfg80211_ops wlan_hdd_cfg80211_ops =
Jeff Johnson295189b2012-06-20 16:38:30 -07008049{
8050 .add_virtual_intf = wlan_hdd_add_virtual_intf,
8051 .del_virtual_intf = wlan_hdd_del_virtual_intf,
8052 .change_virtual_intf = wlan_hdd_cfg80211_change_iface,
8053 .change_station = wlan_hdd_change_station,
8054#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0))
8055 .add_beacon = wlan_hdd_cfg80211_add_beacon,
8056 .del_beacon = wlan_hdd_cfg80211_del_beacon,
8057 .set_beacon = wlan_hdd_cfg80211_set_beacon,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07008058#else
8059 .start_ap = wlan_hdd_cfg80211_start_ap,
8060 .change_beacon = wlan_hdd_cfg80211_change_beacon,
8061 .stop_ap = wlan_hdd_cfg80211_stop_ap,
Jeff Johnson295189b2012-06-20 16:38:30 -07008062#endif
8063 .change_bss = wlan_hdd_cfg80211_change_bss,
8064 .add_key = wlan_hdd_cfg80211_add_key,
8065 .get_key = wlan_hdd_cfg80211_get_key,
8066 .del_key = wlan_hdd_cfg80211_del_key,
8067 .set_default_key = wlan_hdd_cfg80211_set_default_key,
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -08008068#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,6,0))
Jeff Johnson295189b2012-06-20 16:38:30 -07008069 .set_channel = wlan_hdd_cfg80211_set_channel,
Jeff Johnson3bbe4bf2013-01-18 17:05:29 -08008070#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07008071 .scan = wlan_hdd_cfg80211_scan,
8072 .connect = wlan_hdd_cfg80211_connect,
8073 .disconnect = wlan_hdd_cfg80211_disconnect,
8074 .join_ibss = wlan_hdd_cfg80211_join_ibss,
8075 .leave_ibss = wlan_hdd_cfg80211_leave_ibss,
8076 .set_wiphy_params = wlan_hdd_cfg80211_set_wiphy_params,
8077 .set_tx_power = wlan_hdd_cfg80211_set_txpower,
8078 .get_tx_power = wlan_hdd_cfg80211_get_txpower,
Jeff Johnson295189b2012-06-20 16:38:30 -07008079 .remain_on_channel = wlan_hdd_cfg80211_remain_on_channel,
8080 .cancel_remain_on_channel = wlan_hdd_cfg80211_cancel_remain_on_channel,
8081 .mgmt_tx = wlan_hdd_action,
8082#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,38))
8083 .mgmt_tx_cancel_wait = wlan_hdd_cfg80211_mgmt_tx_cancel_wait,
8084 .set_default_mgmt_key = wlan_hdd_set_default_mgmt_key,
8085 .set_txq_params = wlan_hdd_set_txq_params,
8086#endif
Jeff Johnson295189b2012-06-20 16:38:30 -07008087 .get_station = wlan_hdd_cfg80211_get_station,
8088 .set_power_mgmt = wlan_hdd_cfg80211_set_power_mgmt,
8089 .del_station = wlan_hdd_cfg80211_del_station,
Jeff Johnson04dd8a82012-06-29 20:41:40 -07008090 .add_station = wlan_hdd_cfg80211_add_station,
8091#ifdef FEATURE_WLAN_LFR
8092 .set_pmksa = wlan_hdd_cfg80211_set_pmksa,
8093 .del_pmksa = wlan_hdd_cfg80211_del_pmksa,
8094 .flush_pmksa = wlan_hdd_cfg80211_flush_pmksa,
8095#endif
Madan Mohan Koyyalamudiea773882012-11-02 13:37:21 -07008096#if defined(WLAN_FEATURE_VOWIFI_11R) && defined(KERNEL_SUPPORT_11R_CFG80211)
8097 .update_ft_ies = wlan_hdd_cfg80211_update_ft_ies,
8098#endif
Mohit Khanna698ba2a2012-12-04 15:08:18 -08008099#ifdef FEATURE_WLAN_TDLS
8100 .tdls_mgmt = wlan_hdd_cfg80211_tdls_mgmt,
8101 .tdls_oper = wlan_hdd_cfg80211_tdls_oper,
8102#endif
Gopichand Nakkala870cbae2013-03-15 21:16:09 +05308103#ifdef WLAN_FEATURE_GTK_OFFLOAD
8104 .set_rekey_data = wlan_hdd_cfg80211_set_rekey_data,
8105#endif /* WLAN_FEATURE_GTK_OFFLOAD */
Gopichand Nakkala8e93fde2013-05-10 17:40:12 +05308106#ifdef FEATURE_WLAN_SCAN_PNO
8107 .sched_scan_start = wlan_hdd_cfg80211_sched_scan_start,
8108 .sched_scan_stop = wlan_hdd_cfg80211_sched_scan_stop,
8109#endif /*FEATURE_WLAN_SCAN_PNO */
Gopichand Nakkalac005b7c2013-05-14 16:04:14 +05308110 .set_mac_acl = wlan_hdd_cfg80211_set_mac_acl,
Jeff Johnson295189b2012-06-20 16:38:30 -07008111};
8112