Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/vt6655/
Dioctl.c463 pDevice->bWPADEVUp = true; in private_ioctl()
466 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.c873 if (pDevice->bWPADEVUp==true) { in device_release_WPADEV()
890 while((pDevice->bWPADEVUp==true)) { in device_release_WPADEV()
1990 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()
/linux-3.4.99/drivers/staging/vt6656/
Dioctl.c451 pDevice->bWPADEVUp = TRUE; in private_ioctl()
454 pDevice->bWPADEVUp = FALSE; in private_ioctl()
Ddevice.h820 BOOL bWPADEVUp; member
Dmain_usb.c681 if (pDevice->bWPADEVUp==TRUE) { in device_release_WPADEV()
698 while(pDevice->bWPADEVUp==TRUE) { in device_release_WPADEV()
1092 pDevice->bWPADEVUp = FALSE; in device_open()
Dbssdb.c1104 if ((pDevice->bWPADEVUp) && (pDevice->skb != NULL)) { in BSSvSecondCallBack()
1179 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()