Searched refs:keyinfo (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/net/wireless/iwlegacy/ |
D | iwl-4965-sta.c | 235 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 …]
|
D | iwl3945-base.c | 156 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()
|
D | iwl-dev.h | 467 struct iwl_hw_key keyinfo; member
|
/linux-2.6.39/drivers/net/wireless/iwlwifi/ |
D | iwl-agn-sta.c | 231 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 …]
|
D | iwl-dev.h | 487 struct iwl_hw_key keyinfo; member
|
/linux-2.6.39/drivers/staging/rt2860/sta/ |
D | rtmp_data.c | 118 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/ |
D | host.h | 810 __le16 keyinfo; member
|
D | cfg.c | 994 cmd.param.keyinfo = cpu_to_le16(key_info); in lbs_set_key_material()
|