Lines Matching +full:data +full:- +full:rates
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
6 * Copyright (C) 2021-2024 Intel Corporation
12 * enum iwl_prot_offload_subcmd_ids - protocol offload commands
42 * struct iwl_stored_beacon_notif_common - Stored beacon notif common fields
49 * @rates: rate in ucode internal format
58 __le32 rates;
63 * struct iwl_stored_beacon_notif_v2 - Stored beacon notification
66 * @data: beacon data, length in @byte_count
70 u8 data[MAX_STORED_BEACON_SIZE];
74 * struct iwl_stored_beacon_notif_v3 - Stored beacon notification
79 * @data: beacon data, length in @byte_count
85 u8 data[MAX_STORED_BEACON_SIZE];