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

/hardware/ti/wlan/wl1271/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))
584 else if (!Broadcast && (suite==TWD_CIPHER_NONE))
849 {RSN_EXT_AUTH_MODE_OPEN, TWD_CIPHER_NONE},
851 {RSN_EXT_AUTH_MODE_SHARED_KEY, TWD_CIPHER_NONE},
857 {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.c477 else if (suite == TWD_CIPHER_NONE && extAuthMode != RSN_EXT_AUTH_MODE_OPEN)
484 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_NONE;
488 else if (suite==TWD_CIPHER_NONE)
633 pRsn->pAdmCtrl->unicastSuite = TWD_CIPHER_NONE;
634 pRsn->pAdmCtrl->broadcastSuite = TWD_CIPHER_NONE;
1247 case TWD_CIPHER_NONE:
1627 tTwdParam.content.rsnEncryptionStatus = (ECipherSuite)TWD_CIPHER_NONE;
H A DapConn.c805 case TWD_CIPHER_NONE:
2063 staPrivacySupported = (param.content.rsnEncryptionStatus == TWD_CIPHER_NONE) ? TI_FALSE : TI_TRUE;
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DsystemConfig.c281 if (rsnStatus == TWD_CIPHER_NONE)
H A DassocSM.c1095 if (param.content.rsnEncryptionStatus != TWD_CIPHER_NONE)
1364 ECipherSuite eCipherSuite = TWD_CIPHER_NONE; /* To be used for checking whether
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBld.c178 pCmdBld->tSecurity.eSecurityMode = TWD_CIPHER_NONE;
1708 if (pCmdBld->tSecurity.eSecurityMode != TWD_CIPHER_NONE)
/hardware/ti/wlan/wl1271/Test/
H A DsiteMgrDebug.c977 if (param.content.rsnEncryptionStatus == TWD_CIPHER_NONE)
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.h925 /* 0 */ TWD_CIPHER_NONE = 0, /**< no cipher suite */ enumerator in enum:__anon2600
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c1903 encr_mode = TWD_CIPHER_NONE;
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c5800 case TWD_CIPHER_NONE:

Completed in 158 milliseconds