Home
last modified time | relevance | path

Searched refs:eAuthenMode (Results 1 – 23 of 23) sorted by relevance

/linux-2.6.39/drivers/staging/vt6656/
Dwpactl.c458 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in wpa_set_wpa()
796 pMgmt->eAuthenMode = WMAC_AUTH_SHAREKEY; in wpa_set_associate()
798 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in wpa_set_associate()
801 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in wpa_set_associate()
803 pMgmt->eAuthenMode = WMAC_AUTH_WPA2; in wpa_set_associate()
806 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in wpa_set_associate()
808 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in wpa_set_associate()
810 pMgmt->eAuthenMode = WMAC_AUTH_WPA; in wpa_set_associate()
840 if (pMgmt->eAuthenMode == WMAC_AUTH_SHAREKEY) { //@wep-sharekey in wpa_set_associate()
844 else if (pMgmt->eAuthenMode == WMAC_AUTH_OPEN) { in wpa_set_associate()
[all …]
Dwpa2.c276 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in WPA2uSetIEs()
277 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) && in WPA2uSetIEs()
321 if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK) { in WPA2uSetIEs()
323 } else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) { in WPA2uSetIEs()
341 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2)) { in WPA2uSetIEs()
Ddpc.c535 if ( (pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in RXbBulkInProcessData()
536 (pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || in RXbBulkInProcessData()
537 (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) || in RXbBulkInProcessData()
538 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in RXbBulkInProcessData()
539 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) { in RXbBulkInProcessData()
829 if (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in RXbBulkInProcessData()
1178 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_bHandleRxEncryption()
1179 (pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || in s_bHandleRxEncryption()
1180 (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) || in s_bHandleRxEncryption()
1181 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in s_bHandleRxEncryption()
[all …]
Dwmgr.c2347 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) && in vMgrCreateOwnIBSS()
2544 if (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in vMgrCreateOwnIBSS()
2639 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in vMgrJoinBSSBegin()
2640 (pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK)) { in vMgrJoinBSSBegin()
2738 if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) { in vMgrJoinBSSBegin()
2819 if (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in vMgrJoinBSSBegin()
3095 …if ((pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || //networkmanager 0.7.0 does not give the… in Encyption_Rebuild()
3096 …(pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) { // so we need re-selsect it according to real… in Encyption_Rebuild()
3098 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in Encyption_Rebuild()
3109 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in Encyption_Rebuild()
[all …]
Diwctl.c1617 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in iwctl_siwauth()
1618 else pMgmt->eAuthenMode = WMAC_AUTH_WPA2; in iwctl_siwauth()
1621 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in iwctl_siwauth()
1623 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in iwctl_siwauth()
1624 else pMgmt->eAuthenMode = WMAC_AUTH_WPA; in iwctl_siwauth()
1659 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in iwctl_siwauth()
Dwmgr.h320 WMAC_AUTHENTICATION_MODE eAuthenMode; member
Dhostap.c414 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in hostap_set_generic_element()
420 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in hostap_set_generic_element()
Ddevice.h227 signed int eAuthenMode; /* open/wep/wpa */ member
Dmain_usb.c1494 pDevice->config_file.eAuthenMode = -1; in Read_config_file()
1526 pDevice->config_file.eAuthenMode = (int) simple_strtol(tmpbuffer, NULL, 10); in Read_config_file()
Dwcmd.c1292 …if(((pDevice->bLinkPass ==TRUE)&&(pMgmt->eAuthenMode < WMAC_AUTH_WPA)) || //open && sharekey link… in BSSvSecondTxData()
Dbssdb.c487 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || (pBSSList->bWPA2Valid == TRUE)) { in BSSbInsertToBSSList()
Drxtx.c1739 if (pDevice->sMgmtObj.eAuthenMode == WMAC_AUTH_WPANONE) { in s_bPacketToWirelessUsb()
/linux-2.6.39/drivers/staging/vt6655/
Dwpactl.c467 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in wpa_set_wpa()
798 pMgmt->eAuthenMode = WMAC_AUTH_SHAREKEY; in wpa_set_associate()
800 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in wpa_set_associate()
803 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in wpa_set_associate()
805 pMgmt->eAuthenMode = WMAC_AUTH_WPA2; in wpa_set_associate()
808 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in wpa_set_associate()
810 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in wpa_set_associate()
812 pMgmt->eAuthenMode = WMAC_AUTH_WPA; in wpa_set_associate()
839 if (pMgmt->eAuthenMode == WMAC_AUTH_SHAREKEY) { in wpa_set_associate()
844 else if (pMgmt->eAuthenMode == WMAC_AUTH_OPEN) { in wpa_set_associate()
[all …]
Dwpa2.c278 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in WPA2uSetIEs()
279 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) && in WPA2uSetIEs()
323 if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK) { in WPA2uSetIEs()
325 } else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) { in WPA2uSetIEs()
343 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2)) { in WPA2uSetIEs()
Ddpc.c521 if ( (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in device_receive_frame()
522 (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || in device_receive_frame()
523 (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) || in device_receive_frame()
524 (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in device_receive_frame()
525 (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) { in device_receive_frame()
797 if (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in device_receive_frame()
1178 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_bHandleRxEncryption()
1179 (pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || in s_bHandleRxEncryption()
1180 (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) || in s_bHandleRxEncryption()
1181 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in s_bHandleRxEncryption()
[all …]
Dwmgr.c2410 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) && in vMgrCreateOwnIBSS()
2578 if (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in vMgrCreateOwnIBSS()
2707 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA)||(pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK)) { in vMgrJoinBSSBegin()
2805 if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) { in vMgrJoinBSSBegin()
2832 if (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in vMgrJoinBSSBegin()
3037 if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) { in s_vMgrSynchBSS()
3107 …if ((pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || //networkmanager 0.7.0 does not give the… in Encyption_Rebuild()
3108 …(pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) { // so we need re-selsect it according to real… in Encyption_Rebuild()
3110 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in Encyption_Rebuild()
3121 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in Encyption_Rebuild()
[all …]
Dwmgr.h318 WMAC_AUTHENTICATION_MODE eAuthenMode; member
Diwctl.c1804 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in iwctl_siwauth()
1805 else pMgmt->eAuthenMode = WMAC_AUTH_WPA2; in iwctl_siwauth()
1808 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in iwctl_siwauth()
1810 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in iwctl_siwauth()
1811 else pMgmt->eAuthenMode = WMAC_AUTH_WPA; in iwctl_siwauth()
1841 pMgmt->eAuthenMode = false; in iwctl_siwauth()
Dhostap.c419 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in hostap_set_generic_element()
425 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in hostap_set_generic_element()
Dvntwifi.c317 pMgmt->eAuthenMode = eAuthMode; in VNTWIFIvSetAuthenticationMode()
Dwcmd.c708 if (pMgmt->eAuthenMode >= WMAC_AUTH_WPA) { in vCommandTimer()
1129 …if(((pDevice->bLinkPass ==true)&&(pMgmt->eAuthenMode < WMAC_AUTH_WPA)) || //open && sharekey link…
Dbssdb.c492 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || (pBSSList->bWPA2Valid == true)) { in BSSbInsertToBSSList()
Drxtx.c1526 if (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in s_cbFillTxBufHead()
2745 (pDevice->pMgmt->eAuthenMode < WMAC_AUTH_WPA)) { in cbGetFragCount()