Home
last modified time | relevance | path

Searched refs:WMAC_AUTH_WPA (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/drivers/staging/vt6655/
Dvntwifi.h71 WMAC_AUTH_WPA, enumerator
Dwcmd.c708 if (pMgmt->eAuthenMode >= WMAC_AUTH_WPA) { in vCommandTimer()
1129 …if(((pDevice->bLinkPass ==true)&&(pMgmt->eAuthenMode < WMAC_AUTH_WPA)) || //open && sharekey link…
Ddpc.c521 if ( (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in device_receive_frame()
1160 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_bHandleRxEncryption()
Dwpactl.c814 pMgmt->eAuthenMode = WMAC_AUTH_WPA; in wpa_set_associate()
Dwmgr.c2695 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA)||(pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK)) { in vMgrJoinBSSBegin()
3707 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_MgrMakeAssocRequest()
3756 else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA) { in s_MgrMakeAssocRequest()
3966 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_MgrMakeReAssocRequest()
4014 } else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA) { in s_MgrMakeReAssocRequest()
Diwctl.c1799 else pMgmt->eAuthenMode = WMAC_AUTH_WPA; in iwctl_siwauth()
Drxtx.c2745 (pDevice->pMgmt->eAuthenMode < WMAC_AUTH_WPA)) { in cbGetFragCount()
/linux-3.3/drivers/staging/vt6656/
Dwmgr.h138 WMAC_AUTH_WPA, enumerator
Ddpc.c535 if ( (pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in RXbBulkInProcessData()
1160 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_bHandleRxEncryption()
Dwpactl.c822 pMgmt->eAuthenMode = WMAC_AUTH_WPA; in wpa_set_associate()
Dwmgr.c2627 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in vMgrJoinBSSBegin()
3566 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_MgrMakeAssocRequest()
3615 else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA) { in s_MgrMakeAssocRequest()
3829 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_MgrMakeReAssocRequest()
3877 } else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA) { in s_MgrMakeReAssocRequest()
Dwcmd.c1292 …if(((pDevice->bLinkPass ==TRUE)&&(pMgmt->eAuthenMode < WMAC_AUTH_WPA)) || //open && sharekey link… in BSSvSecondTxData()
Diwctl.c1613 else pMgmt->eAuthenMode = WMAC_AUTH_WPA; in iwctl_siwauth()