]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/net/wireless/iwlwifi/mvm/d3.c
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / net / wireless / iwlwifi / mvm / d3.c
1 /******************************************************************************
2  *
3  * This file is provided under a dual BSD/GPLv2 license.  When using or
4  * redistributing this file, you may do so under either license.
5  *
6  * GPL LICENSE SUMMARY
7  *
8  * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
9  * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of version 2 of the GNU General Public License as
13  * published by the Free Software Foundation.
14  *
15  * This program is distributed in the hope that it will be useful, but
16  * WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
23  * USA
24  *
25  * The full GNU General Public License is included in this distribution
26  * in the file called COPYING.
27  *
28  * Contact Information:
29  *  Intel Linux Wireless <ilw@linux.intel.com>
30  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
31  *
32  * BSD LICENSE
33  *
34  * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
35  * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
36  * All rights reserved.
37  *
38  * Redistribution and use in source and binary forms, with or without
39  * modification, are permitted provided that the following conditions
40  * are met:
41  *
42  *  * Redistributions of source code must retain the above copyright
43  *    notice, this list of conditions and the following disclaimer.
44  *  * Redistributions in binary form must reproduce the above copyright
45  *    notice, this list of conditions and the following disclaimer in
46  *    the documentation and/or other materials provided with the
47  *    distribution.
48  *  * Neither the name Intel Corporation nor the names of its
49  *    contributors may be used to endorse or promote products derived
50  *    from this software without specific prior written permission.
51  *
52  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
53  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
54  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
55  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
56  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
57  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
58  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
59  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
60  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63  *
64  *****************************************************************************/
65
66 #include <linux/etherdevice.h>
67 #include <linux/ip.h>
68 #include <linux/fs.h>
69 #include <net/cfg80211.h>
70 #include <net/ipv6.h>
71 #include <net/tcp.h>
72 #include <net/addrconf.h>
73 #include "iwl-modparams.h"
74 #include "fw-api.h"
75 #include "mvm.h"
76
77 void iwl_mvm_set_rekey_data(struct ieee80211_hw *hw,
78                             struct ieee80211_vif *vif,
79                             struct cfg80211_gtk_rekey_data *data)
80 {
81         struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
82         struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
83
84         if (iwlwifi_mod_params.sw_crypto)
85                 return;
86
87         mutex_lock(&mvm->mutex);
88
89         memcpy(mvmvif->rekey_data.kek, data->kek, NL80211_KEK_LEN);
90         memcpy(mvmvif->rekey_data.kck, data->kck, NL80211_KCK_LEN);
91         mvmvif->rekey_data.replay_ctr =
92                 cpu_to_le64(be64_to_cpup((__be64 *)&data->replay_ctr));
93         mvmvif->rekey_data.valid = true;
94
95         mutex_unlock(&mvm->mutex);
96 }
97
98 #if IS_ENABLED(CONFIG_IPV6)
99 void iwl_mvm_ipv6_addr_change(struct ieee80211_hw *hw,
100                               struct ieee80211_vif *vif,
101                               struct inet6_dev *idev)
102 {
103         struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
104         struct inet6_ifaddr *ifa;
105         int idx = 0;
106
107         read_lock_bh(&idev->lock);
108         list_for_each_entry(ifa, &idev->addr_list, if_list) {
109                 mvmvif->target_ipv6_addrs[idx] = ifa->addr;
110                 idx++;
111                 if (idx >= IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_MAX)
112                         break;
113         }
114         read_unlock_bh(&idev->lock);
115
116         mvmvif->num_target_ipv6_addrs = idx;
117 }
118 #endif
119
120 void iwl_mvm_set_default_unicast_key(struct ieee80211_hw *hw,
121                                      struct ieee80211_vif *vif, int idx)
122 {
123         struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
124
125         mvmvif->tx_key_idx = idx;
126 }
127
128 static void iwl_mvm_convert_p1k(u16 *p1k, __le16 *out)
129 {
130         int i;
131
132         for (i = 0; i < IWL_P1K_SIZE; i++)
133                 out[i] = cpu_to_le16(p1k[i]);
134 }
135
136 struct wowlan_key_data {
137         struct iwl_wowlan_rsc_tsc_params_cmd *rsc_tsc;
138         struct iwl_wowlan_tkip_params_cmd *tkip;
139         bool error, use_rsc_tsc, use_tkip;
140         int wep_key_idx;
141 };
142
143 static void iwl_mvm_wowlan_program_keys(struct ieee80211_hw *hw,
144                                         struct ieee80211_vif *vif,
145                                         struct ieee80211_sta *sta,
146                                         struct ieee80211_key_conf *key,
147                                         void *_data)
148 {
149         struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
150         struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
151         struct wowlan_key_data *data = _data;
152         struct aes_sc *aes_sc, *aes_tx_sc = NULL;
153         struct tkip_sc *tkip_sc, *tkip_tx_sc = NULL;
154         struct iwl_p1k_cache *rx_p1ks;
155         u8 *rx_mic_key;
156         struct ieee80211_key_seq seq;
157         u32 cur_rx_iv32 = 0;
158         u16 p1k[IWL_P1K_SIZE];
159         int ret, i;
160
161         mutex_lock(&mvm->mutex);
162
163         switch (key->cipher) {
164         case WLAN_CIPHER_SUITE_WEP40:
165         case WLAN_CIPHER_SUITE_WEP104: { /* hack it for now */
166                 struct {
167                         struct iwl_mvm_wep_key_cmd wep_key_cmd;
168                         struct iwl_mvm_wep_key wep_key;
169                 } __packed wkc = {
170                         .wep_key_cmd.mac_id_n_color =
171                                 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id,
172                                                                 mvmvif->color)),
173                         .wep_key_cmd.num_keys = 1,
174                         /* firmware sets STA_KEY_FLG_WEP_13BYTES */
175                         .wep_key_cmd.decryption_type = STA_KEY_FLG_WEP,
176                         .wep_key.key_index = key->keyidx,
177                         .wep_key.key_size = key->keylen,
178                 };
179
180                 /*
181                  * This will fail -- the key functions don't set support
182                  * pairwise WEP keys. However, that's better than silently
183                  * failing WoWLAN. Or maybe not?
184                  */
185                 if (key->flags & IEEE80211_KEY_FLAG_PAIRWISE)
186                         break;
187
188                 memcpy(&wkc.wep_key.key[3], key->key, key->keylen);
189                 if (key->keyidx == mvmvif->tx_key_idx) {
190                         /* TX key must be at offset 0 */
191                         wkc.wep_key.key_offset = 0;
192                 } else {
193                         /* others start at 1 */
194                         data->wep_key_idx++;
195                         wkc.wep_key.key_offset = data->wep_key_idx;
196                 }
197
198                 ret = iwl_mvm_send_cmd_pdu(mvm, WEP_KEY, 0, sizeof(wkc), &wkc);
199                 data->error = ret != 0;
200
201                 mvm->ptk_ivlen = key->iv_len;
202                 mvm->ptk_icvlen = key->icv_len;
203                 mvm->gtk_ivlen = key->iv_len;
204                 mvm->gtk_icvlen = key->icv_len;
205
206                 /* don't upload key again */
207                 goto out_unlock;
208         }
209         default:
210                 data->error = true;
211                 goto out_unlock;
212         case WLAN_CIPHER_SUITE_AES_CMAC:
213                 /*
214                  * Ignore CMAC keys -- the WoWLAN firmware doesn't support them
215                  * but we also shouldn't abort suspend due to that. It does have
216                  * support for the IGTK key renewal, but doesn't really use the
217                  * IGTK for anything. This means we could spuriously wake up or
218                  * be deauthenticated, but that was considered acceptable.
219                  */
220                 goto out_unlock;
221         case WLAN_CIPHER_SUITE_TKIP:
222                 if (sta) {
223                         tkip_sc = data->rsc_tsc->all_tsc_rsc.tkip.unicast_rsc;
224                         tkip_tx_sc = &data->rsc_tsc->all_tsc_rsc.tkip.tsc;
225
226                         rx_p1ks = data->tkip->rx_uni;
227
228                         ieee80211_get_key_tx_seq(key, &seq);
229                         tkip_tx_sc->iv16 = cpu_to_le16(seq.tkip.iv16);
230                         tkip_tx_sc->iv32 = cpu_to_le32(seq.tkip.iv32);
231
232                         ieee80211_get_tkip_p1k_iv(key, seq.tkip.iv32, p1k);
233                         iwl_mvm_convert_p1k(p1k, data->tkip->tx.p1k);
234
235                         memcpy(data->tkip->mic_keys.tx,
236                                &key->key[NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY],
237                                IWL_MIC_KEY_SIZE);
238
239                         rx_mic_key = data->tkip->mic_keys.rx_unicast;
240                 } else {
241                         tkip_sc =
242                                 data->rsc_tsc->all_tsc_rsc.tkip.multicast_rsc;
243                         rx_p1ks = data->tkip->rx_multi;
244                         rx_mic_key = data->tkip->mic_keys.rx_mcast;
245                 }
246
247                 /*
248                  * For non-QoS this relies on the fact that both the uCode and
249                  * mac80211 use TID 0 (as they need to to avoid replay attacks)
250                  * for checking the IV in the frames.
251                  */
252                 for (i = 0; i < IWL_NUM_RSC; i++) {
253                         ieee80211_get_key_rx_seq(key, i, &seq);
254                         tkip_sc[i].iv16 = cpu_to_le16(seq.tkip.iv16);
255                         tkip_sc[i].iv32 = cpu_to_le32(seq.tkip.iv32);
256                         /* wrapping isn't allowed, AP must rekey */
257                         if (seq.tkip.iv32 > cur_rx_iv32)
258                                 cur_rx_iv32 = seq.tkip.iv32;
259                 }
260
261                 ieee80211_get_tkip_rx_p1k(key, vif->bss_conf.bssid,
262                                           cur_rx_iv32, p1k);
263                 iwl_mvm_convert_p1k(p1k, rx_p1ks[0].p1k);
264                 ieee80211_get_tkip_rx_p1k(key, vif->bss_conf.bssid,
265                                           cur_rx_iv32 + 1, p1k);
266                 iwl_mvm_convert_p1k(p1k, rx_p1ks[1].p1k);
267
268                 memcpy(rx_mic_key,
269                        &key->key[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY],
270                        IWL_MIC_KEY_SIZE);
271
272                 data->use_tkip = true;
273                 data->use_rsc_tsc = true;
274                 break;
275         case WLAN_CIPHER_SUITE_CCMP:
276                 if (sta) {
277                         u64 pn64;
278
279                         aes_sc = data->rsc_tsc->all_tsc_rsc.aes.unicast_rsc;
280                         aes_tx_sc = &data->rsc_tsc->all_tsc_rsc.aes.tsc;
281
282                         pn64 = atomic64_read(&key->tx_pn);
283                         aes_tx_sc->pn = cpu_to_le64(pn64);
284                 } else {
285                         aes_sc = data->rsc_tsc->all_tsc_rsc.aes.multicast_rsc;
286                 }
287
288                 /*
289                  * For non-QoS this relies on the fact that both the uCode and
290                  * mac80211 use TID 0 for checking the IV in the frames.
291                  */
292                 for (i = 0; i < IWL_NUM_RSC; i++) {
293                         u8 *pn = seq.ccmp.pn;
294
295                         ieee80211_get_key_rx_seq(key, i, &seq);
296                         aes_sc[i].pn = cpu_to_le64((u64)pn[5] |
297                                                    ((u64)pn[4] << 8) |
298                                                    ((u64)pn[3] << 16) |
299                                                    ((u64)pn[2] << 24) |
300                                                    ((u64)pn[1] << 32) |
301                                                    ((u64)pn[0] << 40));
302                 }
303                 data->use_rsc_tsc = true;
304                 break;
305         }
306
307         /*
308          * The D3 firmware hardcodes the key offset 0 as the key it uses
309          * to transmit packets to the AP, i.e. the PTK.
310          */
311         if (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) {
312                 key->hw_key_idx = 0;
313                 mvm->ptk_ivlen = key->iv_len;
314                 mvm->ptk_icvlen = key->icv_len;
315         } else {
316                 /*
317                  * firmware only supports TSC/RSC for a single key,
318                  * so if there are multiple keep overwriting them
319                  * with new ones -- this relies on mac80211 doing
320                  * list_add_tail().
321                  */
322                 key->hw_key_idx = 1;
323                 mvm->gtk_ivlen = key->iv_len;
324                 mvm->gtk_icvlen = key->icv_len;
325         }
326
327         ret = iwl_mvm_set_sta_key(mvm, vif, sta, key, true);
328         data->error = ret != 0;
329 out_unlock:
330         mutex_unlock(&mvm->mutex);
331 }
332
333 static int iwl_mvm_send_patterns(struct iwl_mvm *mvm,
334                                  struct cfg80211_wowlan *wowlan)
335 {
336         struct iwl_wowlan_patterns_cmd *pattern_cmd;
337         struct iwl_host_cmd cmd = {
338                 .id = WOWLAN_PATTERNS,
339                 .dataflags[0] = IWL_HCMD_DFL_NOCOPY,
340         };
341         int i, err;
342
343         if (!wowlan->n_patterns)
344                 return 0;
345
346         cmd.len[0] = sizeof(*pattern_cmd) +
347                 wowlan->n_patterns * sizeof(struct iwl_wowlan_pattern);
348
349         pattern_cmd = kmalloc(cmd.len[0], GFP_KERNEL);
350         if (!pattern_cmd)
351                 return -ENOMEM;
352
353         pattern_cmd->n_patterns = cpu_to_le32(wowlan->n_patterns);
354
355         for (i = 0; i < wowlan->n_patterns; i++) {
356                 int mask_len = DIV_ROUND_UP(wowlan->patterns[i].pattern_len, 8);
357
358                 memcpy(&pattern_cmd->patterns[i].mask,
359                        wowlan->patterns[i].mask, mask_len);
360                 memcpy(&pattern_cmd->patterns[i].pattern,
361                        wowlan->patterns[i].pattern,
362                        wowlan->patterns[i].pattern_len);
363                 pattern_cmd->patterns[i].mask_size = mask_len;
364                 pattern_cmd->patterns[i].pattern_size =
365                         wowlan->patterns[i].pattern_len;
366         }
367
368         cmd.data[0] = pattern_cmd;
369         err = iwl_mvm_send_cmd(mvm, &cmd);
370         kfree(pattern_cmd);
371         return err;
372 }
373
374 enum iwl_mvm_tcp_packet_type {
375         MVM_TCP_TX_SYN,
376         MVM_TCP_RX_SYNACK,
377         MVM_TCP_TX_DATA,
378         MVM_TCP_RX_ACK,
379         MVM_TCP_RX_WAKE,
380         MVM_TCP_TX_FIN,
381 };
382
383 static __le16 pseudo_hdr_check(int len, __be32 saddr, __be32 daddr)
384 {
385         __sum16 check = tcp_v4_check(len, saddr, daddr, 0);
386         return cpu_to_le16(be16_to_cpu((__force __be16)check));
387 }
388
389 static void iwl_mvm_build_tcp_packet(struct ieee80211_vif *vif,
390                                      struct cfg80211_wowlan_tcp *tcp,
391                                      void *_pkt, u8 *mask,
392                                      __le16 *pseudo_hdr_csum,
393                                      enum iwl_mvm_tcp_packet_type ptype)
394 {
395         struct {
396                 struct ethhdr eth;
397                 struct iphdr ip;
398                 struct tcphdr tcp;
399                 u8 data[];
400         } __packed *pkt = _pkt;
401         u16 ip_tot_len = sizeof(struct iphdr) + sizeof(struct tcphdr);
402         int i;
403
404         pkt->eth.h_proto = cpu_to_be16(ETH_P_IP),
405         pkt->ip.version = 4;
406         pkt->ip.ihl = 5;
407         pkt->ip.protocol = IPPROTO_TCP;
408
409         switch (ptype) {
410         case MVM_TCP_TX_SYN:
411         case MVM_TCP_TX_DATA:
412         case MVM_TCP_TX_FIN:
413                 memcpy(pkt->eth.h_dest, tcp->dst_mac, ETH_ALEN);
414                 memcpy(pkt->eth.h_source, vif->addr, ETH_ALEN);
415                 pkt->ip.ttl = 128;
416                 pkt->ip.saddr = tcp->src;
417                 pkt->ip.daddr = tcp->dst;
418                 pkt->tcp.source = cpu_to_be16(tcp->src_port);
419                 pkt->tcp.dest = cpu_to_be16(tcp->dst_port);
420                 /* overwritten for TX SYN later */
421                 pkt->tcp.doff = sizeof(struct tcphdr) / 4;
422                 pkt->tcp.window = cpu_to_be16(65000);
423                 break;
424         case MVM_TCP_RX_SYNACK:
425         case MVM_TCP_RX_ACK:
426         case MVM_TCP_RX_WAKE:
427                 memcpy(pkt->eth.h_dest, vif->addr, ETH_ALEN);
428                 memcpy(pkt->eth.h_source, tcp->dst_mac, ETH_ALEN);
429                 pkt->ip.saddr = tcp->dst;
430                 pkt->ip.daddr = tcp->src;
431                 pkt->tcp.source = cpu_to_be16(tcp->dst_port);
432                 pkt->tcp.dest = cpu_to_be16(tcp->src_port);
433                 break;
434         default:
435                 WARN_ON(1);
436                 return;
437         }
438
439         switch (ptype) {
440         case MVM_TCP_TX_SYN:
441                 /* firmware assumes 8 option bytes - 8 NOPs for now */
442                 memset(pkt->data, 0x01, 8);
443                 ip_tot_len += 8;
444                 pkt->tcp.doff = (sizeof(struct tcphdr) + 8) / 4;
445                 pkt->tcp.syn = 1;
446                 break;
447         case MVM_TCP_TX_DATA:
448                 ip_tot_len += tcp->payload_len;
449                 memcpy(pkt->data, tcp->payload, tcp->payload_len);
450                 pkt->tcp.psh = 1;
451                 pkt->tcp.ack = 1;
452                 break;
453         case MVM_TCP_TX_FIN:
454                 pkt->tcp.fin = 1;
455                 pkt->tcp.ack = 1;
456                 break;
457         case MVM_TCP_RX_SYNACK:
458                 pkt->tcp.syn = 1;
459                 pkt->tcp.ack = 1;
460                 break;
461         case MVM_TCP_RX_ACK:
462                 pkt->tcp.ack = 1;
463                 break;
464         case MVM_TCP_RX_WAKE:
465                 ip_tot_len += tcp->wake_len;
466                 pkt->tcp.psh = 1;
467                 pkt->tcp.ack = 1;
468                 memcpy(pkt->data, tcp->wake_data, tcp->wake_len);
469                 break;
470         }
471
472         switch (ptype) {
473         case MVM_TCP_TX_SYN:
474         case MVM_TCP_TX_DATA:
475         case MVM_TCP_TX_FIN:
476                 pkt->ip.tot_len = cpu_to_be16(ip_tot_len);
477                 pkt->ip.check = ip_fast_csum(&pkt->ip, pkt->ip.ihl);
478                 break;
479         case MVM_TCP_RX_WAKE:
480                 for (i = 0; i < DIV_ROUND_UP(tcp->wake_len, 8); i++) {
481                         u8 tmp = tcp->wake_mask[i];
482                         mask[i + 6] |= tmp << 6;
483                         if (i + 1 < DIV_ROUND_UP(tcp->wake_len, 8))
484                                 mask[i + 7] = tmp >> 2;
485                 }
486                 /* fall through for ethernet/IP/TCP headers mask */
487         case MVM_TCP_RX_SYNACK:
488         case MVM_TCP_RX_ACK:
489                 mask[0] = 0xff; /* match ethernet */
490                 /*
491                  * match ethernet, ip.version, ip.ihl
492                  * the ip.ihl half byte is really masked out by firmware
493                  */
494                 mask[1] = 0x7f;
495                 mask[2] = 0x80; /* match ip.protocol */
496                 mask[3] = 0xfc; /* match ip.saddr, ip.daddr */
497                 mask[4] = 0x3f; /* match ip.daddr, tcp.source, tcp.dest */
498                 mask[5] = 0x80; /* match tcp flags */
499                 /* leave rest (0 or set for MVM_TCP_RX_WAKE) */
500                 break;
501         };
502
503         *pseudo_hdr_csum = pseudo_hdr_check(ip_tot_len - sizeof(struct iphdr),
504                                             pkt->ip.saddr, pkt->ip.daddr);
505 }
506
507 static int iwl_mvm_send_remote_wake_cfg(struct iwl_mvm *mvm,
508                                         struct ieee80211_vif *vif,
509                                         struct cfg80211_wowlan_tcp *tcp)
510 {
511         struct iwl_wowlan_remote_wake_config *cfg;
512         struct iwl_host_cmd cmd = {
513                 .id = REMOTE_WAKE_CONFIG_CMD,
514                 .len = { sizeof(*cfg), },
515                 .dataflags = { IWL_HCMD_DFL_NOCOPY, },
516         };
517         int ret;
518
519         if (!tcp)
520                 return 0;
521
522         cfg = kzalloc(sizeof(*cfg), GFP_KERNEL);
523         if (!cfg)
524                 return -ENOMEM;
525         cmd.data[0] = cfg;
526
527         cfg->max_syn_retries = 10;
528         cfg->max_data_retries = 10;
529         cfg->tcp_syn_ack_timeout = 1; /* seconds */
530         cfg->tcp_ack_timeout = 1; /* seconds */
531
532         /* SYN (TX) */
533         iwl_mvm_build_tcp_packet(
534                 vif, tcp, cfg->syn_tx.data, NULL,
535                 &cfg->syn_tx.info.tcp_pseudo_header_checksum,
536                 MVM_TCP_TX_SYN);
537         cfg->syn_tx.info.tcp_payload_length = 0;
538
539         /* SYN/ACK (RX) */
540         iwl_mvm_build_tcp_packet(
541                 vif, tcp, cfg->synack_rx.data, cfg->synack_rx.rx_mask,
542                 &cfg->synack_rx.info.tcp_pseudo_header_checksum,
543                 MVM_TCP_RX_SYNACK);
544         cfg->synack_rx.info.tcp_payload_length = 0;
545
546         /* KEEPALIVE/ACK (TX) */
547         iwl_mvm_build_tcp_packet(
548                 vif, tcp, cfg->keepalive_tx.data, NULL,
549                 &cfg->keepalive_tx.info.tcp_pseudo_header_checksum,
550                 MVM_TCP_TX_DATA);
551         cfg->keepalive_tx.info.tcp_payload_length =
552                 cpu_to_le16(tcp->payload_len);
553         cfg->sequence_number_offset = tcp->payload_seq.offset;
554         /* length must be 0..4, the field is little endian */
555         cfg->sequence_number_length = tcp->payload_seq.len;
556         cfg->initial_sequence_number = cpu_to_le32(tcp->payload_seq.start);
557         cfg->keepalive_interval = cpu_to_le16(tcp->data_interval);
558         if (tcp->payload_tok.len) {
559                 cfg->token_offset = tcp->payload_tok.offset;
560                 cfg->token_length = tcp->payload_tok.len;
561                 cfg->num_tokens =
562                         cpu_to_le16(tcp->tokens_size % tcp->payload_tok.len);
563                 memcpy(cfg->tokens, tcp->payload_tok.token_stream,
564                        tcp->tokens_size);
565         } else {
566                 /* set tokens to max value to almost never run out */
567                 cfg->num_tokens = cpu_to_le16(65535);
568         }
569
570         /* ACK (RX) */
571         iwl_mvm_build_tcp_packet(
572                 vif, tcp, cfg->keepalive_ack_rx.data,
573                 cfg->keepalive_ack_rx.rx_mask,
574                 &cfg->keepalive_ack_rx.info.tcp_pseudo_header_checksum,
575                 MVM_TCP_RX_ACK);
576         cfg->keepalive_ack_rx.info.tcp_payload_length = 0;
577
578         /* WAKEUP (RX) */
579         iwl_mvm_build_tcp_packet(
580                 vif, tcp, cfg->wake_rx.data, cfg->wake_rx.rx_mask,
581                 &cfg->wake_rx.info.tcp_pseudo_header_checksum,
582                 MVM_TCP_RX_WAKE);
583         cfg->wake_rx.info.tcp_payload_length =
584                 cpu_to_le16(tcp->wake_len);
585
586         /* FIN */
587         iwl_mvm_build_tcp_packet(
588                 vif, tcp, cfg->fin_tx.data, NULL,
589                 &cfg->fin_tx.info.tcp_pseudo_header_checksum,
590                 MVM_TCP_TX_FIN);
591         cfg->fin_tx.info.tcp_payload_length = 0;
592
593         ret = iwl_mvm_send_cmd(mvm, &cmd);
594         kfree(cfg);
595
596         return ret;
597 }
598
599 static int iwl_mvm_d3_reprogram(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
600                                 struct ieee80211_sta *ap_sta)
601 {
602         struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
603         struct ieee80211_chanctx_conf *ctx;
604         u8 chains_static, chains_dynamic;
605         struct cfg80211_chan_def chandef;
606         int ret, i;
607         struct iwl_binding_cmd binding_cmd = {};
608         struct iwl_time_quota_cmd quota_cmd = {};
609         u32 status;
610
611         /* add back the PHY */
612         if (WARN_ON(!mvmvif->phy_ctxt))
613                 return -EINVAL;
614
615         rcu_read_lock();
616         ctx = rcu_dereference(vif->chanctx_conf);
617         if (WARN_ON(!ctx)) {
618                 rcu_read_unlock();
619                 return -EINVAL;
620         }
621         chandef = ctx->def;
622         chains_static = ctx->rx_chains_static;
623         chains_dynamic = ctx->rx_chains_dynamic;
624         rcu_read_unlock();
625
626         ret = iwl_mvm_phy_ctxt_add(mvm, mvmvif->phy_ctxt, &chandef,
627                                    chains_static, chains_dynamic);
628         if (ret)
629                 return ret;
630
631         /* add back the MAC */
632         mvmvif->uploaded = false;
633
634         if (WARN_ON(!vif->bss_conf.assoc))
635                 return -EINVAL;
636
637         ret = iwl_mvm_mac_ctxt_add(mvm, vif);
638         if (ret)
639                 return ret;
640
641         /* add back binding - XXX refactor? */
642         binding_cmd.id_and_color =
643                 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id,
644                                                 mvmvif->phy_ctxt->color));
645         binding_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
646         binding_cmd.phy =
647                 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id,
648                                                 mvmvif->phy_ctxt->color));
649         binding_cmd.macs[0] = cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id,
650                                                               mvmvif->color));
651         for (i = 1; i < MAX_MACS_IN_BINDING; i++)
652                 binding_cmd.macs[i] = cpu_to_le32(FW_CTXT_INVALID);
653
654         status = 0;
655         ret = iwl_mvm_send_cmd_pdu_status(mvm, BINDING_CONTEXT_CMD,
656                                           sizeof(binding_cmd), &binding_cmd,
657                                           &status);
658         if (ret) {
659                 IWL_ERR(mvm, "Failed to add binding: %d\n", ret);
660                 return ret;
661         }
662
663         if (status) {
664                 IWL_ERR(mvm, "Binding command failed: %u\n", status);
665                 return -EIO;
666         }
667
668         ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false);
669         if (ret)
670                 return ret;
671         rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta);
672
673         ret = iwl_mvm_mac_ctxt_changed(mvm, vif, false, NULL);
674         if (ret)
675                 return ret;
676
677         /* and some quota */
678         quota_cmd.quotas[0].id_and_color =
679                 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id,
680                                                 mvmvif->phy_ctxt->color));
681         quota_cmd.quotas[0].quota = cpu_to_le32(IWL_MVM_MAX_QUOTA);
682         quota_cmd.quotas[0].max_duration = cpu_to_le32(IWL_MVM_MAX_QUOTA);
683
684         for (i = 1; i < MAX_BINDINGS; i++)
685                 quota_cmd.quotas[i].id_and_color = cpu_to_le32(FW_CTXT_INVALID);
686
687         ret = iwl_mvm_send_cmd_pdu(mvm, TIME_QUOTA_CMD, 0,
688                                    sizeof(quota_cmd), &quota_cmd);
689         if (ret)
690                 IWL_ERR(mvm, "Failed to send quota: %d\n", ret);
691
692         if (iwl_mvm_is_lar_supported(mvm) && iwl_mvm_init_fw_regd(mvm))
693                 IWL_ERR(mvm, "Failed to initialize D3 LAR information\n");
694
695         return 0;
696 }
697
698 static int iwl_mvm_get_last_nonqos_seq(struct iwl_mvm *mvm,
699                                        struct ieee80211_vif *vif)
700 {
701         struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
702         struct iwl_nonqos_seq_query_cmd query_cmd = {
703                 .get_set_flag = cpu_to_le32(IWL_NONQOS_SEQ_GET),
704                 .mac_id_n_color =
705                         cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id,
706                                                         mvmvif->color)),
707         };
708         struct iwl_host_cmd cmd = {
709                 .id = NON_QOS_TX_COUNTER_CMD,
710                 .flags = CMD_WANT_SKB,
711         };
712         int err;
713         u32 size;
714
715         cmd.data[0] = &query_cmd;
716         cmd.len[0] = sizeof(query_cmd);
717
718         err = iwl_mvm_send_cmd(mvm, &cmd);
719         if (err)
720                 return err;
721
722         size = iwl_rx_packet_payload_len(cmd.resp_pkt);
723         if (size < sizeof(__le16)) {
724                 err = -EINVAL;
725         } else {
726                 err = le16_to_cpup((__le16 *)cmd.resp_pkt->data);
727                 /* firmware returns next, not last-used seqno */
728                 err = (u16) (err - 0x10);
729         }
730
731         iwl_free_resp(&cmd);
732         return err;
733 }
734
735 void iwl_mvm_set_last_nonqos_seq(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
736 {
737         struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
738         struct iwl_nonqos_seq_query_cmd query_cmd = {
739                 .get_set_flag = cpu_to_le32(IWL_NONQOS_SEQ_SET),
740                 .mac_id_n_color =
741                         cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id,
742                                                         mvmvif->color)),
743                 .value = cpu_to_le16(mvmvif->seqno),
744         };
745
746         /* return if called during restart, not resume from D3 */
747         if (!mvmvif->seqno_valid)
748                 return;
749
750         mvmvif->seqno_valid = false;
751
752         if (iwl_mvm_send_cmd_pdu(mvm, NON_QOS_TX_COUNTER_CMD, 0,
753                                  sizeof(query_cmd), &query_cmd))
754                 IWL_ERR(mvm, "failed to set non-QoS seqno\n");
755 }
756
757 static int iwl_mvm_switch_to_d3(struct iwl_mvm *mvm)
758 {
759         iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_REGULAR, true);
760
761         iwl_trans_stop_device(mvm->trans);
762
763         /*
764          * Set the HW restart bit -- this is mostly true as we're
765          * going to load new firmware and reprogram that, though
766          * the reprogramming is going to be manual to avoid adding
767          * all the MACs that aren't support.
768          * We don't have to clear up everything though because the
769          * reprogramming is manual. When we resume, we'll actually
770          * go through a proper restart sequence again to switch
771          * back to the runtime firmware image.
772          */
773         set_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
774
775         /* We reprogram keys and shouldn't allocate new key indices */
776         memset(mvm->fw_key_table, 0, sizeof(mvm->fw_key_table));
777
778         mvm->ptk_ivlen = 0;
779         mvm->ptk_icvlen = 0;
780         mvm->ptk_ivlen = 0;
781         mvm->ptk_icvlen = 0;
782
783         return iwl_mvm_load_d3_fw(mvm);
784 }
785
786 static int
787 iwl_mvm_get_wowlan_config(struct iwl_mvm *mvm,
788                           struct cfg80211_wowlan *wowlan,
789                           struct iwl_wowlan_config_cmd *wowlan_config_cmd,
790                           struct ieee80211_vif *vif, struct iwl_mvm_vif *mvmvif,
791                           struct ieee80211_sta *ap_sta)
792 {
793         int ret;
794         struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta);
795
796         /* TODO: wowlan_config_cmd->wowlan_ba_teardown_tids */
797
798         wowlan_config_cmd->is_11n_connection =
799                                         ap_sta->ht_cap.ht_supported;
800
801         /* Query the last used seqno and set it */
802         ret = iwl_mvm_get_last_nonqos_seq(mvm, vif);
803         if (ret < 0)
804                 return ret;
805
806         wowlan_config_cmd->non_qos_seq = cpu_to_le16(ret);
807
808         iwl_mvm_set_wowlan_qos_seq(mvm_ap_sta, wowlan_config_cmd);
809
810         if (wowlan->disconnect)
811                 wowlan_config_cmd->wakeup_filter |=
812                         cpu_to_le32(IWL_WOWLAN_WAKEUP_BEACON_MISS |
813                                     IWL_WOWLAN_WAKEUP_LINK_CHANGE);
814         if (wowlan->magic_pkt)
815                 wowlan_config_cmd->wakeup_filter |=
816                         cpu_to_le32(IWL_WOWLAN_WAKEUP_MAGIC_PACKET);
817         if (wowlan->gtk_rekey_failure)
818                 wowlan_config_cmd->wakeup_filter |=
819                         cpu_to_le32(IWL_WOWLAN_WAKEUP_GTK_REKEY_FAIL);
820         if (wowlan->eap_identity_req)
821                 wowlan_config_cmd->wakeup_filter |=
822                         cpu_to_le32(IWL_WOWLAN_WAKEUP_EAP_IDENT_REQ);
823         if (wowlan->four_way_handshake)
824                 wowlan_config_cmd->wakeup_filter |=
825                         cpu_to_le32(IWL_WOWLAN_WAKEUP_4WAY_HANDSHAKE);
826         if (wowlan->n_patterns)
827                 wowlan_config_cmd->wakeup_filter |=
828                         cpu_to_le32(IWL_WOWLAN_WAKEUP_PATTERN_MATCH);
829
830         if (wowlan->rfkill_release)
831                 wowlan_config_cmd->wakeup_filter |=
832                         cpu_to_le32(IWL_WOWLAN_WAKEUP_RF_KILL_DEASSERT);
833
834         if (wowlan->tcp) {
835                 /*
836                  * Set the "link change" (really "link lost") flag as well
837                  * since that implies losing the TCP connection.
838                  */
839                 wowlan_config_cmd->wakeup_filter |=
840                         cpu_to_le32(IWL_WOWLAN_WAKEUP_REMOTE_LINK_LOSS |
841                                     IWL_WOWLAN_WAKEUP_REMOTE_SIGNATURE_TABLE |
842                                     IWL_WOWLAN_WAKEUP_REMOTE_WAKEUP_PACKET |
843                                     IWL_WOWLAN_WAKEUP_LINK_CHANGE);
844         }
845
846         return 0;
847 }
848
849 static int
850 iwl_mvm_wowlan_config(struct iwl_mvm *mvm,
851                       struct cfg80211_wowlan *wowlan,
852                       struct iwl_wowlan_config_cmd *wowlan_config_cmd,
853                       struct ieee80211_vif *vif, struct iwl_mvm_vif *mvmvif,
854                       struct ieee80211_sta *ap_sta)
855 {
856         struct iwl_wowlan_kek_kck_material_cmd kek_kck_cmd = {};
857         struct iwl_wowlan_tkip_params_cmd tkip_cmd = {};
858         struct wowlan_key_data key_data = {
859                 .use_rsc_tsc = false,
860                 .tkip = &tkip_cmd,
861                 .use_tkip = false,
862         };
863         int ret;
864
865         ret = iwl_mvm_switch_to_d3(mvm);
866         if (ret)
867                 return ret;
868
869         ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta);
870         if (ret)
871                 return ret;
872
873         key_data.rsc_tsc = kzalloc(sizeof(*key_data.rsc_tsc), GFP_KERNEL);
874         if (!key_data.rsc_tsc)
875                 return -ENOMEM;
876
877         if (!iwlwifi_mod_params.sw_crypto) {
878                 /*
879                  * This needs to be unlocked due to lock ordering
880                  * constraints. Since we're in the suspend path
881                  * that isn't really a problem though.
882                  */
883                 mutex_unlock(&mvm->mutex);
884                 ieee80211_iter_keys(mvm->hw, vif,
885                                     iwl_mvm_wowlan_program_keys,
886                                     &key_data);
887                 mutex_lock(&mvm->mutex);
888                 if (key_data.error) {
889                         ret = -EIO;
890                         goto out;
891                 }
892
893                 if (key_data.use_rsc_tsc) {
894                         struct iwl_host_cmd rsc_tsc_cmd = {
895                                 .id = WOWLAN_TSC_RSC_PARAM,
896                                 .data[0] = key_data.rsc_tsc,
897                                 .dataflags[0] = IWL_HCMD_DFL_NOCOPY,
898                                 .len[0] = sizeof(*key_data.rsc_tsc),
899                         };
900
901                         ret = iwl_mvm_send_cmd(mvm, &rsc_tsc_cmd);
902                         if (ret)
903                                 goto out;
904                 }
905
906                 if (key_data.use_tkip) {
907                         ret = iwl_mvm_send_cmd_pdu(mvm,
908                                                    WOWLAN_TKIP_PARAM,
909                                                    0, sizeof(tkip_cmd),
910                                                    &tkip_cmd);
911                         if (ret)
912                                 goto out;
913                 }
914
915                 if (mvmvif->rekey_data.valid) {
916                         memset(&kek_kck_cmd, 0, sizeof(kek_kck_cmd));
917                         memcpy(kek_kck_cmd.kck, mvmvif->rekey_data.kck,
918                                NL80211_KCK_LEN);
919                         kek_kck_cmd.kck_len = cpu_to_le16(NL80211_KCK_LEN);
920                         memcpy(kek_kck_cmd.kek, mvmvif->rekey_data.kek,
921                                NL80211_KEK_LEN);
922                         kek_kck_cmd.kek_len = cpu_to_le16(NL80211_KEK_LEN);
923                         kek_kck_cmd.replay_ctr = mvmvif->rekey_data.replay_ctr;
924
925                         ret = iwl_mvm_send_cmd_pdu(mvm,
926                                                    WOWLAN_KEK_KCK_MATERIAL, 0,
927                                                    sizeof(kek_kck_cmd),
928                                                    &kek_kck_cmd);
929                         if (ret)
930                                 goto out;
931                 }
932         }
933
934         ret = iwl_mvm_send_cmd_pdu(mvm, WOWLAN_CONFIGURATION, 0,
935                                    sizeof(*wowlan_config_cmd),
936                                    wowlan_config_cmd);
937         if (ret)
938                 goto out;
939
940         ret = iwl_mvm_send_patterns(mvm, wowlan);
941         if (ret)
942                 goto out;
943
944         ret = iwl_mvm_send_proto_offload(mvm, vif, false, 0);
945         if (ret)
946                 goto out;
947
948         ret = iwl_mvm_send_remote_wake_cfg(mvm, vif, wowlan->tcp);
949
950 out:
951         kfree(key_data.rsc_tsc);
952         return ret;
953 }
954
955 static int
956 iwl_mvm_netdetect_config(struct iwl_mvm *mvm,
957                          struct cfg80211_wowlan *wowlan,
958                          struct cfg80211_sched_scan_request *nd_config,
959                          struct ieee80211_vif *vif)
960 {
961         struct iwl_wowlan_config_cmd wowlan_config_cmd = {};
962         int ret;
963
964         ret = iwl_mvm_switch_to_d3(mvm);
965         if (ret)
966                 return ret;
967
968         /* rfkill release can be either for wowlan or netdetect */
969         if (wowlan->rfkill_release)
970                 wowlan_config_cmd.wakeup_filter |=
971                         cpu_to_le32(IWL_WOWLAN_WAKEUP_RF_KILL_DEASSERT);
972
973         ret = iwl_mvm_send_cmd_pdu(mvm, WOWLAN_CONFIGURATION, 0,
974                                    sizeof(wowlan_config_cmd),
975                                    &wowlan_config_cmd);
976         if (ret)
977                 return ret;
978
979         ret = iwl_mvm_sched_scan_start(mvm, vif, nd_config, &mvm->nd_ies,
980                                        IWL_MVM_SCAN_NETDETECT);
981         if (ret)
982                 return ret;
983
984         if (WARN_ON(mvm->nd_match_sets || mvm->nd_channels))
985                 return -EBUSY;
986
987         /* save the sched scan matchsets... */
988         if (nd_config->n_match_sets) {
989                 mvm->nd_match_sets = kmemdup(nd_config->match_sets,
990                                              sizeof(*nd_config->match_sets) *
991                                              nd_config->n_match_sets,
992                                              GFP_KERNEL);
993                 if (mvm->nd_match_sets)
994                         mvm->n_nd_match_sets = nd_config->n_match_sets;
995         }
996
997         /* ...and the sched scan channels for later reporting */
998         mvm->nd_channels = kmemdup(nd_config->channels,
999                                    sizeof(*nd_config->channels) *
1000                                    nd_config->n_channels,
1001                                    GFP_KERNEL);
1002         if (mvm->nd_channels)
1003                 mvm->n_nd_channels = nd_config->n_channels;
1004
1005         return 0;
1006 }
1007
1008 static void iwl_mvm_free_nd(struct iwl_mvm *mvm)
1009 {
1010         kfree(mvm->nd_match_sets);
1011         mvm->nd_match_sets = NULL;
1012         mvm->n_nd_match_sets = 0;
1013         kfree(mvm->nd_channels);
1014         mvm->nd_channels = NULL;
1015         mvm->n_nd_channels = 0;
1016 }
1017
1018 static int __iwl_mvm_suspend(struct ieee80211_hw *hw,
1019                              struct cfg80211_wowlan *wowlan,
1020                              bool test)
1021 {
1022         struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1023         struct ieee80211_vif *vif = NULL;
1024         struct iwl_mvm_vif *mvmvif = NULL;
1025         struct ieee80211_sta *ap_sta = NULL;
1026         struct iwl_d3_manager_config d3_cfg_cmd_data = {
1027                 /*
1028                  * Program the minimum sleep time to 10 seconds, as many
1029                  * platforms have issues processing a wakeup signal while
1030                  * still being in the process of suspending.
1031                  */
1032                 .min_sleep_time = cpu_to_le32(10 * 1000 * 1000),
1033         };
1034         struct iwl_host_cmd d3_cfg_cmd = {
1035                 .id = D3_CONFIG_CMD,
1036                 .flags = CMD_WANT_SKB,
1037                 .data[0] = &d3_cfg_cmd_data,
1038                 .len[0] = sizeof(d3_cfg_cmd_data),
1039         };
1040         int ret;
1041         int len __maybe_unused;
1042
1043         if (!wowlan) {
1044                 /*
1045                  * mac80211 shouldn't get here, but for D3 test
1046                  * it doesn't warrant a warning
1047                  */
1048                 WARN_ON(!test);
1049                 return -EINVAL;
1050         }
1051
1052         mutex_lock(&mvm->mutex);
1053
1054         vif = iwl_mvm_get_bss_vif(mvm);
1055         if (IS_ERR_OR_NULL(vif)) {
1056                 ret = 1;
1057                 goto out_noreset;
1058         }
1059
1060         mvmvif = iwl_mvm_vif_from_mac80211(vif);
1061
1062         if (mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT) {
1063                 /* if we're not associated, this must be netdetect */
1064                 if (!wowlan->nd_config && !mvm->nd_config) {
1065                         ret = 1;
1066                         goto out_noreset;
1067                 }
1068
1069                 ret = iwl_mvm_netdetect_config(
1070                         mvm, wowlan, wowlan->nd_config ?: mvm->nd_config, vif);
1071                 if (ret)
1072                         goto out;
1073
1074                 mvm->net_detect = true;
1075         } else {
1076                 struct iwl_wowlan_config_cmd wowlan_config_cmd = {};
1077
1078                 ap_sta = rcu_dereference_protected(
1079                         mvm->fw_id_to_mac_id[mvmvif->ap_sta_id],
1080                         lockdep_is_held(&mvm->mutex));
1081                 if (IS_ERR_OR_NULL(ap_sta)) {
1082                         ret = -EINVAL;
1083                         goto out_noreset;
1084                 }
1085
1086                 ret = iwl_mvm_get_wowlan_config(mvm, wowlan, &wowlan_config_cmd,
1087                                                 vif, mvmvif, ap_sta);
1088                 if (ret)
1089                         goto out_noreset;
1090                 ret = iwl_mvm_wowlan_config(mvm, wowlan, &wowlan_config_cmd,
1091                                             vif, mvmvif, ap_sta);
1092                 if (ret)
1093                         goto out;
1094
1095                 mvm->net_detect = false;
1096         }
1097
1098         ret = iwl_mvm_power_update_device(mvm);
1099         if (ret)
1100                 goto out;
1101
1102         ret = iwl_mvm_power_update_mac(mvm);
1103         if (ret)
1104                 goto out;
1105
1106 #ifdef CONFIG_IWLWIFI_DEBUGFS
1107         if (mvm->d3_wake_sysassert)
1108                 d3_cfg_cmd_data.wakeup_flags |=
1109                         cpu_to_le32(IWL_WAKEUP_D3_CONFIG_FW_ERROR);
1110 #endif
1111
1112         /* must be last -- this switches firmware state */
1113         ret = iwl_mvm_send_cmd(mvm, &d3_cfg_cmd);
1114         if (ret)
1115                 goto out;
1116 #ifdef CONFIG_IWLWIFI_DEBUGFS
1117         len = iwl_rx_packet_payload_len(d3_cfg_cmd.resp_pkt);
1118         if (len >= sizeof(u32)) {
1119                 mvm->d3_test_pme_ptr =
1120                         le32_to_cpup((__le32 *)d3_cfg_cmd.resp_pkt->data);
1121         }
1122 #endif
1123         iwl_free_resp(&d3_cfg_cmd);
1124
1125         clear_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
1126
1127         iwl_trans_d3_suspend(mvm->trans, test);
1128  out:
1129         if (ret < 0) {
1130                 iwl_mvm_ref(mvm, IWL_MVM_REF_UCODE_DOWN);
1131                 ieee80211_restart_hw(mvm->hw);
1132                 iwl_mvm_free_nd(mvm);
1133         }
1134  out_noreset:
1135         mutex_unlock(&mvm->mutex);
1136
1137         return ret;
1138 }
1139
1140 static int iwl_mvm_enter_d0i3_sync(struct iwl_mvm *mvm)
1141 {
1142         struct iwl_notification_wait wait_d3;
1143         static const u16 d3_notif[] = { D3_CONFIG_CMD };
1144         int ret;
1145
1146         iwl_init_notification_wait(&mvm->notif_wait, &wait_d3,
1147                                    d3_notif, ARRAY_SIZE(d3_notif),
1148                                    NULL, NULL);
1149
1150         ret = iwl_mvm_enter_d0i3(mvm->hw->priv);
1151         if (ret)
1152                 goto remove_notif;
1153
1154         ret = iwl_wait_notification(&mvm->notif_wait, &wait_d3, HZ);
1155         WARN_ON_ONCE(ret);
1156         return ret;
1157
1158 remove_notif:
1159         iwl_remove_notification(&mvm->notif_wait, &wait_d3);
1160         return ret;
1161 }
1162
1163 int iwl_mvm_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
1164 {
1165         struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1166         int ret;
1167
1168         ret = iwl_trans_suspend(mvm->trans);
1169         if (ret)
1170                 return ret;
1171
1172         mvm->trans->wowlan_d0i3 = wowlan->any;
1173         if (mvm->trans->wowlan_d0i3) {
1174                 /* 'any' trigger means d0i3 usage */
1175                 if (mvm->trans->d0i3_mode == IWL_D0I3_MODE_ON_SUSPEND) {
1176                         ret = iwl_mvm_enter_d0i3_sync(mvm);
1177
1178                         if (ret)
1179                                 return ret;
1180                 }
1181
1182                 mutex_lock(&mvm->d0i3_suspend_mutex);
1183                 __set_bit(D0I3_DEFER_WAKEUP, &mvm->d0i3_suspend_flags);
1184                 mutex_unlock(&mvm->d0i3_suspend_mutex);
1185
1186                 iwl_trans_d3_suspend(mvm->trans, false);
1187
1188                 return 0;
1189         }
1190
1191         return __iwl_mvm_suspend(hw, wowlan, false);
1192 }
1193
1194 /* converted data from the different status responses */
1195 struct iwl_wowlan_status_data {
1196         u16 pattern_number;
1197         u16 qos_seq_ctr[8];
1198         u32 wakeup_reasons;
1199         u32 wake_packet_length;
1200         u32 wake_packet_bufsize;
1201         const u8 *wake_packet;
1202 };
1203
1204 static void iwl_mvm_report_wakeup_reasons(struct iwl_mvm *mvm,
1205                                           struct ieee80211_vif *vif,
1206                                           struct iwl_wowlan_status_data *status)
1207 {
1208         struct sk_buff *pkt = NULL;
1209         struct cfg80211_wowlan_wakeup wakeup = {
1210                 .pattern_idx = -1,
1211         };
1212         struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup;
1213         u32 reasons = status->wakeup_reasons;
1214
1215         if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) {
1216                 wakeup_report = NULL;
1217                 goto report;
1218         }
1219
1220         if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET)
1221                 wakeup.magic_pkt = true;
1222
1223         if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN)
1224                 wakeup.pattern_idx =
1225                         status->pattern_number;
1226
1227         if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON |
1228                        IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_DEAUTH))
1229                 wakeup.disconnect = true;
1230
1231         if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE)
1232                 wakeup.gtk_rekey_failure = true;
1233
1234         if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED)
1235                 wakeup.rfkill_release = true;
1236
1237         if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST)
1238                 wakeup.eap_identity_req = true;
1239
1240         if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE)
1241                 wakeup.four_way_handshake = true;
1242
1243         if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_LINK_LOSS)
1244                 wakeup.tcp_connlost = true;
1245
1246         if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_SIGNATURE_TABLE)
1247                 wakeup.tcp_nomoretokens = true;
1248
1249         if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_WAKEUP_PACKET)
1250                 wakeup.tcp_match = true;
1251
1252         if (status->wake_packet_bufsize) {
1253                 int pktsize = status->wake_packet_bufsize;
1254                 int pktlen = status->wake_packet_length;
1255                 const u8 *pktdata = status->wake_packet;
1256                 struct ieee80211_hdr *hdr = (void *)pktdata;
1257                 int truncated = pktlen - pktsize;
1258
1259                 /* this would be a firmware bug */
1260                 if (WARN_ON_ONCE(truncated < 0))
1261                         truncated = 0;
1262
1263                 if (ieee80211_is_data(hdr->frame_control)) {
1264                         int hdrlen = ieee80211_hdrlen(hdr->frame_control);
1265                         int ivlen = 0, icvlen = 4; /* also FCS */
1266
1267                         pkt = alloc_skb(pktsize, GFP_KERNEL);
1268                         if (!pkt)
1269                                 goto report;
1270
1271                         memcpy(skb_put(pkt, hdrlen), pktdata, hdrlen);
1272                         pktdata += hdrlen;
1273                         pktsize -= hdrlen;
1274
1275                         if (ieee80211_has_protected(hdr->frame_control)) {
1276                                 /*
1277                                  * This is unlocked and using gtk_i(c)vlen,
1278                                  * but since everything is under RTNL still
1279                                  * that's not really a problem - changing
1280                                  * it would be difficult.
1281                                  */
1282                                 if (is_multicast_ether_addr(hdr->addr1)) {
1283                                         ivlen = mvm->gtk_ivlen;
1284                                         icvlen += mvm->gtk_icvlen;
1285                                 } else {
1286                                         ivlen = mvm->ptk_ivlen;
1287                                         icvlen += mvm->ptk_icvlen;
1288                                 }
1289                         }
1290
1291                         /* if truncated, FCS/ICV is (partially) gone */
1292                         if (truncated >= icvlen) {
1293                                 icvlen = 0;
1294                                 truncated -= icvlen;
1295                         } else {
1296                                 icvlen -= truncated;
1297                                 truncated = 0;
1298                         }
1299
1300                         pktsize -= ivlen + icvlen;
1301                         pktdata += ivlen;
1302
1303                         memcpy(skb_put(pkt, pktsize), pktdata, pktsize);
1304
1305                         if (ieee80211_data_to_8023(pkt, vif->addr, vif->type))
1306                                 goto report;
1307                         wakeup.packet = pkt->data;
1308                         wakeup.packet_present_len = pkt->len;
1309                         wakeup.packet_len = pkt->len - truncated;
1310                         wakeup.packet_80211 = false;
1311                 } else {
1312                         int fcslen = 4;
1313
1314                         if (truncated >= 4) {
1315                                 truncated -= 4;
1316                                 fcslen = 0;
1317                         } else {
1318                                 fcslen -= truncated;
1319                                 truncated = 0;
1320                         }
1321                         pktsize -= fcslen;
1322                         wakeup.packet = status->wake_packet;
1323                         wakeup.packet_present_len = pktsize;
1324                         wakeup.packet_len = pktlen - truncated;
1325                         wakeup.packet_80211 = true;
1326                 }
1327         }
1328
1329  report:
1330         ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL);
1331         kfree_skb(pkt);
1332 }
1333
1334 static void iwl_mvm_aes_sc_to_seq(struct aes_sc *sc,
1335                                   struct ieee80211_key_seq *seq)
1336 {
1337         u64 pn;
1338
1339         pn = le64_to_cpu(sc->pn);
1340         seq->ccmp.pn[0] = pn >> 40;
1341         seq->ccmp.pn[1] = pn >> 32;
1342         seq->ccmp.pn[2] = pn >> 24;
1343         seq->ccmp.pn[3] = pn >> 16;
1344         seq->ccmp.pn[4] = pn >> 8;
1345         seq->ccmp.pn[5] = pn;
1346 }
1347
1348 static void iwl_mvm_tkip_sc_to_seq(struct tkip_sc *sc,
1349                                    struct ieee80211_key_seq *seq)
1350 {
1351         seq->tkip.iv32 = le32_to_cpu(sc->iv32);
1352         seq->tkip.iv16 = le16_to_cpu(sc->iv16);
1353 }
1354
1355 static void iwl_mvm_set_aes_rx_seq(struct aes_sc *scs,
1356                                    struct ieee80211_key_conf *key)
1357 {
1358         int tid;
1359
1360         BUILD_BUG_ON(IWL_NUM_RSC != IEEE80211_NUM_TIDS);
1361
1362         for (tid = 0; tid < IWL_NUM_RSC; tid++) {
1363                 struct ieee80211_key_seq seq = {};
1364
1365                 iwl_mvm_aes_sc_to_seq(&scs[tid], &seq);
1366                 ieee80211_set_key_rx_seq(key, tid, &seq);
1367         }
1368 }
1369
1370 static void iwl_mvm_set_tkip_rx_seq(struct tkip_sc *scs,
1371                                     struct ieee80211_key_conf *key)
1372 {
1373         int tid;
1374
1375         BUILD_BUG_ON(IWL_NUM_RSC != IEEE80211_NUM_TIDS);
1376
1377         for (tid = 0; tid < IWL_NUM_RSC; tid++) {
1378                 struct ieee80211_key_seq seq = {};
1379
1380                 iwl_mvm_tkip_sc_to_seq(&scs[tid], &seq);
1381                 ieee80211_set_key_rx_seq(key, tid, &seq);
1382         }
1383 }
1384
1385 static void iwl_mvm_set_key_rx_seq(struct ieee80211_key_conf *key,
1386                                    struct iwl_wowlan_status *status)
1387 {
1388         union iwl_all_tsc_rsc *rsc = &status->gtk.rsc.all_tsc_rsc;
1389
1390         switch (key->cipher) {
1391         case WLAN_CIPHER_SUITE_CCMP:
1392                 iwl_mvm_set_aes_rx_seq(rsc->aes.multicast_rsc, key);
1393                 break;
1394         case WLAN_CIPHER_SUITE_TKIP:
1395                 iwl_mvm_set_tkip_rx_seq(rsc->tkip.multicast_rsc, key);
1396                 break;
1397         default:
1398                 WARN_ON(1);
1399         }
1400 }
1401
1402 struct iwl_mvm_d3_gtk_iter_data {
1403         struct iwl_wowlan_status *status;
1404         void *last_gtk;
1405         u32 cipher;
1406         bool find_phase, unhandled_cipher;
1407         int num_keys;
1408 };
1409
1410 static void iwl_mvm_d3_update_gtks(struct ieee80211_hw *hw,
1411                                    struct ieee80211_vif *vif,
1412                                    struct ieee80211_sta *sta,
1413                                    struct ieee80211_key_conf *key,
1414                                    void *_data)
1415 {
1416         struct iwl_mvm_d3_gtk_iter_data *data = _data;
1417
1418         if (data->unhandled_cipher)
1419                 return;
1420
1421         switch (key->cipher) {
1422         case WLAN_CIPHER_SUITE_WEP40:
1423         case WLAN_CIPHER_SUITE_WEP104:
1424                 /* ignore WEP completely, nothing to do */
1425                 return;
1426         case WLAN_CIPHER_SUITE_CCMP:
1427         case WLAN_CIPHER_SUITE_TKIP:
1428                 /* we support these */
1429                 break;
1430         default:
1431                 /* everything else (even CMAC for MFP) - disconnect from AP */
1432                 data->unhandled_cipher = true;
1433                 return;
1434         }
1435
1436         data->num_keys++;
1437
1438         /*
1439          * pairwise key - update sequence counters only;
1440          * note that this assumes no TDLS sessions are active
1441          */
1442         if (sta) {
1443                 struct ieee80211_key_seq seq = {};
1444                 union iwl_all_tsc_rsc *sc = &data->status->gtk.rsc.all_tsc_rsc;
1445
1446                 if (data->find_phase)
1447                         return;
1448
1449                 switch (key->cipher) {
1450                 case WLAN_CIPHER_SUITE_CCMP:
1451                         iwl_mvm_set_aes_rx_seq(sc->aes.unicast_rsc, key);
1452                         atomic64_set(&key->tx_pn, le64_to_cpu(sc->aes.tsc.pn));
1453                         break;
1454                 case WLAN_CIPHER_SUITE_TKIP:
1455                         iwl_mvm_tkip_sc_to_seq(&sc->tkip.tsc, &seq);
1456                         iwl_mvm_set_tkip_rx_seq(sc->tkip.unicast_rsc, key);
1457                         ieee80211_set_key_tx_seq(key, &seq);
1458                         break;
1459                 }
1460
1461                 /* that's it for this key */
1462                 return;
1463         }
1464
1465         if (data->find_phase) {
1466                 data->last_gtk = key;
1467                 data->cipher = key->cipher;
1468                 return;
1469         }
1470
1471         if (data->status->num_of_gtk_rekeys)
1472                 ieee80211_remove_key(key);
1473         else if (data->last_gtk == key)
1474                 iwl_mvm_set_key_rx_seq(key, data->status);
1475 }
1476
1477 static bool iwl_mvm_setup_connection_keep(struct iwl_mvm *mvm,
1478                                           struct ieee80211_vif *vif,
1479                                           struct iwl_wowlan_status *status)
1480 {
1481         struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif);
1482         struct iwl_mvm_d3_gtk_iter_data gtkdata = {
1483                 .status = status,
1484         };
1485         u32 disconnection_reasons =
1486                 IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON |
1487                 IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_DEAUTH;
1488
1489         if (!status || !vif->bss_conf.bssid)
1490                 return false;
1491
1492         if (le32_to_cpu(status->wakeup_reasons) & disconnection_reasons)
1493                 return false;
1494
1495         /* find last GTK that we used initially, if any */
1496         gtkdata.find_phase = true;
1497         ieee80211_iter_keys(mvm->hw, vif,
1498                             iwl_mvm_d3_update_gtks, &gtkdata);
1499         /* not trying to keep connections with MFP/unhandled ciphers */
1500         if (gtkdata.unhandled_cipher)
1501                 return false;
1502         if (!gtkdata.num_keys)
1503                 goto out;
1504         if (!gtkdata.last_gtk)
1505                 return false;
1506
1507         /*
1508          * invalidate all other GTKs that might still exist and update
1509          * the one that we used
1510          */
1511         gtkdata.find_phase = false;
1512         ieee80211_iter_keys(mvm->hw, vif,
1513                             iwl_mvm_d3_update_gtks, &gtkdata);
1514
1515         if (status->num_of_gtk_rekeys) {
1516                 struct ieee80211_key_conf *key;
1517                 struct {
1518                         struct ieee80211_key_conf conf;
1519                         u8 key[32];
1520                 } conf = {
1521                         .conf.cipher = gtkdata.cipher,
1522                         .conf.keyidx = status->gtk.key_index,
1523                 };
1524
1525                 switch (gtkdata.cipher) {
1526                 case WLAN_CIPHER_SUITE_CCMP:
1527                         conf.conf.keylen = WLAN_KEY_LEN_CCMP;
1528                         memcpy(conf.conf.key, status->gtk.decrypt_key,
1529                                WLAN_KEY_LEN_CCMP);
1530                         break;
1531                 case WLAN_CIPHER_SUITE_TKIP:
1532                         conf.conf.keylen = WLAN_KEY_LEN_TKIP;
1533                         memcpy(conf.conf.key, status->gtk.decrypt_key, 16);
1534                         /* leave TX MIC key zeroed, we don't use it anyway */
1535                         memcpy(conf.conf.key +
1536                                NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY,
1537                                status->gtk.tkip_mic_key, 8);
1538                         break;
1539                 }
1540
1541                 key = ieee80211_gtk_rekey_add(vif, &conf.conf);
1542                 if (IS_ERR(key))
1543                         return false;
1544                 iwl_mvm_set_key_rx_seq(key, status);
1545         }
1546
1547         if (status->num_of_gtk_rekeys) {
1548                 __be64 replay_ctr =
1549                         cpu_to_be64(le64_to_cpu(status->replay_ctr));
1550                 ieee80211_gtk_rekey_notify(vif, vif->bss_conf.bssid,
1551                                            (void *)&replay_ctr, GFP_KERNEL);
1552         }
1553
1554 out:
1555         mvmvif->seqno_valid = true;
1556         /* +0x10 because the set API expects next-to-use, not last-used */
1557         mvmvif->seqno = le16_to_cpu(status->non_qos_seq_ctr) + 0x10;
1558
1559         return true;
1560 }
1561
1562 static struct iwl_wowlan_status *
1563 iwl_mvm_get_wakeup_status(struct iwl_mvm *mvm, struct ieee80211_vif *vif)
1564 {
1565         u32 base = mvm->error_event_table;
1566         struct error_table_start {
1567                 /* cf. struct iwl_error_event_table */
1568                 u32 valid;
1569                 u32 error_id;
1570         } err_info;
1571         struct iwl_host_cmd cmd = {
1572                 .id = WOWLAN_GET_STATUSES,
1573                 .flags = CMD_WANT_SKB,
1574         };
1575         struct iwl_wowlan_status *status, *fw_status;
1576         int ret, len, status_size;
1577
1578         iwl_trans_read_mem_bytes(mvm->trans, base,
1579                                  &err_info, sizeof(err_info));
1580
1581         if (err_info.valid) {
1582                 IWL_INFO(mvm, "error table is valid (%d) with error (%d)\n",
1583                          err_info.valid, err_info.error_id);
1584                 if (err_info.error_id == RF_KILL_INDICATOR_FOR_WOWLAN) {
1585                         struct cfg80211_wowlan_wakeup wakeup = {
1586                                 .rfkill_release = true,
1587                         };
1588                         ieee80211_report_wowlan_wakeup(vif, &wakeup,
1589                                                        GFP_KERNEL);
1590                 }
1591                 return ERR_PTR(-EIO);
1592         }
1593
1594         /* only for tracing for now */
1595         ret = iwl_mvm_send_cmd_pdu(mvm, OFFLOADS_QUERY_CMD, 0, 0, NULL);
1596         if (ret)
1597                 IWL_ERR(mvm, "failed to query offload statistics (%d)\n", ret);
1598
1599         ret = iwl_mvm_send_cmd(mvm, &cmd);
1600         if (ret) {
1601                 IWL_ERR(mvm, "failed to query status (%d)\n", ret);
1602                 return ERR_PTR(ret);
1603         }
1604
1605         /* RF-kill already asserted again... */
1606         if (!cmd.resp_pkt) {
1607                 fw_status = ERR_PTR(-ERFKILL);
1608                 goto out_free_resp;
1609         }
1610
1611         status_size = sizeof(*fw_status);
1612
1613         len = iwl_rx_packet_payload_len(cmd.resp_pkt);
1614         if (len < status_size) {
1615                 IWL_ERR(mvm, "Invalid WoWLAN status response!\n");
1616                 fw_status = ERR_PTR(-EIO);
1617                 goto out_free_resp;
1618         }
1619
1620         status = (void *)cmd.resp_pkt->data;
1621         if (len != (status_size +
1622                     ALIGN(le32_to_cpu(status->wake_packet_bufsize), 4))) {
1623                 IWL_ERR(mvm, "Invalid WoWLAN status response!\n");
1624                 fw_status = ERR_PTR(-EIO);
1625                 goto out_free_resp;
1626         }
1627
1628         fw_status = kmemdup(status, len, GFP_KERNEL);
1629
1630 out_free_resp:
1631         iwl_free_resp(&cmd);
1632         return fw_status;
1633 }
1634
1635 /* releases the MVM mutex */
1636 static bool iwl_mvm_query_wakeup_reasons(struct iwl_mvm *mvm,
1637                                          struct ieee80211_vif *vif)
1638 {
1639         struct iwl_wowlan_status_data status;
1640         struct iwl_wowlan_status *fw_status;
1641         int i;
1642         bool keep;
1643         struct ieee80211_sta *ap_sta;
1644         struct iwl_mvm_sta *mvm_ap_sta;
1645
1646         fw_status = iwl_mvm_get_wakeup_status(mvm, vif);
1647         if (IS_ERR_OR_NULL(fw_status))
1648                 goto out_unlock;
1649
1650         status.pattern_number = le16_to_cpu(fw_status->pattern_number);
1651         for (i = 0; i < 8; i++)
1652                 status.qos_seq_ctr[i] =
1653                         le16_to_cpu(fw_status->qos_seq_ctr[i]);
1654         status.wakeup_reasons = le32_to_cpu(fw_status->wakeup_reasons);
1655         status.wake_packet_length =
1656                 le32_to_cpu(fw_status->wake_packet_length);
1657         status.wake_packet_bufsize =
1658                 le32_to_cpu(fw_status->wake_packet_bufsize);
1659         status.wake_packet = fw_status->wake_packet;
1660
1661         /* still at hard-coded place 0 for D3 image */
1662         ap_sta = rcu_dereference_protected(
1663                         mvm->fw_id_to_mac_id[0],
1664                         lockdep_is_held(&mvm->mutex));
1665         if (IS_ERR_OR_NULL(ap_sta))
1666                 goto out_free;
1667
1668         mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta);
1669         for (i = 0; i < IWL_MAX_TID_COUNT; i++) {
1670                 u16 seq = status.qos_seq_ctr[i];
1671                 /* firmware stores last-used value, we store next value */
1672                 seq += 0x10;
1673                 mvm_ap_sta->tid_data[i].seq_number = seq;
1674         }
1675
1676         /* now we have all the data we need, unlock to avoid mac80211 issues */
1677         mutex_unlock(&mvm->mutex);
1678
1679         iwl_mvm_report_wakeup_reasons(mvm, vif, &status);
1680
1681         keep = iwl_mvm_setup_connection_keep(mvm, vif, fw_status);
1682
1683         kfree(fw_status);
1684         return keep;
1685
1686 out_free:
1687         kfree(fw_status);
1688 out_unlock:
1689         mutex_unlock(&mvm->mutex);
1690         return false;
1691 }
1692
1693 struct iwl_mvm_nd_query_results {
1694         u32 matched_profiles;
1695         struct iwl_scan_offload_profile_match matches[IWL_SCAN_MAX_PROFILES];
1696 };
1697
1698 static int
1699 iwl_mvm_netdetect_query_results(struct iwl_mvm *mvm,
1700                                 struct iwl_mvm_nd_query_results *results)
1701 {
1702         struct iwl_scan_offload_profiles_query *query;
1703         struct iwl_host_cmd cmd = {
1704                 .id = SCAN_OFFLOAD_PROFILES_QUERY_CMD,
1705                 .flags = CMD_WANT_SKB,
1706         };
1707         int ret, len;
1708
1709         ret = iwl_mvm_send_cmd(mvm, &cmd);
1710         if (ret) {
1711                 IWL_ERR(mvm, "failed to query matched profiles (%d)\n", ret);
1712                 return ret;
1713         }
1714
1715         /* RF-kill already asserted again... */
1716         if (!cmd.resp_pkt) {
1717                 ret = -ERFKILL;
1718                 goto out_free_resp;
1719         }
1720
1721         len = iwl_rx_packet_payload_len(cmd.resp_pkt);
1722         if (len < sizeof(*query)) {
1723                 IWL_ERR(mvm, "Invalid scan offload profiles query response!\n");
1724                 ret = -EIO;
1725                 goto out_free_resp;
1726         }
1727
1728         query = (void *)cmd.resp_pkt->data;
1729
1730         results->matched_profiles = le32_to_cpu(query->matched_profiles);
1731         memcpy(results->matches, query->matches, sizeof(results->matches));
1732
1733 #ifdef CONFIG_IWLWIFI_DEBUGFS
1734         mvm->last_netdetect_scans = le32_to_cpu(query->n_scans_done);
1735 #endif
1736
1737 out_free_resp:
1738         iwl_free_resp(&cmd);
1739         return ret;
1740 }
1741
1742 static void iwl_mvm_query_netdetect_reasons(struct iwl_mvm *mvm,
1743                                             struct ieee80211_vif *vif)
1744 {
1745         struct cfg80211_wowlan_nd_info *net_detect = NULL;
1746         struct cfg80211_wowlan_wakeup wakeup = {
1747                 .pattern_idx = -1,
1748         };
1749         struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup;
1750         struct iwl_mvm_nd_query_results query;
1751         struct iwl_wowlan_status *fw_status;
1752         unsigned long matched_profiles;
1753         u32 reasons = 0;
1754         int i, j, n_matches, ret;
1755
1756         fw_status = iwl_mvm_get_wakeup_status(mvm, vif);
1757         if (!IS_ERR_OR_NULL(fw_status)) {
1758                 reasons = le32_to_cpu(fw_status->wakeup_reasons);
1759                 kfree(fw_status);
1760         }
1761
1762         if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED)
1763                 wakeup.rfkill_release = true;
1764
1765         if (reasons != IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS)
1766                 goto out;
1767
1768         ret = iwl_mvm_netdetect_query_results(mvm, &query);
1769         if (ret || !query.matched_profiles) {
1770                 wakeup_report = NULL;
1771                 goto out;
1772         }
1773
1774         matched_profiles = query.matched_profiles;
1775         if (mvm->n_nd_match_sets) {
1776                 n_matches = hweight_long(matched_profiles);
1777         } else {
1778                 IWL_ERR(mvm, "no net detect match information available\n");
1779                 n_matches = 0;
1780         }
1781
1782         net_detect = kzalloc(sizeof(*net_detect) +
1783                              (n_matches * sizeof(net_detect->matches[0])),
1784                              GFP_KERNEL);
1785         if (!net_detect || !n_matches)
1786                 goto out_report_nd;
1787
1788         for_each_set_bit(i, &matched_profiles, mvm->n_nd_match_sets) {
1789                 struct iwl_scan_offload_profile_match *fw_match;
1790                 struct cfg80211_wowlan_nd_match *match;
1791                 int idx, n_channels = 0;
1792
1793                 fw_match = &query.matches[i];
1794
1795                 for (j = 0; j < SCAN_OFFLOAD_MATCHING_CHANNELS_LEN; j++)
1796                         n_channels += hweight8(fw_match->matching_channels[j]);
1797
1798                 match = kzalloc(sizeof(*match) +
1799                                 (n_channels * sizeof(*match->channels)),
1800                                 GFP_KERNEL);
1801                 if (!match)
1802                         goto out_report_nd;
1803
1804                 net_detect->matches[net_detect->n_matches++] = match;
1805
1806                 /* We inverted the order of the SSIDs in the scan
1807                  * request, so invert the index here.
1808                  */
1809                 idx = mvm->n_nd_match_sets - i - 1;
1810                 match->ssid.ssid_len = mvm->nd_match_sets[idx].ssid.ssid_len;
1811                 memcpy(match->ssid.ssid, mvm->nd_match_sets[idx].ssid.ssid,
1812                        match->ssid.ssid_len);
1813
1814                 if (mvm->n_nd_channels < n_channels)
1815                         continue;
1816
1817                 for (j = 0; j < SCAN_OFFLOAD_MATCHING_CHANNELS_LEN * 8; j++)
1818                         if (fw_match->matching_channels[j / 8] & (BIT(j % 8)))
1819                                 match->channels[match->n_channels++] =
1820                                         mvm->nd_channels[j]->center_freq;
1821         }
1822
1823 out_report_nd:
1824         wakeup.net_detect = net_detect;
1825 out:
1826         iwl_mvm_free_nd(mvm);
1827
1828         mutex_unlock(&mvm->mutex);
1829         ieee80211_report_wowlan_wakeup(vif, wakeup_report, GFP_KERNEL);
1830
1831         if (net_detect) {
1832                 for (i = 0; i < net_detect->n_matches; i++)
1833                         kfree(net_detect->matches[i]);
1834                 kfree(net_detect);
1835         }
1836 }
1837
1838 static void iwl_mvm_read_d3_sram(struct iwl_mvm *mvm)
1839 {
1840 #ifdef CONFIG_IWLWIFI_DEBUGFS
1841         const struct fw_img *img = &mvm->fw->img[IWL_UCODE_WOWLAN];
1842         u32 len = img->sec[IWL_UCODE_SECTION_DATA].len;
1843         u32 offs = img->sec[IWL_UCODE_SECTION_DATA].offset;
1844
1845         if (!mvm->store_d3_resume_sram)
1846                 return;
1847
1848         if (!mvm->d3_resume_sram) {
1849                 mvm->d3_resume_sram = kzalloc(len, GFP_KERNEL);
1850                 if (!mvm->d3_resume_sram)
1851                         return;
1852         }
1853
1854         iwl_trans_read_mem_bytes(mvm->trans, offs, mvm->d3_resume_sram, len);
1855 #endif
1856 }
1857
1858 static void iwl_mvm_d3_disconnect_iter(void *data, u8 *mac,
1859                                        struct ieee80211_vif *vif)
1860 {
1861         /* skip the one we keep connection on */
1862         if (data == vif)
1863                 return;
1864
1865         if (vif->type == NL80211_IFTYPE_STATION)
1866                 ieee80211_resume_disconnect(vif);
1867 }
1868
1869 static int __iwl_mvm_resume(struct iwl_mvm *mvm, bool test)
1870 {
1871         struct ieee80211_vif *vif = NULL;
1872         int ret;
1873         enum iwl_d3_status d3_status;
1874         bool keep = false;
1875
1876         mutex_lock(&mvm->mutex);
1877
1878         /* get the BSS vif pointer again */
1879         vif = iwl_mvm_get_bss_vif(mvm);
1880         if (IS_ERR_OR_NULL(vif))
1881                 goto err;
1882
1883         ret = iwl_trans_d3_resume(mvm->trans, &d3_status, test);
1884         if (ret)
1885                 goto err;
1886
1887         if (d3_status != IWL_D3_STATUS_ALIVE) {
1888                 IWL_INFO(mvm, "Device was reset during suspend\n");
1889                 goto err;
1890         }
1891
1892         /* query SRAM first in case we want event logging */
1893         iwl_mvm_read_d3_sram(mvm);
1894
1895         /*
1896          * Query the current location and source from the D3 firmware so we
1897          * can play it back when we re-intiailize the D0 firmware
1898          */
1899         iwl_mvm_update_changed_regdom(mvm);
1900
1901         if (mvm->net_detect) {
1902                 iwl_mvm_query_netdetect_reasons(mvm, vif);
1903                 /* has unlocked the mutex, so skip that */
1904                 goto out;
1905         } else {
1906                 keep = iwl_mvm_query_wakeup_reasons(mvm, vif);
1907 #ifdef CONFIG_IWLWIFI_DEBUGFS
1908                 if (keep)
1909                         mvm->keep_vif = vif;
1910 #endif
1911                 /* has unlocked the mutex, so skip that */
1912                 goto out_iterate;
1913         }
1914
1915 err:
1916         iwl_mvm_free_nd(mvm);
1917         mutex_unlock(&mvm->mutex);
1918
1919 out_iterate:
1920         if (!test)
1921                 ieee80211_iterate_active_interfaces_rtnl(mvm->hw,
1922                         IEEE80211_IFACE_ITER_NORMAL,
1923                         iwl_mvm_d3_disconnect_iter, keep ? vif : NULL);
1924
1925 out:
1926         /* return 1 to reconfigure the device */
1927         set_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status);
1928         set_bit(IWL_MVM_STATUS_D3_RECONFIG, &mvm->status);
1929
1930         /* We always return 1, which causes mac80211 to do a reconfig
1931          * with IEEE80211_RECONFIG_TYPE_RESTART.  This type of
1932          * reconfig calls iwl_mvm_restart_complete(), where we unref
1933          * the IWL_MVM_REF_UCODE_DOWN, so we need to take the
1934          * reference here.
1935          */
1936         iwl_mvm_ref(mvm, IWL_MVM_REF_UCODE_DOWN);
1937         return 1;
1938 }
1939
1940 static int iwl_mvm_resume_d3(struct iwl_mvm *mvm)
1941 {
1942         iwl_trans_resume(mvm->trans);
1943
1944         return __iwl_mvm_resume(mvm, false);
1945 }
1946
1947 static int iwl_mvm_resume_d0i3(struct iwl_mvm *mvm)
1948 {
1949         bool exit_now;
1950         enum iwl_d3_status d3_status;
1951
1952         iwl_trans_d3_resume(mvm->trans, &d3_status, false);
1953
1954         /*
1955          * make sure to clear D0I3_DEFER_WAKEUP before
1956          * calling iwl_trans_resume(), which might wait
1957          * for d0i3 exit completion.
1958          */
1959         mutex_lock(&mvm->d0i3_suspend_mutex);
1960         __clear_bit(D0I3_DEFER_WAKEUP, &mvm->d0i3_suspend_flags);
1961         exit_now = __test_and_clear_bit(D0I3_PENDING_WAKEUP,
1962                                         &mvm->d0i3_suspend_flags);
1963         mutex_unlock(&mvm->d0i3_suspend_mutex);
1964         if (exit_now) {
1965                 IWL_DEBUG_RPM(mvm, "Run deferred d0i3 exit\n");
1966                 _iwl_mvm_exit_d0i3(mvm);
1967         }
1968
1969         iwl_trans_resume(mvm->trans);
1970
1971         if (mvm->trans->d0i3_mode == IWL_D0I3_MODE_ON_SUSPEND) {
1972                 int ret = iwl_mvm_exit_d0i3(mvm->hw->priv);
1973
1974                 if (ret)
1975                         return ret;
1976                 /*
1977                  * d0i3 exit will be deferred until reconfig_complete.
1978                  * make sure there we are out of d0i3.
1979                  */
1980         }
1981         return 0;
1982 }
1983
1984 int iwl_mvm_resume(struct ieee80211_hw *hw)
1985 {
1986         struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1987
1988         /* 'any' trigger means d0i3 was used */
1989         if (hw->wiphy->wowlan_config->any)
1990                 return iwl_mvm_resume_d0i3(mvm);
1991         else
1992                 return iwl_mvm_resume_d3(mvm);
1993 }
1994
1995 void iwl_mvm_set_wakeup(struct ieee80211_hw *hw, bool enabled)
1996 {
1997         struct iwl_mvm *mvm = IWL_MAC80211_GET_MVM(hw);
1998
1999         device_set_wakeup_enable(mvm->trans->dev, enabled);
2000 }
2001
2002 #ifdef CONFIG_IWLWIFI_DEBUGFS
2003 static int iwl_mvm_d3_test_open(struct inode *inode, struct file *file)
2004 {
2005         struct iwl_mvm *mvm = inode->i_private;
2006         int err;
2007
2008         if (mvm->d3_test_active)
2009                 return -EBUSY;
2010
2011         file->private_data = inode->i_private;
2012
2013         ieee80211_stop_queues(mvm->hw);
2014         synchronize_net();
2015
2016         /* start pseudo D3 */
2017         rtnl_lock();
2018         err = __iwl_mvm_suspend(mvm->hw, mvm->hw->wiphy->wowlan_config, true);
2019         rtnl_unlock();
2020         if (err > 0)
2021                 err = -EINVAL;
2022         if (err) {
2023                 ieee80211_wake_queues(mvm->hw);
2024                 return err;
2025         }
2026         mvm->d3_test_active = true;
2027         mvm->keep_vif = NULL;
2028         return 0;
2029 }
2030
2031 static ssize_t iwl_mvm_d3_test_read(struct file *file, char __user *user_buf,
2032                                     size_t count, loff_t *ppos)
2033 {
2034         struct iwl_mvm *mvm = file->private_data;
2035         u32 pme_asserted;
2036
2037         while (true) {
2038                 /* read pme_ptr if available */
2039                 if (mvm->d3_test_pme_ptr) {
2040                         pme_asserted = iwl_trans_read_mem32(mvm->trans,
2041                                                 mvm->d3_test_pme_ptr);
2042                         if (pme_asserted)
2043                                 break;
2044                 }
2045
2046                 if (msleep_interruptible(100))
2047                         break;
2048         }
2049
2050         return 0;
2051 }
2052
2053 static void iwl_mvm_d3_test_disconn_work_iter(void *_data, u8 *mac,
2054                                               struct ieee80211_vif *vif)
2055 {
2056         /* skip the one we keep connection on */
2057         if (_data == vif)
2058                 return;
2059
2060         if (vif->type == NL80211_IFTYPE_STATION)
2061                 ieee80211_connection_loss(vif);
2062 }
2063
2064 static int iwl_mvm_d3_test_release(struct inode *inode, struct file *file)
2065 {
2066         struct iwl_mvm *mvm = inode->i_private;
2067         int remaining_time = 10;
2068
2069         mvm->d3_test_active = false;
2070         rtnl_lock();
2071         __iwl_mvm_resume(mvm, true);
2072         rtnl_unlock();
2073         iwl_abort_notification_waits(&mvm->notif_wait);
2074         ieee80211_restart_hw(mvm->hw);
2075
2076         /* wait for restart and disconnect all interfaces */
2077         while (test_bit(IWL_MVM_STATUS_IN_HW_RESTART, &mvm->status) &&
2078                remaining_time > 0) {
2079                 remaining_time--;
2080                 msleep(1000);
2081         }
2082
2083         if (remaining_time == 0)
2084                 IWL_ERR(mvm, "Timed out waiting for HW restart to finish!\n");
2085
2086         ieee80211_iterate_active_interfaces_atomic(
2087                 mvm->hw, IEEE80211_IFACE_ITER_NORMAL,
2088                 iwl_mvm_d3_test_disconn_work_iter, mvm->keep_vif);
2089
2090         ieee80211_wake_queues(mvm->hw);
2091
2092         return 0;
2093 }
2094
2095 const struct file_operations iwl_dbgfs_d3_test_ops = {
2096         .llseek = no_llseek,
2097         .open = iwl_mvm_d3_test_open,
2098         .read = iwl_mvm_d3_test_read,
2099         .release = iwl_mvm_d3_test_release,
2100 };
2101 #endif