Lines Matching +full:disable +full:- +full:key +full:- +full:power
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2007-2009 Marvell Semiconductor, Inc.
39 #define MWL_MBSS_SUPPORT /* enable multi-bss support */
85 * Query whether multi-bss support is available/enabled.
114 int8_t maxTxPow; /* max tx power (dBm) */
132 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
138 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
139 MACREG_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask); in mwl_hal_getisr()
140 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
142 cause &= mh->mh_imask; in mwl_hal_getisr()
163 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_txstart()
165 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MACREG_REG_INT_CODE); in mwl_hal_txstart()
210 uint32_t wcbBase[MWL_NUM_TX_QUEUES - MWL_NUM_ACK_QUEUES];
215 * Supply tx/rx dma-related settings to the firmware.
222 uint32_t wcbBase[MWL_NUM_TX_QUEUES - MWL_NUM_ACK_QUEUES];
259 uint32_t RxNonCtlPkts; /* rx non-control frames */
328 * Initiate an 802.11h-based channel switch. The CSA ie
356 * interpreted as MCS codes (this limits us to 0-127). The
389 * Adjust current transmit power settings according to powerLevel.
390 * This translates to low/medium/high use of the current tx power rate tables.
394 * Set the transmit power for the specified channel; the power
396 * the specified max tx power (in dBm).
416 #define KEY_TYPE_ID_AES 2 /* AES-CCMP */
418 #define KEY_FLAG_INUSE 0x00000001 /* indicate key is in use */
419 #define KEY_FLAG_RXGROUPKEY 0x00000002 /* Group key for RX only */
420 #define KEY_FLAG_TXGROUPKEY 0x00000004 /* Group key for TX */
423 #define KEY_FLAG_AUTHENTICATOR 0x00000020 /* Key is for Authenticator */
425 #define KEY_FLAG_WEP_TXKEY 0x01000000 /* Tx key for WEP */
427 uint32_t keyIndex; /* for WEP only; actual key index */
428 uint16_t keyLen; /* key size in bytes */
429 union { /* key material, keyLen gives size */
433 /* NB: group or pairwise key is determined by keyFlags */
446 }__packed key; member
450 * Plumb a unicast/group key. The mac address identifies
457 * Plumb a unicast/group key. The mac address identifies
476 * Handle power save operation for AP operation when offloaded to
478 * informs the firmware whether 1+ associated stations are in power
480 * specifies a change in power save state for an associated station.
497 * A-MPDU Block Ack (BA) stream support. There are several
524 * Set/get A-MPDU aggregation parameters.
559 * Prod the firmware to age packets on station power
579 * Enable/disable firmware operation. mwl_hal_start is
587 * Add/Remove station from Power Save TIM handling.
589 * If set is non-zero the AID is enabled, if zero it is removed.
594 * Enable/disable 11g protection use. This call specifies
600 * Enable/disable WMM support.
628 HTPROTECT_NONE = 0, /* disable */
641 * Enable/disable Marvell "turbo mode"".
646 * Set MIMO Power Save handling for a station; the enable and mode
666 * Enable/disable CF-End use.
671 * Enable/disable sta-mode DWDS use/operation.
676 * Diagnostic interface. This is an open-ended interface that