blob: 33691c6208a23fc3c67bfb678eaa25b4937fb089 [file] [log] [blame]
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001/*
Jeff Johnson4fca3b52017-01-12 08:44:18 -08002 * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08003 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
20 */
21
22/*
23 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
26 */
27
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -080028/* denote that this file does not allow legacy hddLog */
29#define HDD_DISALLOW_LEGACY_HDDLOG 1
30
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080031/* Include files */
32#include <linux/semaphore.h>
33#include <wlan_hdd_tx_rx.h>
34#include <wlan_hdd_softap_tx_rx.h>
35#include <linux/netdevice.h>
36#include <linux/skbuff.h>
37#include <linux/etherdevice.h>
Anurag Chouhan6d760662016-02-20 16:05:43 +053038#include <qdf_types.h>
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080039#include <ani_global.h>
Anurag Chouhan6d760662016-02-20 16:05:43 +053040#include <qdf_types.h>
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080041#include <net/ieee80211_radiotap.h>
42#include <cds_sched.h>
43#include <wlan_hdd_napi.h>
Leo Changfdb45c32016-10-28 11:09:23 -070044#include <cdp_txrx_cmn.h>
Dhanashri Atreb08959a2016-03-01 17:28:03 -080045#include <cdp_txrx_peer_ops.h>
Manjunathappa Prakash779e4862016-09-12 17:00:11 -070046#include <cds_utils.h>
Leo Changfdb45c32016-10-28 11:09:23 -070047#include <cdp_txrx_flow_ctrl_v2.h>
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080048
49#ifdef IPA_OFFLOAD
50#include <wlan_hdd_ipa.h>
51#endif
52
53/* Preprocessor definitions and constants */
54#undef QCA_HDD_SAP_DUMP_SK_BUFF
55
56/* Type declarations */
57
58/* Function definitions and documenation */
59#ifdef QCA_HDD_SAP_DUMP_SK_BUFF
60/**
61 * hdd_softap_dump_sk_buff() - Dump an skb
62 * @skb: skb to dump
63 *
64 * Return: None
65 */
66static void hdd_softap_dump_sk_buff(struct sk_buff *skb)
67{
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +053068 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080069 "%s: head = %p ", __func__, skb->head);
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +053070 /* QDF_TRACE( QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,"%s: data = %p ", __func__, skb->data); */
71 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080072 "%s: tail = %p ", __func__, skb->tail);
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +053073 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080074 "%s: end = %p ", __func__, skb->end);
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +053075 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080076 "%s: len = %d ", __func__, skb->len);
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +053077 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080078 "%s: data_len = %d ", __func__, skb->data_len);
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +053079 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080080 "%s: mac_len = %d", __func__, skb->mac_len);
81
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +053082 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080083 "0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x ", skb->data[0],
84 skb->data[1], skb->data[2], skb->data[3], skb->data[4],
85 skb->data[5], skb->data[6], skb->data[7]);
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +053086 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -080087 "0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x", skb->data[8],
88 skb->data[9], skb->data[10], skb->data[11], skb->data[12],
89 skb->data[13], skb->data[14], skb->data[15]);
90}
91#else
92static void hdd_softap_dump_sk_buff(struct sk_buff *skb)
93{
94}
95#endif
96
97#ifdef QCA_LL_LEGACY_TX_FLOW_CONTROL
98/**
99 * hdd_softap_tx_resume_timer_expired_handler() - TX Q resume timer handler
100 * @adapter_context: pointer to vdev adapter
101 *
102 * TX Q resume timer handler for SAP and P2P GO interface. If Blocked
103 * OS Q is not resumed during timeout period, to prevent permanent
104 * stall, resume OS Q forcefully for SAP and P2P GO interface.
105 *
106 * Return: None
107 */
108void hdd_softap_tx_resume_timer_expired_handler(void *adapter_context)
109{
110 hdd_adapter_t *pAdapter = (hdd_adapter_t *) adapter_context;
111
112 if (!pAdapter) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800113 hdd_err("NULL adapter");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800114 return;
115 }
116
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800117 hdd_notice("Enabling queues");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800118 wlan_hdd_netif_queue_control(pAdapter, WLAN_WAKE_ALL_NETIF_QUEUE,
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800119 WLAN_CONTROL_PATH);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800120 return;
121}
122
Poddar, Siddarthb61cf642016-04-28 16:02:39 +0530123#if defined(CONFIG_PER_VDEV_TX_DESC_POOL)
124
125/**
126 * hdd_softap_tx_resume_false() - Resume OS TX Q false leads to queue disabling
127 * @pAdapter: pointer to hdd adapter
128 * @tx_resume: TX Q resume trigger
129 *
130 *
131 * Return: None
132 */
133static void
134hdd_softap_tx_resume_false(hdd_adapter_t *pAdapter, bool tx_resume)
135{
136 if (true == tx_resume)
137 return;
138
139 hdd_notice("Disabling queues");
140 wlan_hdd_netif_queue_control(pAdapter, WLAN_STOP_ALL_NETIF_QUEUE,
141 WLAN_DATA_FLOW_CONTROL);
142
143 if (QDF_TIMER_STATE_STOPPED ==
144 qdf_mc_timer_get_current_state(&pAdapter->
145 tx_flow_control_timer)) {
146 QDF_STATUS status;
147 status = qdf_mc_timer_start(&pAdapter->tx_flow_control_timer,
148 WLAN_SAP_HDD_TX_FLOW_CONTROL_OS_Q_BLOCK_TIME);
149
150 if (!QDF_IS_STATUS_SUCCESS(status))
151 hdd_err("Failed to start tx_flow_control_timer");
152 else
153 pAdapter->hdd_stats.hddTxRxStats.txflow_timer_cnt++;
154 }
155 return;
156}
157#else
158
159static inline void
160hdd_softap_tx_resume_false(hdd_adapter_t *pAdapter, bool tx_resume)
161{
162 return;
163}
164#endif
165
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800166/**
167 * hdd_softap_tx_resume_cb() - Resume OS TX Q.
168 * @adapter_context: pointer to vdev apdapter
169 * @tx_resume: TX Q resume trigger
170 *
171 * Q was stopped due to WLAN TX path low resource condition
172 *
173 * Return: None
174 */
175void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume)
176{
177 hdd_adapter_t *pAdapter = (hdd_adapter_t *) adapter_context;
178
179 if (!pAdapter) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800180 hdd_err("NULL adapter");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800181 return;
182 }
183
184 /* Resume TX */
185 if (true == tx_resume) {
Anurag Chouhan210db072016-02-22 18:42:15 +0530186 if (QDF_TIMER_STATE_STOPPED !=
187 qdf_mc_timer_get_current_state(&pAdapter->
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800188 tx_flow_control_timer)) {
Anurag Chouhan210db072016-02-22 18:42:15 +0530189 qdf_mc_timer_stop(&pAdapter->tx_flow_control_timer);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800190 }
191
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800192 hdd_notice("Enabling queues");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800193 wlan_hdd_netif_queue_control(pAdapter,
194 WLAN_WAKE_ALL_NETIF_QUEUE,
195 WLAN_DATA_FLOW_CONTROL);
196 }
Poddar, Siddarthb61cf642016-04-28 16:02:39 +0530197 hdd_softap_tx_resume_false(pAdapter, tx_resume);
198
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800199 return;
200}
gbianec670c592016-11-24 11:21:30 +0800201
202static inline struct sk_buff *hdd_skb_orphan(hdd_adapter_t *pAdapter,
203 struct sk_buff *skb)
204{
205 if (pAdapter->tx_flow_low_watermark > 0)
206 skb_orphan(skb);
207 else {
208 skb = skb_unshare(skb, GFP_ATOMIC);
209 }
210
211 return skb;
212}
213
214#else
215
216static inline struct sk_buff *hdd_skb_orphan(hdd_adapter_t *pAdapter,
217 struct sk_buff *skb)
218{
219 return skb_unshare(skb, GFP_ATOMIC);
220}
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800221#endif /* QCA_LL_LEGACY_TX_FLOW_CONTROL */
222
223/**
Mukul Sharmac4de4ef2016-09-12 15:39:00 +0530224 * __hdd_softap_hard_start_xmit() - Transmit a frame
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800225 * @skb: pointer to OS packet (sk_buff)
226 * @dev: pointer to network device
227 *
228 * Function registered with the Linux OS for transmitting
229 * packets. This version of the function directly passes
230 * the packet to Transport Layer.
231 *
232 * Return: Always returns NETDEV_TX_OK
233 */
Jeff Johnson6376abe2016-10-05 16:24:56 -0700234static int __hdd_softap_hard_start_xmit(struct sk_buff *skb,
235 struct net_device *dev)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800236{
237 sme_ac_enum_type ac = SME_AC_BE;
238 hdd_adapter_t *pAdapter = (hdd_adapter_t *) netdev_priv(dev);
239 hdd_ap_ctx_t *pHddApCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
Anurag Chouhan6d760662016-02-20 16:05:43 +0530240 struct qdf_mac_addr *pDestMacAddress;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800241 uint8_t STAId;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800242
243 ++pAdapter->hdd_stats.hddTxRxStats.txXmitCalled;
244 /* Prevent this function from being called during SSR since TL
245 * context may not be reinitialized at this time which may
246 * lead to a crash.
247 */
Prashanth Bhatta9e143052015-12-04 11:56:47 -0800248 if (cds_is_driver_recovering()) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530249 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_INFO_HIGH,
Prashanth Bhatta9e143052015-12-04 11:56:47 -0800250 "%s: Recovery in Progress. Ignore!!!", __func__);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800251 goto drop_pkt;
252 }
253
254 /*
255 * If the device is operating on a DFS Channel
256 * then check if SAP is in CAC WAIT state and
257 * drop the packets. In CAC WAIT state device
258 * is expected not to transmit any frames.
259 * SAP starts Tx only after the BSS START is
260 * done.
261 */
262 if (pHddApCtx->dfs_cac_block_tx) {
263 goto drop_pkt;
264 }
265
Dhanashri Atre168d2b42016-02-22 14:43:06 -0800266 /*
Jeff Johnson4fca3b52017-01-12 08:44:18 -0800267 * If a transmit function is not registered, drop packet
268 */
Dhanashri Atre168d2b42016-02-22 14:43:06 -0800269 if (!pAdapter->tx_fn) {
270 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_INFO_HIGH,
271 "%s: TX function not registered by the data path",
272 __func__);
273 goto drop_pkt;
274 }
275
Nirav Shah5e74bb82016-07-20 16:01:27 +0530276 wlan_hdd_classify_pkt(skb);
277
Anurag Chouhan6d760662016-02-20 16:05:43 +0530278 pDestMacAddress = (struct qdf_mac_addr *) skb->data;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800279
Nirav Shah5e74bb82016-07-20 16:01:27 +0530280 if (QDF_NBUF_CB_GET_IS_BCAST(skb) ||
281 QDF_NBUF_CB_GET_IS_MCAST(skb)) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800282 /* The BC/MC station ID is assigned during BSS
283 * starting phase. SAP will return the station ID
284 * used for BC/MC traffic.
285 */
286 STAId = pHddApCtx->uBCStaId;
287 } else {
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530288 if (QDF_STATUS_SUCCESS !=
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800289 hdd_softap_get_sta_id(pAdapter,
290 pDestMacAddress, &STAId)) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530291 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA,
292 QDF_TRACE_LEVEL_WARN,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800293 "%s: Failed to find right station", __func__);
294 goto drop_pkt;
295 }
296
Prakash Dhavali3107b752016-11-28 14:35:06 +0530297 if (STAId >= WLAN_MAX_STA_COUNT) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530298 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA,
299 QDF_TRACE_LEVEL_WARN,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800300 "%s: Failed to find right station", __func__);
301 goto drop_pkt;
302 } else if (false == pAdapter->aStaInfo[STAId].isUsed) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530303 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA,
304 QDF_TRACE_LEVEL_WARN,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800305 "%s: STA %d is unregistered", __func__,
306 STAId);
307 goto drop_pkt;
308 }
309
Dhanashri Atreb08959a2016-03-01 17:28:03 -0800310 if ((OL_TXRX_PEER_STATE_CONN !=
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800311 pAdapter->aStaInfo[STAId].tlSTAState)
Dhanashri Atreb08959a2016-03-01 17:28:03 -0800312 && (OL_TXRX_PEER_STATE_AUTH !=
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800313 pAdapter->aStaInfo[STAId].tlSTAState)) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530314 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA,
315 QDF_TRACE_LEVEL_WARN,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800316 "%s: Station not connected yet", __func__);
317 goto drop_pkt;
Dhanashri Atreb08959a2016-03-01 17:28:03 -0800318 } else if (OL_TXRX_PEER_STATE_CONN ==
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800319 pAdapter->aStaInfo[STAId].tlSTAState) {
320 if (ntohs(skb->protocol) != HDD_ETHERTYPE_802_1_X) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530321 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA,
322 QDF_TRACE_LEVEL_WARN,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800323 "%s: NON-EAPOL packet in non-Authenticated state",
324 __func__);
325 goto drop_pkt;
326 }
327 }
328 }
329
330 hdd_get_tx_resource(pAdapter, STAId,
331 WLAN_SAP_HDD_TX_FLOW_CONTROL_OS_Q_BLOCK_TIME);
332
333 /* Get TL AC corresponding to Qdisc queue index/AC. */
334 ac = hdd_qdisc_ac_to_tl_ac[skb->queue_mapping];
335 ++pAdapter->hdd_stats.hddTxRxStats.txXmitClassifiedAC[ac];
336
337#if defined (IPA_OFFLOAD)
Nirav Shahcbc6d722016-03-01 16:24:53 +0530338 if (!qdf_nbuf_ipa_owned_get(skb)) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800339#endif
gbianec670c592016-11-24 11:21:30 +0800340
341#if (LINUX_VERSION_CODE > KERNEL_VERSION(3, 19, 0))
342 /*
Jeff Johnson4fca3b52017-01-12 08:44:18 -0800343 * The TCP TX throttling logic is changed a little after
344 * 3.19-rc1 kernel, the TCP sending limit will be smaller,
345 * which will throttle the TCP packets to the host driver.
346 * The TCP UP LINK throughput will drop heavily. In order to
347 * fix this issue, need to orphan the socket buffer asap, which
348 * will call skb's destructor to notify the TCP stack that the
349 * SKB buffer is unowned. And then the TCP stack will pump more
350 * packets to host driver.
351 *
352 * The TX packets might be dropped for UDP case in the iperf
353 * testing. So need to be protected by follow control.
354 */
gbianec670c592016-11-24 11:21:30 +0800355 skb = hdd_skb_orphan(pAdapter, skb);
356#else
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800357 /* Check if the buffer has enough header room */
358 skb = skb_unshare(skb, GFP_ATOMIC);
gbianec670c592016-11-24 11:21:30 +0800359#endif
360
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800361 if (!skb)
Jeff Johnsonedeff232015-11-11 17:19:42 -0800362 goto drop_pkt_accounting;
gbianec670c592016-11-24 11:21:30 +0800363
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800364#if defined (IPA_OFFLOAD)
365 }
366#endif
367
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800368 pAdapter->stats.tx_bytes += skb->len;
369 ++pAdapter->stats.tx_packets;
370
Nirav Shah5e74bb82016-07-20 16:01:27 +0530371 hdd_event_eapol_log(skb, QDF_TX);
Nirav Shah0d58a7e2016-04-26 22:54:12 +0530372 qdf_dp_trace_log_pkt(pAdapter->sessionId, skb, QDF_TX);
Nirav Shahcbc6d722016-03-01 16:24:53 +0530373 QDF_NBUF_CB_TX_PACKET_TRACK(skb) = QDF_NBUF_TX_PKT_DATA_TRACK;
374 QDF_NBUF_UPDATE_TX_PKT_COUNT(skb, QDF_NBUF_TX_PKT_HDD);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800375
Nirav Shah0d58a7e2016-04-26 22:54:12 +0530376 qdf_dp_trace_set_track(skb, QDF_TX);
377 DPTRACE(qdf_dp_trace(skb, QDF_DP_TRACE_HDD_TX_PACKET_PTR_RECORD,
378 (uint8_t *)&skb->data, sizeof(skb->data), QDF_TX));
379 DPTRACE(qdf_dp_trace(skb, QDF_DP_TRACE_HDD_TX_PACKET_RECORD,
380 (uint8_t *)skb->data, qdf_nbuf_len(skb), QDF_TX));
Nirav Shahcbc6d722016-03-01 16:24:53 +0530381 if (qdf_nbuf_len(skb) > QDF_DP_TRACE_RECORD_SIZE)
Nirav Shah0d58a7e2016-04-26 22:54:12 +0530382 DPTRACE(qdf_dp_trace(skb, QDF_DP_TRACE_HDD_TX_PACKET_RECORD,
383 (uint8_t *)&skb->data[QDF_DP_TRACE_RECORD_SIZE],
384 (qdf_nbuf_len(skb)-QDF_DP_TRACE_RECORD_SIZE), QDF_TX));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800385
Leo Changfdb45c32016-10-28 11:09:23 -0700386 if (pAdapter->tx_fn(pAdapter->txrx_vdev,
Dhanashri Atre168d2b42016-02-22 14:43:06 -0800387 (qdf_nbuf_t) skb) != NULL) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530388 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_WARN,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800389 "%s: Failed to send packet to txrx for staid:%d",
390 __func__, STAId);
391 ++pAdapter->hdd_stats.hddTxRxStats.txXmitDroppedAC[ac];
392 goto drop_pkt;
393 }
Dustin Browne0024fa2016-10-14 16:29:21 -0700394 netif_trans_update(dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800395
396 return NETDEV_TX_OK;
397
398drop_pkt:
399
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530400 DPTRACE(qdf_dp_trace(skb, QDF_DP_TRACE_DROP_PACKET_RECORD,
Nirav Shah0d58a7e2016-04-26 22:54:12 +0530401 (uint8_t *)skb->data, qdf_nbuf_len(skb), QDF_TX));
Nirav Shahcbc6d722016-03-01 16:24:53 +0530402 if (qdf_nbuf_len(skb) > QDF_DP_TRACE_RECORD_SIZE)
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530403 DPTRACE(qdf_dp_trace(skb, QDF_DP_TRACE_DROP_PACKET_RECORD,
Nirav Shah0d58a7e2016-04-26 22:54:12 +0530404 (uint8_t *)&skb->data[QDF_DP_TRACE_RECORD_SIZE],
405 (qdf_nbuf_len(skb)-QDF_DP_TRACE_RECORD_SIZE), QDF_TX));
Jeff Johnsonedeff232015-11-11 17:19:42 -0800406 kfree_skb(skb);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800407
Jeff Johnsonedeff232015-11-11 17:19:42 -0800408drop_pkt_accounting:
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800409 ++pAdapter->stats.tx_dropped;
410 ++pAdapter->hdd_stats.hddTxRxStats.txXmitDropped;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800411
412 return NETDEV_TX_OK;
413}
414
415/**
Mukul Sharmac4de4ef2016-09-12 15:39:00 +0530416 * hdd_softap_hard_start_xmit() - Wrapper function to protect
417 * __hdd_softap_hard_start_xmit from SSR
418 * @skb: pointer to OS packet
419 * @dev: pointer to net_device structure
420 *
421 * Function called by OS if any packet needs to transmit.
422 *
423 * Return: Always returns NETDEV_TX_OK
424 */
425int hdd_softap_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
426{
427 int ret;
428
429 cds_ssr_protect(__func__);
430 ret = __hdd_softap_hard_start_xmit(skb, dev);
431 cds_ssr_unprotect(__func__);
432
433 return ret;
434}
435
436/**
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800437 * __hdd_softap_tx_timeout() - TX timeout handler
438 * @dev: pointer to network device
439 *
440 * This function is registered as a netdev ndo_tx_timeout method, and
441 * is invoked by the kernel if the driver takes too long to transmit a
442 * frame.
443 *
444 * Return: None
445 */
446static void __hdd_softap_tx_timeout(struct net_device *dev)
447{
448 hdd_adapter_t *adapter = WLAN_HDD_GET_PRIV_PTR(dev);
449 hdd_context_t *hdd_ctx;
Nirav Shah89223f72016-03-01 18:10:38 +0530450 struct netdev_queue *txq;
451 int i;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800452
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530453 DPTRACE(qdf_dp_trace(NULL, QDF_DP_TRACE_HDD_SOFTAP_TX_TIMEOUT,
Nirav Shah0d58a7e2016-04-26 22:54:12 +0530454 NULL, 0, QDF_TX));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800455 /* Getting here implies we disabled the TX queues for too
456 * long. Queues are disabled either because of disassociation
457 * or low resource scenarios. In case of disassociation it is
458 * ok to ignore this. But if associated, we have do possible
459 * recovery here
460 */
461 hdd_ctx = WLAN_HDD_GET_CTX(adapter);
Prashanth Bhatta9e143052015-12-04 11:56:47 -0800462 if (cds_is_driver_recovering()) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530463 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prashanth Bhatta9e143052015-12-04 11:56:47 -0800464 "%s: Recovery in Progress. Ignore!!!", __func__);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800465 return;
466 }
Nirav Shah89223f72016-03-01 18:10:38 +0530467
Dustin Browne0024fa2016-10-14 16:29:21 -0700468 TX_TIMEOUT_TRACE(dev, QDF_MODULE_ID_HDD_SAP_DATA);
Nirav Shah89223f72016-03-01 18:10:38 +0530469
470 for (i = 0; i < NUM_TX_QUEUES; i++) {
471 txq = netdev_get_tx_queue(dev, i);
472 QDF_TRACE(QDF_MODULE_ID_HDD_DATA,
473 QDF_TRACE_LEVEL_ERROR,
474 "Queue%d status: %d txq->trans_start %lu",
475 i, netif_tx_queue_stopped(txq), txq->trans_start);
476 }
477
478 wlan_hdd_display_netif_queue_history(hdd_ctx);
Leo Changfdb45c32016-10-28 11:09:23 -0700479 cdp_dump_flow_pool_info(cds_get_context(QDF_MODULE_ID_SOC));
Nirav Shah89223f72016-03-01 18:10:38 +0530480 QDF_TRACE(QDF_MODULE_ID_HDD_DATA, QDF_TRACE_LEVEL_ERROR,
481 "carrier state: %d", netif_carrier_ok(dev));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800482}
483
484/**
485 * hdd_softap_tx_timeout() - SSR wrapper for __hdd_softap_tx_timeout
486 * @dev: pointer to net_device
487 *
488 * Return: none
489 */
490void hdd_softap_tx_timeout(struct net_device *dev)
491{
492 cds_ssr_protect(__func__);
493 __hdd_softap_tx_timeout(dev);
494 cds_ssr_unprotect(__func__);
495}
496
497/**
498 * @hdd_softap_init_tx_rx() - Initialize Tx/RX module
499 * @pAdapter: pointer to adapter context
500 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530501 * Return: QDF_STATUS_E_FAILURE if any errors encountered,
502 * QDF_STATUS_SUCCESS otherwise
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800503 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530504QDF_STATUS hdd_softap_init_tx_rx(hdd_adapter_t *pAdapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800505{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530506 QDF_STATUS status = QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800507
508 uint8_t STAId = 0;
509
Anurag Chouhan600c3a02016-03-01 10:33:54 +0530510 qdf_mem_zero(&pAdapter->stats, sizeof(struct net_device_stats));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800511
512 spin_lock_init(&pAdapter->staInfo_lock);
513
514 for (STAId = 0; STAId < WLAN_MAX_STA_COUNT; STAId++) {
Anurag Chouhan600c3a02016-03-01 10:33:54 +0530515 qdf_mem_zero(&pAdapter->aStaInfo[STAId],
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800516 sizeof(hdd_station_info_t));
517 }
518
519 return status;
520}
521
522/**
523 * @hdd_softap_deinit_tx_rx() - Deinitialize Tx/RX module
524 * @pAdapter: pointer to adapter context
525 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530526 * Return: QDF_STATUS_E_FAILURE if any errors encountered,
527 * QDF_STATUS_SUCCESS otherwise
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800528 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530529QDF_STATUS hdd_softap_deinit_tx_rx(hdd_adapter_t *pAdapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800530{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530531 QDF_STATUS status = QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800532
533 return status;
534}
535
536/**
537 * hdd_softap_init_tx_rx_sta() - Initialize tx/rx for a softap station
538 * @pAdapter: pointer to adapter context
539 * @STAId: Station ID to initialize
540 * @pmacAddrSTA: pointer to the MAC address of the station
541 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530542 * Return: QDF_STATUS_E_FAILURE if any errors encountered,
543 * QDF_STATUS_SUCCESS otherwise
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800544 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530545QDF_STATUS hdd_softap_init_tx_rx_sta(hdd_adapter_t *pAdapter, uint8_t STAId,
Anurag Chouhan6d760662016-02-20 16:05:43 +0530546 struct qdf_mac_addr *pmacAddrSTA)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800547{
548 spin_lock_bh(&pAdapter->staInfo_lock);
549 if (pAdapter->aStaInfo[STAId].isUsed) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800550 spin_unlock_bh(&pAdapter->staInfo_lock);
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800551 hdd_err("Reinit of in use station %d", STAId);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530552 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800553 }
554
Anurag Chouhan600c3a02016-03-01 10:33:54 +0530555 qdf_mem_zero(&pAdapter->aStaInfo[STAId], sizeof(hdd_station_info_t));
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800556
557 pAdapter->aStaInfo[STAId].isUsed = true;
558 pAdapter->aStaInfo[STAId].isDeauthInProgress = false;
Anurag Chouhanc5548422016-02-24 18:33:27 +0530559 qdf_copy_macaddr(&pAdapter->aStaInfo[STAId].macAddrSTA, pmacAddrSTA);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800560
561 spin_unlock_bh(&pAdapter->staInfo_lock);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530562 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800563}
564
565/**
566 * hdd_softap_deinit_tx_rx_sta() - Deinitialize tx/rx for a softap station
567 * @pAdapter: pointer to adapter context
568 * @STAId: Station ID to deinitialize
569 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530570 * Return: QDF_STATUS_E_FAILURE if any errors encountered,
571 * QDF_STATUS_SUCCESS otherwise
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800572 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530573QDF_STATUS hdd_softap_deinit_tx_rx_sta(hdd_adapter_t *pAdapter, uint8_t STAId)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800574{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530575 QDF_STATUS status = QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800576 hdd_hostapd_state_t *pHostapdState;
577
578 pHostapdState = WLAN_HDD_GET_HOSTAP_STATE_PTR(pAdapter);
579
580 spin_lock_bh(&pAdapter->staInfo_lock);
581
582 if (false == pAdapter->aStaInfo[STAId].isUsed) {
583 spin_unlock_bh(&pAdapter->staInfo_lock);
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800584 hdd_err("Deinit station not inited %d", STAId);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530585 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800586 }
587
588 pAdapter->aStaInfo[STAId].isUsed = false;
589 pAdapter->aStaInfo[STAId].isDeauthInProgress = false;
590
591 spin_unlock_bh(&pAdapter->staInfo_lock);
592 return status;
593}
594
595/**
596 * hdd_softap_rx_packet_cbk() - Receive packet handler
Dhanashri Atre182b0272016-02-17 15:35:07 -0800597 * @context: pointer to HDD context
Nirav Shahcbc6d722016-03-01 16:24:53 +0530598 * @rxBuf: pointer to rx qdf_nbuf
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800599 *
600 * Receive callback registered with TL. TL will call this to notify
601 * the HDD when one or more packets were received for a registered
602 * STA.
603 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530604 * Return: QDF_STATUS_E_FAILURE if any errors encountered,
605 * QDF_STATUS_SUCCESS otherwise
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800606 */
Dhanashri Atre182b0272016-02-17 15:35:07 -0800607QDF_STATUS hdd_softap_rx_packet_cbk(void *context, qdf_nbuf_t rxBuf)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800608{
609 hdd_adapter_t *pAdapter = NULL;
610 int rxstat;
611 unsigned int cpu_index;
612 struct sk_buff *skb = NULL;
613 hdd_context_t *pHddCtx = NULL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800614
615 /* Sanity check on inputs */
Dhanashri Atre182b0272016-02-17 15:35:07 -0800616 if (unlikely((NULL == context) || (NULL == rxBuf))) {
Anurag Chouhanb2dc16f2016-02-25 11:47:37 +0530617 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800618 "%s: Null params being passed", __func__);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530619 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800620 }
621
Dhanashri Atre182b0272016-02-17 15:35:07 -0800622 pAdapter = (hdd_adapter_t *)context;
623 if (unlikely(WLAN_HDD_ADAPTER_MAGIC != pAdapter->magic)) {
624 QDF_TRACE(QDF_MODULE_ID_HDD_DATA, QDF_TRACE_LEVEL_FATAL,
625 "Magic cookie(%x) for adapter sanity verification is invalid",
626 pAdapter->magic);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530627 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800628 }
629
Dhanashri Atre182b0272016-02-17 15:35:07 -0800630 pHddCtx = pAdapter->pHddCtx;
631 if (unlikely(NULL == pHddCtx)) {
632 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
633 "%s: HDD context is Null", __func__);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530634 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800635 }
636
637 /* walk the chain until all are processed */
638 skb = (struct sk_buff *)rxBuf;
639
Dhanashri Atre63d98022017-01-24 18:22:09 -0800640 while (skb) {
641 struct sk_buff *next = skb->next;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800642
Dhanashri Atre63d98022017-01-24 18:22:09 -0800643 skb->next = NULL;
644 hdd_softap_dump_sk_buff(skb);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800645
Dhanashri Atre63d98022017-01-24 18:22:09 -0800646 skb->dev = pAdapter->dev;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800647
Dhanashri Atre63d98022017-01-24 18:22:09 -0800648 if (unlikely(skb->dev == NULL)) {
649
650 QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, QDF_TRACE_LEVEL_ERROR,
651 "%s: ERROR!!Invalid netdevice", __func__);
652 return QDF_STATUS_E_FAILURE;
653 }
654 cpu_index = wlan_hdd_get_cpu();
655 ++pAdapter->hdd_stats.hddTxRxStats.rxPackets[cpu_index];
656 ++pAdapter->stats.rx_packets;
657 pAdapter->stats.rx_bytes += skb->len;
658
659 hdd_event_eapol_log(skb, QDF_RX);
660 DPTRACE(qdf_dp_trace(rxBuf,
661 QDF_DP_TRACE_RX_HDD_PACKET_PTR_RECORD,
662 qdf_nbuf_data_addr(rxBuf),
663 sizeof(qdf_nbuf_data(rxBuf)), QDF_RX));
664
665 skb->protocol = eth_type_trans(skb, skb->dev);
666
667 /* hold configurable wakelock for unicast traffic */
668 if (pHddCtx->config->rx_wakelock_timeout &&
669 skb->pkt_type != PACKET_BROADCAST &&
670 skb->pkt_type != PACKET_MULTICAST) {
671 cds_host_diag_log_work(&pHddCtx->rx_wake_lock,
672 pHddCtx->config->rx_wakelock_timeout,
673 WIFI_POWER_EVENT_WAKELOCK_HOLD_RX);
674 qdf_wake_lock_timeout_acquire(&pHddCtx->rx_wake_lock,
675 pHddCtx->config->
676 rx_wakelock_timeout);
677 }
678
679 /* Remove SKB from internal tracking table before submitting
680 * it to stack
681 */
682 qdf_net_buf_debug_release_skb(rxBuf);
683 if (hdd_napi_enabled(HDD_NAPI_ANY) &&
684 !pHddCtx->enableRxThread)
685 rxstat = netif_receive_skb(skb);
686 else
687 rxstat = netif_rx_ni(skb);
688 if (NET_RX_SUCCESS == rxstat) {
689 ++pAdapter->hdd_stats.hddTxRxStats.rxDelivered[cpu_index];
690 } else {
691 ++pAdapter->hdd_stats.hddTxRxStats.rxRefused[cpu_index];
692 }
693
694 pAdapter->dev->last_rx = jiffies;
695
696 skb = next;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800697 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800698
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530699 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800700}
701
702/**
703 * hdd_softap_deregister_sta(hdd_adapter_t *pAdapter, uint8_t staId)
704 * @pAdapter: pointer to adapter context
705 * @staId: Station ID to deregister
706 *
Anurag Chouhanf04e84f2016-03-03 10:12:12 +0530707 * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800708 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530709QDF_STATUS hdd_softap_deregister_sta(hdd_adapter_t *pAdapter, uint8_t staId)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800710{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530711 QDF_STATUS qdf_status = QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800712 hdd_context_t *pHddCtx;
713
714 if (NULL == pAdapter) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800715 hdd_err("NULL adapter");
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530716 return QDF_STATUS_E_INVAL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800717 }
718
719 if (WLAN_HDD_ADAPTER_MAGIC != pAdapter->magic) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800720 hdd_err("Invalid adapter magic");
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530721 return QDF_STATUS_E_INVAL;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800722 }
723
724 pHddCtx = (hdd_context_t *) (pAdapter->pHddCtx);
725 /* Clear station in TL and then update HDD data
726 * structures. This helps to block RX frames from other
727 * station to this station.
728 */
Krishna Kumaar Natarajane58b4092017-01-25 15:47:35 -0800729 qdf_status = cdp_clear_peer(cds_get_context(QDF_MODULE_ID_SOC),
Leo Changfdb45c32016-10-28 11:09:23 -0700730 cds_get_context(QDF_MODULE_ID_TXRX), staId);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530731 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Krishna Kumaar Natarajane58b4092017-01-25 15:47:35 -0800732 hdd_err("cdp_clear_peer failed for staID %d, Status=%d [0x%08X]",
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800733 staId, qdf_status, qdf_status);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800734 }
735
736 if (pAdapter->aStaInfo[staId].isUsed) {
737 spin_lock_bh(&pAdapter->staInfo_lock);
Anurag Chouhan600c3a02016-03-01 10:33:54 +0530738 qdf_mem_zero(&pAdapter->aStaInfo[staId],
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800739 sizeof(hdd_station_info_t));
740 spin_unlock_bh(&pAdapter->staInfo_lock);
741 }
742 pHddCtx->sta_to_adapter[staId] = NULL;
743
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530744 return qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800745}
746
747/**
748 * hdd_softap_register_sta() - Register a SoftAP STA
749 * @pAdapter: pointer to adapter context
750 * @fAuthRequired: is additional authentication required?
751 * @fPrivacyBit: should 802.11 privacy bit be set?
752 * @staId: station ID assigned to this station
753 * @ucastSig: unicast security signature
754 * @bcastSig: broadcast security signature
755 * @pPeerMacAddress: station MAC address
756 * @fWmmEnabled: is WMM enabled for this STA?
757 *
Anurag Chouhanf04e84f2016-03-03 10:12:12 +0530758 * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800759 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530760QDF_STATUS hdd_softap_register_sta(hdd_adapter_t *pAdapter,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800761 bool fAuthRequired,
762 bool fPrivacyBit,
763 uint8_t staId,
764 uint8_t ucastSig,
765 uint8_t bcastSig,
Anurag Chouhan6d760662016-02-20 16:05:43 +0530766 struct qdf_mac_addr *pPeerMacAddress,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800767 bool fWmmEnabled)
768{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530769 QDF_STATUS qdf_status = QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800770 struct ol_txrx_desc_type staDesc = { 0 };
771 hdd_context_t *pHddCtx = pAdapter->pHddCtx;
Dhanashri Atre182b0272016-02-17 15:35:07 -0800772 struct ol_txrx_ops txrx_ops;
Leo Changfdb45c32016-10-28 11:09:23 -0700773 void *soc = cds_get_context(QDF_MODULE_ID_SOC);
774 void *pdev = cds_get_context(QDF_MODULE_ID_TXRX);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800775
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800776 hdd_info("STA:%u, Auth:%u, Priv:%u, WMM:%u",
777 staId, fAuthRequired, fPrivacyBit, fWmmEnabled);
778
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800779 /*
780 * Clean up old entry if it is not cleaned up properly
781 */
782 if (pAdapter->aStaInfo[staId].isUsed) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800783 hdd_info("clean up old entry for STA %d", staId);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800784 hdd_softap_deregister_sta(pAdapter, staId);
785 }
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800786
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800787 /* Get the Station ID from the one saved during the assocation. */
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800788 staDesc.sta_id = staId;
789
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800790 /* Save the pAdapter Pointer for this staId */
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800791 pHddCtx->sta_to_adapter[staId] = pAdapter;
792
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530793 qdf_status =
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800794 hdd_softap_init_tx_rx_sta(pAdapter, staId,
795 pPeerMacAddress);
796
797 staDesc.is_qos_enabled = fWmmEnabled;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800798
Dhanashri Atre182b0272016-02-17 15:35:07 -0800799 /* Register the vdev transmit and receive functions */
800 qdf_mem_zero(&txrx_ops, sizeof(txrx_ops));
801 txrx_ops.rx.rx = hdd_softap_rx_packet_cbk;
Leo Changfdb45c32016-10-28 11:09:23 -0700802 cdp_vdev_register(soc,
803 cdp_get_vdev_from_vdev_id(soc, pdev, pAdapter->sessionId),
Dhanashri Atre182b0272016-02-17 15:35:07 -0800804 pAdapter, &txrx_ops);
Leo Changfdb45c32016-10-28 11:09:23 -0700805 pAdapter->txrx_vdev = cdp_get_vdev_from_vdev_id(soc, pdev,
806 pAdapter->sessionId);
Dhanashri Atre168d2b42016-02-22 14:43:06 -0800807 pAdapter->tx_fn = txrx_ops.tx.tx;
Dhanashri Atre182b0272016-02-17 15:35:07 -0800808
Leo Changfdb45c32016-10-28 11:09:23 -0700809 qdf_status = cdp_peer_register(soc, pdev, &staDesc);
Dhanashri Atre50141c52016-04-07 13:15:29 -0700810 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800811 hdd_err("cdp_peer_register() failed to register. Status = %d [0x%08X]",
812 qdf_status, qdf_status);
Dhanashri Atre50141c52016-04-07 13:15:29 -0700813 return qdf_status;
814 }
815
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800816 /* if ( WPA ), tell TL to go to 'connected' and after keys come to the
817 * driver then go to 'authenticated'. For all other authentication
818 * types (those that do not require upper layer authentication) we can
819 * put TL directly into 'authenticated' state
820 */
821
822 pAdapter->aStaInfo[staId].ucSTAId = staId;
823 pAdapter->aStaInfo[staId].isQosEnabled = fWmmEnabled;
824
825 if (!fAuthRequired) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800826 hdd_info("open/shared auth StaId= %d. Changing TL state to AUTHENTICATED at Join time",
827 pAdapter->aStaInfo[staId].ucSTAId);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800828
829 /* Connections that do not need Upper layer auth,
830 * transition TL directly to 'Authenticated' state.
831 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530832 qdf_status = hdd_change_peer_state(pAdapter, staDesc.sta_id,
Dhanashri Atreb08959a2016-03-01 17:28:03 -0800833 OL_TXRX_PEER_STATE_AUTH, false);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800834
Dhanashri Atreb08959a2016-03-01 17:28:03 -0800835 pAdapter->aStaInfo[staId].tlSTAState = OL_TXRX_PEER_STATE_AUTH;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800836 pAdapter->sessionCtx.ap.uIsAuthenticated = true;
837 } else {
838
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800839 hdd_info("ULA auth StaId= %d. Changing TL state to CONNECTED at Join time",
840 pAdapter->aStaInfo[staId].ucSTAId);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800841
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530842 qdf_status = hdd_change_peer_state(pAdapter, staDesc.sta_id,
Dhanashri Atreb08959a2016-03-01 17:28:03 -0800843 OL_TXRX_PEER_STATE_CONN, false);
844 pAdapter->aStaInfo[staId].tlSTAState = OL_TXRX_PEER_STATE_CONN;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800845
846 pAdapter->sessionCtx.ap.uIsAuthenticated = false;
847
848 }
849
850 /* Enable Tx queue */
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800851 hdd_notice("Enabling queues");
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800852 wlan_hdd_netif_queue_control(pAdapter,
853 WLAN_START_ALL_NETIF_QUEUE_N_CARRIER,
854 WLAN_CONTROL_PATH);
855
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530856 return qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800857}
858
859/**
860 * hdd_softap_register_bc_sta() - Register the SoftAP broadcast STA
861 * @pAdapter: pointer to adapter context
862 * @fPrivacyBit: should 802.11 privacy bit be set?
863 *
Anurag Chouhanf04e84f2016-03-03 10:12:12 +0530864 * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800865 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530866QDF_STATUS hdd_softap_register_bc_sta(hdd_adapter_t *pAdapter,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800867 bool fPrivacyBit)
868{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530869 QDF_STATUS qdf_status = QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800870 hdd_context_t *pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
Anurag Chouhan6d760662016-02-20 16:05:43 +0530871 struct qdf_mac_addr broadcastMacAddr =
872 QDF_MAC_ADDR_BROADCAST_INITIALIZER;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800873 hdd_ap_ctx_t *pHddApCtx;
874
875 pHddApCtx = WLAN_HDD_GET_AP_CTX_PTR(pAdapter);
876
877 pHddCtx->sta_to_adapter[WLAN_RX_BCMC_STA_ID] = pAdapter;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800878 pHddCtx->sta_to_adapter[pHddApCtx->uBCStaId] = pAdapter;
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530879 qdf_status =
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800880 hdd_softap_register_sta(pAdapter, false, fPrivacyBit,
881 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->
882 uBCStaId, 0, 1, &broadcastMacAddr, 0);
883
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530884 return qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800885}
886
887/**
888 * hdd_softap_deregister_bc_sta() - Deregister the SoftAP broadcast STA
889 * @pAdapter: pointer to adapter context
890 *
Anurag Chouhanf04e84f2016-03-03 10:12:12 +0530891 * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800892 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530893QDF_STATUS hdd_softap_deregister_bc_sta(hdd_adapter_t *pAdapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800894{
895 return hdd_softap_deregister_sta(pAdapter,
896 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->
897 uBCStaId);
898}
899
900/**
901 * hdd_softap_stop_bss() - Stop the BSS
902 * @pAdapter: pointer to adapter context
903 *
Anurag Chouhanf04e84f2016-03-03 10:12:12 +0530904 * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800905 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530906QDF_STATUS hdd_softap_stop_bss(hdd_adapter_t *pAdapter)
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800907{
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530908 QDF_STATUS qdf_status = QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800909 uint8_t staId = 0;
910 hdd_context_t *pHddCtx;
911 pHddCtx = WLAN_HDD_GET_CTX(pAdapter);
912
913 /* bss deregister is not allowed during wlan driver loading or
914 * unloading
915 */
Rajeev Kumarfec3dbe2016-01-19 15:23:52 -0800916 if (cds_is_load_or_unload_in_progress()) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800917 hdd_err("Loading_unloading in Progress, state: 0x%x. Ignore!!!",
918 cds_get_driver_state());
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530919 return QDF_STATUS_E_PERM;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800920 }
921
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530922 qdf_status = hdd_softap_deregister_bc_sta(pAdapter);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800923
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530924 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800925 hdd_err("Failed to deregister BC sta Id %d",
926 (WLAN_HDD_GET_AP_CTX_PTR(pAdapter))->uBCStaId);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800927 }
928
929 for (staId = 0; staId < WLAN_MAX_STA_COUNT; staId++) {
930 /* This excludes BC sta as it is already deregistered */
931 if (pAdapter->aStaInfo[staId].isUsed) {
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530932 qdf_status = hdd_softap_deregister_sta(pAdapter, staId);
933 if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800934 hdd_err("Failed to deregister sta Id %d",
935 staId);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800936 }
937 }
938 }
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530939 return qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800940}
941
942/**
943 * hdd_softap_change_sta_state() - Change the state of a SoftAP station
944 * @pAdapter: pointer to adapter context
945 * @pDestMacAddress: MAC address of the station
946 * @state: new state of the station
947 *
Anurag Chouhanf04e84f2016-03-03 10:12:12 +0530948 * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800949 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530950QDF_STATUS hdd_softap_change_sta_state(hdd_adapter_t *pAdapter,
Anurag Chouhan6d760662016-02-20 16:05:43 +0530951 struct qdf_mac_addr *pDestMacAddress,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800952 enum ol_txrx_peer_state state)
953{
954 uint8_t ucSTAId = WLAN_MAX_STA_COUNT;
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800955 QDF_STATUS qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800956
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800957 ENTER_DEV(pAdapter->dev);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800958
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800959 qdf_status = hdd_softap_get_sta_id(pAdapter, pDestMacAddress, &ucSTAId);
960 if (QDF_STATUS_SUCCESS != qdf_status) {
961 hdd_err("Failed to find right station");
962 return qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800963 }
964
965 if (false ==
Anurag Chouhanc5548422016-02-24 18:33:27 +0530966 qdf_is_macaddr_equal(&pAdapter->aStaInfo[ucSTAId].macAddrSTA,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800967 pDestMacAddress)) {
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800968 hdd_err("Station %u MAC address not matching", ucSTAId);
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530969 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800970 }
971
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530972 qdf_status =
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800973 hdd_change_peer_state(pAdapter, ucSTAId, state, false);
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800974 hdd_info("Station %u changed to state %d", ucSTAId, state);
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800975
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530976 if (QDF_STATUS_SUCCESS == qdf_status) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800977 pAdapter->aStaInfo[ucSTAId].tlSTAState =
Dhanashri Atreb08959a2016-03-01 17:28:03 -0800978 OL_TXRX_PEER_STATE_AUTH;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800979 }
980
Jeff Johnsond5bd6fd2016-12-05 12:29:21 -0800981 EXIT();
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530982 return qdf_status;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800983}
984
985/*
986 * hdd_softap_get_sta_id() - Find station ID from MAC address
987 * @pAdapter: pointer to adapter context
988 * @pDestMacAddress: MAC address of the destination
989 * @staId: Station ID associated with the MAC address
990 *
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530991 * Return: QDF_STATUS_SUCCESS if a match was found, in which case
992 * staId is populated, QDF_STATUS_E_FAILURE if a match is
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800993 * not found
994 */
Anurag Chouhanfb54ab02016-02-18 18:00:46 +0530995QDF_STATUS hdd_softap_get_sta_id(hdd_adapter_t *pAdapter,
Anurag Chouhan6d760662016-02-20 16:05:43 +0530996 struct qdf_mac_addr *pMacAddress,
Prakash Dhavali7090c5f2015-11-02 17:55:19 -0800997 uint8_t *staId)
998{
999 uint8_t i;
1000
1001 for (i = 0; i < WLAN_MAX_STA_COUNT; i++) {
Anurag Chouhan600c3a02016-03-01 10:33:54 +05301002 if (!qdf_mem_cmp
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001003 (&pAdapter->aStaInfo[i].macAddrSTA, pMacAddress,
Anurag Chouhan6d760662016-02-20 16:05:43 +05301004 QDF_MAC_ADDR_SIZE) && pAdapter->aStaInfo[i].isUsed) {
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001005 *staId = i;
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301006 return QDF_STATUS_SUCCESS;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001007 }
1008 }
1009
Anurag Chouhanfb54ab02016-02-18 18:00:46 +05301010 return QDF_STATUS_E_FAILURE;
Prakash Dhavali7090c5f2015-11-02 17:55:19 -08001011}