Searched refs:tSecurity (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCfg.c973 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "cmdBld_CfgSecureMode: change tSecurity mode from %d --> %d\n", pCmdBld->tSecurity.eSecurityMode, eSecurMode);
974 /* check if tSecurity mode is equal to previous one*/
975 if (pCmdBld->tSecurity.eSecurityMode == eSecurMode)
984 index < pCmdBld->tSecurity.uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS;
990 /* set the new tSecurity mode*/
991 pCmdBld->tSecurity.eSecurityMode = eSecurMode;
996 pCmdBld->tSecurity.eSecurityMode != TWD_CIPHER_CKIP,
H A DCmdBldCmd.c1110 if (keyIdx >= (pCmdBld->tSecurity.uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS))
1112 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_ERROR, "cmdBld_CmdAddKey: ERROR Key keyIndex field out of range =%d, range is (0 to %d)\n", pKey->keyIndex, pCmdBld->tSecurity.uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION+NO_OF_EXTRA_RECONF_SECUR_KEYS - 1);
1130 switch (pCmdBld->tSecurity.eSecurityMode)
1187 pCmdBld->tSecurity.eCurTxKeyType = pKey->keyType;
1250 switch (pCmdBld->tSecurity.eSecurityMode)
H A DCmdBld.c178 pCmdBld->tSecurity.eSecurityMode = TWD_CIPHER_NONE;
179 pCmdBld->tSecurity.uNumOfStations = uNumOfStations;
259 index < pCmdBld->tSecurity.uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS;
1708 if (pCmdBld->tSecurity.eSecurityMode != TWD_CIPHER_NONE)
1720 index < pCmdBld->tSecurity.uNumOfStations * NO_OF_RECONF_SECUR_KEYS_PER_STATION + NO_OF_EXTRA_RECONF_SECUR_KEYS;
2026 pParamInfo->content.rsnEncryptionStatus = pCmdBld->tSecurity.eSecurityMode;
H A DCmdBld.h213 TSecurity tSecurity; member in struct:__anon2282

Completed in 37 milliseconds