Searched defs:Anonce (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Dwpa.h343 u8 Anonce[WPA_NONCE_LEN]; member in struct:wpa_common_ctx
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dtdls.c56 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */ member in struct:wpa_tdls_ftie
807 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1283 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1375 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
2385 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN);
2556 if (os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) != 0) {
/external/wpa_supplicant_8/src/rsn_supp/
H A Dtdls.c56 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */ member in struct:wpa_tdls_ftie
807 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1283 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1375 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
2385 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN);
2556 if (os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) != 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dtdls.c56 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */ member in struct:wpa_tdls_ftie
807 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1283 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
1375 os_memcpy(ftie->Anonce, peer->rnonce, WPA_NONCE_LEN);
2385 os_memcpy(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN);
2556 if (os_memcmp(peer->rnonce, ftie->Anonce, WPA_NONCE_LEN) != 0) {

Completed in 149 milliseconds