HomeSort by relevance Sort by last modified time
    Searched refs:GNonce (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 148 u8 GNonce[WPA_NONCE_LEN];
wpa_auth.c 1069 const u8 *gnonce, u8 *gtk, size_t gtk_len)
1076 * AA || GNonce || Time || random data)
1078 * GNonce as inputs here. Add some more entropy since this derivation
1083 os_memcpy(data + ETH_ALEN, gnonce, WPA_NONCE_LEN);
    [all...]

Completed in 309 milliseconds