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

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 177 UCHAR KeyMaterial[1]; // variable length depending on above field
193 UCHAR KeyMaterial[1];// variable length depending on above field
driver_ndis.c 193 UCHAR KeyMaterial[1];
205 UCHAR KeyMaterial[1];
903 os_memcpy(wep->KeyMaterial, key, key_len);
969 os_memcpy(nkey->KeyMaterial, key, 16);
970 os_memcpy(nkey->KeyMaterial + 16, key + 24, 8);
971 os_memcpy(nkey->KeyMaterial + 24, key + 16, 8);
973 os_memcpy(nkey->KeyMaterial, key, key_len);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
osDot11.h 308 /* Specifies the length of the KeyMaterial character array in bytes. */
309 /*KeyMaterial */
320 tiUINT8 KeyMaterial [32];
335 tiUINT8 KeyMaterial[32]; /* variable length depending on above field*/
  /external/wpa_supplicant/
driver_ndis.c 187 UCHAR KeyMaterial[1];
199 UCHAR KeyMaterial[1];
891 os_memcpy(wep->KeyMaterial, key, key_len);
956 os_memcpy(nkey->KeyMaterial, key, 16);
957 os_memcpy(nkey->KeyMaterial + 16, key + 24, 8);
958 os_memcpy(nkey->KeyMaterial + 24, key + 16, 8);
960 os_memcpy(nkey->KeyMaterial, key, key_len);
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 278 /* Specifies the length of the KeyMaterial character array in bytes. */
279 /*KeyMaterial */
289 TI_UINT8 KeyMaterial [32];
302 TI_UINT8 KeyMaterial[32]; /* variable length depending on above field*/
  /system/wlan/ti/wilink_6_1/utils/
osDot11.h 276 /* Specifies the length of the KeyMaterial character array in bytes. */
277 /*KeyMaterial */
287 TI_UINT8 KeyMaterial [32];
300 TI_UINT8 KeyMaterial[32]; /* variable length depending on above field*/

Completed in 105 milliseconds