Searched refs:host_encrypt (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_tx.c263 int encrypt, host_encrypt, host_encrypt_msdu; local
302 host_encrypt = ieee->host_encrypt && encrypt && crypt;
315 if (host_encrypt)
351 if ((host_encrypt || host_encrypt_msdu) &&
380 if (host_encrypt || ieee->host_open_frag) {
400 if (host_encrypt)
434 if (host_encrypt)
469 if (host_encrypt)
502 if (host_encrypt)
[all...]
H A Dlibipw_module.c195 ieee->host_encrypt = 1;
H A Dlibipw_wx.c323 int host_crypto = ieee->host_encrypt || ieee->host_decrypt;
593 !(ieee->host_encrypt || ieee->host_decrypt ||
H A Dlibipw.h795 int host_encrypt; member in struct:libipw_device
H A Dipw2200.c6027 if (priv->ieee->host_encrypt)
6053 if (priv->ieee->host_encrypt)
6853 priv->ieee->host_encrypt = 0;
6858 priv->ieee->host_encrypt = 0;
8630 priv->ieee->host_encrypt = 0;
10273 if (txb->encrypted && !priv->ieee->host_encrypt) {
10860 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT))
10973 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.h231 int host_encrypt; member in struct:hostap_tx_data
H A Dhostap_80211_tx.c407 if (local->host_encrypt) {
411 tx.host_encrypt = 1;
414 tx.host_encrypt = 0;
H A Dhostap_ioctl.c1174 else if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt &&
1179 local->host_encrypt = 1;
2179 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "host_encrypt" },
2421 local->host_encrypt = value;
2724 *param = local->host_encrypt;
3265 local->host_decrypt = local->host_encrypt = 1;
3483 local->host_decrypt = local->host_encrypt = 1;
H A Dhostap_main.c374 (encrypt_type == OTHER || local->host_encrypt))
H A Dhostap_wlan.h769 int host_encrypt; member in struct:local_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_module.c131 ieee->host_encrypt = 1;
H A Dieee80211_tx.c353 ieee->host_encrypt && crypt && crypt->ops;
H A Dieee80211_softmac.c826 encrypt = ieee->host_encrypt && crypt && crypt->ops &&
918 if (ieee->host_encrypt)
2830 if (!(ieee->host_encrypt || ieee->host_decrypt) &&
H A Dieee80211.h888 int host_encrypt; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_module.c132 ieee->host_encrypt = 1;
H A Dieee80211_tx.c650 ieee->host_encrypt && crypt && crypt->ops;
H A Dieee80211_softmac.c771 encrypt = ieee->host_encrypt && crypt && crypt->ops &&
2745 if (!(ieee->host_encrypt || ieee->host_decrypt) &&
H A Dieee80211.h2018 int host_encrypt; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_module.c131 ieee->host_encrypt = 1;
H A Dieee80211_tx.c649 ieee->host_encrypt && crypt && crypt->ops;
H A Dieee80211_softmac.c774 encrypt = ieee->host_encrypt && crypt && crypt->ops &&
932 if (ieee->host_encrypt)
1088 encrypt = ieee->host_encrypt && crypt && crypt->ops && ((0 == strcmp(crypt->ops->name,"WEP") || wpa_ie_len));
3060 if (!(ieee->host_encrypt || ieee->host_decrypt) &&
H A Dieee80211.h1212 int host_encrypt; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c132 ieee->host_encrypt = 1;
H A Dieee80211_tx.c638 ieee->host_encrypt && crypt && crypt->ops;
H A Dieee80211_softmac.c760 encrypt = ieee->host_encrypt && crypt && crypt->ops &&
2619 if (!(ieee->host_encrypt || ieee->host_decrypt) &&

Completed in 394 milliseconds

12