Home
last modified time | relevance | path

Searched refs:bEnableHostWEP (Results 1 – 16 of 16) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Dwroute.c115 if (pDevice->bEnableHostWEP) { in ROUTEbRelay()
Dioctl.c481 pDevice->bEnableHostWEP = true; in private_ioctl()
485 pDevice->bEnableHostWEP = false; in private_ioctl()
Drxtx.c1592 if (pDevice->bEnableHostWEP) { in s_cbFillTxBufHead()
1697 if (pDevice->bEnableHostWEP) { in s_cbFillTxBufHead()
1828 if (pDevice->bEnableHostWEP) { in s_cbFillTxBufHead()
1957 if (pDevice->bEnableHostWEP) { in s_cbFillTxBufHead()
2902 if (pDevice->bEnableHostWEP) { in vDMA0_tx_80211()
2908 if (pDevice->bEnableHostWEP) { in vDMA0_tx_80211()
3073 if (pDevice->bEnableHostWEP) { in vDMA0_tx_80211()
3124 if (pDevice->bEnableHostWEP) { in vDMA0_tx_80211()
Ddevice.h815 bool bEnableHostWEP; member
Dhostap.c158 pDevice->bEnableHostWEP = false; in hostap_disable_hostapd()
Dwcmd.c775 if (pDevice->bEnableHostWEP == true) in vCommandTimer()
Ddevice_main.c2219 if (pDevice->bEnableHostWEP) { in device_dma0_xmit()
2418 if (pDevice->bEnableHostWEP) { in device_xmit()
2564 if (pDevice->bEnableHostWEP) { in device_xmit()
Ddpc.c484 if ((pDevice->bEnableHostWEP) && (iSANodeIndex >= 0)) { in device_receive_frame()
Dbssdb.c962 if (!pDevice->bEnableHostWEP) in BSSvAddMulticastNode()
/linux-2.6.39/drivers/staging/vt6656/
Dioctl.c469 pDevice->bEnableHostWEP = TRUE; in private_ioctl()
473 pDevice->bEnableHostWEP = FALSE; in private_ioctl()
Drxtx.c1695 if (pDevice->bEnableHostWEP) { in s_bPacketToWirelessUsb()
2441 if (pDevice->bEnableHostWEP) { in vDMA0_tx_80211()
2447 if (pDevice->bEnableHostWEP) { in vDMA0_tx_80211()
2615 if (pDevice->bEnableHostWEP) { in vDMA0_tx_80211()
2665 if (pDevice->bEnableHostWEP) { in vDMA0_tx_80211()
2917 if (pDevice->bEnableHostWEP) { in nsDMA_tx_packet()
3043 if (pDevice->bEnableHostWEP) { in nsDMA_tx_packet()
3175 if (pDevice->bEnableHostWEP) { in bRelayPacketSend()
Ddevice.h836 BOOL bEnableHostWEP; member
Dhostap.c159 pDevice->bEnableHostWEP = FALSE; in hostap_disable_hostapd()
Dwcmd.c784 if (pDevice->bEnableHostWEP == TRUE) in vRunCommand()
Ddpc.c498 if ((pDevice->bEnableHostWEP) && (iSANodeIndex >= 0)) { in RXbBulkInProcessData()
Dbssdb.c914 if (!pDevice->bEnableHostWEP) in BSSvAddMulticastNode()