Searched refs:Snonce (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | tdls.c | 58 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */ member 806 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN); in wpa_tdls_send_teardown() 1181 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN); in wpa_tdls_send_tpk_m1() 1282 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN); in wpa_tdls_send_tpk_m2() 1374 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN); in wpa_tdls_send_tpk_m3() 2038 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0 || in wpa_tdls_process_tpk_m1() 2049 os_memcpy(peer->inonce, ftie->Snonce, WPA_NONCE_LEN); in wpa_tdls_process_tpk_m1() 2382 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0) { in wpa_tdls_process_tpk_m2() 2567 if (os_memcmp(peer->inonce, ftie->Snonce, 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 | 58 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */ member 822 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN); 1197 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN); 1298 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN); 1390 os_memcpy(ftie->Snonce, peer->inonce, WPA_NONCE_LEN); 2115 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0 || 2126 os_memcpy(peer->inonce, ftie->Snonce, WPA_NONCE_LEN); 2461 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0) { 2646 if (os_memcmp(peer->inonce, ftie->Snonce, WPA_NONCE_LEN) != 0) {
|
Completed in 7 milliseconds