Searched defs:key (Results 401 - 422 of 422) sorted by relevance

<<11121314151617

/drivers/scsi/
H A Dgdth.h382 u32 last_error; /* sense key or drive state */
976 u8 key; member in struct:__anon5428
H A Dscsi_debug.c397 static void mk_sense_buffer(struct scsi_cmnd *scp, int key, int asc, int asq) argument
409 scsi_build_sense_buffer(scsi_debug_dsense, sbuff, key, asc, asq);
414 my_name, key, asc, asq);
1105 arr[1] = sbuff[2]; /* sense key */
/drivers/net/ethernet/sun/
H A Dniu.c2816 u64 *key, u64 *mask)
2823 key[0] = nr64(TCAM_KEY_0);
2824 key[1] = nr64(TCAM_KEY_1);
2825 key[2] = nr64(TCAM_KEY_2);
2826 key[3] = nr64(TCAM_KEY_3);
2837 u64 *key, u64 *mask)
2839 nw64(TCAM_KEY_0, key[0]);
2840 nw64(TCAM_KEY_1, key[1]);
2841 nw64(TCAM_KEY_2, key[2]);
2842 nw64(TCAM_KEY_3, key[
2836 tcam_write(struct niu *np, int index, u64 *key, u64 *mask) argument
3236 niu_set_flow_key(struct niu *np, unsigned long class_code, u64 key) argument
3246 niu_set_tcam_key(struct niu *np, unsigned long class_code, u64 key) argument
7067 u64 key = 0; local
[all...]
H A Dniu.h3049 u64 key[4]; member in struct:rx_pkt_hdr0::niu_tcam_entry
/drivers/net/wireless/b43/
H A Db43.h610 /* Max size of a security key */
696 /* If keyconf is NULL, this key is disabled.
876 struct b43_key key[B43_NR_GROUP_KEYS * 2 + B43_NR_PAIRWISE_KEYS]; member in struct:b43_wldev
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h294 u8 wep_index; // 0 no key, 1-4 key index, 0xff immediate key
295 u8 key_size; // 0 no imm key, 0x5 64bit encr, 0xd 128bit encr, 0x10 128bit encr and 128bit IV
296 u8 key[16]; member in struct:ipw2100_data_header
H A Dipw2200.c5920 struct ipw_tgi_tx_key key; local
5925 key.key_id = index;
5926 memcpy(key.key, priv->ieee->sec.keys[index], SCM_TEMPORAL_KEY_LENGTH);
5927 key.security_type = type;
5928 key.station_index = 0; /* always 0 for BSS */
5929 key.flags = 0;
5930 /* 0 for new key; previous value of counter (after fatal error) */
5931 key.tx_counter[0] = cpu_to_le32(0);
5932 key
5939 struct ipw_wep_key key; local
9507 ipw_wx_set_encode(struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *key) argument
9529 ipw_wx_get_encode(struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *key) argument
[all...]
H A Dipw2200.h164 /* tx wep key definition */
811 #define DCW_WEP_KEY_INVALID_SIZE 0x00 /* 0 = Invalid key */
814 #define DCW_CCM_KEY128Bit_SIZE 0x10 /* 128-bit key */
815 //#define DCW_WEP_KEY128BitIV_SIZE 0x10 /* 128-bit key and 128-bit IV */
822 u8 key[16]; member in struct:ipw_wep_key
830 u8 key[16]; member in struct:ipw_tgi_tx_key
947 u8 key[16]; member in struct:ipw_rx_key
/drivers/net/wireless/iwlegacy/
H A Dcommands.h870 /* key flags __le16*/
879 /* wep key is either from global key (0) or from station info array (1) */
882 /* wep key in STA: 5-bytes (0) or 13-bytes (1) */
901 u8 tkip_rx_tsc_byte2; /* TSC[2] for key mix ph1 detection */
906 u8 key[16]; /* 16-byte unicast decryption key */ member in struct:il4965_keyinfo
960 struct il4965_keyinfo key; member in struct:il3945_addsta_cmd
988 struct il4965_keyinfo key; member in struct:il4965_addsta_cmd
1026 struct il4965_keyinfo key; member in struct:il_addsta_cmd
1107 u8 key[16]; member in struct:il_wep_key
1115 struct il_wep_key key[0]; member in struct:il_wep_cmd
1382 u8 key[16]; member in struct:il3945_tx_cmd
1482 u8 key[16]; member in struct:il_tx_cmd
[all...]
H A Dcommon.h668 u8 key[32]; member in struct:il_hw_key
2188 * that may be %NULL, for example during TX or key setup. In
/drivers/net/wireless/mwifiex/
H A Dfw.h743 u8 key[50]; member in struct:mwifiex_ie_type_key_param_set
750 u8 key[WLAN_KEY_LEN_AES_CMAC]; member in struct:mwifiex_cmac_param
755 u8 key[WLAN_KEY_LEN_WEP104]; member in struct:mwifiex_wep_param
761 u8 key[WLAN_KEY_LEN_TKIP]; member in struct:mwifiex_tkip_param
767 u8 key[WLAN_KEY_LEN_CCMP]; member in struct:mwifiex_aes_param
773 u8 key[WLAN_KEY_LEN_SMS4]; member in struct:mwifiex_wapi_param
779 u8 key[WLAN_KEY_LEN_AES_CMAC]; member in struct:mwifiex_cmac_aes_param
1606 u8 key[1]; member in struct:host_cmd_tlv_wep_key
/drivers/net/wireless/
H A Dmwl8k.c322 u8 key[sizeof(struct ieee80211_key_conf) + MAX_WEP_KEY_LEN]; member in struct:mwl8k_vif::__anon4605
1376 * key information. In it
4271 struct ieee80211_key_conf *key)
4277 cmd->key_id = cpu_to_le32(key->keyidx);
4278 cmd->key_len = cpu_to_le16(key->keylen);
4281 switch (key->cipher) {
4285 if (key->keyidx == 0)
4291 cmd->key_info = (key->flags & IEEE80211_KEY_FLAG_PAIRWISE)
4299 cmd->key_info = (key->flags & IEEE80211_KEY_FLAG_PAIRWISE)
4313 struct ieee80211_key_conf *key)
4269 mwl8k_encryption_set_cmd_info(struct mwl8k_cmd_set_key *cmd, u8 *addr, struct ieee80211_key_conf *key) argument
4310 mwl8k_cmd_encryption_set_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u8 *addr, struct ieee80211_key_conf *key) argument
4370 mwl8k_cmd_encryption_remove_key(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u8 *addr, struct ieee80211_key_conf *key) argument
4400 mwl8k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd_param, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
5323 struct ieee80211_key_conf *key; local
[all...]
H A Dairo.c257 "A value of 2 will try using the key at index 0 and index 1.");
507 u8 key[16]; member in struct:WepKeyRid
969 u8 key[16]; member in struct:__anon4122
1094 u8 key[16]; /* 40-bit and 104-bit keys */ member in struct:wep_key_t
1299 static void age_mic_context(miccntx *cur, miccntx *old, u8 *key, int key_len, argument
1302 /* If the current MIC context is valid and its key is the same as
1305 if (cur->valid && (memcmp(cur->key, key, key_len) == 0))
1312 memcpy(cur->key, key, key_le
5202 set_wep_key(struct airo_info *ai, u16 index, const char *key, u16 keylen, int perm, int lock) argument
5252 char key[16]; local
6330 wep_key_t key; local
6475 wep_key_t key; local
[all...]
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h240 u8 key[0]; member in struct:ieee_param::__anon6663::__anon6667
/drivers/net/ethernet/broadcom/
H A Dtg3.c10546 /* Setup the "secret" hash key. */
12569 static int tg3_get_rxfh(struct net_device *dev, u32 *indir, u8 *key) argument
12580 static int tg3_set_rxfh(struct net_device *dev, const u32 *indir, const u8 *key) argument
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h2109 u32 key)
2112 adapter->nic_ops->request_reset(adapter, key);
2108 qlcnic_dev_request_reset(struct qlcnic_adapter *adapter, u32 key) argument
/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h789 /* key replay sequence counter */
792 u8 key[WLAN_MAX_KEY_LEN]; member in struct:wmi_add_cipher_key_cmd
794 /* additional key control info */
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h387 u8 key[0]; member in struct:ieee_param::__anon6720::__anon6724
1875 * WEP key changes */
1905 int tx_keyidx; /* default TX key index (crypt[tx_keyidx]) */
2382 union iwreq_data *wrqu, char *key);
2385 union iwreq_data *wrqu, char *key);
2388 union iwreq_data *wrqu, char *key);
/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h523 /* MAX key length when ULA is used */
528 * Enum to specify whether key is used for TX only, RX only or both.
737 u8 key[WCN36XX_HAL_MAC_MAX_KEY_LENGTH]; member in struct:wcn36xx_hal_keys
754 /* Default WEP key, valid only for static WEP, must between 0 and 3. */
758 struct wcn36xx_hal_keys key[WCN36XX_HAL_MAC_MAX_NUM_OF_DEFAULT_KEYS]; member in struct:wcn36xx_hal_set_sta_key_params
1968 /* tagged version of set bss key */
1982 * This is used configure the key information on a given station.
1984 * a preconfigured key from a BSS the station assoicated with; otherwise
1985 * a new key descriptor is created based on the key fiel
[all...]
/drivers/net/wireless/iwlwifi/dvm/
H A Dcommands.h813 /* key flags __le16*/
822 /* wep key is either from global key (0) or from station info array (1) */
825 /* wep key in STA: 5-bytes (0) or 13-bytes (1) */
844 u8 tkip_rx_tsc_byte2; /* TSC[2] for key mix ph1 detection */
849 u8 key[16]; /* 16-byte unicast decryption key */ member in struct:iwl_keyinfo
905 struct iwl_keyinfo key; member in struct:iwl_addsta_cmd
1023 u8 key[16]; member in struct:iwl_wep_key
1031 struct iwl_wep_key key[ member in struct:iwl_wep_cmd
1282 u8 key[16]; member in struct:iwl_tx_cmd
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2800.h1837 * Security key table memory.
1839 * The pairwise key table shares some memory with the beacon frame
1841 * are used we should only use the reduced pairwise key table which
1889 u8 key[16]; member in struct:hw_key_entry
2007 * 3. Extract memory from Pair-wise key table for BCN 6~7
2009 * and wcid 222~237 for BCN 7 (see Security key table memory
/drivers/staging/rtl8192e/
H A Drtllib.h513 u8 key[0]; member in struct:ieee_param::__anon6709::__anon6713
2159 * WEP key changes */
2714 union iwreq_data *wrqu, char *key);
2717 union iwreq_data *wrqu, char *key);
2720 union iwreq_data *wrqu, char *key);

Completed in 647 milliseconds

<<11121314151617