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 D | admCtrlWpa.c | 124 /* 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 D | admCtrlWpa2.c | 132 /* 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 D | admCtrlNone.c | 134 pAdmCtrl->broadcastSuite = TWD_CIPHER_NONE; 135 pAdmCtrl->unicastSuite = TWD_CIPHER_NONE; 274 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_NONE;
|
H A D | admCtrl.c | 256 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 D | keyDerive.c | 155 case TWD_CIPHER_NONE:
|
H A D | broadcastKeySM.c | 198 if (pPaeConfig->broadcastSuite == TWD_CIPHER_NONE)
|
H A D | unicastKeySM.c | 195 if (pPaeConfig->unicastSuite == TWD_CIPHER_NONE)
|
H A D | rsn.c | 472 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 D | apConn.c | 796 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 D | systemConfig.c | 279 if (rsnStatus == TWD_CIPHER_NONE)
|
H A D | assocSM.c | 1086 if (param.content.rsnEncryptionStatus != TWD_CIPHER_NONE)
|
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
H A D | CmdBld.c | 169 pCmdBld->tSecurity.eSecurityMode = TWD_CIPHER_NONE; 1671 if (pCmdBld->tSecurity.eSecurityMode != TWD_CIPHER_NONE)
|
/system/wlan/ti/wilink_6_1/Test/ |
H A D | siteMgrDebug.c | 946 if (param.content.rsnEncryptionStatus == TWD_CIPHER_NONE)
|
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
H A D | TWDriver.h | 913 /* 0 */ TWD_CIPHER_NONE = 0, /**< no cipher suite */ enumerator in enum:__anon1417
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
H A D | CmdInterpretWext.c | 1744 encr_mode = TWD_CIPHER_NONE;
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
H A D | cu_cmd.c | 5732 case TWD_CIPHER_NONE:
|
Completed in 2493 milliseconds