Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dvntwifi.h70 WMAC_AUTH_WPA, enumerator
Dwcmd.c640 if (pMgmt->eAuthenMode >= WMAC_AUTH_WPA) in vCommandTimer()
1012 if ((pDevice->bLinkPass && (pMgmt->eAuthenMode < WMAC_AUTH_WPA)) || in BSSvSecondTxData()
Ddpc.c460 if ((pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in device_receive_frame()
1003 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_bHandleRxEncryption()
Dwpactl.c719 pMgmt->eAuthenMode = WMAC_AUTH_WPA; in wpa_set_associate()
Dwmgr.c2457 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || (pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK)) { in vMgrJoinBSSBegin()
3369 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_MgrMakeAssocRequest()
3417 else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA) in s_MgrMakeAssocRequest()
3613 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_MgrMakeReAssocRequest()
3661 else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA) in s_MgrMakeReAssocRequest()
Diwctl.c1572 pMgmt->eAuthenMode = WMAC_AUTH_WPA; in iwctl_siwauth()
Drxtx.c2553 (pDevice->pMgmt->eAuthenMode < WMAC_AUTH_WPA)) { in cbGetFragCount()