Lines Matching +full:assoc +full:- +full:select
1 /* SPDX-License-Identifier: GPL-2.0-only */
4 Copyright(c) 2003 - 2006 Intel Corporation. All rights reserved.
9 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
28 #include <linux/dma-mapping.h>
176 /* even if MAC WEP set (allows pre-encrypt) */
259 #define QOS_TX2_CW_MIN_OFDM cpu_to_le16((CW_MIN_OFDM + 1)/2 - 1)
260 #define QOS_TX3_CW_MIN_OFDM cpu_to_le16((CW_MIN_OFDM + 1)/4 - 1)
264 #define QOS_TX2_CW_MIN_CCK cpu_to_le16((CW_MIN_CCK + 1)/2 - 1)
265 #define QOS_TX3_CW_MIN_CCK cpu_to_le16((CW_MIN_CCK + 1)/4 - 1)
270 #define QOS_TX3_CW_MAX_OFDM cpu_to_le16((CW_MIN_OFDM + 1)/2 - 1)
275 #define QOS_TX3_CW_MAX_CCK cpu_to_le16((CW_MIN_CCK + 1)/2 - 1)
277 #define QOS_TX0_AIFS (3 - QOS_AIFSN_MIN_VALUE)
278 #define QOS_TX1_AIFS (7 - QOS_AIFSN_MIN_VALUE)
279 #define QOS_TX2_AIFS (2 - QOS_AIFSN_MIN_VALUE)
280 #define QOS_TX3_AIFS (2 - QOS_AIFSN_MIN_VALUE)
368 int first_empty; /**< 1-st empty entry (index) */
501 #define TFD_CMD_IMMEDIATE_PAYLOAD_LENGTH (TFD_SIZE - sizeof(struct txrx_control_flags))
644 struct notif_association assoc; member
712 u32 free_count; /* Number of pre-allocated buffers in rx_free */
798 #define DCW_WEP_KEY64Bit_SIZE 0x05 /* 64-bit encryption */
799 #define DCW_WEP_KEY128Bit_SIZE 0x0D /* 128-bit encryption */
800 #define DCW_CCM_KEY128Bit_SIZE 0x10 /* 128-bit key */
801 //#define DCW_WEP_KEY128BitIV_SIZE 0x10 /* 128-bit key and 128-bit IV */
849 return scan->scan_type[index / 2] & 0x0F; in ipw_get_scan_type()
851 return (scan->scan_type[index / 2] & 0xF0) >> 4; in ipw_get_scan_type()
858 scan->scan_type[index / 2] = in ipw_set_scan_type()
859 (scan->scan_type[index / 2] & 0xF0) | (scan_type & 0x0F); in ipw_set_scan_type()
861 scan->scan_type[index / 2] = in ipw_set_scan_type()
862 (scan->scan_type[index / 2] & 0x0F) | in ipw_set_scan_type()
983 * - cmd
984 * - len
985 * - status_len
986 * - param (if needed)
989 * - \a status contains status;
990 * - \a param filled with status parameters.
1002 * Incoming parameters listed 1-st, followed by outcoming params.
1042 #define CFG_STATIC_CHANNEL (1<<0) /* Restrict assoc. to single channel */
1043 #define CFG_STATIC_ESSID (1<<1) /* Restrict assoc. to single SSID */
1044 #define CFG_STATIC_BSSID (1<<2) /* Restrict assoc. to single BSSID */
1139 /* Magic struct that slots into the radiotap header -- no reason
1168 /* basic pci-network driver stuff */
1361 #define BIT_FMT8 "%c%c%c%c-%c%c%c%c"
1659 #define EEPROM_SKU_CAP_BT_OOB 0x04 /* we can signal BT out-of-band */
1723 #define IPW_TX_POWER_MIN -12
1970 #define CFG_BT_COEXISTENCE_OOB 0x10 /* signal BT via out-of-band */
1972 /* clear-to-send to self param */
1977 /* Antenna diversity param (h/w can select best antenna, based on signal) */