Searched refs:TWD_CIPHER_NONE (Results 1 - 16 of 16) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DadmCtrlWpa.c124 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0},
125 /* STA WEP40 */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0},
126 /* STA TKIP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0},
127 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0},
128 /* STA CCMP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,
[all...]
H A DadmCtrlWpa2.c132 /* STA NONE */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0},
133 /* STA WEP40 */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0},
134 /* STA TKIP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0},
135 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0},
136 /* STA CCMP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,
[all...]
H A DadmCtrlNone.c134 pAdmCtrl->broadcastSuite = TWD_CIPHER_NONE;
135 pAdmCtrl->unicastSuite = TWD_CIPHER_NONE;
274 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_NONE;
H A DadmCtrl.c256 pAdmCtrl->broadcastSuite = TWD_CIPHER_NONE;
257 pAdmCtrl->unicastSuite = TWD_CIPHER_NONE;
347 if(pAdmCtrl->unicastSuite==TWD_CIPHER_NONE)
560 if ((suite==TWD_CIPHER_NONE) || (suite==TWD_CIPHER_WEP) || (suite==TWD_CIPHER_WEP104))
572 else if (!Broadcast && (suite==TWD_CIPHER_NONE))
837 {RSN_EXT_AUTH_MODE_OPEN, TWD_CIPHER_NONE},
839 {RSN_EXT_AUTH_MODE_SHARED_KEY, TWD_CIPHER_NONE},
845 {RSN_EXT_AUTH_MODE_WPANONE, TWD_CIPHER_NONE}, /* No encryption in IBSS mode */
H A DkeyDerive.c155 case TWD_CIPHER_NONE:
H A DbroadcastKeySM.c198 if (pPaeConfig->broadcastSuite == TWD_CIPHER_NONE)
H A DunicastKeySM.c195 if (pPaeConfig->unicastSuite == TWD_CIPHER_NONE)
H A Drsn.c472 else if (suite == TWD_CIPHER_NONE && extAuthMode != RSN_EXT_AUTH_MODE_OPEN)
479 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_NONE;
483 else if (suite==TWD_CIPHER_NONE)
1167 case TWD_CIPHER_NONE:
H A DapConn.c796 case TWD_CIPHER_NONE:
2066 staPrivacySupported = (param.content.rsnEncryptionStatus == TWD_CIPHER_NONE) ? TI_FALSE : TI_TRUE;
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DsystemConfig.c279 if (rsnStatus == TWD_CIPHER_NONE)
H A DassocSM.c1086 if (param.content.rsnEncryptionStatus != TWD_CIPHER_NONE)
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.c169 pCmdBld->tSecurity.eSecurityMode = TWD_CIPHER_NONE;
1671 if (pCmdBld->tSecurity.eSecurityMode != TWD_CIPHER_NONE)
/system/wlan/ti/wilink_6_1/Test/
H A DsiteMgrDebug.c946 if (param.content.rsnEncryptionStatus == TWD_CIPHER_NONE)
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h913 /* 0 */ TWD_CIPHER_NONE = 0, /**< no cipher suite */ enumerator in enum:__anon1317
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c1744 encr_mode = TWD_CIPHER_NONE;
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c5732 case TWD_CIPHER_NONE:

Completed in 153 milliseconds