Lines Matching +full:firmware +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Copyright (C) 2012-2014, 2018-2021 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
13 * enum iwl_mvm_vendor_cmd - supported vendor commands
16 * This is useful when the CSME firmware owns the device and the kernel
17 * wants to use it. In case the CSME firmware has no connection active the
19 * When the CSME firmware has an active connection, the user space
23 * to the very same AP the CSME firmware is currently connected to:
27 * 2) The user space asks the kernel what AP the CSME firmware is
30 * from the CSME firmware
32 * specific BSSID and a specific frequency
36 * 7) iwlmei requests ownership from the CSME firmware
37 * 8) The CSME firmware grants ownership
41 * specific BSSID without scanning including IP as fast as it can
42 * 12) The host reports to the CSME firmware that there is a connection
65 * enum iwl_mvm_vendor_attr - attributes used in vendor commands
103 MAX_IWL_MVM_VENDOR_ATTR = NUM_IWL_MVM_VENDOR_ATTR - 1,