HomeSort by relevance Sort by last modified time
    Searched defs:KeyLength (Results 1 - 9 of 9) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
keyParserWep.h 77 UINT32 KeyLength; /* The length of the key data */
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 715 int32 KeyLength = oscl_strlen(PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM) + 1;
716 PvmiKeyType KvpKey = (PvmiKeyType)alloc.ALLOCATE(KeyLength);
723 oscl_strncpy(KvpKey, PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM, KeyLength);
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 288 int32 KeyLength = oscl_strlen(PVMF_FORMAT_SPECIFIC_INFO_KEY_YUV) + 1;
289 PvmiKeyType KvpKey = (PvmiKeyType)alloc.ALLOCATE(KeyLength);
296 oscl_strncpy(KvpKey, PVMF_FORMAT_SPECIFIC_INFO_KEY_YUV, KeyLength);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 174 UINT KeyLength; // length of key in bytes
192 UINT KeyLength; // length of key in bytes
driver_ndis.c 192 ULONG KeyLength;
202 ULONG KeyLength;
902 wep->KeyLength = key_len;
962 nkey->KeyLength = key_len;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
osDot11.h 307 /*KeyLength */
311 /* variable and depends upon the value of the KeyLength member. */
319 tiUINT32 KeyLength;
332 tiUINT32 KeyLength; /* length of key in bytes*/
  /external/wpa_supplicant/
driver_ndis.c 186 ULONG KeyLength;
196 ULONG KeyLength;
890 wep->KeyLength = key_len;
949 nkey->KeyLength = key_len;
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 277 /*KeyLength */
281 /* variable and depends upon the value of the KeyLength member. */
288 TI_UINT32 KeyLength;
299 TI_UINT32 KeyLength; /* length of key in bytes*/
  /system/wlan/ti/wilink_6_1/utils/
osDot11.h 275 /*KeyLength */
279 /* variable and depends upon the value of the KeyLength member. */
286 TI_UINT32 KeyLength;
297 TI_UINT32 KeyLength; /* length of key in bytes*/

Completed in 96 milliseconds