Home
last modified time | relevance | path

Searched refs:host_encrypt (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c248 int encrypt, host_encrypt, host_encrypt_msdu; in libipw_xmit() local
287 host_encrypt = ieee->host_encrypt && encrypt && crypt; in libipw_xmit()
300 if (host_encrypt) in libipw_xmit()
336 if ((host_encrypt || host_encrypt_msdu) && in libipw_xmit()
365 if (host_encrypt || ieee->host_open_frag) { in libipw_xmit()
385 if (host_encrypt && crypt && crypt->ops) in libipw_xmit()
419 if (host_encrypt) in libipw_xmit()
453 if (host_encrypt) in libipw_xmit()
484 if (host_encrypt) in libipw_xmit()
[all...]
H A Dlibipw_module.c158 ieee->host_encrypt = 1; in alloc_libipw()
H A Dlibipw_wx.c304 int host_crypto = ieee->host_encrypt || ieee->host_decrypt; in libipw_wx_set_encode()
560 !(ieee->host_encrypt || ieee->host_decrypt || in libipw_wx_set_encodeext()
H A Dlibipw.h803 int host_encrypt; member
H A Dipw2200.c5894 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_unicast()
5920 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_multicast()
6724 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext()
6729 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext()
8484 priv->ieee->host_encrypt = 0; in ipw_sw_reset()
10117 if (txb->encrypted && !priv->ieee->host_encrypt) { in ipw_tx_skb()
10693 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT)) in shim__set_security()
10817 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt)) in ipw_config()