Searched refs:Anonce (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | tdls.c | 57 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */ member 805 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); in wpa_tdls_send_teardown() 1281 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); in wpa_tdls_send_tpk_m2() 1373 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); in wpa_tdls_send_tpk_m3() 2390 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN); in wpa_tdls_process_tpk_m2() 2561 if (os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) != 0) { in wpa_tdls_process_tpk_m3()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | tdls.c | 57 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */ member 821 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); 1297 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); 1389 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN); 2469 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN); 2640 if (os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) != 0) {
|
Completed in 6 milliseconds