Home
last modified time | relevance | path

Searched refs:keyinfo (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/net/wireless/iwlegacy/
Diwl-4965-sta.c235 priv->stations[ctx->ap_sta_id].keyinfo.cipher = keyconf->cipher; in iwl4965_set_default_wep_key()
273 priv->stations[sta_id].keyinfo.cipher = keyconf->cipher; in iwl4965_set_wep_dynamic_key_info()
274 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen; in iwl4965_set_wep_dynamic_key_info()
275 priv->stations[sta_id].keyinfo.keyidx = keyconf->keyidx; in iwl4965_set_wep_dynamic_key_info()
277 memcpy(priv->stations[sta_id].keyinfo.key, in iwl4965_set_wep_dynamic_key_info()
325 priv->stations[sta_id].keyinfo.cipher = keyconf->cipher; in iwl4965_set_ccmp_dynamic_key_info()
326 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen; in iwl4965_set_ccmp_dynamic_key_info()
328 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key, in iwl4965_set_ccmp_dynamic_key_info()
376 priv->stations[sta_id].keyinfo.cipher = keyconf->cipher; in iwl4965_set_tkip_dynamic_key_info()
377 priv->stations[sta_id].keyinfo.keylen = 16; in iwl4965_set_tkip_dynamic_key_info()
[all …]
Diwl3945-base.c156 priv->stations[sta_id].keyinfo.cipher = keyconf->cipher; in iwl3945_set_ccmp_dynamic_key_info()
157 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen; in iwl3945_set_ccmp_dynamic_key_info()
158 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key, in iwl3945_set_ccmp_dynamic_key_info()
208 memset(&priv->stations[sta_id].keyinfo, 0, sizeof(struct iwl_hw_key)); in iwl3945_clear_sta_key_info()
377 struct iwl_hw_key *keyinfo = &priv->stations[sta_id].keyinfo; in iwl3945_build_tx_cmd_hwcrypto() local
381 switch (keyinfo->cipher) { in iwl3945_build_tx_cmd_hwcrypto()
384 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen); in iwl3945_build_tx_cmd_hwcrypto()
398 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen); in iwl3945_build_tx_cmd_hwcrypto()
405 IWL_ERR(priv, "Unknown encode cipher %x\n", keyinfo->cipher); in iwl3945_build_tx_cmd_hwcrypto()
Diwl-dev.h467 struct iwl_hw_key keyinfo; member
/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-agn-sta.c231 priv->stations[ctx->ap_sta_id].keyinfo.cipher = keyconf->cipher; in iwl_set_default_wep_key()
269 priv->stations[sta_id].keyinfo.cipher = keyconf->cipher; in iwl_set_wep_dynamic_key_info()
270 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen; in iwl_set_wep_dynamic_key_info()
271 priv->stations[sta_id].keyinfo.keyidx = keyconf->keyidx; in iwl_set_wep_dynamic_key_info()
273 memcpy(priv->stations[sta_id].keyinfo.key, in iwl_set_wep_dynamic_key_info()
320 priv->stations[sta_id].keyinfo.cipher = keyconf->cipher; in iwl_set_ccmp_dynamic_key_info()
321 priv->stations[sta_id].keyinfo.keylen = keyconf->keylen; in iwl_set_ccmp_dynamic_key_info()
323 memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key, in iwl_set_ccmp_dynamic_key_info()
370 priv->stations[sta_id].keyinfo.cipher = keyconf->cipher; in iwl_set_tkip_dynamic_key_info()
371 priv->stations[sta_id].keyinfo.keylen = 16; in iwl_set_tkip_dynamic_key_info()
[all …]
Diwl-dev.h487 struct iwl_hw_key keyinfo; member
/linux-2.6.39/drivers/staging/rt2860/sta/
Drtmp_data.c118 struct rt_ndis_802_11_wep keyinfo; in STARxEAPOLFrameIndicate() member
129 NdisMoveMemory(WepKey.keyinfo. in STARxEAPOLFrameIndicate()
138 WepKey.keyinfo.KeyIndex = in STARxEAPOLFrameIndicate()
140 WepKey.keyinfo.KeyLength = len; in STARxEAPOLFrameIndicate()
156 keyinfo) in STARxEAPOLFrameIndicate()
/linux-2.6.39/drivers/net/wireless/libertas/
Dhost.h810 __le16 keyinfo; member
Dcfg.c994 cmd.param.keyinfo = cpu_to_le16(key_info); in lbs_set_key_material()