wmi.h (c9f289701540baeef9ac7c9977d67a7259f404db) wmi.h (04a4d3416372ae19471c98ea964a4740d289beac)
1/* SPDX-License-Identifier: ISC */
2/*
3 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
4 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2006-2012 Wilocity
6 */
7
8/*

--- 460 unchanged lines hidden (view full) ---

469 /* channels ID's:
470 * 0 - 58320 MHz
471 * 1 - 60480 MHz
472 * 2 - 62640 MHz
473 */
474 struct {
475 u8 channel;
476 u8 reserved;
1/* SPDX-License-Identifier: ISC */
2/*
3 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
4 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2006-2012 Wilocity
6 */
7
8/*

--- 460 unchanged lines hidden (view full) ---

469 /* channels ID's:
470 * 0 - 58320 MHz
471 * 1 - 60480 MHz
472 * 2 - 62640 MHz
473 */
474 struct {
475 u8 channel;
476 u8 reserved;
477 } channel_list[0];
477 } channel_list[];
478} __packed;
479
480#define WMI_MAX_PNO_SSID_NUM (16)
481#define WMI_MAX_CHANNEL_NUM (6)
482#define WMI_MAX_PLANS_NUM (2)
483
484/* WMI_START_SCHED_SCAN_CMDID */
485struct wmi_sched_scan_ssid_match {

--- 3736 unchanged lines hidden ---
478} __packed;
479
480#define WMI_MAX_PNO_SSID_NUM (16)
481#define WMI_MAX_CHANNEL_NUM (6)
482#define WMI_MAX_PLANS_NUM (2)
483
484/* WMI_START_SCHED_SCAN_CMDID */
485struct wmi_sched_scan_ssid_match {

--- 3736 unchanged lines hidden ---