Home
last modified time | relevance | path

Searched refs:bWPADEVUp (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/staging/vt6656/
Dioctl.c491 pDevice->bWPADEVUp = TRUE; in private_ioctl()
495 pDevice->bWPADEVUp = FALSE; in private_ioctl()
Ddevice.h820 BOOL bWPADEVUp; member
Dmain_usb.c688 if (pDevice->bWPADEVUp==TRUE) { in device_release_WPADEV()
705 while(pDevice->bWPADEVUp==TRUE) { in device_release_WPADEV()
1107 pDevice->bWPADEVUp = FALSE; in device_open()
Dbssdb.c1182 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in BSSvSecondCallBack()
1260 if(pDevice->bWPADEVUp) in BSSvSecondCallBack()
Ddpc.c895 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in RXbBulkInProcessData()
Dwmgr.c976 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in s_vMgrRxAssocResponse()
1611 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in s_vMgrRxDisassociation()
1715 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in s_vMgrRxDeauthentication()
/linux-2.6.39/drivers/staging/vt6655/
Dioctl.c501 pDevice->bWPADEVUp = true; in private_ioctl()
505 pDevice->bWPADEVUp = false; in private_ioctl()
Ddevice.h797 bool bWPADEVUp; member
Dbssdb.c1279 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in BSSvSecondCallBack()
1316 if(pDevice->bWPADEVUp) in BSSvSecondCallBack()
Ddevice_main.c879 if (pDevice->bWPADEVUp==true) { in device_release_WPADEV()
896 while((pDevice->bWPADEVUp==true)) { in device_release_WPADEV()
1996 pDevice->bWPADEVUp = false; in device_open()
Ddpc.c866 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in device_receive_frame()
Dwmgr.c1050 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in s_vMgrRxAssocResponse()
1696 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in s_vMgrRxDisassociation()
1783 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in s_vMgrRxDeauthentication()