Searched refs:Anonce (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/gpxe/src/net/80211/ |
D | wpa.c | 334 if ( memcmp ( ctx->Anonce, ctx->Snonce, WPA_NONCE_LEN ) < 0 ) { in wpa_derive_ptk() 335 memcpy ( ptk_data.nonce1, ctx->Anonce, WPA_NONCE_LEN ); in wpa_derive_ptk() 339 memcpy ( ptk_data.nonce2, ctx->Anonce, WPA_NONCE_LEN ); in wpa_derive_ptk() 555 memcpy ( ctx->Anonce, pkt->nonce, sizeof ( ctx->Anonce ) ); in wpa_handle_1_of_4() 656 if ( memcmp ( ctx->Anonce, pkt->nonce, WPA_NONCE_LEN ) != 0 ) { in wpa_handle_3_of_4()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | wpa.h | 343 u8 Anonce[WPA_NONCE_LEN]; member
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | tdls.c | 56 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */ member 789 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); in wpa_tdls_send_teardown() 1264 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); in wpa_tdls_send_tpk_m2() 1356 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); in wpa_tdls_send_tpk_m3() 2351 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN); in wpa_tdls_process_tpk_m2() 2522 if (os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) != 0) { in wpa_tdls_process_tpk_m3()
|