Searched refs:KeyIndex (Results 1 - 21 of 21) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DkeyParserWep.c140 if (pKeyDesc->KeyIndex & WEP_KEY_REMAIN_BITS_MASK)
149 securityKey.keyIndex = pKeyDesc->KeyIndex;
154 pKeyDesc->KeyIndex, pKeyDesc->KeyLength));
166 if (pKeyDesc->KeyIndex & WEP_KEY_TRANSMIT_MASK)
198 if (pKeyDesc->KeyIndex & WEP_KEY_TRANSMIT_MASK)
205 encodedKeyMaterial.keyId = pKeyDesc->KeyIndex;
H A DkeyParserExternal.c148 if (pKeyDesc->KeyIndex & EXT_KEY_RSC_KEY_MASK)
198 if (pKeyDesc->KeyIndex & EXT_KEY_SUPP_AUTHENTICATOR_MASK)
209 if (pKeyDesc->KeyIndex & EXT_KEY_REMAIN_BITS_MASK)
252 encodedKeyMaterial.keyId = pKeyDesc->KeyIndex;
256 pKeyDesc->KeyIndex, pKeyDesc->KeyLength
259 if (pKeyDesc->KeyIndex & EXT_KEY_PAIRWISE_GROUP_MASK)
262 if (!wepKey && (pKeyDesc->KeyIndex & 0xff))
275 if (pKeyDesc->KeyIndex & EXT_KEY_TRANSMIT_MASK)
330 if (pKeyDesc->KeyIndex & EXT_KEY_TRANSMIT_MASK)
365 if (pKeyDesc->KeyIndex
[all...]
H A DkeyParserExternal.h80 UINT32 KeyIndex; /* The key index to add or remove */ member in struct:__anon665
H A DkeyParserWep.h76 UINT32 KeyIndex; /* The key index to add or remove */ member in struct:__anon666
H A Drsn.c503 rsnOsKey.KeyIndex = pRsn->keys[keyIndex].keyIndex;
523 rsnOsKey.KeyIndex |= 0x80000000;
911 ("RSN: Set RSN_ADD_KEY_PARAM KeyIndex %x , keyLength=%d\n",
912 pParam->content.rsnOsKey.KeyIndex,pParam->content.rsnOsKey.KeyLength));
913 keyIndex = (UINT8)pParam->content.rsnOsKey.KeyIndex;
927 pRsn->keys[keyIndex].keyIndex = pParam->content.rsnOsKey.KeyIndex;
937 if (pParam->content.rsnOsKey.KeyIndex & 0x80000000)
979 ("RSN: Set RSN_REMOVE_KEY_PARAM KeyIndex %x \n",
980 pParam->content.rsnOsKey.KeyIndex));
981 keyIndex = (UINT8)pParam->content.rsnOsKey.KeyIndex;
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DkeyParserWep.c137 if (pKeyDesc->KeyIndex & WEP_KEY_REMAIN_BITS_MASK)
145 securityKey.keyIndex = pKeyDesc->KeyIndex;
148 TRACE2(pKeyParser->hReport, REPORT_SEVERITY_INFORMATION, "WEP_KEY_PARSER: Key received keyId=%x, keyLen=%d\n", pKeyDesc->KeyIndex, pKeyDesc->KeyLength);
159 if (pKeyDesc->KeyIndex & WEP_KEY_TRANSMIT_MASK)
190 if (pKeyDesc->KeyIndex & WEP_KEY_TRANSMIT_MASK)
196 encodedKeyMaterial.keyId = pKeyDesc->KeyIndex;
H A DkeyParserExternal.c146 if (pKeyDesc->KeyIndex & EXT_KEY_RSC_KEY_MASK)
194 if (pKeyDesc->KeyIndex & EXT_KEY_SUPP_AUTHENTICATOR_MASK)
204 if (pKeyDesc->KeyIndex & EXT_KEY_REMAIN_BITS_MASK)
247 encodedKeyMaterial.keyId = pKeyDesc->KeyIndex;
249 TRACE2(pKeyParser->hReport, REPORT_SEVERITY_INFORMATION, "EXT_KEY_PARSER: Key received keyId=%x, keyLen=%d \n", pKeyDesc->KeyIndex, pKeyDesc->KeyLength );
251 if (pKeyDesc->KeyIndex & EXT_KEY_PAIRWISE_GROUP_MASK)
254 if (!wepKey && (pKeyDesc->KeyIndex & 0xff))
265 if (pKeyDesc->KeyIndex & EXT_KEY_TRANSMIT_MASK)
318 if (pKeyDesc->KeyIndex & EXT_KEY_TRANSMIT_MASK)
352 if (pKeyDesc->KeyIndex
[all...]
H A DkeyParserExternal.h79 TI_UINT32 KeyIndex; /* The key index to add or remove */ member in struct:__anon1672
H A Drsn.c502 rsnOsKey.KeyIndex = pRsn->keys[keyIndex].keyIndex;
520 rsnOsKey.KeyIndex |= 0x80000000;
843 TRACE2(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: Set RSN_ADD_KEY_PARAM KeyIndex %x , keyLength=%d\n", pParam->content.rsnOsKey.KeyIndex,pParam->content.rsnOsKey.KeyLength);
844 keyIndex = (TI_UINT8)pParam->content.rsnOsKey.KeyIndex;
864 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "Set RSN_ADD_KEY_PARAM KeyIndex %x\n", keyIndex);
871 pRsn->keys[keyIndex].keyIndex = pParam->content.rsnOsKey.KeyIndex;
881 if (pParam->content.rsnOsKey.KeyIndex & 0x80000000)
920 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: Set RSN_REMOVE_KEY_PARAM KeyIndex %x \n", pParam->content.rsnOsKey.KeyIndex);
[all...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_common.c314 key.KeyIndex = (pKey->KeyIndex & 0x80000000) | (pKey->KeyIndex & 0x3FFFFFFF);
327 S32 CuCommon_RemoveKey(THandle hCuCommon, U32 KeyIndex) argument
334 key.KeyIndex = KeyIndex;
H A Dwpa_core.c383 WepKeyIndx = pKey->KeyIndex & 0x7FFFFFFF;
385 if ((pKey->KeyIndex & 0x80000000) == 0x80000000)
H A Dcu_cmd.c6090 data.KeyIndex = def_flag | key_id;
/system/wlan/ti/wilink_6_1/utils/
H A DosDot11.h271 /*KeyIndex */
285 TI_UINT32 KeyIndex; member in struct:_OS_802_11_WEP
296 TI_UINT32 KeyIndex; member in struct:_OS_802_11_KEY
306 TI_UINT32 KeyIndex; member in struct:_OS_802_11_REMOVE_KEY
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
H A Dcu_common.h74 S32 CuCommon_RemoveKey(THandle hCuCommon, U32 KeyIndex);
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DosDot11.h303 /*KeyIndex */
318 tiUINT32 KeyIndex;
331 tiUINT32 KeyIndex; member in struct:_OS_802_11_KEY
343 tiUINT32 KeyIndex;
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
H A Ddriver_ti.c513 myKey.KeyIndex = key_idx;
561 myKey.KeyIndex = key_idx;
572 myKey.KeyIndex |= TIWLAN_KEY_FLAGS_SET_KEY_RSC;
576 myKey.KeyIndex |= TIWLAN_KEY_FLAGS_TRANSMIT;
580 myKey.KeyIndex |= TIWLAN_KEY_FLAGS_PAIRWISE;
597 myWepKey.KeyIndex = key_idx;
604 myWepKey.KeyIndex |= TIWLAN_KEY_FLAGS_TRANSMIT;
605 wpa_printf(MSG_DEBUG, "setting this key to be the index: 0x%x", myWepKey.KeyIndex);
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c968 pParam->content.rsnOsKey.KeyIndex = index;
1139 pParam->content.rsnOsKey.KeyIndex = wrqu->encoding.flags & IW_ENCODE_INDEX;
1140 pParam->content.rsnOsKey.KeyIndex -= 1;
1144 pParam->content.rsnOsKey.KeyIndex |= TIWLAN_KEY_FLAGS_TRANSMIT;
1149 pParam->content.rsnOsKey.KeyIndex |= TIWLAN_KEY_FLAGS_PAIRWISE;
1155 pParam->content.rsnOsKey.KeyIndex |= TIWLAN_KEY_FLAGS_SET_KEY_RSC;
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosUtil.c2700 if ((pWep->KeyIndex & 0x3FFFFFFF) > 3)
2707 NdisMoveMemory(&pAdapter->DefaultWepKeys[pWep->KeyIndex & 0x3FFFFFFF],
2713 keyIndexTxRx = (pWep->KeyIndex & 0x80000000);
2715 key.KeyIndex = keyIndexTxRx | /*(keyIndexTxRx>>1) |*/
2716 (pWep->KeyIndex & 0x3FFFFFFF);
2758 key.KeyIndex = keyIndex;
2813 key.KeyIndex = pRemoveKey->KeyIndex;
H A DosRgstry.c4147 pAdapter->DefaultWepKeys[i].KeyIndex = i;
4149 pAdapter->DefaultWepKeys[i].KeyIndex |= 0x80000000;
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c4611 pAdapter->DefaultWepKeys[i].KeyIndex = i;
4613 pAdapter->DefaultWepKeys[i].KeyIndex |= 0x80000000;
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dcu_cmd.c4028 data.KeyIndex = def_flag | key_id;

Completed in 142 milliseconds