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

  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 128 * SNonce in frame 2, and 0 in frames 3 and 4.
346 u8 Snonce[WPA_NONCE_LEN];
348 /** Whether we should refrain from generating another SNonce */
  /external/syslinux/gpxe/src/net/80211/
wpa.c 334 if ( memcmp ( ctx->Anonce, ctx->Snonce, WPA_NONCE_LEN ) < 0 ) {
336 memcpy ( ptk_data.nonce2, ctx->Snonce, WPA_NONCE_LEN );
338 memcpy ( ptk_data.nonce1, ctx->Snonce, WPA_NONCE_LEN );
525 memcpy ( npkt->nonce, ctx->Snonce, sizeof ( npkt->nonce ) );
557 get_random_bytes ( ctx->Snonce, sizeof ( ctx->Snonce ) );
742 /* Mark us as needing a new Snonce if we rekey */
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 57 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */
416 * TPK-Key-Input = Hash(min(SNonce, ANonce) || max(SNonce, ANonce))
805 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
1081 * FTIE: ANonce=0, SNonce=initiator nonce MIC=0, DataKDs=(RSNIE_I,
1180 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN);
    [all...]

Completed in 74 milliseconds