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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_tx.c263 int ether_type, encrypt, host_encrypt, host_encrypt_msdu, host_build_iv; local
301 host_encrypt = ieee->host_encrypt && encrypt && crypt;
315 if (host_encrypt || host_build_iv)
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 || host_build_iv)
502 if (host_encrypt)
[all...]
H A Dieee80211_module.c170 ieee->host_encrypt = 1;
H A Dieee80211_wx.c310 int host_crypto = ieee->host_encrypt || ieee->host_decrypt || ieee->host_build_iv;
579 !(ieee->host_encrypt || ieee->host_decrypt ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.h231 int host_encrypt; member in struct:hostap_tx_data
H A Dhostap_80211_tx.c402 if (local->host_encrypt) {
406 tx.host_encrypt = 1;
409 tx.host_encrypt = 0;
H A Dhostap_ioctl.c1196 else if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt &&
1201 local->host_encrypt = 1;
2201 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "host_encrypt" },
2443 local->host_encrypt = value;
2745 *param = local->host_encrypt;
3287 local->host_decrypt = local->host_encrypt = 1;
3504 local->host_decrypt = local->host_encrypt = 1;
H A Dhostap_main.c374 (encrypt_type == OTHER || local->host_encrypt))
H A Dhostap_wlan.h761 int host_encrypt; member in struct:local_info
H A Dhostap_hw.c2752 * host_encrypt as a default for them. Firmware version 1.4.9 is the
2758 if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt &&
2763 local->host_encrypt = 1;
H A Dhostap_ap.c2789 sta->crypt && tx->host_encrypt) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_xmit.c317 if (encrypt_frame && !bcm->ieee->host_encrypt) {
H A Dbcm43xx_wx.c695 bcm->ieee->host_encrypt = !!on;
714 on = bcm->ieee->host_encrypt;
H A Dbcm43xx_main.c3848 !bcm->ieee->host_encrypt) {
3976 bcm->ieee->host_encrypt = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h1009 int host_encrypt; member in struct:ieee80211_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c5901 if (priv->ieee->host_encrypt)
5927 if (priv->ieee->host_encrypt)
6680 priv->ieee->host_encrypt = 0;
6685 priv->ieee->host_encrypt = 0;
8455 priv->ieee->host_encrypt = 0;
10176 if (txb->encrypted && !priv->ieee->host_encrypt) {
10784 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT))
10897 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c1229 ieee->host_encrypt = 1;

Completed in 224 milliseconds