Searched refs:eAuthenMode (Results 1 – 11 of 11) sorted by relevance
416 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in wpa_set_wpa()705 pMgmt->eAuthenMode = WMAC_AUTH_SHAREKEY; in wpa_set_associate()707 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in wpa_set_associate()710 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in wpa_set_associate()712 pMgmt->eAuthenMode = WMAC_AUTH_WPA2; in wpa_set_associate()715 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in wpa_set_associate()717 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in wpa_set_associate()719 pMgmt->eAuthenMode = WMAC_AUTH_WPA; in wpa_set_associate()746 if (pMgmt->eAuthenMode == WMAC_AUTH_SHAREKEY) { in wpa_set_associate()749 } else if (pMgmt->eAuthenMode == WMAC_AUTH_OPEN) { in wpa_set_associate()[all …]
275 if (((pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in WPA2uSetIEs()276 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) && in WPA2uSetIEs()319 if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK) in WPA2uSetIEs()321 else if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) in WPA2uSetIEs()339 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2)) { in WPA2uSetIEs()
460 if ((pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in device_receive_frame()461 (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || in device_receive_frame()462 (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) || in device_receive_frame()463 (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in device_receive_frame()464 (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) { in device_receive_frame()689 if (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in device_receive_frame()1003 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || in s_bHandleRxEncryption()1004 (pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || in s_bHandleRxEncryption()1005 (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) || in s_bHandleRxEncryption()1006 (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || in s_bHandleRxEncryption()[all …]
2194 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) && in vMgrCreateOwnIBSS()2339 if (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in vMgrCreateOwnIBSS()2457 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA) || (pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK)) { in vMgrJoinBSSBegin()2530 if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) { in vMgrJoinBSSBegin()2554 if (pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in vMgrJoinBSSBegin()2733 if (pMgmt->eAuthenMode == WMAC_AUTH_WPA2) in s_vMgrSynchBSS()2774 …if ((pMgmt->eAuthenMode == WMAC_AUTH_WPAPSK) || //networkmanager 0.7.0 does not give the… in Encyption_Rebuild()2775 …(pMgmt->eAuthenMode == WMAC_AUTH_WPA2PSK)) { // so we need re-select it according to real … in Encyption_Rebuild()2777 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in Encyption_Rebuild()2786 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in Encyption_Rebuild()[all …]
1563 pMgmt->eAuthenMode = WMAC_AUTH_WPA2PSK; in iwctl_siwauth()1565 pMgmt->eAuthenMode = WMAC_AUTH_WPA2; in iwctl_siwauth()1568 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in iwctl_siwauth()1570 pMgmt->eAuthenMode = WMAC_AUTH_WPAPSK; in iwctl_siwauth()1572 pMgmt->eAuthenMode = WMAC_AUTH_WPA; in iwctl_siwauth()1601 pMgmt->eAuthenMode = false; in iwctl_siwauth()
249 WMAC_AUTHENTICATION_MODE eAuthenMode; member
358 pMgmt->eAuthenMode = WMAC_AUTH_OPEN; in hostap_set_generic_element()364 pMgmt->eAuthenMode = WMAC_AUTH_WPANONE; in hostap_set_generic_element()
640 if (pMgmt->eAuthenMode >= WMAC_AUTH_WPA) in vCommandTimer()1012 if ((pDevice->bLinkPass && (pMgmt->eAuthenMode < WMAC_AUTH_WPA)) || in BSSvSecondTxData()
313 pMgmt->eAuthenMode = eAuthMode; in VNTWIFIvSetAuthenticationMode()
434 if ((pMgmt->eAuthenMode == WMAC_AUTH_WPA2) || pBSSList->bWPA2Valid) { in BSSbInsertToBSSList()
1494 if (pDevice->pMgmt->eAuthenMode == WMAC_AUTH_WPANONE) { in s_cbFillTxBufHead()2553 (pDevice->pMgmt->eAuthenMode < WMAC_AUTH_WPA)) { in cbGetFragCount()