Lines Matching +full:key +full:- +full:wakeup

1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2023 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
5 * Copyright (C) 2015-2017 Intel Deutschland GmbH
9 #include <iwl-trans.h>
12 * enum iwl_d0i3_flags - d0i3 flags
20 * enum iwl_d3_wakeup_flags - D3 manager wakeup flags
28 * struct iwl_d3_manager_config - D3 manager configuration command
30 * @wakeup_flags: wakeup flags, see &enum iwl_d3_wakeup_flags
31 * @wakeup_host_timer: force wakeup after this many seconds
45 * enum iwl_d3_proto_offloads - enabled protocol offloads
70 * struct iwl_proto_offload_cmd_common - ARP/NS offload common part
86 * struct iwl_proto_offload_cmd_v1 - ARP/NS offload configuration
89 * @solicited_node_ipv6_addr: broken -- solicited node address exists
105 * struct iwl_proto_offload_cmd_v2 - ARP/NS offload configuration
108 * @solicited_node_ipv6_addr: broken -- solicited node address exists
138 * struct iwl_proto_offload_cmd_v3_small - ARP/NS offload configuration
152 * struct iwl_proto_offload_cmd_v3_large - ARP/NS offload configuration
166 * struct iwl_proto_offload_cmd_v4 - ARP/NS offload configuration
198 * struct iwl_wowlan_patterns_cmd - WoWLAN wakeup patterns
224 * struct iwl_wowlan_ipv4_tcp_syn - WoWLAN IPv4 TCP SYN pattern data
249 * struct iwl_wowlan_ipv6_tcp_syn - WoWLAN Ipv6 TCP SYN pattern data
274 * union iwl_wowlan_pattern_data - Data for the different pattern types
297 * struct iwl_wowlan_pattern_v2 - Pattern entry for the WoWLAN wakeup patterns
318 * struct iwl_wowlan_patterns_cmd - WoWLAN wakeup patterns command
371 * struct iwl_wowlan_config_cmd - WoWLAN configuration (versions 5 and 6)
373 * @non_qos_seq: non-QoS sequence counter to use next.
562 * struct iwl_wowlan_gtk_status_v2 - GTK status
563 * @key: GTK material
564 * @key_len: GTK legth, if set to 0, the key is not available
565 * @key_flags: information about the key:
566 * bits[0:1]: key index assigned by the AP
567 * bits[2:6]: GTK index of the key in the internal DB
570 * @tkip_mic_key: TKIP RX MIC key
574 u8 key[WOWLAN_KEY_MAX_SIZE]; member
583 * struct iwl_wowlan_all_rsc_tsc_v5 - key counters
585 * @mcast_rsc: multicast RSC values (per key map value)
587 * @mcast_key_id_map: map of key id to @mcast_rsc entry
597 * struct iwl_wowlan_gtk_status_v3 - GTK status
598 * @key: GTK material
599 * @key_len: GTK length, if set to 0, the key is not available
600 * @key_flags: information about the key:
601 * bits[0:1]: key index assigned by the AP
602 * bits[2:6]: GTK index of the key in the internal DB
605 * @tkip_mic_key: TKIP RX MIC key
609 u8 key[WOWLAN_KEY_MAX_SIZE]; member
621 * struct iwl_wowlan_igtk_status - IGTK status
622 * @key: IGTK material
624 * @key_len: IGTK length, if set to 0, the key is not available
625 * @key_flags: information about the key:
626 * bits[0]: key index assigned by the AP (0: index 4, 1: index 5)
628 * bits[1:5]: IGTK index of the key in the internal DB
632 u8 key[WOWLAN_KEY_MAX_SIZE]; member
639 * struct iwl_wowlan_status_v6 - WoWLAN status
643 * @non_qos_seq_ctr: non-QoS sequence counter to use next
645 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason
649 * @wake_packet_length: wakeup packet length
650 * @wake_packet_bufsize: wakeup packet buffer size
651 * @wake_packet: wakeup packet
669 * struct iwl_wowlan_status_v7 - WoWLAN status
674 * @non_qos_seq_ctr: non-QoS sequence counter to use next
676 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason
680 * @wake_packet_length: wakeup packet length
681 * @wake_packet_bufsize: wakeup packet buffer size
682 * @wake_packet: wakeup packet
701 * struct iwl_wowlan_status_v9 - WoWLAN status (versions 9 and 10)
706 * @non_qos_seq_ctr: non-QoS sequence counter to use next.
709 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason
713 * @wake_packet_length: wakeup packet length
714 * @wake_packet_bufsize: wakeup packet buffer size
718 * @wake_packet: wakeup packet
739 * struct iwl_wowlan_status_v12 - WoWLAN status
744 * @non_qos_seq_ctr: non-QoS sequence counter to use next.
747 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason
751 * @wake_packet_length: wakeup packet length
752 * @wake_packet_bufsize: wakeup packet buffer size
756 * @wake_packet: wakeup packet
777 * struct iwl_wowlan_info_notif_v1 - WoWLAN information notification
784 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason
788 * @wake_packet_length: wakeup packet length
789 * @wake_packet_bufsize: wakeup packet buffer size
814 * struct iwl_wowlan_info_notif_v2 - WoWLAN information notification
821 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason
847 * struct iwl_wowlan_info_notif - WoWLAN information notification
855 * @wakeup_reasons: wakeup reasons, see &enum iwl_wowlan_wakeup_reason
882 * struct iwl_wowlan_wake_pkt_notif - WoWLAN wake packet notification
883 * @wake_packet_length: wakeup packet length
886 * @wake_packet: wakeup packet
896 * struct iwl_mvm_d3_end_notif - d3 end notification